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

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

.containerwreapperheader .contact .greencircle {
    display:none;
    margin-top:19px;
    margin-left:10px;
    margin-right: 8px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #40c13d;
    animation-name: parpadeo;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.containerwreapperheader .headercontact {
    text-align:center;
    color:#000000;
    font-size:24px;
    font-weight:bold;
    padding:10px 0 0;
    position:relative;
    margin-left:120px;
    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:"Línea";
    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:659px;
  
}

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


.contentreg {
  max-width: 450px;
  margin: 0 auto;
  padding:110px 10px 10px;
}

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

.contentreg .contentmiddle .days {
    background: #d20000;
    font-size:19px;
    text-align:center;
    color:#fff;
    padding: 10px 5px 2px 5px;
    margin-top:-1px;
    margin-right:-1px;
    margin-left:-1px;
 
}

.contentreg .contentmiddle .triangle {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #d20000;
    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: 10px 20px;
}


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

}

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

.contentreg .contentmiddle .day {
  width: 30%;

}
.contentreg .contentmiddle .month {
  width: 38%;
 
}

.contentreg .contentmiddle .year{
 width: 32%;

}

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

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

}

.autocompletecon {
    width: 100%;
    position:relative;
}

#email {
   display:block;
    width:100%;
    height:44px;
    padding:6px 12px;
    font-size:14px;
    line-height:1.42857143;
    color:#555;
    background-color:#fff;
    background-image:none;
    border:1px solid #ccc;
    border-radius:5px;
    -webkit-box-shadow:inset 0 1px 1px rgba(210, 0, 0, .075);
    box-shadow:inset 0 1px 1px rgba(210, 0, 0, .075);
    -webkit-transition:border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

#email:focus {
     border-color:#e00345;
    outline:0;
    -webkit-box-shadow:inset 0 1px 1px rgba(206, 3, 64, .075), 0 0 8px rgba(181, 3, 56, .075, .6);
    box-shadow:inset 0 1px 1px rgba(206, 3, 64, .075, .075), 0 0 8px rgba(181, 3, 56, .075, .6)
}
#email::-moz-placeholder {
    color:#999;
    opacity:1
}
#email:-ms-input-placeholder {
    color:#999
}
#email::-webkit-input-placeholder {
    color:#999
}
#email::-ms-expand {
    background-color:transparent;
    border:0
}
#email[disabled], #email[readonly], fieldset[disabled] #email {
    background-color:#eee;
    opacity:1
}
#email[disabled], fieldset[disabled] #email {
    cursor:not-allowed
}
textarea#email {
    height:auto
}
input[type=search] {
    -webkit-appearance:none
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date]#email, input[type=time]#email, input[type=datetime-local]#email, input[type=month]#email {
        line-height:34px
    }
}

.btn2 {
    display:inline-block;
    width:100%;
    padding:8px 12px 33px 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;
    background-image:none;
    border:1px solid transparent;
    border-radius:4px
}

.btn3 {
    display:inline-block;
    width:100%;
    padding:8px 12px 10px 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;
    background-image:none;
    border:1px solid transparent;
    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:#d20000;
    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;
}

.error {
    margin-top:10px; border-radius:5px; font-size:13px;color:white; line-height:25px; padding-left:10px; background-color: #d20000; box-shadow: 1px 2px 1px #a30e1a;
}

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

.useronline .greencircle {
    display:inline-block;
    margin-top:0px;
    margin-left:10px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #40c13d;
    animation-name: parpadeo;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

}

.prefinalfooter {
    width:1000px;
    margin: 0 auto;
    padding:160px 0 40px;
}

.prefinalfooter h2 {
    font-size:17px;
    text-decoration:underline;
    font-weight:bold;
}

.prefinalfooter ol {
    list-style-type: decimal;
    margin-left:-20px;
    font-size:15px;
}

.prefinalfooter ol li {
    padding:10px 0;
}

.finalfooter {
    width:1000px;
    margin: 0 auto;
    padding:40px 0 40px;
}

