@font-face {
    font-family: 'Metropolis-Black';
    src: url('/styles/fonts/metropolis/Metropolis-Black.otf') format('opentype');
}

@font-face {
    font-family: 'Metropolis-Bold';
    src: url('/styles/fonts/metropolis/Metropolis-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'Metropolis-ExtraBold';
    src: url('/styles/fonts/metropolis/Metropolis-ExtraBold.otf') format('opentype');
}

@font-face {
    font-family: 'Metropolis-ExtraLight';
    src: url('/styles/fonts/metropolis/Metropolis-ExtraLight.otf') format('opentype');
}

@font-face {
    font-family: 'Metropolis-Light';
    src: url('/styles/fonts/metropolis/Metropolis-Light.otf') format('opentype');
}

@font-face {
    font-family: 'Metropolis-Medium';
    src: url('/styles/fonts/metropolis/Metropolis-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'Metropolis-Regular';
    src: url('/styles/fonts/metropolis/Metropolis-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Metropolis-SemiBold';
    src: url('/styles/fonts/metropolis/Metropolis-SemiBold.otf') format('opentype');
}

@font-face {
    font-family: 'Metropolis-Thin';
    src: url('/styles/fonts/metropolis/Metropolis-Thin.otf') format('opentype');
}

@font-face {
    font-family: 'Montserrat-Black';
    src: url('/styles/fonts/montserrat/Montserrat-black.otf') format('opentype');
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('/styles/fonts/montserrat/Montserrat-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url('/styles/fonts/montserrat/Montserrat-ExtraBold.otf') format('opentype');
}

@font-face {
    font-family: 'Montserrat-ExtraLight';
    src: url('/styles/fonts/montserrat/Montserrat-ExtraLight.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('/styles/fonts/montserrat/Montserrat-Light.otf') format('opentype');
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('/styles/fonts/montserrat/Montserrat-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('/styles/fonts/montserrat/Montserrat-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('/styles/fonts/montserrat/Montserrat-SemiBold.otf') format('opentype');
}

@font-face {
    font-family: 'Montserrat-Thin';
    src: url('/styles/fonts/montserrat/Montserrat-Thin.ttf') format('truetype');
}

:root {
    --default-ansa: #2d2d2d;
    --ultraBlack-ansa: black;
    --dark: #1d1d1b;
    /*--dark-light: #565655;*/
    --red-ansa: #ca0634;
    --yellow-ansa: #f4a100;
    --dark-yellow-ansa: #d38b00;
    --light: white;
    --bg-ansa: rgb(227,227,226);
}

body, html {
    margin: 0;
    padding: 0;
    height: auto;
    min-height: 100%;
    background-color: var(--bg-ansa);
    overflow-x: hidden;
}

.font-metropolis-black {
    font-family: 'Metropolis-Black', sans-serif;
}
.font-metropolis-bold {
    font-family: 'Metropolis-Bold', sans-serif;
}
.font-metropolis-extrabold {
    font-family: 'Metropolis-ExtraBold', sans-serif;
}
.font-metropolis-extralight {
    font-family: 'Metropolis-ExtraLight', sans-serif;
}
.font-metropolis-light {
    font-family: 'Metropolis-Light', sans-serif;
}
.font-metropolis-medium {
    font-family: 'Metropolis-Medium', sans-serif;
}
.font-metropolis-regular {
    font-family: 'Metropolis-Regular', sans-serif;
}
.font-metropolis-semibold {
    font-family: 'Metropolis-SemiBold', sans-serif;
}
.font-metropolis-thin {
    font-family: 'Metropolis-Thin', sans-serif;
}
.font-montserrat-black {
    font-family: 'Montserrat-Black', sans-serif;
}
.font-montserrat-bold {
    font-family: 'Montserrat-Bold', sans-serif;
}
.font-montserrat-extrabold {
    font-family: 'Montserrat-ExtraBold', sans-serif;
}
.font-montserrat-extralight {
    font-family: 'Montserrat-ExtraLight', sans-serif;
}
.font-montserrat-light {
    font-family: 'Montserrat-Light', sans-serif;
}
.font-montserrat-medium {
    font-family: 'Montserrat-Medium', sans-serif;
}
.font-montserrat-regular {
    font-family: 'Montserrat-Regular', sans-serif;
}
.font-montserrat-semibold {
    font-family: 'Montserrat-SemiBold', sans-serif;
}
.font-montserrat-thin {
    font-family: 'Montserrat-Thin', sans-serif;
}

.design-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    z-index: 2000;
}

    .design-footer a{
        text-align:center;
        font-family: Montserrat;
        font-size: clamp(0.8rem, 1vh,1em);
        font-weight: normal;
        color: var(--dark-light);
        margin: 0;
        padding: 0;
    }
    .design-footer p{
        text-align: center;
        font-family: Montserrat;
        font-size: clamp(0.8rem, 1vh,1em);
        font-weight: normal;
        color: var(--dark-light);
        margin: 0;
        padding: 0;
    }

        .design-footer a:hover {
            color: var(--red-ansa); /* cambia este a tu color preferido */
        }

body::-webkit-scrollbar {
    width: 6px;
}

body::-webkit-scrollbar-track {
    background: none;
    border-radius: 10px;
}

body::-webkit-scrollbar-thumb {
    background: var(--default-ansa);
    backdrop-filter: blur(10px);
    border-radius: 10px;
}

    body::-webkit-scrollbar-thumb:hover {
        background: white;
    }




footer {
    height: 5rem;
}

header {
    z-index: 1000;
}

.text-yellow-ansa {
    color: var(--yellow-ansa);
}
.text-dark-yellow-ansa {
    color: var(--dark-yellow-ansa);
}


.text-red-ansa {
    color: var(--red-ansa);
}

.text-white-ansa {
    color: var(--light);
}
.text-black-ansa{
    color: var(--default-ansa);
}
.text-black-ansa {
    color: var(--ultraBlack-ansa);
}

.bg-yellow-ansa {
    background-color: var(--yellow-ansa);
}

.bg-red-ansa {
    background-color: var(--red-ansa);
}

.bg-white-ansa {
    background-color: var(--default-ansa);
}

.text-justify{
    text-align: justify !important;
}

section {
    /*border: 1px dashed blue;*/
}

.no-scroll {
    overflow: hidden;
    height: 100vh;
}

.full-viewport {
    width: 100%;
    max-width: 100dvw;
    height: 100dvh;
}

#intro-anfitriones {
    width: 100%;
    max-width: 100dvw;
    height: 100dvh;
    max-height: 100%;
    /*border: 1px dashed red;*/

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

#img-intro-anfitriones {
    width: 100%;
    height: auto;
    position: relative;
}


.bg-intro {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--light);
    z-index: 1;
}
/*logo blanco------------------------------------------------------*/
.logo-intro {
    opacity: 1;
    width: 200px;
    height: 100px;
    z-index: 2;
    /*position:relative;*/
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);*/
    /*border: 2px dashed red;*/
}
/*fin logo blanco------------------------------------------------------*/
/*logo color-----------------------------------------------------------*/
.logo-intro2 {
    opacity: 1;
    width: 40%;
    height: 20%;
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*border: 2px dashed blue;*/
}

    .logo-intro2 img {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .logo-intro2 div {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .logo-intro2 img:nth-child(1) {
        z-index: 1;
    }

    .logo-intro2 img:nth-child(2) {
        z-index: 2;
        opacity: 0;
    }

.navbar-container {
    padding: 1em;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100dvw;
    height: auto;
    display: flex;
    flex-direction: initial;
    align-items: center;
    justify-content: flex-start;
    /*position: relative;*/
    /*border: 1px dashed orange;*/
}

.sections {
    opacity: 0; /*para animar con gsap y que no salga al inicio con la intro*/

    width: auto;
    height: auto;
    max-height: 3em;
    /*margin: 1em;*/
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: clamp(1em,2vw,4rem);
    padding: 0.8em;
    border: 1px solid var(--light);
    border-radius: 100px;
    font-family: Montserrat;
    font-weight: 300;
    font-size: clamp(1em, 1vw, 1rem);
    /*box-shadow: 0px 0px 20px 1px var(--red-ansa);*/
    background-color: rgba(11, 10, 12, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* soporte en Safari */
}

    .sections button {
        color: var(--light);
        background: none;
        border: none;
        padding: 0;
        margin: 0;
        font: inherit;
        /*color: inherit;*/
        cursor: pointer;
    }

.navbar-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

a {
    color: var(--default-ansa);
    text-decoration: none;
}

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

.logo-intro3 {
    opacity: 0;
    /*border: 1px dashed green;*/
    padding: 20px;
    margin: 5px;
    width: 15%;
    min-width: 150px;
    max-width: 200px;
    height: auto;
}

/*hamburguesa............................................................*/

/* Botón Hamburguesa */
.hamburger-btn {
    width: 4em; /* más espacio interno */
    height: 3em;
    padding: 2px; /* quita el padding extra que desbalancea */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(11, 10, 12, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid var(--light);
    border-radius: 100px;
    cursor: pointer;
    margin-left: auto;
    z-index: 1001;
    color: var(--light);
    /* opcional para iconos blancos */
}

    .hamburger-btn svg {
        fill: var(--default-ansa);
    }

/* Menú móvil oculto al principio */
.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    padding: 2em;
    background-color: rgba(11, 10, 12, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    margin: 1em;
    border-radius: 10px;
    border: 1px solid var(--light);
    z-index: 1000;
    pointer-events: none; /* evita clics cuando está oculto */
    opacity: 0;
}

/* Botones internos */
.mobile-sections {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1em;
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-item button {
    background: none;
    border: none;
    color: var(--light);
    font-family: Montserrat;
    font-weight: 400;
    font-size: 1rem;
    cursor: pointer;
    text-align: center;
}
/*FIN hamburguesa............................................................*/

/* fin logo color------------------------------------------------------*/
.normal-text {
    display: inline-block;
    text-align: center;
    font-family: Montserrat;
    font-weight: lighter;
    font-size: clamp(2rem, 8vw, 8rem);
    color: var(--light);
    text-transform: capitalize;
    margin-bottom: -20px;
}

.special-text {
    display: inline-block;
    text-align: center;
    font-family: Montserrat;
    font-weight: 900;
    font-size: clamp(2rem, 7vw, 7rem);
    letter-spacing: 20px;
    color: var(--red-ansa);
    text-transform: capitalize;
    margin-top: -20px;
}

#titulo-intro-anfitriones {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#intro-anfitriones-parr {
    color: var(--light);
    font-family: Montserrat;
    font-weight: 300;
    font-size: clamp(1rem, 1vw, 2rem);
    text-align: center;
    padding: 0em 3em 0em 3em;
}

#titulo-intro-anfitriones button {
    margin-top: 20px;
    border-radius: 100px;
    padding: 5px;
    min-width: 300px;
    width: auto;
    max-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--yellow-ansa);
    color: var(--dark);
    font-family: Montserrat;
    font-weight: 500;
    /*border: 1px solid white;*/
    border: none;
    cursor: pointer;
}

#frases {
    width: 100%;
    max-width: 100dvw;
    height: 1vh; /*aqui era 30vh----------------------*/
    max-height: 20%;
    display: flex;
    position: relative;
    align-items: flex-start;
    justify-content: center;
    gap: 1em;
    /*border: 1px dashed yellow;*/
}

    #frases h2 {
        margin: 0;
        padding: 0;
        font-family: Montserrat;
        font-weight: 500;
        font-size: clamp(2em, 3vw, 4rem);
        text-align: center;
        color: var(--yellow-ansa);
    }

.frases-text {
    /*background-color: var(--yellow-ansa);*/
    border-radius: 100px;
    padding: 0.7em;
    display: flex;
    justify-content: center;
    align-items: center;
}

#frase-dinamica::before {
    content: "“";
    font-size: 1.2em;
    margin-right: 0.2em;
}

#frase-dinamica::after {
    content: "”";
    font-size: 1.2em;
    margin-left: 0.2em;
}


