html, body{
    background-color: #000128;
    color: #FFF;
    width: 100%;
    font-family: 'Montserrat Alternates', sans-serif;
}
.logo:before{
    content: " ";
    display: block;
    background-image: url("../img/gif_logo.gif");
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    padding-top: 100%;
    position: absolute;
    top: -90%;
}
.logo{
    background-image: url("../img/mh-logo.png");
    position: relative;
    width: 14vw;
    height: 14vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    margin: auto;
    padding-bottom: 10vw;
}
.inicio{
    display: flex;
}
.inicio_sub{
    width: 40vw;
    text-align: center;
}
.inicio_fondo a{
    position: absolute;
    right: 5vw;
    bottom: 15vw;
    font-size: 2rem;
    text-decoration: none;
    color: #FFF;
}
.inicio_fondo{
    background-image: url("../img/cielo.jpg");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
    width: 60vw;
    padding-top: 40%;
    border-bottom-left-radius: 30vw
}

.about_us p{
    width: 510px;
}

.inicio_fondo .caption{
    position: absolute;
    top:4vw;
    left: 12vw;
    width: 460px;
}
.inicio_fondo h2{
    color: #FFB403;
    font-size: 5em;
    line-height: 100%;
    margin-bottom: 2rem;
	margin-top: 60px;
    font-weight: 600;
}
.inicio_fondo h5{
    font-size: 1.75em;
    font-weight: 500;
    margin-bottom: .8rem;
}
.inicio_fondo p{
    font-size: 0.8em;
}
.idiomas{
    position: absolute;
    top: -70px;
    width: 100%;
    height: 40px;
    color: #FFF;
    text-align: right;
}
.idiomas a{
      position: static;
    margin: 0px 10px;
    color: #FFB403;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    line-height: 80px;
}
.caption h5,
.caption p{
    font-family: 'Barlow', sans-serif;
}
.about{
    display: flex;
    flex-direction: row-reverse;
    z-index: 999;
    position: relative;
    margin-top: -5vw;
}
.about_celu{
    width: 50vw;
}
.about_us{
    width: 50vw;
    padding: 12vw 20vw 10vw 8vw;
}
.about_us h2{
  	color: #FFB403;
    font-weight: 600;
    font-size: 4em;
    line-height: 120%;
    margin-bottom: 2rem;
}
.about_us p{
    font-family: 'Barlow', sans-serif;
    font-size: 1.8rem;
    line-height: 2rem;
}
.celu{
    background-image: url("../img/img-phone.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    width: 30vw;
    height: 58vw;
    margin: auto;
    z-index: 999;
    margin-top: 0vw;
}
.boton{
    background: #000;
    display: inline-block;
    font-size: 1.25rem;
    padding: 1rem 3rem;
    color: #FFF;
    font-family: 'Barlow', sans-serif;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 2rem;
    font-weight: 600;
}
.banne-intermedio{
    text-align: center;
    padding: 8rem 2rem;
}
.banne-intermedio h2{
    font-size: 2.5rem;
}
.degrade{
    background: #f4b640;
    background: -moz-linear-gradient(left,  #f4b640 0%, #ee4440 100%);
    background: -webkit-linear-gradient(left,  #f4b640 0%,#ee4440 100%);
    background: linear-gradient(to right,  #f4b640 0%,#ee4440 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4b640', endColorstr='#ee4440',GradientType=1 );
}
.boton.degrade{
    color: #000;
}
.checkin{
    display: flex;
    flex-direction: row-reverse;
    z-index: 999;
    position: relative;
    margin-bottom: 5vw;
}
.checkin_flecha{
    width: 40vw;
}
.checkin_us p,
.checkin_us .radios{
    font-family: 'Barlow', sans-serif;
}
.checkin_us{
    width: 60vw;
    border: solid 8px #01a4db;
    border-left: 0;
    border-top-right-radius: 10vw;
    border-bottom-right-radius: 10vw;
    padding: 6vw 10vw 6vw 6vw;
}
.checkin_us h2{
    color: #01a4db;
    font-size: 3.5em;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 2rem;
}
.select-pure__select{
    transition: none !important;
}
.checkin_us input[type="text"],
.checkin_us select,
.checkin_us .select-pure__select--multiple,
.checkin_us input[type="email"]{
    background: linear-gradient(180deg, #333453 0%, #000128 100%);
    border: 1px solid #333453;
    box-sizing: border-box;
    border-radius: 4px;
    display: block;
    width: 600px;
    min-height: 50px;
    line-height: 50px;
    padding-left: 20px;
    color: #FFF;
    margin: 1rem 0;
    border: solid 1px #333453;
    border-radius: 4px;
    font-family: 'Barlow', sans-serif;
}
.checkin_us select option{
    color: #000;
}
.checkin_us select:invalid,
.checkin_us .select-pure__placeholder{
    color: #777777;
}
.checkin_us .select-pure__placeholder--hidden{
    display: none !important;
}
.checkin_us .select-pure__label{
    display: flex;
    flex-wrap: wrap;
}
.checkin_us .select-pure__selected-label{
    line-height: 28px;
    background: #000128;
    border: 1px solid #5CB6FF;
    color: #5CB6FF;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 4px 8px !important;
    margin-left: 0 !important;
}
.checkin_us .select-pure__select--multiple{    
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.checkin_us .select-pure__select--opened .select-pure__options{
    background: #FFF !important;
}
.checkin_us .select-pure__autocomplete{
    background: #FFF !important;
    color: #000 !important;
    width: calc(100% - 10px) !important;
    margin: 5px !important;    
    border: 1px solid #5CB6FF !important;
    border-radius: 4px !important;
    min-height: 30px !important;
    line-height: 30px !important;
}
.checkin_us button{
    background: linear-gradient(180deg, #EDEDED 0%, #CCC4BF 100%);
    border-radius: 4px;
    border: 0;
    padding: 10px 40px;
}
.checkin_us button:hover{
    background: #828282;
}
.flecha{
    background-image: url("../img/flecha.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    width: 20vw;
    height: 48vw;
    margin: auto 0 auto auto;
    z-index: 999;
}

.subfooter{
    background-color: #FFB403;
    padding: 0 3vw .5vw 3vw;
    color: #000;
    margin: 0;
    text-align: center;
}
.subfooter a{
    color: #000;
    text-decoration: none;
    font-size: .8rem;
}
.footer{
    background-color: #FFB403;
    padding: 4vw 8vw 1vw 8vw;
    border-top-left-radius: 4vw;
    border-top-right-radius: 4vw;
    display: flex;
    color: #000;
    justify-content:space-around;
}
.footer h3{
    margin: 0 0 0 0;
    font-size: 1.8rem;
    width: 100%;
}
.footer h3 small{
    font-weight: 600;
    display: block;
    padding-top: 5px;
    font-size: 14px;
    max-width: 200px;
}
.footer a i{
    font-size: 24px;
    margin-right: 0.65rem;
    vertical-align: middle;
    line-height: 1.5;
}
.footer a{
    color: #000;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    font-size: 13px;
    line-height: 1.5rem;
    vertical-align: middle;
}
.footer .links a{
     font-size: 14px;
    font-weight: 400;
    line-height: 2.5;
}
.footer .separator{
    width: 1px;
    height: 6rem;
    background: #000;
}

.container_radio {
  display: inline-block;
  position: relative;
  line-height: 27px;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}
.container_radio:hover input ~ .checkmark {
    background-color: #ccc;
}
.container_radio input:checked ~ .checkmark {
    background-color: #FFFFFF;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: block;
    background: #000;
}
.container_radio input:not(:checked) ~ .checkmark:after {
    background: #000 !important;
}
.container_radio .checkmark:after {
    top: 3px;
    left: 3px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #FFB403;
    border: solid 3px black;
}

.popup{
    background: #FFB403;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.15);
    border-radius: 60px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -150px;
    text-align: center;
    padding: 20px; 
    max-width: 400px;
    z-index: 999999;
    color: #000;
}
.popup p{
    font-family: 'Barlow', sans-serif;
}
.popup h2{
    font-weight: 600;
}
.popup img{
    width: 50px;
    height: 50px;
    margin: 15px
}
.popup button{
    background: #000128;
    border-radius: 4px;
    border: 0;
    color: #FFB403;
    padding: 8px 40px;
}
.mapa{
    background: #f4b640;
    padding-right: 5vw;    
    font-family: 'Barlow', sans-serif;
}
.mapa h4{
    margin: 0 auto;
    max-width: 800px;
    padding: 60px;
    text-align: center;
    color: #000;
}
.mapa img{
    width: 60%;
}
.mapa .pop{
    width: 40vw;
    min-width: 320px;
    position: absolute;
    bottom: 10vw;
    left: 10vw;
    text-align: center;
    color: #000;
}
.mapa .pop h5{    
    line-height: 4.7rem;
    font-size: 1.4rem;
    font-weight: 500;
}
.mapa .contadores{
    display: flex;
    justify-content: space-around;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 50%);
    background-color: #000;
    color: #FFF;
    border-radius: 3.5rem;
    padding: 0.5rem 2.2rem 1rem 2.2rem;
}
.mapa .contadores span{
    font-size: 0.85rem;
    line-height: 1rem;
    display: block;
}
.mapa .contadores h2{
    font-weight: 900;
    font-size: 5rem;
    line-height: 5.3rem;
    display: block;
    margin: 0;
}
.mapa-inner > h4 {
    width: 50%;
    position: absolute;
    font-size: 1rem;
    top: 17vw;
    left: 10%;
    text-align: right;
    color: #000;
}
.mapa .contadores > div{
    position: relative;
}
.mapa .contadores > div.separator{
    content: " ";
    width: 1px;
    height: 4.5rem;
    background: #ffffff94;
    top: 1rem;
}
.mapa-inner{
    background: rgba(0,0,0,0.075);
    -webkit-border-top-right-radius: 25vw;
    -moz-border-radius-topright: 25vw;
    border-top-right-radius: 25vw;
    text-align: right;
    position: relative;
}
.dual-back,
.pre-footer{
    background: #333551;
    background: -moz-linear-gradient(left,  #000128 50%, #333551 50%);
    background: -webkit-linear-gradient(left,  #000128 50%,#333551 50%);
    background: linear-gradient(to right,  #000128 50%,#333551 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000128', endColorstr='#333551', GradientType=1);
}
.w-fit{
    width: fit-content;
}
.icono-descripcion{
    font-family: 'Barlow', sans-serif;
}
.pre-footer h2{
    color: #FFB403;
    font-weight: 600;
    font-size: 2.75rem;
}
.pre-footer b{
    display: block;
    margin-bottom: 2rem;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.6rem;
}
.icono-descripcion img{
    width: 2.5rem;
}
.icono-descripcion small{
    font-size: 0.8rem;
    line-height: 1.2rem;
    margin-top: .25em;
    display: block;
}
.icono-descripcion p{
    font-size: 1.25rem;
    font-weight: 600;
    display: block;
    line-height: 1rem;
    margin-bottom: 2rem;
}

/***********************************************/
@media (max-height: 320px){
    .popup{
        margin-top: 0;
        top: 0;
    }
}
@media (min-width: 1200px) and (max-width: 1400px){
    .inicio_fondo{
        padding-top: 50%;
    }
    .inicio_fondo .caption{
        top:7vw;
    }  
}
@media (min-width: 963px) and (max-width: 1200px){
    .inicio_fondo{
        padding-top: 55%;
    }
    .inicio_fondo .caption{
        top:5vw;
    }   
    .checkin_us input[type="text"], .checkin_us select, .checkin_us .select-pure__select--multiple, .checkin_us input[type="email"]{
        width: 100%;
    }
    .mapa .contadores h2{
        font-size: 4rem;
    }
}
@media (min-width: 768px) and (max-width: 962px){
    body{
        font-size: 18px;
    }
    .logo{
        margin-top: 15vw;
    }
    .mapa .contadores h2{
        font-size: 3rem;
    }
    .inicio_sub{
        width: 30vw;
    }
    .inicio_sub .logo{
        position: absolute;
        top: 5vw;
        right: -5vw;
        z-index: 999;
        width: 25vw;
        height: 25vw;
    }
    .inicio_fondo{
        border-top-left-radius: 30vw;
        padding-top: 90%;
        width: 70vw;
        margin-top: 30vw;
    }
    .inicio_fondo .caption h2{        
        font-size: 4em;
    }
    .inicio_fondo .caption{
        top: 20vw;
        left: 12vw;
        width: 365px;
    } 
    .about{
        display: block;
        font-size: 14px;
    }
    .about_us{
        width: 100vw;
        margin-top: -13vw;
        padding: 20vw 20vw 10vw 8vw;
    }
    .celu{
        width: 80vw;
        height: 80vw;
        z-index: 999999;
        margin-top: -20vw;
        position: relative;
    }
    .inicio_fondo a{
        bottom:30vw;
    }
    .footer-container{
        max-width: 100% !important;
    }
    .checkin_us input[type="text"], .checkin_us select, .checkin_us .select-pure__select--multiple, .checkin_us input[type="email"]{
        width: 100%;
    }
}
@media (min-width: 769px){
    .text-md-left{
        text-align: left !important;
    }
}
@media (max-width: 768px){
    .pre-footer{
        background: #000128;
        background: -moz-linear-gradient(top,  #000128 50%, #333551 50%);
        background: -webkit-linear-gradient(top,  #000128 50%,#333551 50%);
        background: linear-gradient(to bottom,  #000128 50%,#333551 50%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000128', endColorstr='#333551', GradientType=0);
    }    
    .dual-back{
        background: #333551;
    }
    .footer h3{
        text-align: center;
    }
    .mapa .contadores{
        border-radius: 3rem;
    }
    .mapa .contadores h2{
        font-size: 3rem;
    }
    .footer h3 small{
        margin: auto;
        max-width: 300px;
    }
    .footer .separator{
        width: 30%;
        margin: .5rem auto;
        height: 1px;
        padding: 0 !important;
    }
    body{
        font-size: 14px;
    }
    .mapa .pop{
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        margin: auto;
    }
    .checkin_flecha{
        display: none;
    }
    .checkin_us{
        width: 100%
    }
    .inicio{
        flex-direction: column;
    }
    .logo{
        background-position: center center;
        width: 200px;
        height: 300px;
        margin-top: 40px;
    }
    .logo:before{
        top: -18%;
    }
    .inicio_sub{
        width: 100vw;
    }
    .inicio_fondo{
        width: 90vw;
        border-top-left-radius: 60vw;
        border-bottom-left-radius: 60vw;
        padding-top: 700px;
        margin-left: 10vw;
    }
    .inicio_fondo .caption h2{
        font-size: 4rem;
    margin-top: 00px;
    }
    .inicio_fondo .caption p{
        font-size: 1em;
        width: 270px;
    }
    .inicio_fondo .caption{
        top:-2vw;
        left: 3vw;
        width: 280px;
    }
    .about{
        display: block;
        width: 100vw;
    }
    .about_us{
        width: 100vw;
        margin-top: -10vw;
        padding: 20vw 20vw 10vw 8vw;
    }
    .celu{
        width: 90vw;
        height: 110vw;
        z-index: 999999;
        margin-top: -50vw;
        position: relative;
    }
    .footer{
        flex-direction: column;
        border-top-left-radius: 20vw;
        border-top-right-radius: 20vw;
    }
    .footer-container{
        max-width: 100% !important;
    }
    .footer *{
        padding: 5px;
    }
    .inicio_fondo a{
        bottom:300px;
        right: 50px;
    }    
    .about_us p{
        width: 100%;
    }
    .checkin_us input[type="text"], .checkin_us select, .checkin_us .select-pure__select--multiple, .checkin_us input[type="email"]{
        width: 100%;
    }
}
@media (max-width: 500px){
    .mapa-inner > h4 {
        width: 55%;
        font-size: 0.8rem;
        top: 14vw;
        left: 2%;
        padding: 5%;
    }
    .mapa .contadores h2{
        font-size: 2.5rem;
    }
    .mapa .pop {
        min-width: 300px;
    }
    .inicio_fondo .caption h2{
        font-size: 3rem;
    }
}