.buttonsfooter {
    display:flex;
    justify-content: space-between;
}

.buttonsfooter .buttonone {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 32.5%;
    padding:15px 10px 40px;
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content: space-between;
    background-color: #c7665a;
    box-shadow: 1px 1px 3px #aaaaaa;
}

.buttonsfooter .buttonone .textbeforebutton {
    color:white;
    text-transform:uppercase;
    font-size:24px;
    font-weight: bold;
    text-shadow:1px 1px #b35c51;
    padding:5px 0 10px;
}

.buttonsfooter .buttonone button {
    background-color:#9f5248;   
    border:1px solid #ffffff;
    border-radius:3px;
    color:white;
    padding:3px 10px;
}

.buttonsfooter .buttonone button:hover {
    background-color:#83352b;   
    -webkit-transition: background-color 0.4s ease-out;
    -moz-transition: background-color 0.4s ease-out;
    -o-transition: background-color 0.4s ease-out;
    transition: background-color 0.4s ease-out;
}

.buttonsfooter .buttontwo {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 32.5%;
    padding:15px 10px 40px;
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content: space-between;
    background-color: #5d71ad;
    box-shadow: 1px 1px 3px #aaaaaa;
}

.buttonsfooter .buttontwo .textbeforebutton {
    color:white;
    text-transform:uppercase;
    font-size:24px;
    font-weight: bold;
    text-shadow:1px 1px #54659b;
    padding:5px 0 10px;
}

.buttonsfooter .buttontwo button {
    background-color:#4a5a8a;   
    border:1px solid #ffffff;
    border-radius:3px;
    color:white;
    padding:3px 10px;
}

.buttonsfooter .buttontwo button:hover {
    background-color:#314276;   
    -webkit-transition: background-color 0.4s ease-out;
    -moz-transition: background-color 0.4s ease-out;
    -o-transition: background-color 0.4s ease-out;
    transition: background-color 0.4s ease-out;
}

.buttonsfooter .buttonthree {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 32.5%;
    padding:2px 10px 40px;
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content: space-between;
    background-color: #76ab78;
    box-shadow: 1px 1px 3px #aaaaaa;
}

.buttonsfooter .buttonthree .textbeforebutton {
    color:white;
    text-transform:uppercase;
    font-size:24px;
    font-weight: bold;
    text-shadow:1px 1px #6a9a6c;
    padding:5px 0 10px;
}

.buttonsfooter .buttonthree button {
    background-color:#5e8960;   
    border:1px solid #ffffff;
    border-radius:3px;
    color:white;
    padding:3px 10px;
}

.buttonsfooter .buttonthree button:hover {
    background-color:#366a39;   
    -webkit-transition: background-color 0.4s ease-out;
    -moz-transition: background-color 0.4s ease-out;
    -o-transition: background-color 0.4s ease-out;
    transition: background-color 0.4s ease-out;
}

fade {
    opacity:0;
    -webkit-transition:opacity .15s linear;
    -o-transition:opacity .15s linear;
    transition:opacity .15s linear
}
.fade.in {
    opacity:1
}

.close {
    float:right;
    margin-right:8px;
    margin-top:2px;
    font-size:21px;
    font-weight:700;
    line-height:1;
    color:#fff;
    text-shadow:0 1px 0 #000;
    filter:alpha(opacity=40);
    opacity:.4;
    z-index:2000;
}

.close:focus, .close:hover {
    color:#fff;
    text-decoration:none;
    cursor:pointer;
    filter:alpha(opacity=70);
    opacity:.7
}

button.close{
    -webkit-appearance:none;
    padding:0;
    cursor:pointer;
    background:0 0;
    border:0
}
/*.modalnew-open {
    overflow:hidden
}*/

.modalnew {
    position: fixed;
    top: 40px;
    right: 10px;
    bottom: 0;
    left: 10px;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;

}
.modalnew.fade .modalnew-dialog {
    -webkit-transition:-webkit-transform .3s ease-out;
    -o-transition:-o-transform .3s ease-out;
    transition:transform .3s ease-out;
    -webkit-transform:translate(0, -25%);
    -ms-transform:translate(0, -25%);
    -o-transform:translate(0, -25%);
    transform:translate(0, -25%);  
}

