/*Estilos base*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
*{
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6{
    margin: 0px;
}

p{
    margin: 0px;
}

img{
    width: 100%;
}

a{
    text-decoration: none;
}

ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.btn{
    height: 48px;
    line-height: 48px;
    color: #FFFFFF;
    background-color: #525252;
    width: 100%;
    max-width: 250px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    border-radius: 100px;
    border: none;
    text-align: center;
    box-sizing: border-box;
}

.content{
    width: 100%;
    max-width: 1144px;
    margin: 0px auto;
    position: relative;
}

.input{
    margin-bottom: 13px;
    width: 100%;
}

.input label{
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #070707;
    margin-bottom: 9px;
}

.input input, .input select, .input textarea{
    width: 100%;
    height: 39px;
    border-radius: 14px;
    border: 1px solid #DBDBDB;
    box-shadow: none;
    margin: 0px;
    box-sizing: border-box;
    padding-left: 15px;
}

.input textarea{
    height: 63px;
    padding: 10px 15px;
    resize: none;
}

.checkbox{
    width: 100%;
    display: flex;
    align-items: center;
}

.checkbox input{
    height: 18px;
    width: 18px;
    margin: 0px 9px 0px 0px;
}

.checkbox label{
    margin: 0px;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.validation.error{
    border: 1px solid red;
    outline: unset;
}

.errorDisplay {
    color: red;
    font-size: 15px;
    margin-bottom: 15px;
}

.successDisplay {
    color: green;
    font-size: 15px;
    margin-bottom: 15px;
}

.disable { 
    pointer-events: none; 
    cursor: default; 
} 

/*Header*/
header{
    width: 100%;
    height: 89px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: rgba(243, 243, 243, 0.55);
    box-sizing: border-box;
    z-index: 12;
    position: absolute;
    top: 0px;
}

header .container{
    width: 100%;
    max-width: 1122px;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    position: relative;
}

.menu{
    display: flex;
}

.menu li{
    margin-right: 36px;
    position: relative;
}

.menu li:last-child{
    margin-right: 0px;
}

.menu a{
    font-size: 15px;
    font-weight: 700;
    color: #707070;
}

nav{
    display: flex;
    align-items: center;
}

.idioma{
    font-size: 9px;
    font-weight: 400;
    color: #FFFFFF;
    background-color: rgba(0, 55, 95, 0.15);
    border-radius: 4px;
    width: 68px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    box-sizing: border-box;
    position: absolute;
    right: 0px;
}

.idioma span{
    width: 3px;
    height: 6px;
    display: inline-block;
    background-image: url("/img/triangle.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 10px;
}

#barras-menu{
    display: none;
}

#fondo{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
}

.flex{
    display: flex;
    align-items: center;
    flex-flow: wrap;
}

.flex-space{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: wrap;
}

.flex-space-invert{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

.flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
}

/*Attraction*/
#attraction .swiper-slide{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 612px;
    display: flex;
    align-items: center;
}

#attraction .attraction-text{
    width: 100%;
    max-width: 800px;
    position: relative;
    margin: 0px auto;
    z-index: 1;
    color: #FFFFFF;
    text-align: center;
}

#attraction .description{
    position: relative;
    margin: 30px auto;
}

#attraction .swiper-pagination{
    position: absolute;
    bottom: 0px;
}

#attraction .swiper-pagination-bullet{
    width: 14.71px;
    height: 14.71px;
    background: #FAFAFA;
    box-shadow: 2.83px 2.83px 2.83px rgba(63, 63, 63, 0.2);
    margin: 20px 4.5px;
}

.redes-float{
    position: fixed;
    bottom: 50px;
    right: 70px;
    z-index: 10;
}

.redes-float .whatsapp{
    width: 44.88px;
    margin-bottom: 11px;
    display: block;
    position: relative;
}

.redes-float .messenger{
    width: 44.88px;
    margin-bottom: 36px;
    display: block;
}

.redes-float a.arrow-start{
    width: 51px;
    display: block;
}

.tooltip{
    width: 118.31px;
    color: #00375F;
    font-size: 8px;
    font-weight: 400;
    line-height: 10px;
    background-color: rgba(248, 250, 255, 0.8);
    border-radius: 4px;
    padding: 5px 0px;
    text-align: center;
    position: absolute;
    bottom: 17px;
    right: 57.31px;
    box-sizing: border-box;
    display: none;
}

.tooltip::after{
    content: '';
    background-image: url('/img/triangle-blue.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 16px;
    height: 14px;
    display: block;
    position: absolute;
    margin: 0px auto;
    right: 0px;
    left: 0px;
    bottom: -14px;
}

.whatsapp:hover .tooltip{
    display: block;
}

/*Sobre nosotros*/
#sobre-nosotros{
    padding: 193px 0px 112.5px;
}

#sobre-nosotros .title{
    font-size: 51px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 74px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.15);
}

#sobre-nosotros .info{
    max-width: 924px;
    margin: 0px auto;
}

#sobre-nosotros .info .text{
    width: 100%;
    max-width: 538px;
    text-align: right;
}

#sobre-nosotros .info .text p{
    font-size: 12px;
    line-height: 23px;
    margin-bottom: 19px;
}

#sobre-nosotros .info .text p:last-child{
    margin-bottom: 0px;
}

