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

html, body {
    min-height:100%;
    height: 100%;
}

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

.notshown {
  display: none;            
}

.shown {
  display: block;   
}

.movilebutton {
    display: none;
}

.title-mobile {
    display: none;
}

.icon_fa {
    display: none;
}

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

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

.lineheader .logo .mobile {
    display: none;
}

.lineheader .logo img {
    height: 70px;
    width: auto;
    margin-right: -6px;
}

.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;
    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;
    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 .country:after {
    position:relative;
    content:"2,5Km";
    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;
    margin-left: -6px;
}

.containerwreapper {
    width: 100%;
    max-width:1340px;
    margin:0 auto;
}

.morefriends {
    display:none;
}

.containerwreappermiddle {
    /*background-image: url(../images/greybackground.jpg);
    background-repeat: repeat;*/
    min-height:calc(100% - 181px);
    height: calc(100% - 181px);
    background-color: #f1f1f1;
    width:100%;
    padding: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    /*box-shadow: inset 0px 11px 8px -10px #CCC,
                inset 0px -11px 8px -10px #CCC;*/
}

.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.75);
    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: #fc4e2f;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.2;
    text-align:center;
    color:#fff;
    padding: 7px 5px 10px;
    border-radius: 25px 0 0 0;
    margin-top:-1px;
    margin-right:-1px;
    margin-left:-1px;
}

.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 #fc4e2f;
    margin:-5px auto 0 auto;
}

.contentreg .contentmiddle .registernow {
    color: #d20000;
    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;
    color: #000;
}

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

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

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

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

}

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

.btn2 {
    display:inline-block;
    max-height: none;
    width:100%;
    padding:9px 12px 8px;
    margin-bottom:5px;
    font-size:20px;
    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;
    padding-top: 10px;
}

.memberlogin a {
    font-size:13px;
    color:#fc4e2f;
    font-weight:700;
    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: 508px) {
    #wrap  {
        height: auto;
    }

    .containerwreappermiddle {
        height: auto;
    }

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


@media only screen and (max-width: 1340px) {
    .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: 980px) {

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

}

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

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

.lineheader .logo img{
    max-height:66px;
    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;
}

.containerwreapperheader .contact {
    display: none;
}

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

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

.contentreg {
  min-width: 375px;
  margin: 0 auto;
}

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

.useronline {
    display:none;
}

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

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

}

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

form {
    margin-top: 10px;
}

p {
    margin: 0;
}  

.lineheader .logo .mobileshows {
    display: block;
}

.lineheader .logo .desktophidden {
    display: none;
}

#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;
    justify-content: center;
    height:65px;
    background-color:rgba(255, 255, 255, .6);
    width: 100%;
    z-index: 1000;
}  

.icon_fabutton {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    font-size: 26px;
}

.lineheaderbutton {
    background-color: rgba(0, 0, 0, .7);
}

.registermobile {
    display: none;
}

.registermobileresponsive {
    display: block;
} 

.movilebutton {
    display: block;
    padding: 9px 20px 0px;
    margin: -5px 0 0;
}

.mobilebuttonresponsive {
    display: none;
} 

.movilebutton .loginmobile a {
    color:#d20000;
    font-weight:700;
    text-decoration: underline;
    font-size: 13px;
}

.btn2 {
    font-size: 17px;
    padding:8px 12px 32px 12px;;
}

.btn3 {
    display:inline-block;
    width:100%;
    padding: 10px 20px 9px;
    margin-top: 10px;
    margin-bottom:0px;
    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
}  

.btn2:hover, .btn2:focus, .btn2:active, .btn3:hover, .btn3:focus, .btn3:active, {
    background-image: url(../images/green-bg.png);
    text-decoration: none;
    color: #fff;
}

.containerwreapperheader .logo  {
    margin:0;
    padding:0;
    display: flex;
    justify-content: center;
}

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

.lineheader .logo .desktop {
    padding-top: 0; 
    height: 55px;
    width: auto;
}