.modalnew.in .modalnew-dialog {
    -webkit-transform:translate(0, 0);
    -ms-transform:translate(0, 0);
    -o-transform:translate(0, 0);
    transform:translate(0, 0)
}

.modalnew.fade .modalnew-dialogfour {
    -webkit-transition:-webkit-transform .3s ease-out;
    -o-transition:-o-transform .3s ease-out;
    transition:transform .3s ease-out;
    -webkit-transform:translate(0, -25%);
    -ms-transform:translate(0, -25%);
    -o-transform:translate(0, -25%);
    transform:translate(0, -25%);  
}

.modalnew.in .modalnew-dialogfour {
    -webkit-transform:translate(0, 0);
    -ms-transform:translate(0, 0);
    -o-transform:translate(0, 0);
    transform:translate(0, 0)
}

.modalnew-open .modalnew {
    overflow-x:hidden;
    overflow-y:auto
}

.modalnew-dialog {
    position:relative;
    max-width:600px;
    margin:0 auto;
}

.modalnew-dialogfour {
    position:relative;
    max-width:400px;
    margin:0 auto;
}

.modalnew-content {
    position: relative;
    background: #fff;
    background: -webkit-linear-gradient(left top, #b9b9b9, #fff);
    background: -o-linear-gradient(bottom right, #b9b9b9, #fff);
    background: -moz-linear-gradient(bottom right, #b9b9b9, #fff);
    background: linear-gradient(to bottom right, #b9b9b9, #fff);
    -webkit-background-clip: padding-box;
    padding:0px;
    background-clip: padding-box;
    border-radius: 0px;
    outline: 0;
    /*-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)*/
}

.modalnew-header {
    text-align:center;
    padding: 0px;
  
}

.modalnew-header .closeregister {
    margin-top: 5px;
    margin-right: 10px;
    text-shadow: 1px 1px #fff;
}

.modalnew-title {
    margin:0;
    line-height:1.42857143
}

.modalnew-body {
    position: relative;
    padding:0px 0; 
    border-radius:0px; 
    background-color:#c7665a;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
}

.modalnew-bodytwo {
    position: relative;
    padding:0px 0; 
    border-radius:0px; 
    background-color:#5d71ad;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
}

.modalnew-bodythree {
    position: relative;
    padding:0px 0; 
    border-radius:0px; 
    background-color:#76ab78;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
}

.modalnew-bodyfour {
    position: relative;
    padding:0px 0; 
    border-radius:0px; 
    background-color:#454444;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
}

.modal-backdrop {
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1040;
    background-color:#000
}

.modal-backdrop.fade {
    filter:alpha(opacity=0);
    opacity:0
}

.modal-backdrop.in {
    filter:alpha(opacity=50);
    opacity:.5
}

.wrapperinfo {
    max-width: 600px;
    margin: 0 auto 0 auto;
    background: #fff;
    border-radius: 6px;
    padding-bottom: 0px;
    font-family: Arial;
    display:"block";
    background-color:#c7665a;
}

.wrapperinfo .title {
    padding: 10px 10px;
    font-size:20px;
    font-weight: bold;
    text-align:center;
    color: #fff;
    text-shadow:1px 1px #b35c51;
    border-bottom:1px solid #9f5248;
}

.wrapperinfo .wrappercontent {
    background-color:#c7665a;
    padding:20px;
}

.wrapperinfo .wrappercontent ul {
    background-color:#954c43;
    list-style-type: square;
    padding:20px 30px;
    color:white;
    border-radius:5px;
}

.wrapperinfo .wrappercontent ul li {
    padding:5px 0;
}

.wrapperinfotwo {
    max-width: 600px;
    margin: 0 auto 0 auto;
    background: #fff;
    border-radius: 6px;
    padding-bottom: 0px;
    font-family: Arial;
    display:"block";
    background-color:#5d71ad;
}

.wrapperinfotwo .title {
    padding: 10px 10px;
    font-size:20px;
    font-weight: bold;
    text-align:center;
    color: #fff;
    text-shadow:1px 1px #54659b;
    border-bottom:1px solid #4a5a8a;
}

.wrapperinfotwo .wrappercontent {
    color: #ffffff;
    padding:10px 20px;
}

.wrapperinfotwo .wrappercontent p {
    line-height: 22px;
}

.wrapperinfothree {
    max-width: 600px;
    margin: 0 auto 0 auto;
    background: #fff;
    border-radius: 6px;
    padding-bottom: 0px;
    font-family: Arial;
    display:"block";
    background-color:#76ab78;
}

.wrapperinfothree .title {
    padding: 10px 10px;
    font-size:20px;
    font-weight: bold;
    text-align:center;
    color: #fff;
    text-shadow:1px 1px #6a9a6c;
    border-bottom:1px solid #5e8960;
}

.wrapperinfothree .wrappercontent {
    color: #ffffff;
    padding:10px 20px;
}

.wrapperinfothree .wrappercontent p {
    line-height: 22px;
}

.wrapperinfofour {
    max-width: 400px;
    margin: 0 auto 0 auto;
    background: #fff;
    padding-bottom: 0px;
    font-family: Arial;
    display:"block";
    background-color:#454444;
}

.wrapperinfofour .title {
    padding: 20px 10px 0;
    text-align:center;
    margin-left:-40px;
    font-size:20px;
    font-weight: bold;
    color: #fff;
    text-decoration:none;
}

.wrapperinfofour .title a:hover {
    text-decoration:underline;
}

.wrapperinfofour .wrappercontent {
    color: #ffffff;
    padding:10px 20px 20px;
    text-align:center;
}

.wrapperinfofour .wrappercontent .pone {
    padding:0 0 10px;
}
.wrapperinfofour .wrappercontent .ptwo hr {
    height:1px;
    background-color:white;
}
.wrapperinfofour .wrappercontent .pthree {
    padding-bottom:15px;
}
.wrapperinfofour .wrappercontent .pfour {
}
.wrapperinfofour .wrappercontent .pfour a {
    background-color:#8ccb43;
    color:white;
    font-size:15px;
    font-weight: bold;
    padding:8px 15px;
    border-radius:15px;
}
.wrapperinfofour .wrappercontent .pfour a:hover {
    background-color:#74b12c;
    text-decoration:none;
}
.wrapperinfofour #city {
    text-transform:uppercase;
    position:absolute;
    margin-left:0px;
    top:10px;  
    background-color:#454444;
    padding:10px 0px 0 0;
    z-index:1000;
}
.wrapperinfofour .country:after {
    position:relative;
    content:"LÍNEA";
    margin-left:0px;
    text-transform: none;
    padding:0px 0 0;
}


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

.modalnew {
    position: fixed;
    top: 20px
}

.wrapperinfo .title {
    padding: 5px 10px;
    font-size:18px;
}

.wrapperinfo .wrappercontent {
    background-color:#c7665a;
    padding:5px;
}

.wrapperinfo .wrappercontent ul {
    background-color:#954c43;
    list-style-type: square;
    padding:10px 20px;
    color:white;
    border-radius:5px;
}

.wrapperinfo .wrappercontent ul li {
    padding:5px 0;
}

.wrapperinfotwo .title {
    padding: 5px 10px;
    font-size:18px;
}

.wrapperinfothree .title {
    padding: 5px 10px;
    font-size:18px;
}

}

.downfooter {
    width:1000px;
    margin:0 auto;
    padding: 0px 0px 40px;
    color:#04356d;
}

.downfooter .lineone {
    display:flex;
    justify-content: space-between;
    align-content: center;
}

.downfooter .lineone .squareone {
    border:1px solid #cdd7e1;
    background-color: #edf0f5;
    border-radius:5px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 32.5%;
    padding:15px 20px 10px;
    text-align: center;
    display:flex;
    flex-direction: column;
    align-items:center;
}

.downfooter .lineone .squareone .titlesquareone {
    font-size:14px;
    padding-bottom: 10px;
    font-weight:bold; 
}

.downfooter .lineone .squareone .textsquareone {
    font-size:12px; 
    padding-top:15px;
}

.downfooter .lineone .squaretwo {
    border:1px solid #cdd7e1;
    background-color: #edf0f5;
    border-radius:5px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 32.5%;
    padding:15px 20px 10px;
    display:flex;
    flex-direction: column;
    align-items:center;
}

.downfooter .lineone .squaretwo p {
   text-align:center;
   font-size:14px;
   font-weight:bold;
   padding:0;
}

.downfooter .lineone .squaretwo ul {
    list-style-type: none;
    padding:0;
    margin:0;
    font-size:13px;
}

.downfooter .lineone .squaretwo ul li {
    background-image: url('../images/check.png');
    background-repeat: no-repeat;
    line-height: 20px;
    padding-left: 30px;
    padding-top:11px;

}

.downfooter .lineone .squarethree {
    border:1px solid #cdd7e1;
    background-color: #edf0f5;
    border-radius:5px;
    padding:15px 20px 10px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 32.5%;
    display:flex;
    flex-direction: column;
    align-items:center;
}

.downfooter .lineone .squarethree .titlesquarethree {
    font-size:13px;
    font-weight:bold; 
    text-align: center;
}

.downfooter .lineone .squarethree .textimage {
    padding-top:10px;
    display:flex;
    justify-content: space-between;
}

.downfooter .lineone .squarethree .textimage img {
    min-width: 150px;
    max-height: 130px;
}

.downfooter .lineone .squarethree .textimage p {
    font-size:12px;
    line-height: 20px;
    padding: 0 0 0 10px;
}

.downfooter .linetwo {
    padding:30px 0 40px;
    width:80%;
    margin:0 auto;
}

.downfooter .linetwo .contacts {
    text-align:center;
    font-size:12px;
    padding-bottom:30px;
    color:gray;
}

.downfooter .linetwo .footertext .bestupper {
    font-size:14px !important;
    font-weight:bold;
}

.downfooter .linetwo .footertext p {
    font-size:15px;
    line-height: 24px;
}

.downfooter .linetwo .footertext ol {
    font-size:15px;
    padding-left:20px;
     line-height: 24px;
}

.downfooter .linetwo .button {
    width:250px;
    margin: 0 auto;
}

.downfooter .linetwo .button a {
    color:white;
    text-decoration: none;
}

.linefooter {
    width: 1000px;
    margin:0 auto;
    padding:40px 0 20px;
}

.linefooter .linefooterfinal {
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.linefooter .linefooterfinal .lineonefinal {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 48%;
}

.linefooter .linefooterfinal .lineonefinal .youchoice {
    color:#76a5f5;
    font-size:20px;
}

.linefooter .linefooterfinal .lineonefinal .text {
    font-size:14px;
}

.linefooter .linefooterfinal .lineonefinal .link a {
    font-size:14px;
    color:#76a5f5;
    text-decoration:underline;
}

.linefooter .linefooterfinal .lineonefinal .link a:hover {
    text-decoration:none;
}

.linefooter .linefooterfinal .linetwofinal {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 48%;
}

.linefooter .linefooterfinal .linetwofinal .youchoice {
    color:#76a5f5;
    font-size:20px;
}

.linefooter .linefooterfinal .linetwofinal .text {
    font-size:14px;
}

.linefooter .linefooterfinal .linetwofinal .link a {
    font-size:14px;
    color:#76a5f5;
    text-decoration:underline;
}

.linefooter .linefooterfinal .linetwofinal .link a:hover {
    text-decoration:none;
}

@keyframes parpadeo {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

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

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

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

}

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

.containerwreapperheader .headercontact {
    margin-left:120px;
    white-space:nowrap;
}

.prefinalfooter {
    width:100%;
    padding:160px 10px 40px;
}

.finalfooter {
    width:100%;
    margin: 0 auto;
    padding:80px 0 40px;
}
.buttonsfooter .buttonone .textbeforebutton {
    color:white;
    text-transform:uppercase;
    font-size:24px;
    font-weight: bold;
    padding:5px 0 10px;
}

.buttonsfooter .buttontwo .textbeforebutton {
    color:white;
    text-transform:uppercase;
    font-size:24px;
    font-weight: bold;
    padding:5px 0 10px;
}

.buttonsfooter .buttonthree .textbeforebutton {
    color:white;
    text-transform:uppercase;
    font-size:24px;
    font-weight: bold;
    padding:5px 0 10px;
}

.downfooter {
    width:100%;
}

.linefooter {
    width: 100%;
    padding:20px 10px 40px;
}

}

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

.containerwreapperheader .headercontact {
    margin-left:120px;
    white-space:nowrap;
}

.downfooter .lineone {
    flex-direction: column;
    padding:0 10px;
}

.downfooter .lineone .squareone {
    margin-bottom:10px;
}

.downfooter .lineone .squaretwo {
    margin-bottom:10px;
}

.downfooter .lineone .squarethree {
    margin-bottom:10px;
}

}

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

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

.containerwreappermiddle {
    padding:15px 0;
}    

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

.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:585px;
    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: 400px;
  margin: 0 auto;
  padding:50px 10px 10px;
}

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

