/*
  HEADER
*/

.header {
    z-index: 10;
    font-family: "Acherus", "Acherus Grotesque",sans-serif;
}

/** DEBE AGREGARSE AL REPO ***/
.header .logo {
    height: 40px;
    /*margin-top: -2px;
    margin-bottom: 2px;*/
}

.btn-header {
    font-size: smaller;
    color: white;
    border-color: #BC955C;
    border-width: 2px;
    border-radius: 8px;
    padding-right: 8px !important;
    padding-left: 8px !important;
    width: 120px;
    width: 113.48px;
    transition: color 0.3s;
}


/** DEBE AGREGARSE AL REPO ***/
.bg-primary {
    /*padding-left: 12px;
    padding-right: 12px;*/
}
.container-fluid{
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.sub-header-group:last-child span.btn-header{
    margin-right:0!important;
}



.btn-header:hover {
    color: #BC955C;
    border-color: #BC955C;
}

.btn-header:active {
    color: white;
    border-color: #BC955C !important;
}

.sub-header-group {
    display: inline-block;
}

.sub-header-group:hover .sub-header,
.sub-header-group .sub-header:hover {
    display: block;
}

.sub-header::before {
    content: " ";
    display: block;
    height: 0.75rem;
    background-color: transparent;
}

.sub-header {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
}

.sub-header-content {
    background-color: #bc955c;
    font-size: smaller;
}

.sub-header .collapse-title {
    background-color: #9f2240;
}

.sub-header .header-links {
    display: flex;
    justify-content: end;
}

.header-link {
    font-size: 16px;
    color: unset;
    text-decoration: none;
    cursor: default;
    transition: color 0.3s;
}

.header-link[href]:hover {
    cursor: pointer;
}

.header-link:hover {
    color: #691C32;
    background-color: transparent;
}

.custom-dropdown {
    position: relative;
}

.custom-dropdown .dropdown-menu {
    position: absolute;
    top: calc(100% - 1px);
    background-color: #bc955cd6;
    border: none;
    color: white;
    border-radius: 0 0 8px 8px;
    --bs-dropdown-link-hover-bg: unset;
}

.custom-dropdown .header-link {
    font-size: 14px;
}

.custom-dropdown .dropdown-menu.dropdown-start {
    left: 0;
}
.custom-dropdown .dropdown-menu.dropdown-end {
    right: 0;
}

.custom-dropdown:hover .dropdown-menu,
.custom-dropdown .dropdown-menu:hover {
    display: block;
}

.header .offcanvas {
    max-width: 300px;
    border-radius: 10px 0 0 10px;
    text-align: left;
}

.header .offcanvas .btn-close {
    transform: scale(0.75);
}

.header .list-group-item {
    color: gray;
    border: none;
    padding: 0.25rem 0.75rem;
}

.header .list-group-title {
    font-size: 26px;
    font-weight: bold;
    color: var(--bs-primary);
}

.list-group-item .header-link {
    font-size: 16px;
    font-weight: 300;
}

.sub-list .header-link {
    font-size: 14px;
}


.header-link.collapsed .symbol-open,
.header-link:not(.collapsed) .symbol-close {
    display: inline-block;
}

.header-link.collapsed .symbol-close,
.header-link:not(.collapsed) .symbol-open {
    display: none;
}

.offcanvas-logo {
    width: 60%!important;
}

/*
  FOOTER
*/

.footer {
    /* font-family: "Acherus", sans-serif; */
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.footer .escudo {
    width: 100%;
    max-height: 160px;
    object-fit: contain;
}

.footer .escudo-mobile {
    max-height: 158px;
    margin-left: -20px;
}

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

.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;
}

.footer ul.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: 300;
}
.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: 100;
}
.collapse-icon {
    font-size: 16px;
}
.collapse-margin {
    margin-left: 2.2rem!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 i: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;
}