.seccion_texto{
    background-color: white;
    width: 80%;
    margin: auto;
    padding: 4vw;

}

.titulo{
    font-family: 'Karma', serif;
    font-size: 12pt;
    font-weight: 400;
    color: black;
}

.texto{
    padding-left: 2vw;
    font-family: 'Karma', serif;
    font-size: 10pt;
    font-weight: 400;
    color: black;
}

.subtitulo{
    padding-top: 2vw;
    padding-left: 1vw;
    font-family: 'Karma', serif;
    font-size: 12pt;
    font-weight: 400;
    color: black;
}