main.texto_generico{
    background: #f7f7f7;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}
main.texto_generico h1{
    font-family: Rubik;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
    text-align: center;
    color: #222;
}

main.texto_generico h2 {
    font-family: Rubik;
    font-weight: 500;
    font-size: 1.4em;
    margin: 25px 0 10px;
    color: #333;
    border-bottom: 2px solid #eee;
    padding-bottom: 5px;
}

main.texto_generico h3, main.texto_generico h4 {
    font-family: Rubik;
    font-size: 1.1em;
    margin: 20px 0 8px;
    color: #555;
}

main.texto_generico p {
    font-family: Rubik;
    font-size: 14px;
    margin-bottom: 15px;
    text-align: justify;
}

main.texto_generico ul {
    margin: 10px 0 20px 20px;
    list-style: disc;
}

main.texto_generico li {
    font-family: Rubik;
    font-size: 14px;
    margin-bottom: 8px;
}

main.texto_generico strong, main.texto_generico b{
    color: #000;
}

main.texto_generico span{
    color: #555;
    font-style: italic;
}