/*.frase {
    height: 150px;
    font-family: Montserrat-Medium;
    font-weight: 500;
    font-size: clamp(.8em, 2vw, 3rem);
    text-align: center;
    vertical-align: central;
    box-shadow: white 0px 0px 16px 3px;
}*/


#nosotros {
    width: 100%;
    max-width: 100dvw;
    /*height: auto;
    max-height: 100%;*/
    height: 2000px;
    padding: 10px 0px 10px 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    /*background-color: rgb(22, 20, 21);*/
}

.contenido-nosotros {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    color: var(--default-ansa);
    /*border: 1px dashed purple;*/
    /*justify-content: space-around;*/
}

    .contenido-nosotros h3 {
        margin: 0;
        /*padding: 10px;*/
        font-family: Montserrat;
        font-weight: bold;
        font-size: clamp(2rem, 6vw, 5rem);
        color: var(--red-ansa);
    }

    .contenido-nosotros h1 {
        margin: 0;
        /*padding: 10px;*/
        font-family: Montserrat;
        font-weight: bold;
        font-size: clamp(2rem, 6vw, 5rem);
    }

    .contenido-nosotros p {
        margin: 0;
        padding: 0px 10px 10px 10px;
        font-family: Montserrat;
        font-weight: normal;
        font-size: clamp(1rem, 2vw, 2rem);
    }

