* {
    color: white;
    cursor: none;

}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.cursor {
    width: 20px;
    height: 20px;
    background-color: #bc0d13;
    border-radius: 50%; /* Para que sea un círculo */
    transform: translate(-50%, -50%) scale(1); /* Centra el cursor y establece la escala inicial */
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none; /* Para que el div del cursor no interfiera con los eventos del mouse */
    z-index: 9999; /* Para asegurarse de que el cursor esté por encima de otros elementos */
    transition: background-color 0.2s ease, transform 0.2s ease; /* Añade la transición para el cambio de tamaño y color */
}
@font-face {

    font-family: syne-extra;

    src: url(../../fonts/syne-extra-fixed.ttf);

}

@font-face {

    font-family: acumin-regular;

    src: url(../../fonts/acuminvariableconcept.ttf);

}

body {
    background-color: black;
    color: white;
    width: 100%;
    overflow-x: hidden;
    margin-left: 0;
    margin-right: 0;
}

body::-webkit-scrollbar {
    width: 5px;
}
body::-webkit-scrollbar-thumb {
    background-color: #bc0d13;
    border-radius: 20px;
}


/*-------------------------------------------------------------------------*/

/*----------------------- TAMAÑO GRANDE (DESKTOP) -------------------------*/

/*-------------------------------------------------------------------------*/


/*----------------------- Header -----------------------*/


.container-flex {
    z-index: 9995;
    position: fixed;
}

.pag-titulo {
    pointer-events: none;
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0, 0, 0, 0.97) 90%);
    position: fixed;
    display: flex;
    width: 100%;
    height: 200px;
    align-items: top !important;
    justify-content: space-between;
    padding: 0px 0 20px 0;
}

.navegador {
    display: flex;
    width: 600px; /* Esto probablemente necesites ajustarlo para que sea responsivo */
    margin: 40px 0 0 20px;
    position: relative; /* Necesario para posicionar el menú desplegable */
    justify-content: flex-start; /* Ajusta esto para alinear el botón de hamburguesa */

}

.lista-nav {
    margin: 0;
    display: flex;
    text-decoration: none;
    list-style: none;
    justify-content: space-between;
    padding: 0; /* Asegúrate de que no haya padding no deseado */
    transition: all 0.1s ease-in-out;

}

.navegador li {
    width: 200px !important; /* Considera si este ancho fijo es adecuado para todos los tamaños */
}

.navegador a {
    pointer-events: auto;
    font-size: 10pt;
    font-weight: 600;
    display: inline-block;
    width: 100px;
    padding: 6px 15px 2px 15px;
    color: white;
    font-family: acumin-regular, sans-serif;
    border: 2px solid transparent;
    border-radius: 20px;
    text-align: center;
    text-decoration: none;
}

.navegador a:hover {
    border: 2px solid white;

}

.current {
    color: #bc0d13 !important;
}

.current:hover {
    color: #bc0d13 !important;
    border: 2px solid #bc0d13 !important;
}


/* Estilos para el botón de hamburguesa */
.hamburger-menu {
    width: 40px;
    height: 40px;
    pointer-events: all;
    display: none; /* Oculto por defecto en pantallas grandes */
    background: none;
    border: none;
    padding: 10px;
    z-index: 1000; /* Asegura que esté por encima de otros elementos */
    position: fixed; /* Para posicionarlo libremente en el navegador */
    left: 0; /* Ajusta la posición según tu diseño */
    top: 0;
    margin: 40px 0 0 70px;
}

.hamburger-menu .bar {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #bc0d13;
    margin: 0px 0;
    transition: all 0.3s ease-in-out;
}

/* Estado activo del botón de hamburguesa (cuando se abre) */
.hamburger-menu.active .bar:nth-child(1) {
    transform:rotate(-45deg);
}



.logo {
    pointer-events: auto;
    position: fixed;
    right: 0;
    margin-top: 40px;
    transform: translateX(-85px);
    overflow: hidden;
    display: flex;
    width: fit-content;
    height: fit-content;

}

.logo img {
    width: 170px;
}


/**/



main {
    margin: 0px 100px;
}
.resumen {
    margin: 0px 50px;
}

