

/*footer general*/
.site-footer * {
}
.site-footer {
    padding-bottom: 0;
    color: white;
}
.site-footer a:hover {
    color: #FFC107 !important;
    background: unset;
}






/*footer top*/
.site-footer__top {
    padding: 0 1rem;
}
.site-footer__top h2 {
    color: white;
    font-size: 24px;
    text-transform: capitalize;
    border: none !important;
    margin-bottom: 10px;
}
.site-footer__top ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.site-footer__top li a{
    padding: 5px 0;
    line-height: 1.2
}
.site-footer__top li:hover a{
    padding: 5px 0;
}

/*footer top LOGO*/
.site-footer .region-footer-sixth .block {

}
.site-footer .region-footer-sixth img {
    width: 340px;
    height: auto;
}


/*footer bottom*/
.site-footer__bottom .region-footer-fifth {
    margin: 0 !important;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.site-footer__bottom .region-footer-fifth > .block{
    width: auto;
    display: flex;
}
.container_site-footer__bottom {
    background: var(--d-l1-background);
}
.container_site-footer__bottom ul {
    margin: 0;
}
.container_site-footer__bottom p {
    margin: 0;
}
.site-footer__bottom {
    padding: 1em;
    margin-top: 0;
    border: 0px !important;
}

.site-footer__bottom .content {
    padding: 0;
    line-height: 1;
    display: flex;
    align-items: center;font-size: 1.2em;
}
.site-footer__bottom a {
    color: #fff !important;
    font-weight: bold;
    font-family: Arial;
}
.site-footer__bottom #block-socialmedialinks-2 {
    right: 0;
}
.site-footer__bottom .social-media-links--platforms {
    padding: 0 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.site-footer__bottom .social-media-links--platforms a {
    display: flex;
}
.site-footer__bottom .fa-2x {
    font-size: 1.5em;
    padding: .7em;
}

.site-footer .block {
    border: 0px !important;
}



/* Footer forzar columnas */
@media(min-width: 850px){
    .site-footer__top .region {
        width: 33.3% !important;
    }
}

.site-footer__top .region {
    width: 100%;
}

@media(min-width: 560px) and (max-width: 850px) {
    .site-footer__top .region:nth-child(2n) {
        padding-left: 0;
    }
}