footer {
    background-image: var(--fondo-footer),linear-gradient(172deg,var(--light-blue-footer) 33%,var(--dark-blue-footer) 100%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    color: #bbb;
    line-height: 1.5;
    z-index: 10;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    flex-flow: column nowrap;
}
footer a {
    text-decoration: none;
    color: var(--white);
}
footer a:hover {
    text-decoration: underline;
    color: var(--white);
}
footer ul {
    list-style: none;
    padding: 0 0 0 10px;
}
.footer_main_item {
    padding-left: 20px;
    /*border: solid 1px var(--our-white-color);*/
}
.footer_title {
    color: var(--white);
    /*font-family: "Merriweather", serif;*/
    font-size: 1.375em;
    padding-bottom: 0.625em;
}
.link_to_platform {
    text-transform: capitalize;
}
#footer_platforms li:last-child {
    margin-top: 20px;
}
/* Footer main */
.footer_main {
    padding: 1.25em 1.875em;
    display: flex;
    flex-wrap: wrap;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-end;
    text-align: right;
}
@media only screen and (min-width: 576px) {
    .footer_main {
        flex-flow: column nowrap;
        align-items: stretch;
        justify-content: center;
        text-align: center;
    }
}
@media only screen and (min-width: 1240px) {
    .footer_main {
        flex-flow: row nowrap;
        justify-content: flex-end;
        text-align: left;
        align-items: flex-start;
    }
}
.footer_main-item {
    padding: 1.25em;
    min-width: 12.5em;
}
.footer-social {
    padding: 0 1.875em 1.25em;
}
.footer-social a:hover {
    color: var(--our-white-color);
}
.footer-social-list {
    display: flex;
    justify-content: center;
    padding-top: 1.25em;
    list-style: none;
}
.footer-social-list li {
    margin: 0.5em;
    font-size: 1.25em;
}
#twitter_x_icon {
    width: 20px;
}
#twitter_x_icon path {
    fill: var(--white);
}
.footer-legal {
    padding: 0.9375em 1.875em;
    background-color: #333;
}
.footer-legal-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.footer-legal-list li {
    margin: 0.125em 0.625em;
    white-space: nowrap;
}
/* one before the last child */
.footer-legal-list li:nth-last-child(2) {
    flex: 1;
}
.footer-copywriter {
    margin-top: 0;
    padding-bottom: 0.25em;
    padding-right: 2.0em;
    display: flex;
    justify-content: right;
    background-color: #333;
    color: rgba(201, 201, 201, 0.73);
}