@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');



:root {
    --letra2: 'Roboto', sans-serif;
    --color-blanco: #ffff;
    --letras: 'Dosis', sans-serif;
    --letra: 'Roboto Condensed', sans-serif;
    --var-bg-ppal: #03234d;
    --var-bg-sec: #193945;
}

html,
body {
    overflow-x: hidden !important;
}


* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

/* body {
    border: 0!important;
    overflow-x: hidden !important;

    background-size: 100vw 100vh;
    background-repeat: no-repeat;
    background-position: center;
    overflow-y: hidden;
} */

.text-verde {
    color: #74C195 !important;
}

.section-1 {
    background-color: var(--var-bg-ppal);
    height: 100vh;

}

.logo-ppal-58 {
    width: 70%;
    height: auto;
    max-width: 600px;
    margin: 0 auto;
    display: block;
}


.container-header {
    display: flex;
    justify-content: space-between;
    align-items: center;


}

.container-congreso {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.btn-folleto {
    background-color: #00413C;
    color: #fff;
    border-radius: 30px;
    padding: 5px 30px;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid whitesmoke;
    cursor: pointer;
    transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease, transform 0.3s ease;
    text-decoration: none;

}

.btn-folleto:hover {
    background-color: #fff;
    color: #00413C;
    border: 2px solid #00413C;
    transform: translateY(-5px);
}

.contenidos-1 {
    z-index: 99999 !important;
}

.tarifas-img-detail {
    width: 65%;
    height: auto;
    margin: 0 auto;
    display: block;
}


.btn-congreso {
    background-color: #95c11f;
    color: #fff;
    border-radius: 30px;
    padding: 5px 30px;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid whitesmoke;
    cursor: pointer;
    transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease, transform 0.3s ease;
    text-decoration: none;
}

.btn-congreso:hover {
    background-color: #fff;
    color: #95c11f;
    border: 2px solid #95c11f;
    transform: translateY(-5px);
}

.btn-feria {
    background-color: #f98791;
    color: #fff;
    border-radius: 30px;
    padding: 5px 30px;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid whitesmoke;
    cursor: pointer;
    transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease, transform 0.3s ease;
    text-decoration: none;
}

.btn-feria:hover {
    background-color: #fff;
    color: #f98791;
    border: 2px solid #f98791;
    transform: translateY(-5px);
}


.box-brochure {
    transition: all 0.5s ease;
}

.logo-congreso-58 {
    width: 100%;
    height: 100%;
    max-width: 750px;
    max-height: 750px;
    margin-top: 20px;
    z-index: 10 !important;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}


.btn-brochure {
    width: 100%;
    max-width: 650px;
    position: relative;
    transform: translateY(-100px);
    margin: 0 auto;
    display: block;
    text-align: center;
}

.content-congreso {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.logo-congreso-58:hover {
    transform: translateY(-10px);
}

.logo-congreso-58-mobile {
    display: none;

}



.nube {
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    /* Puedes ajustar la duración y el desplazamiento para cada nube */
}

.nube-1 {
    animation-name: moverNube1;
    animation-duration: 12s;
}

.nube-2 {
    animation-name: moverNube2;
    animation-duration: 18s;
}

.nube-3 {
    animation-name: moverNube3;
    animation-duration: 15s;
}

@keyframes moverNube1 {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(60px);
    }
}

@keyframes moverNube2 {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-80px);
    }
}

@keyframes moverNube3 {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(40px);
    }
}

.btn-descarga {
    position: absolute;
    top: 500px;
    left: 50%;
    transform: translateX(-50%) !important;
    z-index: 10;
}

.img-paisaje {
    position: absolute;
    /* top: 0; */
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: visible;
}

.section-2 {
    background-color: var(--var-bg-sec);
    height: 100vh;

}

.img-programate {
    width: 40%;
}

.contenidos-1 {
    margin: 10px 0px 0px 200px;
}

.contenidos-1 img {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.contenidos-1 img:hover {
    transform: scale(1.15);
}

.img-conferencias {
    width: 80px;
    height: 80px;

}

.separador-amarillo {
    width: 30%;
    height: 2px;
    background-color: #F4C37A;

}

/* Animación para mover el avión horizontalmente */
.avion-animado {
    animation: moverAvion 8s linear infinite;
}

@keyframes moverAvion {
    0% {
        left: -150px;
    }

    100% {
        left: 100vw;
    }
}


.section-1,
.section-2 {
    position: relative;
}

.section-3 {
    position: relative;
    background: #252B2D;
    background: linear-gradient(180deg, rgba(37, 43, 45, 1) 0%, rgba(0, 65, 60, 1) 100%);
    height: 100vh;
}

.ejes-tematicos {
    width: 40%;
    max-width: 600px;
    min-width: 300px;
}

.br-end {
    border-right: solid 2px #74C195;
    border-width: 2px;
}

.br-bottom {
    border-bottom: solid 2px #74C195;
    border-width: 2px;
}

.br-left {
    border-left: solid 2px #74C195;
    border-width: 2px;
}

.br-top {
    border-top: solid 2px #74C195;
    border-width: 2px;

}

.section-4 {
    position: relative;
    background-color: #011613;
    height: 100vh;
}

.img-ponentes {
    width: 100%;
    height: 100vh;
    object-fit: contain;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18), 0 1.5px 6px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%);
}