.lineuser {
    display:none;
}

.buttonsfooter {
    flex-direction: column;
    padding:0 10px;
    margin:15px 0;
}

.buttonsfooter .buttonone {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    padding:15px 10px 30px;
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content: space-between;
    margin-bottom:10px;
}

.buttonsfooter .buttonone .image {
    text-align:center;
}

.buttonsfooter .buttonone .image img {
    width:70%;
    height:auto;
    margin:0 auto;
}

.buttonsfooter .buttontwo {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    padding:15px 10px 30px;
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content: space-between;
    margin-bottom:10px;
}
.buttonsfooter .buttontwo .image {
    text-align:center;
}

.buttonsfooter .buttontwo .image img {
    width:70%;
    height:auto;
    margin:0 auto;
}
.buttonsfooter .buttonthree {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    padding:15px 10px 30px;
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content: space-between;
}
.buttonsfooter .buttonthree .image {
    text-align:center;
}

.buttonsfooter .buttonthree .image img {
    width:70%;
    height:auto;
    margin:0 auto;
}

.linefooter .linefooterfinal {
    flex-direction: column;
    padding:0 20px;
}

.linefooter .linefooterfinal .lineonefinal {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    padding-bottom:30px;
}

.linefooter .linefooterfinal .lineonefinal .youchoice {
    color:#76a5f5;
    font-size:20px;
}

