
@font-face {
    font-family: "Zuume";
    src: url(ZuumeRough-Bold.ttf);
}

body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Montserrat;
    scroll-behavior: smooth;
}

.seccion0{
    width: 100%;
    max-height: 160px;
    height: 130px;
    background-color: rgb(6, 16, 34);
    display: flex;
    text-align: center;
    justify-content: center;
}

.P-FitM{
    color: white;
    margin: auto ;
    font-size: 70px;
    letter-spacing: 5px;
    user-select: none;
}
b{
    color: rgb(39, 111, 245);
}


.wrap{
    width: 100%;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:linear-gradient(to right,rgb(0 0 0 / .4),rgb(0 0 0 / .4)), url(facu3_LE_auto_x2.jpg);
    background-size: cover;
    background-position: 0px -220px;
}

.texto{
    color: white;
    text-align: center;
    width: 50%;
}
.texto-p-t{
    font-size: 70px;
    letter-spacing: 15px;
}

.texto-p{
    font-size: 20px;
    text-shadow: 0 0 1px white;
    letter-spacing: 5px;
    padding-top: 10px;
}

.seccion1{
    width: 100%;
    height: 800px;
    background:linear-gradient(to right,rgb(0 0 0 / .3),rgb(0 0 0 / .3)), url(fondo-textura-madera-azul-suave.jpg);
    background-position: -100px;
}

.caja-seccion1{
    width: 100%;
    height: 100%; 
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto);
    justify-content: center;
    gap: 20px;
}

.contenedor-seccion1{
    background:linear-gradient(to right,rgb(0 0 0 / .3),rgb(0 0 0 / .3)), url(textura-pa.jpg);
    border-radius: 10px;
    margin-top: 20px;
}

.dos{
    grid-row: 2;
    margin-bottom: 20px;
}

.tres{
    grid-column: 3/3;
}
.cuatro{
    grid-column: 2/2;
}
.cinco{
    margin-left: 20px;
}
.seis{
    margin-right: 20px;
}



.titulo-seccion1{
    width: 100%;
    height: 200px;
    display: flex;  
}

.p-s1{
    margin: auto;
    color: rgb(224, 224, 224);
    font-family: "Zuume";
    text-align: center;
}

.p1{
    font-size: 48px;
}
.p3{
    font-size: 40px;
    padding: 0 1px;
}
.p4{
    font-size: 47px;
}


.boton-seccion1{
    width: 100%;
    height: 120px;
    display: flex;  
}
.boton-seccion1 button{
    margin: auto;
    padding: 15px 70px;
    font-family: "Inter Tight";
    font-weight: 500;
    font-size: 20px;
    color: rgb(6, 16, 34);
    background-color: rgba(255, 255, 255, 0.397);
    border: none;
    border-radius: 10px;
    transition: all 300ms;
}

.boton-seccion1 button:hover{
    background-color: rgba(255, 255, 255, 0.575);
}

a{
    text-decoration: none;
    color: black;
}



@media only screen and (max-width: 1030px){
    body{
        background-color: rgb(7, 25, 77);
    }
    .wrap{
        height: 320px;
        background-position: 0px -160px;
    }

    .texto{
        width: 100%;
    }
    .texto-p-t{
        font-size: 60px;
        letter-spacing: 13px;
    }
    
    .caja-seccion1{
        width: 100%;
        height: 350px;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: 1fr;
        gap: 25px;
    }

    .p1{
        font-size: 42px;
    }
    .p3{
        font-size: 38px;
        padding: 0 1px;
    }
    .p4{
        font-size: 38px;
    }
    
    .boton-seccion1 button{
        padding: 15px 40px;
    }

    .caja-seccion2{
        width: 100%;
    }
}


@media only screen and (max-width: 800px){

    .wrap{
        background-position: 0px -120px;
    }
    .caja-seccion1{
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, auto);
    }

    .seis{
        grid-row: 2/2;
        margin: auto;
        margin-left: 20px;
    }

    .siete{
        margin-right: 20px;
    }

    .tres{
        margin-right: 20px;
    }
    .p3{
        font-size: 34px;
    }
    .p4{
        font-size: 38px;
        padding: 0 1px;
    }
}

@media only screen and (max-width: 700px){
    .texto-p-t{
        font-size: 60px;
        letter-spacing: 10px;
    }
    .p3{
        font-size: 29px;
    }
    .p1{
        font-size: 35px;
    }
    .p4{
        font-size: 35px;
        padding: 0 1px;
    }
}


@media only screen and (max-width: 500px){
    .wrap{
        background-position: 0px -50px;
        height: 280px;
    }
    .seccion0{
        height: 100px;
    }
    .P-FitM{
        font-size: 50px;
    }
    .texto-p-t{
        font-size: 40px;
        letter-spacing: 10px;
    }
    .texto-p{
        font-size: 19px;
        letter-spacing: 2px;
        padding-top: 10px;
    }
    
    .seccion1{
        height: 2050px;
    }

    .caja-seccion1 {
        display: grid;
        grid-template-columns: 1fr; /* 📌 1 sola columna */
        gap: 20px; /* Espaciado entre cajas */
    }

    .contenedor-seccion1 {
        width: 300px; /* 📌 Ocupar todo el ancho */
        margin: auto; /* 📌 Centrar elementos si es necesario */
    }

    .seis, .siete, .tres, .cuatro, .cinco, .dos {
        grid-column: auto; /* 📌 Eliminar posiciones específicas */
        grid-row: auto;
        margin: auto; /* 📌 Eliminar márgenes que puedan afectar el diseño */
    }
    .cinco{
        margin-top: 20px;
    }
}

@media only screen and (max-width: 450px){
    .wrap{
        height: 260px;
    }
    .texto-p-t{
        font-size: 30px;
        letter-spacing: 7px;
    }
    
    .texto-p{
        font-size: 15px;
        letter-spacing: 3px;
    }
}

