.footer {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding: 32px 15px 20px 10px;
}

.footer .escudo-container {
    margin-left: -63px;
}

.footer .escudo {
    width: 60%;
    margin: 0 auto;
    display: block;
}

.footer .escudo-mobile {
    max-height: 140px;
    margin-left: -10px;
    max-width: 140%;
    object-fit: contain;
}

.footer .social-icons .icono {
    color: #bc955c;
    font-size: 20px;
    margin: 10px 5px 0;
}

.footer .social-icons .social-icon {
    width: 25px;
    margin-top: 0.6rem;
}

.footer .social-icons a {
    padding: 8px;
}

.footer .social-icons .instagram {
    width: 21px !important;
    margin-left: 3px;
}

@media(max-width: 992px) {
    .footer .social-icons .instagram {
        margin-right: -10px !important;
    }
}

.footer .social-icons .social-icon:hover {
    filter: brightness(0) invert(1);
}

.footer .footer-menu.row {
    --bs-gutter-x: 40px;
}

.footer .footer-heading {
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-family: "Infinita Sans", sans-serif;
    font-size: 20px;
    outline: 0;
    border: 0;
}

.footer ul.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-family: 'Acherus Grotesque';
}

.footer .address {
    font-size: 14px;
    font-family: 'Acherus Grotesque';
    font-weight: 200;
    position: absolute;
    text-align: right;
    right: 28px;
    bottom: 10px;
    opacity: 0.9;
}

.footer .footer-list li {
    margin-bottom: 0.4em;
}

.footer a {
    color: white !important;
    text-decoration: none;
}

.footer a:hover {
    color: #bc955c !important;
}

.footer .redes-sociales a {
    text-decoration: none;
}

.footer-heading-mobile {
    font-weight: 300;
    font-family: "Infinita Sans", Sans-serif;
    font-size: 20px;
}

.address-mobile {
    font-size: 9pt;
    font-weight: 300;
}

@media(max-width: 377px) {
    .address-mobile {
        font-size: 8pt;
    }
}

.aviso-mobile {
    font-weight: 100;
    font-size: 8pt;
}

.collapse-icon {
    font-size: 16px;
}

.collapse-margin {
    margin-left: 1rem !important;
}

.footer button[aria-expanded=true] .fa-plus {
    display: none;
}

.footer button[aria-expanded=false] .fa-minus {
    display: none;
}

.footer button[aria-expanded=true] {
    color: #bc955c !important
}

.footer .social-icons .icono:hover {
    color: white;
}

.footer .btn:hover {
    color: #bc955c !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

.custom-flex-grow {
    flex-grow: 0.1;
}

.footer-mobile .footer-list-mobile li {
    margin-bottom: 0.6em;
}

.mobile-container {
    margin-top: -0.8rem;
}

.logo-position {
    align-content: flex-end;
}

.bg-primary{
    background-color: #67172f !important;
}