.img-ponentes:hover {
    transform: scale(1.05);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18), 0 3px 12px rgba(0, 0, 0, 0.12);
}

.btn-fullscreen {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 4px;
    padding: 8px 12px;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease, transform 0.3s ease;
}

.btn-fullscreen:hover {

    transform: scale(1.1);
}

.section-5 {
    position: relative;
    background: #011613;
    height: 100vh;
}

.tarifas-img {
    max-width: 400px;
    margin: 0 auto;
    display: block;
    padding: 0 !important;

}

.section-6 {
    position: relative;
    background: #252B2D;
    background: linear-gradient(180deg, rgba(37, 43, 45, 1) 0%, rgba(3, 64, 60, 1) 100%);
    height: auto;
}

.bg-cielo {
    position: relative;
    height: 25%;
    /* background: linear-gradient(to bottom, #0a2233 0%, #193945 100%); */
    overflow: hidden;
}

.stars {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.star {
    position: absolute;
    width: 2px;
    height: 2px;
    background: white;
    border-radius: 50%;
    opacity: 0.8;
    animation: twinkle 2s infinite alternate;
}

.star:nth-child(2) {
    left: 20%;
    top: 10%;
    animation-delay: 0.5s;
    opacity: 0.6;
}

.star:nth-child(3) {
    left: 40%;
    top: 30%;
    animation-delay: 1.2s;
    opacity: 0.7;
}

.star:nth-child(4) {
    left: 60%;
    top: 15%;
    animation-delay: 0.8s;
    opacity: 0.9;
}

.star:nth-child(5) {
    left: 80%;
    top: 25%;
    animation-delay: 1.5s;
    opacity: 0.5;
}

.star:nth-child(6) {
    left: 10%;
    top: 50%;
    animation-delay: 0.3s;
    opacity: 0.8;
}

.star:nth-child(7) {
    left: 70%;
    top: 60%;
    animation-delay: 1.8s;
    opacity: 0.6;
}

.star:nth-child(8) {
    left: 55%;
    top: 40%;
    animation-delay: 1.1s;
    opacity: 0.7;
}

.star:nth-child(9) {
    left: 30%;
    top: 60%;
    animation-delay: 0.9s;
    opacity: 0.5;
}

.star:nth-child(10) {
    left: 85%;
    top: 50%;
    animation-delay: 1.3s;
    opacity: 0.8;
}

@keyframes twinkle {
    0% {
        opacity: 0.4;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.4;
    }
}

.hospedaje-img {
    display: block;
    margin: 0 auto;
    max-width: 550px;
    height: 100%;
    object-fit: cover;

}

.btn-reservas {
    position: absolute;
    top: 3%;
    right: 0;
    z-index: 10;
    max-width: 300px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-reservas:hover {
    transform: translateX(-5px);
}

.tabla-precios-hotel {
    border: 2px solid #74C195;
    border-radius: 10px;
}

.bdr-bottom {
    border-bottom: 2px solid #74C195;
}

.brd-end {
    border-right: 2px solid #74C195;
}

.hotel-img {
    max-width: 700px;
    height: auto;
}

.text-hotel-tipo {
    font-weight: bold;
    font-size: 18px;
    color: #74C195;
}

.text-hotel-tarifa {
    font-weight: bold;
    font-size: 16px;
    color: #f4c37a;
}

.text-tarifa-especial {
    font-weight: bold;
    font-size: 20px;
    color: #74C195;
}

.img-separador {
    width: 60%;
    height: auto;

    margin: 20px 0;
    padding: 0 !important;
}

.text-yellow {
    color: #f4c37a !important;
}

.text-link {
    color: #74C195 !important;
    text-decoration: none;
}

.img-info {
    max-width: 650px;
    height: auto;
    margin: 0 auto;
    display: block;
    padding: 0 !important;

}

.paisaje-hospedaje {
    position: absolute;
    top: 1275px;
    left: 0;
    z-index: 0;
}

.fs-10 {
    font-size: 5rem;
}

.fs-8 {
    font-size: 4rem;
}

.text-green {
    color: #74C195 !important;
}

.btn-whatsapp-folleto {
    background: #252B2D;
    background: linear-gradient(268deg, rgba(37, 43, 45, 1) 0%, rgba(3, 64, 60, 1) 100%);
    border: none;
    color: #fff;
    padding: 20px 40px;
    border-radius: 25px;
    transition: background 0.5s ease, color 0.5s ease, transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

.btn-whatsapp-folleto:hover {
    background: #74C195;
    color: #fff;
    transform: scale(1.1);
}


.btn-whatsapp {
    position: fixed;
    bottom: 120px;
    right: 20px;
    /* Posiciona el botón en la parte inferior izquierda de la pantalla */
    z-index: 1000;
    /* Asegúrate de que el botón esté por encima de otros elementos */
}

.btn-whatsapp a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    /* Color de fondo para el botón de WhatsApp */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.438);
    /* Sombra para dar un efecto de elevación */
    position: relative;
    /* Necesario para el posicionamiento del tooltip */
    text-decoration: none;
    /* Elimina el subrayado del enlace */
    transition: transform 0.3s;
}

.btn-whatsapp a:hover {
    transform: scale(1.1);
    /* Efecto de agrandamiento al pasar el ratón por encima */
}

/* Estilo del tooltip */
.tooltip {
    font-size: 20px;
    visibility: hidden;
    background-color: #fff;
    color: #06c74d;
    text-align: center;
    border-radius: 6px;
    padding: 0px 10px;
    position: absolute;
    top: 50%;
    /* Ajusta según la necesidad */
    right: 60px;
    /* Coloca el tooltip a la izquierda del botón */
    transform: translateY(-50%);
    z-index: 1;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.9s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn-whatsapp a:hover .tooltip {
    visibility: visible;
    opacity: 1;
}



@media screen and (min-width: 1900px) and (max-width:2250px) {
    .btn-descarga {
        position: absolute;
        top: 570px !important;
    }
}


@media screen and (min-width: 991px) and (max-width:1279px) {
    .logo-ppal-58 {
        display: block;
        margin: 0 auto;
        width: 80%;
        height: auto;
        max-width: 600px;
    }

    .botones-congreso {
        display: flex;
        align-items: center;
        gap: 10px;
        /* Espaciado entre los botones */
        margin: 0 auto;
        padding: 10px 10px;
    }

    .btn-descarga {
        position: absolute;
        top: 400px !important;
        left: 50%;
        transform: translateX(-50%);
        width: 40%;
    }

    .logo-ppal-58 {
        display: block;
        margin: 0 auto;
        width: 50%;
        height: auto;
        max-width: 600px;
        margin: 0 auto;
    }

    .btn-reservas {
        width: 180px;
        top: 3%;
    }

    .hotel-img {
        max-width: 100%;
        height: auto;
    }

    .paisaje-hospedaje {
        top: 1175px;
        width: 30%;
        max-width: 400px;
    }
}

.appfiliados {
    position: fixed;
    bottom: 10px;
    left: 10px;
    background: #0a4da3;
    border-radius: 50px;
    padding: 10px 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 999;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid white;
    padding: 10px;
}

/* Hover efecto tipo "pzzz" y mostrar el texto */
.appfiliados:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.appfiliados img {
    width: 100px;
}


.banner_app {
    height: max-content;
    position: relative;
}

.banner_app img {
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.btn-close_app {
    position: absolute;
    top: -20px;
    right: -20px;
    width: max-content;
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin: 0px;
    font-size: 4rem;
    color: white;
    border: none;
    outline: none;
    background-color: transparent;
}


.carrousel-57 {
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    z-index: 9999;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.slider .slide-track {
    animation: scroll 60s linear infinite !important;
    display: flex;
    width: calc(170px * 90);
    /* Duplica la cantidad de slides para efecto infinito */
    will-change: transform;
    /* Asegúrate de que .slide-track tenga exactamente el doble de slides y estén en el mismo orden */
}

/* Para lograr el efecto infinito, debes duplicar los elementos .slide en tu HTML dentro de .slide-track */

.slider {
    background-color: #fff;
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}



.slider::before,
.slider::after {

    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.slider::after {
    right: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}


.slider .slide {
    height: 100px;
    /* Ajustado para el mismo alto que las imágenes */
    width: 170px;
    /* Ajustado para el ancho de las imágenes */
}

.imagenes-sponsor {
    padding: 0 20px 0 5px;
    /* Ajustado para el espaciado entre las imágenes */
    width: 170px;
    object-fit: contain;
}

.img-fechas {
    width: 200px;
    max-width: 100%;
    position: absolute;
    top: 30%;

    z-index: 99999 !important;

}

.img-abrazos {
    width: 100%;
    max-width: 200px;
    height: auto;
    position: absolute;
    top: 20%;
    right: 0;

    z-index: 99999 !important;
}

.logo-expo {
    filter: drop-shadow(0 0 0.75rem rgb(19, 19, 19));
}



@media (max-width:768px) {

    .botones-congreso {
        display: flex;
        align-items: center;
        gap: 10px;
        /* Espaciado entre los botones */
        margin: 0 auto;
        padding: 10px 10px;
    }

    .btn-folleto {
        text-align: center;
        width: 100%;
        padding: 10px 10px;
        font-size: 8px;
    }

    .btn-congreso {
        text-align: center;
        font-size: 10px;
        padding: 10px;
        width: 100%;
    }

    .btn-feria {
        text-align: center;
        font-size: 10px;
        padding: 10px 10px;
        width: 100%;
    }

    .img-feria {
        width: 100%;
        height: auto;
        max-width: 100px;
        margin: 0 auto;
    }

    .logo-ccs {
        width: auto;
        height: auto;
        max-width: auto;
        margin: 0 auto;
    }

    .logo-ppal-58 {
        display: block;
        margin: 0 auto;
        width: 80%;
        height: auto;
        max-width: 600px;
    }

    .btn-reservas {
        width: 180px;
        top: 3%;
    }

    .hotel-img {
        max-width: 100%;
        height: auto;
    }

    .btn-reservas {
        top: 8%;
    }

    .paisaje-hospedaje {
        top: 1175px;
        width: 30%;
        max-width: 400px;
    }
}

@media (max-width: 600px) {
    .img-fechas {
        max-width: 150px;
        top: 60%;
    }

    .img-abrazos {
        width: 100%;
        max-width: 150px;
        top: 75%;
        left: 0;
    }

    .nube-2 {
        display: none;
    }

    .btn-descarga {
        position: absolute;
        top: 500px !important;
    }

    .img-programate {
        width: 90%;
        max-width: 400px;
        margin: 0 auto;
    }

    .contenidos-1 {
        margin: 20px 0px 0px 20px;
    }

    .separador-amarillo {
        width: 100%;
        height: 2px;
        background-color: #F4C37A;
        /* margin: 10px auto; */
    }

    .section-3 {
        margin-bottom: 400px;
    }

    .img-paisaje {
        display: none;
    }

    .hospedaje-img {
        max-width: 100%;
        height: auto;
    }

    .btn-reservas {
        width: 40%;
        top: 4%;
    }

    .content-reservas {
        padding-top: 100px;
    }

    .hotel-img {
        margin-top: 20px;
        max-width: 100%;
        height: auto;
    }

    .paisaje-hospedaje {
        display: none;
    }

    .molino {
        display: none;
    }

    .tarifas-img {
        max-width: 70%;
        height: auto;
        margin: 0 auto;
        display: block;
    }

    .tarifas-img-detail {
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: block;
    }

    .img-info {
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        display: block;
    }

    .container-header {
        margin-top: 10px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 16px;
        /* Espaciado entre los elementos */
    }

    .botones-congreso {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        /* Espaciado entre los botones */
        margin: 0 auto;
        padding: 0 10px;
    }

    .btn-congreso {
        margin: 0 !important;

    }


    .container-congreso {
        width: 100%;
        padding: 10px;
    }

    .logo-congreso-58 {
        display: none;
    }

    .logo-congreso-58-mobile {
        margin: 0 auto;
        display: block;
        max-width: 30%;
    }

    .btn-brochure {
        max-width: 95vw;
        transform: translateY(0px);
        font-size: 14px;
        padding: 8px 10px;
    }

    .btn-congreso,
    .btn-feria {
        padding: 8px 18px;
        font-size: 14px;
    }

    body {
        background-color: #00413C !important;
    }
}

@media (max-width: 375px) {
    .img-fechas {
        max-width: 120px;
        top: 60%;
    }

    .img-abrazos {
        width: 100%;
        max-width: 120px;
        top: 75%;
        left: 0;
    }

    .btn-descarga {
        position: absolute;
        top: 400px !important;
    }

    .img-programate {
        width: 90%;
        max-width: 350px;
        margin: 0 auto;
    }

    .contenidos-1 {
        margin: 20px 0px 0px 20px;
    }

    .section-3 {
        margin-bottom: 450px;
    }


    .separador-amarillo {
        width: 100%;
        height: 2px;
        background-color: #F4C37A;
        /* margin: 10px auto; */
    }
}

@media (max-width: 320px) {



    .section-3 {
        margin-bottom: 500px;
    }

    .btn-reservas {
        width: 50%;
        top: 4%;
    }

}