/* Footer Section */

.footer-section {
    background-color: var(--black-100);
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.footer-section .border-top {
    border-top: 1px solid #2a2a2f !important;
}

.footer-section .widget {
    color: var(--white-100);
    justify-content: start;
}

.footer-section .widget p {
    color: var(--white-100);
}

.footer-section .widget .widget-title {
    color: var(--black-30);
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 1.2rem;
}

.footer-section .widget ol,
ul {
    padding-left: 0rem !important;
}

.footer-section .widget li {
    font-family: var(--open-sans);
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    list-style-type: none;
}

.footer-section .widget li a {
    color: var(--white-100);
    text-decoration: none;
}

.footer-section ol,
ul {
    padding-left: 0rem;
}

.footer-section .widget li a:hover,
.footer-section .widget li a:hover p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--orange-sevilla-100);
    transition: all var(--transition-dur) ease;
    -moz-transition: all var(--transition-dur) ease;
    -webkit-transition: all var(--transition-dur) ease;
    -ms-transition: all var(--transition-dur) ease;
    -o-transition: all var(--transition-dur) ease;
}

#block-5 .nav-link {
    line-height: 0.7rem;
}

.footer-section .list-inline-item {
    margin-right: .5rem;
}

.footer-section .copyright {
    color: var(--black-30);
    margin-bottom: 0.5rem;
    font-size: 14px;
}

.description-office {
    margin-left: 30px;
    font-size: 15px;
}

.social-mobile {
    background-color: var(--black-02);
}

.footer-bottom p {
    font-size: 14px;
    color: var(--black-30);
}

.footer-bottom a {
    color: var(--white-100);
    opacity: 0.8;
    text-decoration: none;
}

.footer-bottom a:hover {
    color: var(--orange-sevilla-100);
    opacity: 0.8;
}

.footer-section .lenguague-menu ul {
    display: flex;
    list-style: none;
}

.footer-section .lenguague-menu li {
    padding-right: 0.5rem;
}

.footer-section .lenguague-menu .nav-item a {
    color: var(--black-30)
}

.footer-section .lenguague-menu li a:active {
    color: var(--white-100)
}

.footer-section .lenguague-menu li a:hover {
    color: var(--orange-sevilla-100)
}

.footer-section .material-icons {
    margin-right: 10px;
    font-size: 20px;
}

.footer-section .menu-items li {
    background-color: var(--black-90);
    margin-right: 0.5rem;
    font-size: 18px;
    border-radius: 4px;
    padding: 5px 8px;
}

.footer-section #social-links {
    display: flex;
    list-style: none;
}

.footer-section .social-links a {
    color: var(--black-50);
}

.footer-section .social-links a:hover {
    color: var(--white-100);
}

.footer-section .widget span {
    color: var(--black-30);
    font-weight: 300;
}

.footer-section .text-white a {
    color: #fff !important;
}

.footer-section .text-white a:hover {
    color: var(--orange-sevilla-100) !important;
}

@media (max-width: 600px) {
    .footer-section {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .wp-image-10524 {
        margin-bottom: 24px;
    }
    #block-4 {
        order: 1;
        margin-bottom: 16px;
    }
    #block-21 {
        order: 2;
    }
}