.NegocioResponsable .container{
    padding-top: 80px;
    padding-bottom: 80px;
}

.NegocioResponsable .div-negocio-responsable .titulo{
    font-family: AddingtonCF;
    font-size: 2.8125em;
    font-weight: 300;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: -0.58px;
    text-align: center;
}

.NegocioResponsable .div-negocio-responsable .texto_principal{
    font-family: CircularStd;
    font-size: 1.25em;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: -0.08px;
    text-align: center;
}

.NegocioResponsable .div-secciones .texto_principal{
    font-family: CircularStd;
    font-size: 1em;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: -0.08px;
    text-align: center;
    max-width: max-width: 775px;
}

.NegocioResponsable .div-certificados .titulo{
    font-family: AddingtonCF;
    font-size: 1.7em;
    font-weight: 100;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.5px;
    text-align: center;
    padding-top: 80px;
}

@media (min-width: 576px) { /* sm */ }
@media (min-width: 768px) { /* md */ }
@media (min-width: 992px) { /* lg */
    .NegocioResponsable .container{
        padding-top: 70px;
        padding-bottom: 160px;
    }

}
@media (min-width: 1200px) { /* xl */ }
@media (min-width: 1400px) { /* xxl */}

