/* Footer copyright */
.o_footer_copyright {
    background-color: #153C2A !important;
}

/* Footer links */
.list-link-footer>li {
    margin: 20px;
}

.list-link-footer>li>a {
    color: white !important;
    text-decoration: none !important;
    font-size: 18px !important;
}

/* Language selector (hidden) */
.js_language_selector>button {
    display: none;
}

/* Footer cards borders (mobile) */
@media (max-width: 768px) {
    .one-card-footer {
        border-right: none !important;
        border-bottom: 1px solid #FFFFFF17 !important;
    }

    .two-card-footer {
        border-right: none !important;
        border-bottom: 1px solid #FFFFFF17 !important;
    }

    /* Footer links mobile */
    .list-link-footer>li>a {
        color: white !important;
        text-decoration: none !important;
        font-size: 18px !important;
        text-align: left;
    }

    /* Footer copyright sections mobile */
    .cop-foo-1 {
        order: 3 !important;
    }

    .cop-foo-2 {
        order: 2 !important;
    }

    .cop-foo-1>p {
        order: 3 !important;
        font-size: 11px !important;
    }

    .cop-foo-2>p {
        order: 2 !important;
        font-size: 11px !important;
    }

    .cop-foo-3 {
        order: 1 !important;
        font-size: 11px !important;
    }

    /* Footer padding mobile */
    .one-card-footer {
        padding-left: 24px !important;
    }

    .link-footer-mob {
        padding-left: 19px !important;
    }
}

/* Footer links PC/Tablet */
@media (min-width: 769px) and (max-width: 1366px) {
    .list-link-footer>li>a {
        font-size: 15px !important;
    }
}

.footer-santalucia {
    background-color: #153C2A;
    padding: 64px;
}

.santalucia-footer h5 {
    color: white;
    font-size: 20px;
}

.santalucia-footer p {
    color: white;
    font-size: 16px;
}

.santalucia-footer-link {
    color: white;
    font-size: 16px;
}

.santalucia-footer-link:hover {
    color: #9BC345 !important;
    text-decoration: underline;
}

.footer-santalucia-social>a>svg {
    color: white;
    width: 30px;
    height: 30px;
}

.footer-santalucia-newsletter>label {
    color: white;
    font-size: 16px;
}

.footer-santalucia-newsletter>input {
    border-radius: 18px;
    padding: 8px 16px;
    border: none;
}

.footer-santalucia-newsletter>.btn {
    background-color: #9BC345;
    border-radius: 18px;
    font-weight: bold;
    font-size: 16px;
    color: #2E2C2C;
}

@media (max-width: 768px) {
    .footer-santalucia {
        padding: 32px 16px !important;
    }

    .footer-santalucia-newsletter {
        margin-top: 32px;
    }

    #section-footer-sl {
        padding: 40px 16px 0px 16px !important;
    }

    .link-footer-mob {
        padding-left: 0 !important;
    }

    .two-card-footer {
        padding: 24px 12px 24px 24px !important;
    }

    .three-card-footer {
        padding: 24px 12px 24px 24px !important;
    }
}