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


body {
    background-color:#fff;
    max-width:100%;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    letter-spacing: -0.04em;
}

.notshown {
  display: none;            
}

.shown {
  display: block;   
}

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

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

.containerwreapperheader {
    width:950px;
    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;
    margin-top: -10px;
    
}

.containerwreapperheader .headercontact {
    text-align:center;
    color:#000000;
    font-size:24px;
    font-weight:bold;
    padding:10px 0 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;
    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 .country:after {
    position:relative;
    content:"Your City";
    margin-left:0px;
    text-transform: none;
    padding:0px 0 0;
}

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

.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 {
    background-image: url(../images/greybackground.jpg);
    background-repeat: repeat;
    width:100%;
    padding:25px 0;
}


.litleres {
    background-image: url(../images/mosaico.gif);
    background-position:center;
    background-repeat:no-repeat;
    min-height:787px;
  
}

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


.contentreg {
  max-width: 380px;
  margin: 0 auto;
  padding: 220px 10px 10px;
}

.contentreg .contentmiddle {
    background: rgba(255, 255, 255, 0.7);
    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: #d40000;
    font-size:19px;
    text-align:center;
    color:#fff;
    padding: 9px 5px 1px 5px;
    margin-top:-1px;
    margin-right:-1px;
    margin-left:-1px;
    border-radius: 25px 0 0 0;
}

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

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

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


.contentreg .contentmiddle label {
    font-size: 15px;
    color: #000;

}

.contentreg .contentmiddle .enlinea {
  display:inline-block;
  margin-bottom:10px;
}

.contentreg .contentmiddle .boton {
 text-align: center;
 margin-top: -15px;
}

.contentreg .contentmiddle .terms{
 text-align: center;

}
.btn2 {
    display:inline-block;
    width:100%;
    padding:10px 12px 35px 15px;
    margin-top:20px;
    margin-bottom:5px;
    font-size:18px;
    font-weight:700;
    line-height:1.42857143;
    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
}


.red_btn {
    background:-moz-linear-gradient(90deg, #a21a1a 0%, #c23f3f 100%);
    background: -ms-linear-gradient(90deg, #a21a1a 0%, #c23f3f 100%);
    background: linear-gradient(0deg, #a21a1a 0%, #c23f3f 100%);
    color: #ffffff;
    text-shadow: 0px 1px 1px rgba(0, 123, 23, 0.75);
    text-transform: uppercase;
    border: 1px solid #78040d;
    padding: 5px 30px;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 18px;
}

.red_btn:hover {
    background: -moz-linear-gradient(90deg, #b02525 0%, #e46161 100%);
    background: -ms-linear-gradient(90deg, #b02525 0%, #e46161 100%);
    background: linear-gradient(0deg, #b02525 0%, #e46161 100%);
}

.memberlogin {
    text-align: center;
    position:relative;
}

.memberlogin a {
    color:#d40000;
    font-weight:700;
    text-decoration: underline;
}

.modal.fade.in .modal-body {
    bottom: 0; 
    opacity: 1;
}
.modal-body {
    position: absolute;
    bottom: -250px;
    width:100%;
     opacity: 0;
    -webkit-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
}

.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;
}

.contact_mobile {
    display: none;
}

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

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

}

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

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

}

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

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

.lineheader {
    padding: 5px 0;
}

.containerwreapperheader {
    width: 100%;
    justify-content: center;
}   

.containerwreappermiddle {
    padding:15px 0;
}    

.litleres {
    background-image: url(../images/mosaico2.gif);
    min-height:551px;
} 

.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;
}

.containerwreapperheader .contact {
    position:absolute;
    top:680px;
    left:50%;
    transform:translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left:0px;
    white-space: nowrap;
}

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

.containerwreapperheader .contact .greencircle {
    display:none;
}

.contentreg {
  max-width: 380px;
  margin: 0 auto;
  padding: 145px 10px 10px;
}
.contentreg .contentmiddle .days {
    padding: 8px 0;
}

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

.contentreg .contentmiddle .reg {
    padding: 10px 20px 0;
}

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

.lineuser {
    display:none;
}

}

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

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

.lineheader {
    padding:0 10px 0px;
    display:flex;
    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: 40px;
    width: auto;
}  

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

.containerwreapperheader .contact {
    display: none;
}  

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

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

.containerwreapperheader {
    padding:6px 0;
} 

.contentreg {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.morefriends {
    font-size:22px;
} 

.useronline {
    display: none;
}

.contact_mobile {
    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;
}

.contact_mobile .footercontact {
    font-size: 18px;
    font-weight:  bold;
}

}
@media only screen and (max-width:550px) and (max-height: 550px) {
    .contentreg {
        top: calc(50% + 10px);
    }
}

@media only screen and (max-width:550px) and (max-height: 420px) {
    .containerwreappermiddle {
        max-height: calc(100% - 110px);
        height: calc(100% - 110px);
        padding: 0;
        overflow: scroll;
    }
    .contentreg {
        max-width: 80%;
        position: relative;
        max-height: calc(100% - 110px);
        height: calc(100% - 110px);
        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 .contentmiddle .days {
    padding: 6px 0 8px;
    font-size:18px;
} 

.btn2 {
    font-size:17px;
    padding:10px 12px 33px;
}  

}

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

.contentreg {
    width: 85%;
    max-width: 85%;
    margin: 0 auto;
}  

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

}

@media only screen and (max-width:400px) and (max-height: 420px) {
    .containerwreappermiddle {
        max-height: calc(100% - 110px);
        height: calc(100% - 110px);
        padding: 0;
        overflow: scroll;
    }
    .contentreg {
        padding: 0;
        position: absolute;
        top: calc(50% + 15px);
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
    }
}

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


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

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

.containerwreapperheader .logo img {
    height: 35px;
    width: auto;
}  

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

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

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

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

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

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

.contact_mobile .footercontact {
    font-size:17px;
} 

}

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

.contentreg {
    max-width: 90%;
    width: 90%;
} 

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

.btn2 {
    font-size:16px;
    padding:9px 12px 32px;
}   

.contact_mobile .footercontact {
    font-size:16px;
} 

}