/*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: 1140px;
    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: 127px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #FFFFFF;
    box-sizing: border-box;
    position: relative;
}

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

.logo{
    max-width: 142px;
}

.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: 492px;
    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: #000000;
    box-shadow: 2.83px 2.83px 2.83px rgba(63, 63, 63, 0.2);
    margin: 20px 4.5px;
    opacity: 1;
}

#attraction .swiper-pagination-bullet-active{
    background: #FFFFFF;
}

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

.redes-float .whatsapp{
    width: 44.88px;
    margin: 0px auto 5px;
    display: block;
    position: relative;
}

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

.redes-float a.arrow-start{
    width: 55px;
    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: 40px 0px 80px;
}

#sobre-nosotros .title{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #2E2D2D;
}

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

#sobre-nosotros .info .block{
    width: 100%;
    max-width: 207px;
    text-align: center;
}

#sobre-nosotros .info .block img{
    margin-bottom: 18px;
    border-radius: 50%;
}

#sobre-nosotros .info .block .title{
    font-size: 12px;
    font-weight: 700;
    color: #EEB6B9;
    margin-bottom: 8px;
}

#sobre-nosotros .info .block .description{
    font-size: 12px;
    font-weight: 500;
    color: #2E2D2D;
}

#sobre-nosotros .info .separador{
    width: 1px;
    height: 300px;
    background-color: #E17FB4;
    display: block;
}

/*Banner*/
#banner{
    width: 100%;
    height: 485px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#banner2{
    width: 100%;
    height: 392px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

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

#servicios .title{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #2E2D2D;
}

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

.servicio{
    width: 100%;
    max-width: 200px;
    margin-bottom: 30px;
    text-align: center;
}

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

.servicio .name{
    font-size: 11px;
    font-weight: 700;
    color: #2E2D2D;
    margin-bottom: 5px;
}

.servicio .price{
    font-size: 12px;
    font-weight: 500;
    color: #2E2D2D;
}

.servicio .image{
    width: 100%;
    height: 227px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*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);
}

/*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;
}

/*Testimonios*/
#testimonios{
    padding: 95px 0px 40px;
}

#testimonios .info{
    max-width: 860px;
    margin: 0px auto;
}

#testimonios .info .block{
    width: 100%;
    max-width: 260px;
    text-align: center;
}

#testimonios .info .block img{
    margin-bottom: 18px;
}

#testimonios .info .block .title{
    font-size: 20px;
    font-weight: 700;
    color: #2E2D2D;
    margin-bottom: 15px;
}

#testimonios .info .block .comment{
    font-size: 14px;
    font-weight: 400;
    color: #2E2D2D;
    margin-bottom: 30px;
}

#testimonios .info .block .name{
    font-size: 14px;
    font-weight: 400;
    color: #2E2D2D;
}

#testimonios .info .separador{
    width: 1px;
    height: 305px;
    background-color: #E17FB4;
    display: block;
}

/*Contacto*/
#contacto{
    padding: 0px;
}

#contacto .note{
    padding: 12px 0px;
    background-color: #F6BF41;
}

#contacto .note p{
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
}

#contacto .note .underline{
    font-size: 34px;
    font-weight: 600;
    text-decoration: underline;
    display: block;
}

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

#contacto .contacto-form{
    width: 100%;
    max-width: 550px;
    border-right: 1px solid #E17FB4;
}

#contacto .description{
    font-size: 20px;
    color: #2E2D2D;
    margin-top: 30px;
    margin-bottom: 15px;
}

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

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

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

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

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

footer .content{
    padding: 56px 0px 42px;
    display: flex;
    flex-flow: wrap;
    border-top: 1px solid #E17FB4;
}

footer ul.menu{
    display: block;
}

footer ul.menu li{
    margin-right: 0px;
}

footer ul{
    margin-right: 180px;
}

footer ul li{
    margin-bottom: 15px;
}

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

footer .listTitle{
    font-size: 22px;
    font-weight: 600;
    color: #2E2D2D;
    text-transform: uppercase;
}

footer .menu a{
    font-size: 15px;
    font-weight: 400;
    color: #2E2D2D;
    text-transform: uppercase;
}

footer .redes{
    width: auto;
    max-width: auto;
    display: block;
    margin: 0px;
}

footer .links{
    width: auto;
    max-width: auto;
    display: block;
}

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

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

footer .links li a, footer .redes a{
    font-size: 15px;
    font-weight: 400;
    color: #2E2D2D;
    display: flex;
    align-items: center;
}

footer .whatsapp img{
    max-width: 24.5px;
    margin-right: 7px;
}

footer .email img{
    max-width: 26px;
    margin-right: 6px;
}

footer .facebook img{
    max-width: 12.14px;
    margin-right: 11px;
}

footer .instagram img{
    max-width: 22.68px;
    margin-right: 8px;
}

footer .tiktok img{
    max-width: 18.21px;
    margin-right: 8px;
}

footer .youtube img{
    max-width: 23px;
    margin-right: 8px;
}

footer .bottom .content{
    padding: 12px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright, .developed, .developed a{
    font-size: 15px;
    font-weight: 600;
    color: #2E2D2D;
}

/*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;
}