.title-mobile {
    display: block;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: -5px;
    margin-bottom: 25px;
    color: #fff;
    white-space: nowrap
} 

.containerwreappermiddle {
    background-color: transparent;
    padding: 0;
    background-image: none;
    min-height: calc(100% - 117px);
    height: calc(100% - 117px);
    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;
}

.contentreg .contentmiddle .days_mobile {
    display: none;
}

.contentreg .contentmiddle .triangle {
    display: none;
}

.morefriends {
    font-size:22px;
} 

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

.contentregmobile {
     border-radius: 0;
     top: 65px;
     transform: translate(-50%, 0);
     height: calc(100% - 117px);
     min-height: calc(100% - 117px);
     min-width: 100%;
}


.contentreg .contentmiddle {
    background: rgba(255, 255, 255, 0.6);
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contentreg .contentmiddlemobile {
    background: rgba(0, 0, 0, 0.7);
     border-radius: 0;
     height: 100%;
     min-height: 100%;
     min-width: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
}

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

.contentreg .contentmiddle label {
    color: #fff;
    font-size: 15px;
    padding-left: 0px !important;
}

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

.contentreg .contentmiddle .boton {
    margin-top: -20px;
}

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

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

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

.movilebutton p.loginmobile{
    text-align: center;
    padding: 10px;
    margin: 0;
}

.movilebutton .loginmobile a {
    color:#fc4e2f;
    font-weight:700;
    text-decoration: underline;
    font-size: 13px;
}

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

.useronline {
    display: none;
}

.memberlogin {
    display: none;
}


.memberlogin {
    margin-bottom: -8px
}

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

.contactfooterbutton {
    background: rgba(0, 0, 0, .7);
    color: #f7f7f7 !important;
}

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

.contactfooterhidden {
    display: none;
}


}

@media only screen and (max-width:550px) and (max-height: 420px) {
    .containerwreappermiddle {
        max-height: calc(100% - 117px);
        height: calc(100% - 117px);
        padding: 0;
        overflow: scroll;
    }
    .contentreg {
        max-width: 80%;
        position: relative;
        max-height: 100%;
        height: 100%;
        top: auto;
        left: auto;
        transform: translate(0%, 0%);
    }
    .contentreg .contentmiddlemobile {
        background: rgba(0, 0, 0, 0.7);
         border-radius: 0;
         height: auto;
         min-height: 100%;
         min-width: 100%;
         display: flex;
         align-items: center;
         justify-content: center;
    }
}

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

.title-mobile {
    font-size: 22px;
} 
    
.useronline {
    padding:20px 10px 30px;
}

#number {
    font-size:20px; 
}

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

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

.btn2 {
    font-size:19px;
}  

}

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

.lineheader  {
    height:60px;
}

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

.lineheader .logo .desktop {
    padding-top: 0; 
    height: 50px;
    width: auto;
}

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

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

.contentregmobile {
     border-radius: 0;
     top: 60px;
     transform: translate(-50%, 0);
     height: calc(100% - 112px);
     min-height: calc(100% - 112px);
     min-width: 100%;
}

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

.btn2 {
    font-size:18px;
}  

.btn3 {
    font-size: 16px;
} 

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

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

}

@media only screen and (max-width:400px) and (max-height: 420px) {
    .containerwreappermiddle {
        max-height: calc(100% - 112px);
        height: calc(100% - 112px);
    }
    .contentreg {
        max-width: 80%;
        position: relative;
        max-height: calc(100% - 112px);
        height: calc(100% - 112px);
    }
    .contentregmobile {
         border-radius: 0;
         top: 0px;
         transform: translate(0%, 0);
         height: calc(100% - 112px);
         min-height: calc(100% - 112px);
         min-width: 100%;
    }
}

@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
} 

.contact_mobile {
    height: 45px;
}

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

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

.btn2 {
    padding: 1px 0 0;
    font-size:16px;
} 

}

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

.contentreg .contentmiddle .reg {
    min-width: 95%;
    width: 95%;
}  

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

}