.linefooter .linefooterfinal .lineonefinal .text {
    font-size:14px;
}

.linefooter .linefooterfinal .lineonefinal .link a {
    font-size:14px;
    color:#76a5f5;
    text-decoration:underline;
}

.linefooter .linefooterfinal .lineonefinal .link a:hover {
    text-decoration:none;
}

.linefooter .linefooterfinal .linetwofinal {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
}

.linefooter .linefooterfinal .linetwofinal .youchoice {
    color:#76a5f5;
    font-size:20px;
}

.linefooter .linefooterfinal .linetwofinal .text {
    font-size:14px;
}

.linefooter .linefooterfinal .linetwofinal .link a {
    font-size:14px;
    color:#76a5f5;
    text-decoration:underline;
}

}

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

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

.containerwreappermiddle {
    padding:0;
}   

.containerwreapperheader {
    padding:6px 0;
}

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

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

.containerwreapperheader .contact {
    top:505px;
}   

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

.litleres {
    background-image: url(../images/mosaico4.jpg);
    min-height:433px;
} 

.containerwreapperheader {
    padding:6px 0;
}

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

.morefriends {
    font-size:22px;
} 

.downfooter .lineone .squareone {
    border:1px solid #cdd7e1;
    background-color: #edf0f5;
    border-radius:5px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    padding:15px 20px 15px;
    text-align: center;
    min-width: 280px;
    display:flex;
    flex-direction: column;
    align-items:center;
}

