@charset "utf-8";
/* CSS Document */


body {
    background-color:#fff;
    max-width:100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.notshown {
  display: none;            
}

.shown {
  display: block;   
}

#wrap {
    min-height:100%;
    height: 100%;
}

.lineheader {
    padding: 0;
    background-color:#ffffff;
}

.lineheader .logo img {
    height: 60px;
    width: auto;
}

.containerwreapperheader {
    width: 100%;
    max-width:1340px;
    margin:0 auto;
    padding:5px 0;
    display: -webkit-box;      
    display: -moz-box;        
    display: -ms-flexbox;      
    display: -webkit-flex;     
    display: flex;             
    flex-direction:row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
}

.containerwreapperheader .contact {
    padding-top:0px;
    display:flex;
    justify-content: center;   
}

.containerwreapperheader .headercontact {
    text-align:center;
    color:#000000;
    font-size:24px;
    font-weight:bold;
    padding: 0;
    position:relative;
    margin-left:0px;
    align-self: center;
}

.lineuser .headercontact {
    text-align:center;
    color:#000000;
    font-size:24px;
    font-weight:bold;
    padding:10px 0 0;
    position:relative;
    margin-left:-50px;
    align-self: center;
}

.headercontact #city {
    text-transform:uppercase;
    position:absolute;
    margin-left:0px;
    top:0;  
    background-color:#ffffff;
    padding:10px 0px 0 0;
    z-index:1000;
}


.headercontact {
    text-align:center;
    color:#000000;
    font-size:24px;
    font-weight:bold;
    padding:0;
}

#city {
    text-transform:uppercase;
    white-space: nowrap;
}

.floatstart img {
    max-height:80px;
    width:auto;
}

.containerwreapper {
    width:1000px;
    margin:0 auto;
}

.morefriends {
    display:none;
}

.containerwreappermiddle {
    min-height:calc(100% - 182px);
    height: calc(100% - 182px);
    background-color: #f1f1f1;
    width:100%;
    padding: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.litleres {
    background-image: url(../images/mosaico.jpg);
    background-position:center center;
    background-repeat:repeat;
    min-height: 100%;
    height: 100%;
    width: 100%;
    max-width:1340px;
    margin: 0 auto;
    position: relative;
}

.infernallink {
    text-align:center;
    position:absolute;
    left:50%;
    transform: translateX(-50%);
    margin-top:263px;
}

.contentreg {
  min-width: 420px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contentreg .contentmiddle {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #b8b7b7;
    padding: 0px;
    border-radius: 25px 0 25px 0;
    -moz-box-shadow: 0 0 1px #000;
    -webkit-box-shadow: 0 0 1px#000;
    box-shadow: 0 0 5px #000;
}

.contentreg .contentmiddle .days {
    background: #ff4f89;
    font-size:19px;
    font-weight: 800;
    letter-spacing: 0.2;
    text-align:center;
    color:#fff;
    padding: 7px 5px 9px;
    margin-top:-1px;
    margin-right:-1px;
    margin-left:-1px;
    border-radius: 25px 0 0 0;
}

.contentreg .contentmiddle .days p {
    margin: 0;
}

.contentreg .contentmiddle .triangle {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #ff4f89;
    margin:-5px auto 0 auto;
}

.contentreg .contentmiddle .registernow {
    color: #ff4f89;
    font-size: 20px;
    font-weight:bold;
    padding:1px 5px 0 5px;
    margin-bottom:-10px;
    text-align:center;
}

.contentreg .contentmiddle .reg {
    margin-top:-10px;
    padding: 15px 30px;
}

.contentreg .contentmiddle label {
    font-size: 16px;
}

.contentreg .contentmiddle .form-group {
    margin-bottom: 20px;
}

.contentreg .contentmiddle .boton {
 text-align: center;
}

.contentreg .contentmiddle p.boton  {
    margin: 0;
}

.btn-danger {
    border-bottom: 3px solid #35850a;
}

.btn2 {
    display:inline-block;
    max-height: none;
    width:100%;
    padding:13px 0;
    margin-bottom:5px;
    font-size:19px;
    font-weight:700;
    line-height:1;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    -ms-touch-action:manipulation;
    touch-action:manipulation;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    border-radius:4px
}

.memberlogin {
    text-align: center;
    position:relative;
    margin-top: 10px;
}

.memberlogin a {
    color:#ff4f89;
    font-weight:700;
    font-size: 14px;
    text-decoration: underline;
}

.useronline {
    width:100%;
    background-color:#ffffff;
    text-align:center;
    padding:15px 10px 30px;
    margin-bottom:0px;
}

.useronline .lineuser {
    font-weight:bold;  
}

.useronline .contactfooter {
    display:none;   
}

#number {
    font-size:26px; 
    font-weight:bold;
}

.contactfooter {
    display: none;
}

@media only screen and (max-height: 530px) {

    #wrap  {
        min-height: 530px;
        height: 530px;
    }

    .containerwreappermiddle {
        min-height: 346px;
        height: 346px;
    }

    .litleres {
        height: auto;
    }
    .contentreg {
      min-width: 420px;
      max-width: 420px;
      margin: 0 auto;
      position: relative;
      top: 0;
      left: 0;
      transform: translate(0, 0);
    }
}