.resumen h1 {
    margin-top: 180px !important;
    margin-bottom: 100px !important;
}

h1 {
    color: #bc0d13;
    font-family: syne-extra;
    font-size: 9vw;
    text-align: center;
    line-height: 80%;
}

h2 {
    color: #bc0d13;
    font-family: syne-extra;
    font-size: 50px;
    margin-top: 0;
}

h3 {
    color: #bc0d13;
    font-family: syne-extra;
    font-size: 35px;
}

p {
    font-family: acumin-regular;
    font-size: 30px;
}

.intro {
    display: flex;
    width: 100%;
    align-items: flex-start;
    gap: 10px;
    height: 100%;
}

.intro div {
    width: 50%;
    height: 1000px;
}

.intro img {
    width: 100%;
}

.texto a {
    background-color: white;
    width: 100%;
    padding: 15px 30px 10px 30px;
    margin-right: 20px;
    color: #bc0d13;
    font-family: acumin-regular;
    letter-spacing: 1px;
    font-size: 20px;
    text-decoration: none;
}

.texto {
    word-wrap: break-word;
    padding-right: 20px;
}

h4 {
    display: inline-block;
    color: #bc0d13;
    font-size: 15pt;
    font-weight: 300;
    font-family: acumin-regular, sans-serif;
    font-style: italic;
    margin-bottom: 20px;
    border: 2px solid #bc0d13;
    border-radius: 40px;
    padding: 5px 50px 5px 50px;
    transform: translateX(-100px);
}



/*---------------------------------- PAGINAS ----------------------------------*/

.pag-1, .pag-2, .pag-3, .pag-2, .pag-3 {
    display: flex;
    font-family: acumin-regular, sans-serif;
    padding: 50px 0 50px 0;
    gap: 20px;
    width: 100%;
}

.fin {
    color: #bc0d13;
}

.movilsect {
    display: none;
    color: #bc0d13;
}

.vermas {
    display: flex;
    justify-content: center;
    font-family: acumin-regular;
    margin-top: 10px;
}

.vermas p {
    font-size: 15pt;
    letter-spacing: 20px;
    margin: 0 80px;
    color: #bc0d13;
}

.pag-1 .col-der{
    display: flex;
    flex-direction: column;
    flex: 1;
    flex: grow;
    margin-bottom: 0;
}
.pag-1 .col-der div {
    display: flex;
    flex-grow: 1;
}


.pag-1 .col-der ul li p {
    font-size: 12pt;
    margin: 0;
}
.pag-1 .col-der ul li p b {
    margin-right: 20px;
}

.color1, .color2, .color3 {
    list-style: none; 
    margin-left: -20px;
}

.color2 li p,.color3 li p{color: white;}

.color2 li p b,.color3 li p b{color: white;}


.color1 li p,.color4 li p,.color5 li p,.color6 li p{color: black;}

.color1 li p b,.color4 li p b,.color5 li p b,.color6 li p b{color: black;}



.pag-1 .col-iz{
    display: flex;
    flex: 1;
    flex-grow: 1;
    height: 100%;
    width: auto;
}
.pag-1 .col-iz img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}





.pag-2-1 {
    width: 100%;
}

 .pag-2-1 .col-iz {
    flex: 3;
    width: auto;
    height: 100%;  
}
.pag-2-1 .col-der {
    flex: 2;
    width: auto;
    height: 100%;  
    display: flex;
    flex-direction: column;
}
.pag-2-1 .col-der img {
    width: 100%;
}

.pag-2-1 .col-iz img {
    width: 100%;
}



.pag-2-2 {
    padding-top: 20px;
}

.pag-2-2 .col-iz, .pag-2-2 .col-der {
    width: 100%;
}

.pag-2-2 .col-iz img, .pag-2-2 .col-der img {
    width: 100%;
}


.pag-3-1 {
    width: 100%;
}

 .pag-3-1 .col-iz {
    flex: 2;
    width: auto;
    height: 100%;  
    display: flex;
    flex-direction: column;
}
.pag-3-1 .col-der {
    flex: 3;
    width: auto;
    height: 100%;  

}
.pag-3-1 .col-der img {
    width: 100%;
}