.media-nosotros {
    padding: 10px;
    /*border: 1px dashed orange;*/
    width: 50%;
    height: 100vh;
    overflow: hidden; /*overflow normal*/
    margin-left: 10px;
    position: relative;
    display: flex;
    gap: 20px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,0), /* parte superior transparente */
    rgba(0,0,0,1) 20%, /* comienza a ser opaco */
    rgba(0,0,0,1) 80%, /* completamente opaco */
    rgba(0,0,0,0) 100% /* se desvanece abajo */
    );
}



.columna-nosotros {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    gap: 20px;
    /*overflow-y: hidden;*/
    position: relative;
}

    .columna-nosotros div {
        background-color: var(--ultraBlack-ansa);
        width: 100%;
        height: auto;
        justify-content: space-between;
        flex: none;
        border-radius: 15px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

/* Divisiones columna 1 */
#columna-1-nosotros div:nth-child(1) {
    height: 600px;
}

#columna-1-nosotros div:nth-child(2) {
    height: 200px;
}

#columna-1-nosotros div:nth-child(3) {
    height: 300px;
}

#columna-1-nosotros div:nth-child(4) {
    height: 500px;
}
/* FIN Divisiones columna 1 */


/* Divisiones columna 2 */
#columna-2-nosotros div:nth-child(1) {
    height: 300px;
}

