@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.Nosotros {
    background-color: #000b38;
    color: white;
    ;
}

.text {
    color: white;
}

.logoA {
    width: 450px;
    /* padding: 35px 120px 50px 40px; */
    margin-top: 60px;
    padding-left: 90px;
    margin-bottom: 90px;
}

.historia {
    padding: 0px 90px 30px 90px;
}

.parrafo {
    line-height: 24px;
    font-weight: bold;

}

.titulos {
    font-weight: 900;
    font-size: 54px;

}

.separacionA {
    background-color: white !important;
    width: 300px;
    height: 1px;
    display: flex;
    justify-content: flex-start;
    align-items: start;
    margin-left: 0px;
}

h1,
p {
    font-family: 'Poppins', sans-serif;
    text-align: left;
}


.valores {
    list-style-type: decimal;
    line-height: 3rem;
}






/* Estilos base */
.Nosotros {
    background-color: #000b38;
    color: white;
}

.text {
    color: white;
}

.parrafo {
    line-height: 1.5rem;
    font-weight: bold;
    font-size: 1rem;
}

.titulos {
    font-weight: 900;
    font-size: 2.5rem;
}

.separacionA {
    background-color: white !important;
    width: 100%;
    max-width: 300px;
    height: 1px;
    margin: 0;
}

h1,
p {
    font-family: 'Poppins', sans-serif;
    text-align: left;
}

.valores {
    list-style-type: decimal;
    line-height: 2rem;
}

/* Media Queries para pantallas pequeñas (tablets y móviles) */
@media (max-width: 768px) {
    .parrafo {
        font-size: 0.9rem;
        line-height: 1.4rem;
    }

    .titulos {
        font-size: 2rem;
    }

    .valores {
        line-height: 1.8rem;
    }
}

/* Media Queries para pantallas muy pequeñas (móviles) */
@media (max-width: 480px) {
    .logoA {
        margin: 40px 0px 60px -40px
    }

    .parrafo {
        font-size: 0.8rem;
        line-height: 1.2rem;
    }

    .titulos {
        font-size: 1.5rem;
    }

    .valores {
        line-height: 1.5rem;
    }

    .historia {
        padding: 0px 30px 30px 30px;
    }
}