@import url(
'https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800;900&display=swap'
);


* {

    margin: 0;

    padding: 0;

    box-sizing: border-box;

}


html {

    scroll-behavior: smooth;

}


body {

    font-family: "Poppins", sans-serif;

    background: #fff;

}



.header {

    width: 100%;

    min-height: 90px;

    background: #000;

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 20px 7%;

}


.logo {

    color: #00ff29;

    font-size: 25px;

    font-weight: 900;

}


.menu {

    display: flex;

    gap: 35px;

}


.menu a {

    color: #00ff29;

    text-decoration: none;

    font-weight: 600;

    transition: .3s;

}


.menu a:hover {

    color: white;

}



.hero {

    min-height: 500px;

    color: #14f50c;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    text-align: center;

    padding: 30px;

}


.hero h1 {
 
    color: #00ff29;

    font-size: clamp(45px, 7vw, 90px);

    font-weight: 900;

}


.hero p {

    color: rgb(255, 255, 255);

    font-size: 20px;

    margin-bottom: 35px;

}



.buscador {

    width: 100%;

    max-width: 700px;

    display: flex;

}


.buscador input {

    width: 100%;

    padding: 20px;

    border: none;

    outline: none;

    font-size: 16px;

    border-radius: 10px 0 0 10px;

}


.buscador button {

    padding: 20px 30px;

    border: none;

    background: #12f901;

    font-weight: 800;

    cursor: pointer;

    border-radius: 0 10px 10px 0;

}



