.TextoSobreNosotros .div-p-y{
    padding-top: 80px;
}

.TextoSobreNosotros .div-p-y.bg-line {
    padding-top: 80px;
    padding-bottom: 80px;
}

.TextoSobreNosotros .titulo{
    font-family: AddingtonCF;
    font-size: 3.125em;
    font-weight: 300;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: -0.44px;
    text-align: center;
}

.TextoSobreNosotros .texto_principal{
    font-family: CircularStd;
    font-size: 1.125em;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.39;
    letter-spacing: normal;
    text-align: center;
}

.TextoSobreNosotros .enlace{
    font-family: CircularStd;
    font-size: 0.75em;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.1px;
    text-align: center;
}

.TextoSobreNosotros .imagen{
    box-shadow: 0 0 62px 0 rgba(0, 0, 0, 0.18);
}

.TextoSobreNosotros .hor-blue-line-sobre-nosotros{
    background-color: var(--blue);
    margin: 32px auto 20px auto;
    width: 75px;
    height: 7px;
}

@media (min-width: 576px) { /* sm */ }
@media (min-width: 768px) { /* md */ }
@media (min-width: 992px) { /* lg */
    .TextoSobreNosotros .container{
        padding-left: 80px;
        padding-right: 80px;
    }

    .TextoSobreNosotros .div-p-y{
        padding-top: 190px;
        padding-bottom: 160px;
    }

    .TextoSobreNosotros .div-p-y.bg-line {
        padding-top: 160px;
        padding-bottom: 160px;
    }

}
@media (min-width: 1200px) { /* xl */ }
@media (min-width: 1400px) { /* xxl */ }