.pag-3-1 .col-iz img {
    width: 100%;
}

.pag-3-2 {
    padding-top: 20px;
}

.pag-3-2 .col-iz, .pag-3-2 .col-der {
    width: 100%;
}

.pag-3-2 .col-iz img, .pag-3-2 .col-der img {
    width: 100%;
}

    section img {
        border-radius: 40px;
    }

/*------------ FOOTER ------------ */

.topBtn {
    display: none;
    position: fixed;
    z-index: 1000;
    bottom: 0;
    right: 0;
    margin: 0px 40px 10px 0;
    transform: translateY(-60px);
    transition: 0.2 ease-in-out;
}

.topBtn a {
    position: fixed;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    bottom: 0;
    right: 0;
    margin: 0px 0px 10px 0;
    padding: 15px 15px 15px 15px;
    transition: 0.2s ease-out;

}

.topBtn div{
    width: 80px;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    transform: 0;
}


.topBtn img {
    position: fixed;
    padding: 5px 5px;
    transform: rotate(90deg);
    padding-left: 30px;

}

.topBtn a:hover {
    transform: translateY(-10px);
    transition: 0.2s ease-out;
}


/*----------------------- FOOTER -----------------------*/

footer {
    display: flex !important;
    justify-content: center !important;
}

footer div {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    font-family: acumin-regular, sans-serif !important;
    border-top: solid 2px #bc0d13 !important;
    width: 70%;
}

footer ul {
    margin: 30px 0 10px 0;
    width: 400px;
    display: flex;
    text-align: center;
    list-style: none;
    align-items: baseline;
    justify-content: space-evenly;
    padding: 0;
}

footer p {
    margin: 10px 0;
    font-size: 12pt !important;
    text-align: center;
}

.año {
    letter-spacing: 10px !important;
    font-style: italic !important;
    margin: 0px 0 30px 0 !important;
}






/*------------------------------------------------------------------------*/

/*----------------------- TAMAÑO MEDIANO (TABLETS) -----------------------*/

/*------------------------------------------------------------------------*/


@media (max-width: 1600px) {



    main {
        margin: 0 20px;
    }

    .back {
        margin-left: 40px;
    }


    h1 {
        margin-top: 150px;
        font-size: 10vw;
    }

.p-section {
    text-align: center;

}

p .fin , .vermas{
    display: none;
}

p .finsect {
    color: white;
    font-weight: 400px;
    font-family: acumin-regular, sans-serif;
    font-size: 15pt;
    text-align: center;
}


.movilsect{
    display: inline;
}


.pag-1, .pag-2, .pag-3, .pag-4, .pag-5, .pag-6, .pag-7, .pag-8 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0 50px 0;
    gap: 20px;
}

.pag-1 div, .pag-3 div, .pag-4 div, .pag-5 div, .pag-6 div, .pag-7 div, .pag-8 div {
    width: 100%;
}




}

/*------------------------------------------------------------------------*/

/*----------------------- TAMAÑO MEDIANO-PEQUEÑO (TABLET VERTICAL) -----------------------*/

/*------------------------------------------------------------------------*/


@media (max-width: 1300px) {


    .back {
        margin-left: 15px;
    }


    #scrollIndicator {
        display: none;
    }