#columna-2-nosotros div:nth-child(2) {
    height: 600px;
}

#columna-2-nosotros div:nth-child(3) {
    height: 300px;
}

#columna-2-nosotros div:nth-child(4) {
    height: 400px;
}
/* FIN Divisiones columna 2 */





.video-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    /*z-index: -1;*/ /* Para que esté detrás del contenido */
    overflow: hidden;
}



#bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    object-fit: cover; /* Cubre todo el espacio sin distorsionar */
}
/*___________________________________________________________________________________*/
/* Añade esto a tu site3.css */
#preloader {
    position: fixed;
    inset: 0;
     background: white;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-mask {
    width: clamp(11rem, 20vw, 11rem);
    height: 11rem;
    position: relative;
    /*-webkit-mask-image: url('/svg/isotipoAnfitriones.svg');*/
    -webkit-mask-image: url('/svg/logo.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-mode: alpha;
    /*mask-image: url('/svg/isotipoAnfitriones.svg');*/
    mask-image: url('/svg/logo.svg');
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    mask-mode: alpha;
    background: white;
    border-radius: 50%;
    overflow: hidden;
}

    .logo-mask::before {
        content: "";
        position: absolute;
        inset: 0;
        /*background: conic-gradient(#969696, #969696, #c7c7c7, #c7c7c7,#969696);*/ /*MAS OSCURO-----------------*/
        /*        background: conic-gradient(#a6a6a6, #a6a6a6, #c7c7c7, #c7c7c7,#a6a6a6);
*/ background: conic-gradient(var(--yellow-ansa), var(--dark-yellow-ansa), var(--light), #ff8080, var(--red-ansa));
        animation: rotateBG 5s linear infinite;
        border-radius: 50%;
    }

@keyframes rotateBG {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(1080deg);
    }
}
/*___________________________________________________________________________________*/
.panel {
    width: 100dvw;
    height: 100dvh;
    padding: clamp(1rem, 6vw, 7rem);
    display: flex;
    flex-direction: column;
    flex: 0 0 100vw;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: var(--default-ansa);
}

.panel-content {
    width: 100%;
    height: 100%;
    /*background-color: white;*/
    border-radius: 1em;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: 1px solid var(--default-ansa);*/
}

    .panel-content img {
        position: absolute;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        /*top:0;
        left:0;*/
        z-index: 1;
    }

.panel h1 {
    font-family: Montserrat;
    font-weight: bold;
    font-size: clamp(2rem, 12vw, 12rem);
    overflow-wrap: break-word;
    word-break: break-word;
    text-align: center;
    /*position:absolute;*/

    z-index: 2;
}

.panel h4 {
    font-family: Montserrat;
    font-weight: lighter;
    font-size: clamp(1rem, 2vw, 4rem);
    letter-spacing: 4px;
    text-align: center;
}

.panel p {
    margin-top: 1em;
    text-align: justify;
    font-size: clamp(1rem, 1vw, 2rem);
    font-family: Montserrat;
    font-weight: normal;
}

.rojo-titulo {
    color: var(--red-ansa);
}


#servicios {
    /*width: 400%;*/
    height: 100vh;
    display: flex;
    flex-wrap: nowrap;
}
/*viajes------------------------------------------------------------*/
.viaje-section {
    width: 100%;
    height: 100vh;
    /*overflow: hidden;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

    .viaje-section .viajes-container {
        display: flex;
        padding: 0;
        margin: 0;
        width: 100%;
        height: 100%;
    }

    .viaje-section .viajes-container-div1 {
        width: 40%;
        height: 100%;
        position: relative;
    }

    .viaje-section .viajes-container-div2 {
        width: 60%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        padding: 2em;
    }

        .viaje-section .viajes-container-div2 h1 {
            font-family: Montserrat;
            font-size: clamp(2em, 5vw, 4rem);
            font-weight: bolder;
            color: var(--default-ansa);
            text-align: end;
            /*overflow-wrap: break-word;
            word-break: break-word;*/
        }

        .viaje-section .viajes-container-div2 h3 {
            font-family: Montserrat;
            font-size: clamp(1em, 3vw, 2rem);
            font-weight: normal;
            /*color: var(--yellow-ansa);*/
            text-align: end;
        }

    /* polaroids */

    .viaje-section .viajes-media-container {
        position: relative;
    }

    .viaje-section .pic-viajes-marco {
        aspect-ratio: 1 / 1;
        width: 100%;
        max-width: 400px;
        position: absolute;
        padding: 2% 2% 10% 2%;
        background-color: rgb(237,236,221);
        border: 1px solid var(--default-ansa);
        display: flex;
        flex-direction: column;
        box-shadow: 0px 0px 19px 0px #3121316b;
        box-sizing: border-box;
        border-radius: 5px;
    }

    .viaje-section .pic-viajes-container {
        width: 100%;
        height: 100%;
        /* background-color: var(--yellow-ansa);*/
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }


/*FIN viajes------------------------------------------------------------*/

/* EXITO / TEXTIMONIOS ----------------------------------------------------------------------------------------------------------------------------*/
#exito {
    /*border: 1px dashed red;*/
    margin: 0;
    padding: 0;
}

.exito-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

#exito-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    height: 100%;
    padding: 1em;
    /*border: 1px dashed yellow;*/
}

#exito-media {
    width: 50%;
    height: 100%;
    /*border: 1px dashed blue;*/
    position: relative;
}

    #exito-media::before,
    #exito-media::after {
        content: '';
        position: absolute;
        width: 400px;
        height: 400px;
        border-radius: 50%;
        filter: blur(80px);
        z-index: 0;
        pointer-events: none;
    }

    /* Luz rosa */
    #exito-media::before {
        background: rgba(255, 0, 128, 0.25);
        top: 30px;
        left: 20px;
    }

    /* Luz naranja */
    #exito-media::after {
        background: rgba(255, 165, 0, 0.25);
        bottom: 40px;
        right: 20px;
    }

    #exito-media img {
        position: absolute;
        object-fit: cover;
        border-radius: 5px;
        border: 1px solid var(--default-ansa);
    }

.img-uno {
    width: 34rem;
    height: 19rem;
    top: 4%;
    left: 20%;
}

.img-dos {
    width: 35rem;
    height: 20rem;
    top: 37%;
    left: 2%;
}

.img-tres {
    width: 25rem;
    height: 12rem;
    top: 75%;
    left: 38%;
}

#exito-content h1 {
    font-family: Montserrat;
    font-weight: bold;
    font-size: clamp(3rem, 5vw, 7rem);
    /*text-align: justify;*/
    text-align: left;
}

#exito-content p {
    font-family: Montserrat;
    font-weight: normal;
    font-size: clamp(1rem, 1vw, 2rem);
    /*text-align: justify;*/
    text-align: left;
}

#exito-testimonials {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    left: auto;
}