@media only screen and (max-width: 1340px) {
    .containerwreapperheader {
        padding: 5px 10px;
    }
    .lineheader .logo img {
        margin-right: 0px;
    }
    .litleres {
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
    }
    .floatstart img {
        margin-left: 0px;
    }
    .linefooter {
        padding: 20px 20px 40px;
    }
}

@media only screen and (max-width: 1100px) {

    .containerwreapperheader {
        width:100%;
        padding:5px 10px;
        margin:0;
}

    .containerwreapper {
        width:100%;
        padding:0 10px;
    }

}

@media only screen and (max-width: 1000px) {

.containerwreapperheader .headercontact {
    white-space:nowrap;
}

}

@media only screen and (max-width: 950px) {

.lineheader {
    padding: 10px 0;
}

.containerwreapperheader .headercontact {
    white-space:nowrap;
}

 .containerwreapperheader {
    display:block;
    text-align:center;
    margin:0 auto;
}   

.lineheader .logo img{
    height:50px;
    margin-right: 0px;
}     

.floatstart {
    display:none;
} 

.morefriends {
    display:block;
    font-size:24px;
    font-weight: normal;
    align-self: flex-end;
    margin-bottom:-12px;
    margin-top:18px;
}

.containerwreapperheader .headercontact {
    margin-left:0px;
}

.containerwreappermiddle {
    min-height:calc(100% - 166px);
}

.containerwreapperheader .contact {
    display: none;
}

.containerwreapperheader .headercontact {
    font-size:22px;
}

.contentreg {
  margin: 0 auto;
}

.memberlogin a {
    font-size:13px;
}

.lineuser {
    display:none;
}

.useronline {
    display:none;
}

.contactfooter {
    display: block;
    width:100%;
    background-color:#ffffff;
    text-align:center;
    padding:22px 10px 30px;
    margin-bottom:0px;
}

.contactfooter  .footercontact {
    font-weight: bold;
    font-size:22px;
}

}

@media only screen and (max-width: 550px) {

#wrap {
    background-image: url(../images/mosaicomobile.jpg);
    background-size: cover;
    background-position: center 0;
    min-height: 100%;
    height:100%;
    position: relative;
}

.lineheader {
    padding:0 10px 0px;
    display:flex;
    align-items: center;
    height:65px;
    background-color:rgba(255, 255, 255, .6);
    width: 100%;
    z-index: 1000;
}  

.containerwreapperheader .logo  {
    margin:0;
    padding:0;
}

.containerwreapperheader .logo img {
    padding-top: 0; 
    height: 50px;
    width: auto;
}   

.containerwreappermiddle {
    background-color: transparent;
    padding: 0;
    background-image: none;
    min-height: calc(100% - 110px);
    height: calc(100% - 110px);
    border-top: 0;
    border-bottom: 0;
} 

