@import url(styles.css);



.portada {
    background-image: url("../IMAGEN/bannernosotros.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 700px;
}

.foto_portada {
    display: flex;

}

.testimonios_titulo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    

    & h3 {
        color: #2A52A7;
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 3rem;
        padding: 20px 10px;
    }
}

.container_1 {
    background-color: #b4d8e9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 20px 0px ;
    

    & h3 {
        color: #2A52A7;
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 3.5rem;
        padding: 20px 10px;
    }

    & p {
        font-size: 35px;
        padding: 30px 20px ;
    }

}

.mision{
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 150px;

}

.textos_portada {
    justify-content: center;

    & h1 {
        color: #2A52A7;
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 2.5;
        padding: 20px 10px;
    }

    & p {
        font-size: 30px;
        padding: 30px 20px ;
    }
}