.testimonial {
    margin: 0.5em;
    position: absolute;
    max-width: 16rem;
    background-color: var(--light);
    border-radius: 10px;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 84%);
    padding: 1rem;
}

    .testimonial h2 {
        color: var(--default-ansa);
        font-family: Montserrat;
        font-weight: bold;
        font-size: clamp(1rem, 1.2vw, 1.5em);
        text-align: left;
        border-bottom: 1px solid var(--default-ansa);
    }

    .testimonial p {
        color: var(--ultraBlack-ansa);
        font-family: Montserrat;
        font-weight: normal;
        font-size: clamp(1rem, 1vw, 1em);
        text-align: left;
    }

#exito-testimonials .testimonial:nth-child(1) {
    top: 2rem;
    left: 10%;
}

#exito-testimonials .testimonial:nth-child(2) {
    top: 16rem;
    left: 55%;
}

#exito-testimonials .testimonial:nth-child(3) {
    top: 33rem;
    left: 15%;
}

#exito-testimonials .testimonial:nth-child(4) {
    top: 48rem;
    left: 60%;
}
/* FAMILIA----------------------------------------------------------------------------------------------------------------------------*/
#gente {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*---------------------------------------------*/
    font-family: Montserrat;
}

#gente-container {
    position: relative;
    width: 100%;
    max-width: 100dvw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*border: 1px dashed green;*/
}

.gente-container-fade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: linear-gradient(to top, var(--bg-ansa) 30%, transparent 50%);
    z-index: 3;
}

.tittle-gente-container {
    width: 100%;
    max-width: 100dvw;
    height: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

#gente h1 {
    font-weight: 900;
    font-size: clamp(4rem, 20vw, 18rem);
    overflow-wrap: break-word;
    word-break: break-word;
    text-align: center;
    margin: 0;
    line-height: 1;
}

#gente p {
    font-weight: normal;
    font-size: clamp(1rem, 1vw, 2rem);
    text-align: center;
    text-justify: auto;
    margin: 0;
}

.familia-image-container {
    width: 100%;
    height: 45%;
    padding: 20px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.image-gente {
    width: auto; /* Esto mantiene la proporción original */
    height: clamp(14rem,25vw,25em);
    border: 4px solid var(--light);
    border-radius: 10px;
    box-shadow: 0px 0px 19px 0px #1e041eb0;
    display: block;
    z-index: 1;
    /*position:absolute;*/
}

.text-familia-container {
    /*background: linear-gradient(to top, #0b0a0c 73%, transparent 100%);*/
    padding: 10px;
    z-index: 4;
}

#familia-buttons {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 20px;
    z-index: 4;
}

    #familia-buttons svg {
        width: 30px;
        height: 30px;
        display: block;
        flex-shrink: 0;
    }

.ico-whatsapp-svg {
    fill: rgb(40,209,70);
}

.ico-linkedin-svg {
    fill: #0e76a8;
}

.ico-youtube-svg {
    fill: #fe0033;
}

#familia-buttons a {
    min-width: 42px;
    min-height: 30px;
    height: auto;
    border-radius: 100px;
    /*border-style: none;*/
    padding: 5px;
    font-family: Montserrat;
    font-weight: normal;
    /*aspect-ratio: 1/1;*/
    /*background-color: var(--default-ansa);*/
}

.familia-btn-socials {
    background-color: var(--light);
    border: 1px solid #b1b1b1;
}

.btn-square {
    display: flex;
    flex-direction: initial;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

    .btn-square a {
        aspect-ratio: 1/1;
        display: flex;
        flex-direction: initial;
        align-items: center;
        justify-content: center;
    }

#btn-whatsapp-style {
    /*pointer-events: none;*/
    width: auto;
    height: 10%;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: flex;
    flex-direction: column-reverse;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-end;
    /*border: 1px dashed red;*/
}

    #btn-whatsapp-style a {
        display: inline-block;
        transform-origin: center center;
        opacity: 0;
        margin: 3em;
        width: clamp(3rem,2vw,4em);
        height: auto;
        aspect-ratio: 1/1;
        border-style: none;
        border-radius: 100px;
        padding: 5px;
        background-color: var(--default-ansa);
        fill: rgb(40,209,70);
    }


