.site-footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #002c40;
}

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

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

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

.fade-in {
    opacity: 1;
}

/* FOOTER  */


footer {
    background-color: #ffffff;
    border-top: 1px solid #4b4c4d;
    padding-top: 30px;
    padding-bottom: 30px;
}

footer#footer {
    position: relative;
   
    background-size: cover;
    color: rgb(0, 0, 0);
    backface-visibility: hidden;
    padding: 95px 10px 85px;
    border-top: 1px solid rgb(233, 234, 238);
    background-repeat: no-repeat;
    background-position: center center;
}

img.img-footter-meta {
    width: 45px;
    padding: 4px;
}

.footer-mvz-blanco>ul>li {
    list-style: none;
}

.footer.footer_usil {
    font-size: 10px;
}

.block-content p a {
    font-size: 12px;
}

.footer.footer_usil li.footer_txt {
    list-style: none;
}

a.tittle_footer {
    font-size: 13px;
    color: #54b141 !important;
    text-transform: uppercase;
    font-weight: 700;
}

.footer.footer_usil {
    background-color: #001B6E;
    color: #fff;
    padding-top: 65px;
    padding-bottom: 65px;
}

.footer.footer_usil a {
    color: #fff;
}

li.icon_social {
    background-color: #54b141;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 20px;
    padding-left: 10px;
    padding-right: 11px;
}

li.faq_btn {
    background: none repeat scroll 0 0 #022A94;
    border-radius: 10px;
    color: #FFFFFF;
    font-family: awgmed;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -webkit-transition: all 1.5s;
    padding: 10px;
    width: 55%;
}

li.faq_btn {
    list-style: none;
}

.social_footer {
    list-style: none;
    display: inline-flex;
}

/* FOOTER  */