body {

    font-family: "Roboto", sans-serif;
    zoom: 75%;
}

:root {


    --verde: #80bc00;
    --azulfuerte: #1226aa;
    --azulclaro: #00619c;

}


.navegacion_principal {

    margin-bottom: 0.7cm;
    margin-top: 0.7cm;
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    justify-content: space-around;
    font-size: 20px;
    
   

}

.navegacion_principal a {


    text-decoration: none;
    color:var(--azulclaro);
    font-weight: 500;

   
}

.banner_acerca {

    
    background-image: linear-gradient(rgb(34 152 8 / 40%), rgb(34 152 8 / 40%)), url(images/planta1.jpg);
    background-size: cover;
    background-repeat: inherit;
    width: auto;
    height: 400px;
    display: grid;
    align-items: center;
    background-position-y: -98px;
    background-position-x: 5px;
        
        


}

.banner_acerca h1 {

    margin-left: 70px;
    font-size: 70px;
    color: white;
    font-weight: 500;





}

.seccion_1 {
    margin-top: 90px;
    display: grid;
    grid-template-columns: 50% 50%;
    justify-items: center;
    width: auto;
    height: 800px;

}

.texto_sec1 {


    justify-items: center;
}

.texto_sec1 h1 {

color: var(--verde);
font-size: 35px;
text-align: center;
font-weight: 400;


}

.texto_sec1 p {


    color: var(--azulfuerte);
    font-size: 25px;
    text-align: left;
    line-height: 2.3;



}

.boton_credito {


    display: grid;
    justify-items: center;
    margin-top: 71px;
   
}

.boton_credito a {

    padding: 14px;
    width: 342px;
    text-align: center;
    text-decoration: none;
    font-size: 35px;
    font-weight: 700;
    color: white;
    background-color: var(--azulclaro);


}