#sobre-nosotros .info .images{
    width: 100%;
    max-width: 210px;
}

#sobre-nosotros .info .image{
    width: 100%;
    height: 189px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #F3F3F3;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 11px;
}

#sobre-nosotros .info .image:last-child{
    margin-bottom: 0px;
}

/*Servicios*/
#servicios{
    padding: 112.5px 0px 0px;
}

#servicios .title{
    font-size: 51px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 60px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.15);
}

.servicios-content{
    max-width: 925px;
    margin: 0px auto;
}

.servicio{
    width: 100%;
    max-width: 417px;
    margin-bottom: 100px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.servicio .text{
    width: 100%;
    max-width: 190px;
    box-sizing: border-box;
}

.servicio .name{
    font-size: 39px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.15);
    margin-bottom: 12px;
}

.servicio .description{
    font-size: 16px;
    line-height: 30px;
    max-height: 158px;
    overflow: hidden;
}

.servicio .image{
    width: 100%;
    max-width: 212px;
    height: 191px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #F3F3F3;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

/*Por que nosotros*/
#porque-nosotros{
    padding: 88px 0px 72.5px;
}

#porque-nosotros .title{
    font-size: 51px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 51px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.15);
}

#porque-nosotros .info{
    max-width: 823px;
    margin: 0px auto;
}

#porque-nosotros .info .block{
    width: 100%;
    max-width: 159px;
}

#porque-nosotros .text{
    max-width: 823px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #000000;
    margin: 90px auto 0px;
    text-align: center;
}

.block .image{
    width: 100%;
    height: 159px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #F3F3F3;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.block .description{
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    color: #726F6F;
    text-align: center;
    margin-top: 21px;
}

/*Galeria instagram*/
#galeria{
    padding: 72.5px 0px 114px;
}

#galeria .title{
    font-size: 51px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 45px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.15);
}

.galeria-content{
    width: 100%;
    max-width: 751px;
    margin: 0px auto;
}

.galeria-content .image{
    width: 100%;
    max-width: 184px;
    height: 184px;
    margin-right: 5px;
    margin-bottom: 65px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #F3F3F3;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.galeria-content .image:nth-child(4n){
    margin-right: 0px;
}

.redes{
    width: 100%;
    max-width: 571px;
    margin: 0px auto 56px;
}

.link-red{
    width: 32.85px;
}

/*Contacto*/
#contacto{
    padding: 68px 0px 77px;
    background-color: #F3F3F3;
}

#contacto .content{
    align-items: flex-start;
}

#contacto .contacto-form{
    width: 100%;
    max-width: 500px;
}

#contacto .title{
    font-size: 64px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 12px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.15);
}

#contacto .description{
    font-size: 23px;
    line-height: 29px;
    color: #525252;
    margin-bottom: 34px;
}

.contacto-form form{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    max-width: 452px;
}

.input.tel{
    max-width: 198px;
}

.input.email{
    max-width: 233px;
}

.contacto-form .btn{
    max-width: 100%;
    margin-top: 10px;
    position: relative;
}

.contacto-form .btn::after{
    content: "";
    background-image: url("/img/paper-plane.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 21.69px;
    height: 20.78px;
    display: inline-block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 36px;
    margin: auto;
}

.contacto-form .terminos{
    width: 100%;
    text-align: center;
    font-size: 11px;
    color: #525252;
    margin-top: 19px;
}

.contacto-form .terminos a{
    color: #525252;
    text-decoration: underline;
}

#contacto .mapa iframe{
    width: 478px;
    height: 283px;
    border-radius: 22px;
    margin-top: 28px;
    margin-bottom: 11px;
}

#contacto .mapa .datos{
    font-size: 15px;
    color: #525252;
    margin-bottom: 12px;
}

#contacto .mapa .datos strong{
    font-weight: 600;
}

/*Footer*/
footer{
    background-color: #FFFFFF;
    padding: 57px 0px 29px;
}

footer .content{
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer ul{
    display: flex;
    margin: 0px 0px 19px;
}

footer ul li{
    margin-right: 20px;
}

footer ul li:last-child{
    margin-right: 0px;
}

footer .menu a{
    font-size: 23px;
    font-weight: 700;
    color: #707070;
    text-transform: uppercase;
}

footer .redes{
    max-width: 203px;
    margin-bottom: 66px;
}

footer .links{
    width: 100%;
    justify-content: center;
    margin: 0px auto 23px;
}

footer .links li{
    margin-right: 20px;
}

footer .links li:last-child{
    margin-right: 0px;
}

footer .links li a{
    font-size: 15px;
    color: #259CC7;
    text-decoration: underline;
}

.copyright{
    color: #707070;
}

/*Modal*/
.modal{
    display: none;
    width: 100%;
    max-width: 800px;
    max-height: 500px;
    padding: 48px 39px 20px;
    background-color: #FFFFFF;
    border-radius: 48px;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    height: -moz-fit-content;
    height: fit-content;
    z-index: 10;
    box-sizing: border-box;
    overflow-y: scroll;
}

.modal .title{
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.modal .description{
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    margin: 0px auto 20px;
}

.closeModal{
    position: absolute;
    right: 34px;
    top: 25px;
    width: 21px;
}