/*------------------------- NAVEGADOR HAMBURGUESA -------------------------*/

        .pag-titulo {
            position: fixed;
            display: flex;

        }
    .navegador {
        width: 100%;
        display: flex;
        position: fixed;
        left: 0;
        margin: 50px 0px; /* Ajusta los márgenes */
        justify-content: center; /* Alinea el botón de hamburguesa a la derecha */
    }

    .hamburger-menu {
        display: block; /* Muestra el botón de hamburguesa */
        justify-content: center;
        align-content: center;
        justify-items: center;
        align-items: center;
        transform: translateY(-5px);
    }

    .lista-nav {
        display: none; /* Oculta la lista de navegación por defecto */
        position: absolute;
        justify-self: center;
        width: 90vw;
        top: 0px; /* Debajo del navegador */
        left: 0;
        z-index: 999;
        padding: 10px 20px 0 20px; /* Espacio para que no quede pegado al tope */
        margin-left: 1%;
    }

    .lista-nav.active {
        display: flex; /* Muestra la lista cuando tiene la clase 'active' */
        justify-content: space-around;
        transform: translateY(50px);
    }

    .navegador li {
        width: 100px !important;
        text-align: center; /* Centra el texto */
        margin-bottom: 5px; /* Espacio entre los elementos */
        background-color: rgba(0, 0, 0, 0.850);
        border-radius: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .navegador a {
        display: block; /* Para que el enlace ocupe todo el ancho del li */
        width: 100%; /* Ancho automático para los enlaces */
        padding: 10px 10px 5px 10px; /* Ajusta el padding para los enlaces */
        border: 2px solid white;
    }


    .current {
        color: #bc0d13 !important; /* Texto blanco para el elemento activo */
        border: 2px solid #bc0d13 !important;
    }

    .current:hover {
        border: 2px solid #bc0d13 !important;
    }


/*------------------------- FIN NAVEGADOR HAMBURGUESA -------------------------*/
    
    main, .resumen {
        margin: 0px 100px;
    }

    .intro {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        gap: 50px;
        height: auto;
    }



    .intro div {
        width: 100%;
        height: auto;
    }

     h1 {
        font-size: 60pt;
    }


    .pag-1,.pag-2, .pag-3 {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px 0 50px 0;
        gap: 20px;
    }
    
    .pag-1 div, .pag-3 div, .pag-3 div {
        width: 100%;
    }



    .button-desktop {
        display: none;
    }

    .button-movil {
        display: block;

    }




    .topBtn {
        visibility: hidden;
    }


}

/*------------------------------------------------------------------------*/

/*----------------------- TAMAÑO PEQUEÑO (MÓVILES) -----------------------*/

/*------------------------------------------------------------------------*/


@media (max-width: 800px) {
    body {
        width: 99%;
    }

    .render {
        margin-right: 10px;
    }
    
    #scrollIndicator {
        display: none;
    }


    .back {
        position: static;
        margin: 0;
        padding: 10px 15px 10px 25px;
    }

    /*------------------------- NAVEGADOR HAMBURGUESA -------------------------*/



    .logo {
        transform: translateX(-30px);
    }

    .hamburger-menu {
        transform: translateY(-5px) translateX(-40px);
    }

    .navegador {
        flex-direction: column-reverse;
        height: 100px;
        flex-wrap: wrap;
        margin-left: 10px;
        margin-top: 80px;        
    }

    .navegador li {
        width: 100% !important;
        margin-left: 0px;
        margin-right: 0px;
    }


    .lista-nav {
        width: auto !important;
        padding: 10px 10px 0 10px;
    }

    .lista-nav.active {
        width: auto !important;
        display: flex; /* Muestra la lista cuando tiene la clase 'active' */
        justify-content: center;
        display: block;
        transform: translateY(0);
    }

    .navegador a {
    display: block;
    width: 200px;
    padding: 10px 5px 5px 5px; 
    }

    /*---------------------- FIN NAVEGADOR HAMBURGUESA ----------------------*/

    /*-------------------- M A I N --------------------*/


    main, .resumen {
        margin: 0px 10px;
        max-width: 100vw;
        overflow-x: hidden;
    }

    .resumen h1 {
        font-size: 30pt
    }

    .intro {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        gap: 50px;
        height: auto;
    }

    .intro h2 {
        font-size: 29px;
    }
    
    .intro h3 {
        font-size: 27px;
    }

    .intro p {
        font-size: 24px;
    }

    .intro div {
        width: 100%;
        height: auto;
    }

    
    .texto a {
        padding: 15px 20px 10px 20px;
        margin-right: 10px;
        letter-spacing: 0px;
        font-size: 16px;
    }

    .pag-1 .col-der ul li p {
        font-size: 10pt !important;
        margin: 0;
    }

    .pag-1 .col-der ul li p b {
        margin-right: 10px !important;
    }



    footer ul {
        width: 200px;
    }



}