/*......................................................media queries..........................................................*/
@media screen and (max-width: 768px) {
    .hamburger-btn {
        display: block;
    }

    #navbar-sections-container {
        display: none;
    }

    #mobile-menu {
        position: fixed;
        pointer-events: none;
        opacity: 0;
    }

    #nosotros {
        flex-direction: column;
        height: 100vh;
        position: relative;
        padding: 0;
    }

    .contenido-nosotros p {
        font-weight: 500;
    }

    .media-nosotros {
        padding: 0;
        position: absolute;
        opacity: 0.4;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1; /* detrás del contenido */
        /*display: none;*/ /* la estructura original no se ve, pero se usa para animación */
    }

    .contenido-nosotros {
        width: 100%;
        height: 100vh;
        justify-content: space-around;
        align-items: center;
        text-align: center;
        z-index: 10;
        position: relative;
        padding: 2rem;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        transition: background-image 1s ease-in-out;
    }


    /*seccion viaje--------------------------------------------*/
    .viaje-section .viajes-container {
        align-items: center;
        height: 70%;
    }

    .viajes-container {
        flex-direction: column;
    }

    .viaje-section .viajes-container-div1 {
        width: 50%;
    }

    .viaje-section .viajes-container-div2 {
        width: auto;
        height: 60%;
    }

        .viaje-section .viajes-container-div2 h1 {
            text-align: center;
        }

    .viaje-section .pic-viajes-marco {
        box-shadow: none;
    }
    /*fin seccion viaje--------------------------------------------*/
    /*seccion testimonios--------------------------------------------*/
    #exito {
        margin-bottom: 6em;
    }

    .exito-container {
        flex-direction: column;
        margin-top: 2em;
    }

    #exito-content {
        width: 100%;
        justify-content: flex-end;
        height: 55%;
    }

        #exito-content p {
            text-align: center;
        }

        #exito-content h1 {
            text-align: center;
        }

    #exito-media {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 3em;
    }

        #exito-media img {
            margin: 0.4em;
            position: unset;
        }

    .img-uno {
        width: clamp(10rem,87vw,30rem);
        height: 17rem;
    }

    .img-dos {
        width: clamp(10rem,88vw,27rem);
        height: 15rem;
    }

    .img-tres {
        width: clamp(10rem,80vw,24rem);
        height: 8rem;
    }

    .testimonial {
        margin: 0.5rem;
        max-width: 11rem;
        padding: 0.5rem;
        background-color: rgb(227 227 226 / 60%);
        border: 1px solid var(--light);
        backdrop-filter: blur(10px);
        box-shadow: none;
    }

    #exito-testimonials .testimonial:nth-child(1) {
        top: 1rem;
        left: 3%;
    }

    #exito-testimonials .testimonial:nth-child(2) {
        top: 10rem;
        left: 52%;
    }

    #exito-testimonials .testimonial:nth-child(3) {
        top: 19rem;
        left: 8%;
    }

    #exito-testimonials .testimonial:nth-child(4) {
        top: 28rem;
        left: 55%;
    }


    .panel h4 {
        font-weight: normal;
    }
    /*fin seccion testimonios--------------------------------------------*/
    .panel-content {
        height: 60%;
    }

    .panel p {
        text-align: center;
    }
    /*seccion familia--------------------------------------------*/
    #gente {
        margin-top: 6em;
    }

    .familia-image-container {
        flex-direction: column; /* En lugar de fila, se apilan */
        /*padding: 10px;*/
        /*height: auto;*/
    }

    .image-gente {
        /* Más pequeña en pantallas chicas */
        /*width: 90%;*/ /* Ocupa más ancho si se reduce la altura */
        border-width: 2px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        box-shadow: none;
    }

        .image-gente:nth-child(1) {
            top: -2rem;
        }

        .image-gente:nth-child(2) {
            top: 5rem;
        }

        .image-gente:nth-child(3) {
            top: 14rem;
        }

    #familia-buttons {
        /*flex-direction: column;*/
        align-items: stretch;
    }

        #familia-buttons a {
            text-align: center;
        }

    /* fin seccion familia--------------------------------------------*/
    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
        white-space: nowrap;
        border: 0;
    }
}
@media screen and (min-width: 769px) {
    .hamburger-btn {
        display: none;
    }

    #navbar-sections-container {
        display: block;
    }

    #mobile-menu {
        display: none; /* si quieres prevenir que esté activo en desktop */
    }

}
@media (max-width: 575.98px) {
    .normal-text {
        margin-bottom: 0px;
    }

    .special-text {
        margin-top: 0px;
        letter-spacing: 3px;
    }
}
