/* .hero-image {
    background-image: url("https://letsenhance.io/static/8f5e523ee6b2479e26ecc91b9c25261e/1015f/MainAfter.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    display: flex;
    color: black;
    margin: 0;
    scroll-snap-type: y mandatory;

}
body {
    margin: 0;
    font-family: Arial, sans-serif;
} */
@font-face {
    font-family: 'safiro-medium';
    src: url("/safiro-medium.otf");
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* Asegura que el padding y borde no aumenten el tamaño total de los elementos */
}

a {
    text-decoration: none;
    color: white;

}

html,
body {
    height: 100%;
    /* Asegura que el html y body ocupen todo el alto de la ventana */
}

img {
    pointer-events: none;
}

ul {
    list-style-type: none;
    padding: 0;
    display: block;
    margin-top: 4.2rem;
    padding: 1rem;
    margin-left: 3.2rem;
    /* width: 150px; */
    position: fixed;
    z-index: 10;
    /* background: radial-gradient(closest-side, rgba(20, 20, 20, 0.30), rgba(20, 20, 20, 0)); */


    font-family: "Montserrat";
    font-weight: normal;
}

li {
    margin-top: 1rem;
}

li a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.725);

    transition: all 0.2s;
    list-style-type: none;
}

li a:hover {
    font-size: 1.2rem;
    color: white;
    opacity: none;
}


.content {
    display: flex;
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.content img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: opacity 1s ease-in-out;
    opacity: 0;
    cursor: pointer;
}

.content img.active {
    opacity: 1;
}

h1 {
    /* Replace fixed positioning with appropriate positioning */
    font-size: 2rem;
    /* Adjust font size as needed */
    margin: 0;
    padding-top: 1.5rem;
    margin-left: 4.2rem;
    padding-bottom: 1.25rem;
    position: fixed;
    width: 100%;
    color: white;
    z-index: 1;


    font-family: "Montserrat";
    font-weight: normal;

    .header-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}


}

h1 a {
    transition: color 1s ease;

}

/* small phoens */
@media (max-width: 1000px) {
    h1 {
        position: fixed;
        top: 0;
        /* required */
        margin: 0;
        padding-top: 1.5rem;
        padding-left: 1rem;
        padding-right: 3rem;
        padding-bottom: 2rem;
    }

    ul {
        margin: 0;
        padding-top: 1.5rem;
        padding-left: 2.5rem;
        padding-bottom: 2rem;
        padding-top: 7rem;
        font-size: 1.3rem;
    }

    li {
        margin-top: 2rem;
    }

    li a:hover {
        font-size: 1.5rem;

    }
    
}

/* ================================
   VERSIÓN MÓVIL
   ================================ */

@media (max-width: 768px) {

    /* La imagen ocupa toda la pantalla */
    .content {
        width: 100%;
        height: 100dvh;
        min-height: 100dvh;
    }

    /* Las imágenes se adaptan a la pantalla */
    .content img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

    /* Título */
    h1 {
        font-size: 1.35rem;
        padding: 1.2rem 1rem;
        margin: 0;
        width: 100%;
    }

    /* Menú */
    ul {
        margin: 0;
        padding: 5.5rem 1rem 1rem 1rem;
        font-size: 1rem;
    }

    li {
        margin-top: 1rem;
    }

    li a:hover {
        font-size: inherit;
    }
    

}
/* ================================
   VERSIÓN MÓVIL
   ================================ */

@media (max-width: 768px) {

    /* LA IMAGEN OCUPA TODA LA PANTALLA WEB */
    .content {
        width: 100%;
        height: 100dvh;
        min-height: 100dvh;
        position: relative;
        overflow: hidden;
    }

    .content img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

    /* TÍTULO */
    h1 {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 1.2rem 1rem;
        font-size: 1.35rem;
        z-index: 10;
    }

    /* MENÚ */
    ul {
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        padding: 5.5rem 1rem 1rem;
        font-size: 1rem;
        z-index: 10;
    }

    li {
        margin-top: 1rem;
    }

    li a:hover {
        font-size: inherit;
    }


    /* =================================
       ENCUADRE DE LAS FOTOGRAFÍAS
       ================================= */

    .content img.mobile-top {
        object-position: center top;
    }

    .content img.mobile-center {
        object-position: center center;
    }

    .content img.mobile-bottom {
        object-position: center bottom;
    }

    .content img.sarga1 {
    object-position: center center;
}
/* =================================
   AJUSTES DE IMAGEN EN MÓVIL
   ================================= */
/* =================================
   MÓVIL — IMAGEN A SANGRE
   ================================= */

@media (max-width: 768px) {

    html,
    body {
        width: 100%;
        height: 100%;
        min-height: 100%;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    .content {
        position: fixed;
        inset: 0;
        width: 100%;
        height: 100dvh;
        min-height: 100dvh;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    .content img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin: 0;
        padding: 0;
    }


    /* SARGA */

    .content img.sarga1 {
        object-position: center center;
    }


    /* FOLIA */

    .content img.folia1 {
        object-position: center center;
    }


    /* ALGAE */

    .content img.algae1 {
        object-position: center center;
    }


    /* SARGA 2 */

    .content img.sarga4 {
        object-position: center center;
    }


    /* ARTISTA → un poco a la derecha */

    .content img.artista {
        object-position: center center;
    }


    /* ENDO3 → un poco a la izquierda */

    .content img.endo3 {
        object-position: 60% 50%;
    }


    /* ENDO5 */

    .content img.endo5 {
        object-position: center center;
    }


    /* SPEC → hacia la izquierda */
    .content img.spec2 {
        object-position: 40% 50%;
    }

}