.containerwreapperheader .contact {
    display: none;
}   

.containerwreapperheader .headercontact {
    font-size:20px;
}

.litleres {
    background-image: none;
    min-height: 100%;
    height: 100%;
    position: inherit;
} 

.containerwreapperheader {
    padding: 0;
}

.morefriends {
    font-size:22px;
} 

.contentreg {
    padding: 0;
    position: absolute;
    top: calc(50% + 10px);
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    min-width: auto;
}

.contentreg .contentmiddle {
    background: rgba(255, 255, 255, 0.65);
    border: 0px;
}

.contentreg .contentmiddle .reg {
    padding: 10px 30px 5px;
}

.contentreg .contentmiddle .days {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

.contentreg .contentmiddle .days p {
    margin: 0;
}

#getMessage p {
    margin: 0 0 10px;
}

.btn2 {
    padding: 1px 0 0;
    margin-top: 0;
    min-height: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.useronline {
    display: none;
}

.memberlogin {
    margin-bottom: -8px
}

.contactfooter {
    padding: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    height: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contactfooter .footercontact {
    font-size: 18px;
    font-weight:  bold;
    line-height: 1;
}

}

@media only screen and (max-width:550px) and (max-height: 440px) {
    .containerwreappermiddle {
        max-height: calc(100% - 110px);
        height: calc(100% - 110px);
        padding: 0;
        overflow: scroll;
    }
    .contentreg {
        max-width: 90%;
        position: relative;
        max-height: 100%;
        height: 100%;
        top: auto;
        left: auto;
        transform: translate(0%, 0%);
    }
}

@media only screen and (max-width: 450px) {
    
.useronline {
    padding:20px 10px 30px;
}

#number {
    font-size:20px; 
}

.morefriends {
    font-size:20px;
    white-space: nowrap
} 

.contentreg {
    width: 85%;
}
 
.contentreg .contentmiddle .days {
    font-size:18px;
} 

.btn2 {
    font-size:18px;
}  

.memberlogin {
    margin-bottom: 0px;
}

}

@media only screen and (max-width: 400px) {

.lineheader  {
    height:55px;
}

.containerwreapperheader .logo img {
    padding-top: 0; 
    height: 45px;
    width: auto;
}   

.containerwreappermiddle {
    background-image: none;
    min-height: calc(100% - 100px);
    height: calc(100% - 100px);
} 

.contentreg .contentmiddle .days {
    font-size:17px;
} 

.btn2 {
    font-size:17px;
}    

.contactfooter .footercontact{
    font-size: 17px;
    font-weight: bold;
}

.useronline .contactfooter {
    margin-top:-10px;
}

}

@media only screen and (max-width:400px) and (max-height: 430px) {
     .containerwreappermiddle {
        max-height: calc(100% - 100px);
        height: calc(100% - 100px);
    }
    .contentreg {
        max-width: 80%;
        position: relative;
        max-height: calc(100% - 100px);
        height: calc(100% - 100px);
    }
}

@media only screen and (max-width: 380px) {    

.lineheader {
    padding:0 10px 0px;
}   

.containerwreapper .headercontact #city { 
    padding:10px 20px 0 0;
}   

.containerwreapper .headercontact {
    font-size:18px;
    white-space: nowrap;
}

.containerwreapperheader .headercontact {
    font-size:17px;
}

.useronline {
    padding:10px 10px 30px;
}

.morefriends {
    font-size:18px;
    white-space: nowrap
} 

.contentreg .contentmiddle .reg {
    margin-top:-10px;
    padding: 10px 20px 1px;
}

}

@media only screen and (max-width: 345px) {    


.contentreg .contentmiddle label {
    font-size: 15px;
}

.contactfooter .footercontact{
    font-size: 16px;
    font-weight: bold;
}

}

@media only screen and (max-width: 335px) {    

.contentreg {
    width: 90%;
}

.contentreg .contentmiddle label {
    font-size: 14px;
}


}