.downfooter .lineone .squareone .titlesquareone {
    font-size:14px;
    padding-bottom: 20px;
    font-weight:bold; 
}

.downfooter .lineone .squareone .textsquareone {
    font-size:12px; 
    padding-top:15px;
}

.downfooter .lineone .squaretwo {
    border:1px solid #cdd7e1;
    background-color: #edf0f5;
    border-radius:5px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    padding:15px 20px 15px;
    display:flex;
    flex-direction: column;
    align-items:center;
}

.downfooter .lineone .squaretwo p {
   text-align:center;
   font-size:14px;
   font-weight:bold;
   padding:0;
}

.downfooter .lineone .squaretwo ul {
    list-style-type: none;
    padding:0;
    margin:0;
    font-size:13px;
}

.downfooter .lineone .squaretwo ul li {
    background-image: url('../images/check.png');
    background-repeat: no-repeat;
    line-height: 20px;
    padding-left: 30px;
    padding-top:11px;

}

.downfooter .lineone .squarethree {
    border:1px solid #cdd7e1;
    background-color: #edf0f5;
    border-radius:5px;
    padding:15px 20px 15px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    display:flex;
    flex-direction: column;
    align-items:center;
}

.downfooter .lineone .squarethree .titlesquarethree {
    font-size:13px;
    font-weight:bold; 
    text-align: center;
}

