.site-footer {
    /*padding-top: 40px;
    padding-bottom: 40px;*/
    /*background-color: #01538f;*/
    background: #ddd;
    line-height: 9px;
}

.site-footer a {
    color: white;
    margin-right: 5%;
}

.footer-text {
    color: var(--blanco);
    white-space: nowrap;
}

.footer-name {
    white-space: nowrap;
    font-weight: 900;
}

.tex {
    margin-left: 165px;
}

.texb {
    margin-left: 106px;
    padding-bottom: 25px;
}

.footer-texta {
    color: var(--negro);
    white-space: nowrap;
    text-align: center;
}

.text-f {
    margin-left: 270px;
    text-align: center;
}

.footer-text a {
    color: var(--blanco)!important;
}

.logos-footer {
    background-color: var(--blanco);
    margin-bottom: -16px;
}

.logos_l {
    padding-top: 10px;
    padding-bottom: 10px;
}

ul.logos {
    display: inline-flex;
    list-style: none;
    width: 240%;
    margin-left: 282px;
}

img.logo_b {
    width: 296px;
    margin-left: 12px;
}

img.logo_c {
    width: 400px;
    margin-left: 15px;
    padding-top: 7px;
}

img.logo_d {
    width: 387px;
    margin-left: 10px;
}

img.logo_e {
    margin-left: 30px;
    width: 160px;
}

.site-content {
    min-height: 90vh;
}

.box-to-top {
    position: fixed;
    right: 10px;
    bottom: 0;
    background: grey;
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    --ease: all 300ms ease;
    opacity: 0;
    transition: var(--ease);
}
.fade-in {
    opacity: 1;
}