.seccion {

    padding: 80px 7%;

    text-align: center;
     background: linear-gradient(to bottom right,  #00ff29, #1a1919);


}


.seccion h2,
.gratis h2 {

    color: #000000;

    font-size: clamp(35px, 5vw, 65px);

    font-weight: 900;

    margin-bottom: 50px;

}



.marcas {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 40px;
    
}

.marca {
    display: flex;
    align-items: center;
    justify-content: center;
 

    background: transparent;
    border: none;

    padding: 20px;

    text-decoration: none;
}

.marca img {
    width: 150px;
    height: 120px;

    object-fit: contain;

    transition: 0.3s;
}

/* HOVER */

.marca:hover img {
    transform: scale(1.2);
}



.gris {

    background: #f3f3f3;

}



.manuales {

    display: grid;

    grid-template-columns:
        repeat(auto-fit, minmax(250px, 1fr));

    gap: 30px;

}


.manual {

    background: white;

    padding: 40px 25px;

    border-radius: 15px;

    box-shadow:
        0 10px 30px rgba(0,0,0,.1);

}


.manual h3 {

    font-size: 25px;

    margin-bottom: 15px;

}


.manual p {

    margin-bottom: 30px;

    color: #555;

}


.manual a {

    display: inline-block;

    background: #00ff29;

    color: black;

    padding: 15px 25px;

    text-decoration: none;

    font-weight: 800;

    border-radius: 7px;

}



.gratis {

    padding: 100px 20px;

     background: linear-gradient(to bottom right,  #00ff29, #1a1919);

    text-align: center;

}


.gratis p {

    color: white;

    font-size: 18px;

    margin-bottom: 40px;

}


.boton-gratis {

    display: inline-block;

    padding: 20px 40px;

    background: #00ff29;

    color: black;

    text-decoration: none;

    font-weight: 900;

    border-radius: 10px;

    transition: .3s;

}


.boton-gratis:hover {

    transform: scale(1.05);

}



@media(max-width: 800px) {

    .header {

        flex-direction: column;

        gap: 20px;

    }


    .menu {

        flex-wrap: wrap;

        justify-content: center;

        gap: 15px;

    }


    .buscador {

        flex-direction: column;

        gap: 10px;

    }


    .buscador input,
    .buscador button {

        border-radius: 10px;

    }

}
/* =========================
   LOGO
========================= */

.logo img {
    width: 60px;
    height: 60px;

    object-fit: contain;
}


/* =========================
   REDES SOCIALES
========================= */

.redes-sociales {
    display: flex;

    align-items: center;

    gap: 20px;
}


.redes-sociales a {
    color: #00ff29;

    font-size: 22px;

    text-decoration: none;

    display: flex;

    align-items: center;

    justify-content: center;

    transition: 0.3s;
}


.redes-sociales a:hover {
    color: #ffffff;

    transform: translateY(-4px) scale(1.15);
}
/* ===============================
   CONFIGURACIÓN GENERAL
================================ */

* {
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}


/* ===============================
   CELULAR Y TABLET
================================ */

@media (max-width: 768px) {

    /* HEADER */

    .header {
        width: 100%;
        height: auto;
        min-height: auto;

        padding: 15px;

        display: flex;
        flex-direction: column;

        align-items: center;
        justify-content: center;

        gap: 15px;
    }


    .logo {
        display: flex;
        justify-content: center;
    }


    .logo img {
        width: 60px;
        height: auto;
    }


    /* MENÚ */

    .menu,
    .nav {
        width: 100%;

        display: flex;
        flex-wrap: wrap;

        align-items: center;
        justify-content: center;

        gap: 10px 15px;
    }


    .menu a,
    .nav a {
        font-size: 13px;

        text-align: center;
    }


    /* REDES SOCIALES */

    .redes-sociales,
    .redes {
        width: 100%;

        display: flex;

        align-items: center;
        justify-content: center;

        gap: 25px;
    }


    /* HERO */

    .hero {
        width: 100%;
        min-height: 300px;

        padding: 40px 20px;

        display: flex;
        flex-direction: column;

        align-items: center;
        justify-content: center;

        text-align: center;
    }


    .hero h1 {
        width: 100%;

        font-size: 38px;

        line-height: 1.1;

        word-break: normal;
    }


    .hero p {
        width: 100%;

        font-size: 15px;

        line-height: 1.6;
    }


    /* TÍTULOS */

    h1 {
        font-size: 38px;
    }


    h2 {
        font-size: 32px;
    }


    h3 {
        font-size: 20px;
    }


    /* SECCIONES */

    .seccion,
    .biblioteca,
    .seccion-manuales,
    .conocenos,
    .gratis,
    .informacion {
        width: 100%;

        padding: 50px 20px;
    }


    /* BUSCADOR */

    .buscador {
        width: 100%;
        max-width: 100%;

        display: flex;
        flex-direction: column;

        gap: 10px;
    }


    .buscador input {
        width: 100%;

        padding: 16px;

        font-size: 14px;

        border-radius: 10px;
    }


    .buscador button {
        width: 100%;

        padding: 16px;

        border-radius: 10px;
    }


    /* MARCAS */

    .marcas {
        width: 100%;

        display: grid;

        grid-template-columns: repeat(2, 1fr);

        gap: 20px;
    }


    .marca {
        width: 100%;

        padding: 10px;

        display: flex;

        align-items: center;
        justify-content: center;
    }


    .marca img {
        width: 100px;
        height: 90px;

        object-fit: contain;
    }


    /* TARJETAS DE MANUALES */

    .manuales,
    .contenedor-manuales,
    .contenedor-pdf {
        width: 100%;

        display: grid;

        grid-template-columns: 1fr;

        gap: 25px;
    }


    .manual,
    .tarjeta-manual,
    .tarjeta-pdf {
        width: 100%;
        max-width: 100%;

        margin: 0 auto;

        padding: 30px 20px;
    }


    .tarjeta-manual p,
    .tarjeta-pdf p,
    .manual p {
        font-size: 14px;

        line-height: 1.7;
    }


    /* BOTONES */

    .botones {
        width: 100%;

        display: flex;
        flex-direction: column;

        gap: 10px;
    }


    .botones a,
    .boton-gratis,
    .tarjeta-manual a,
    .manual a {
        width: 100%;

        text-align: center;

        padding: 15px;
    }


    /* TARJETA QUIÉNES SOMOS */

    .tarjeta {
        width: 100%;
        max-width: 100%;

        padding: 25px 20px;
    }


    .tarjeta p {
        font-size: 14px;

        line-height: 1.8;

        text-align: left;
    }


    /* PDF */

    .icono-pdf {
        width: 75px;
        height: 95px;

        font-size: 20px;
    }


    /* FOOTER */

    footer {
        width: 100%;

        padding: 25px 20px;

        text-align: center;
    }

}


/* ===============================
   CELULARES PEQUEÑOS
================================ */

@media (max-width: 480px) {

    .hero h1 {
        font-size: 31px;
    }


    h1 {
        font-size: 31px;
    }


    h2 {
        font-size: 27px;
    }


    .marcas {
        grid-template-columns: repeat(2, 1fr);

        gap: 15px;
    }


    .marca img {
        width: 80px;
        height: 75px;
    }


    .menu a,
    .nav a {
        font-size: 12px;
    }


    .seccion,
    .biblioteca,
    .seccion-manuales,
    .conocenos,
    .gratis,
    .informacion {
        padding: 40px 15px;
    }

}