.downfooter .lineone .squarethree .textimage {
    padding-top:10px;
    display:flex;
    justify-content: space-between;
}

.downfooter .lineone .squarethree .textimage img {
    min-width: 150px;
    max-height: 130px;
}

.downfooter .lineone .squarethree .textimage p {
    font-size:12px;
    line-height: 20px;
    padding: 0 0 0 10px;
}

}

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

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

.containerwreapperheader .contact {
    position:absolute;
    top:500px;
}

.memberlogin {
    margin-bottom: -15px
}

.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:20px;
}  

.prefinalfooter h2 {
    font-size:16px;
}

.prefinalfooter ol {
    font-size:14px;
}


.downfooter .lineone .squareone .titlesquareone {
    font-size:14px;
}

.downfooter .lineone .squareone .textsquareone {
    font-size:12px; 
}

.downfooter .lineone .squaretwo p {
   font-size:14px;
}

.downfooter .lineone .squaretwo ul {
    font-size:13px;
}

.downfooter .lineone .squaretwo ul li {
    background-image: url('../images/check.png');
    background-repeat: no-repeat;
    line-height: 20px;
    padding-left: 30px;
    padding-top:11px;

}

.downfooter .lineone .squarethree .titlesquarethree {
    font-size:14px;
    font-weight:bold; 
    text-align: center;
}

.downfooter .lineone .squarethree .textimage p {
    font-size:13px;
}


.downfooter .linetwo {
    width:90%;
}

.downfooter .linetwo .contacts {
    font-size:12px;
}

.downfooter .linetwo .footertext .bestupper {
    font-size:14px !important;
}

.downfooter .linetwo .footertext p {
    font-size:14px;
}

.downfooter .linetwo .footertext ol {
    font-size:14px;
}

}

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

.contentreg {
    max-width: 90%;
    margin: 0 auto;
    padding:50px 10px 0px;
}

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

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

.containerwreapperheader .contact .greencircle  {
    margin-top:17px;
    margin-right: 9px;
    width: 13px;
    height: 13px;
}

}

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

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

.btn2 {
    font-size:19px;
    padding:6px 12px 6px 15px;
}

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

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

.containerwreapperheader .contact {
    top:500px;
}  

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

.finalfooter {
    margin:25px 0 0;
} 

}

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

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

.btn2 {
    font-size:18px;
}

}