/*FOOTER*/
#main .page-footer {
    margin-bottom: 0;
}

#footer {
    background: var(--blue-color) !important;
    padding-top: 0 !important;
    box-shadow: none !important;
    overflow-x: hidden;
    /* margin-top: 30px; */
    display: block !important;
}

#footer .footer-container {
    box-shadow: none;
    margin: 0;
    padding: 60px 0 42px 0;
    position: relative;
}

#footer .footer-container::after {
    content: '';
    background-image: url(/img/line-footer.png);
    display: block;
    height: 24px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

#footer .footer-container .row {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    padding-bottom: 0;
}

@media (max-width: 1280px) {
    #footer .footer-container .row {
        margin-right: 0;
        margin-left: 0;
    }
}

#footer .footer-container .row>.col-lg--1 {
    width: 55%;
}

@media (max-width: 1280px) {
    #footer .footer-container .row>.col-lg--1 {
        width: 100%;
    }
}

#footer .footer-container .row>.col-lg--2 {
    width: calc(45% / 2);
}

#footer .footer-container .row>.col-lg--3 {
    width: calc(45% / 2);
}

#footer .footer-container .row>.col-lg--2,
#footer .footer-container .row>.col-lg--3 {
    padding: 0 60px;
}

@media (max-width: 1280px) {

    #footer .footer-container .row>.col-lg--2,
    #footer .footer-container .row>.col-lg--3 {
        width: 50%;
        padding: 0 30px;
        border-right: unset !important;
    }
}

@media (max-width: 768px) {

    #footer .footer-container .row>.col-lg--2,
    #footer .footer-container .row>.col-lg--3 {
        text-align: center;
    }
}

#footer .footer-container .row:nth-of-type(1)>[class^="col-lg--"] {
    border-right: 1px dotted #777;
}

@media (max-width: 1280px) {
    #footer .footer-container .row>[class^="col-lg--"] {
        border-right: unset;
    }
}

@media (max-width: 768px) {
    #footer .footer-container .row>[class^="col-lg--"] {
        padding: 0;
    }
}

#footer .footer-container .row>[class^="col-lg--"] .menu-title {
    font-size: 15px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    color: white;
    margin-bottom: 1rem;
    padding: 0;
}

#footer .footer-container .row>[class^="col-lg--"] .menu_footer {
    margin-left: 0;
    margin-bottom: 0;
}

#footer .footer-container .row>[class^="col-lg--"] li {
    margin-bottom: 15px;
    list-style-type: unset;
    line-height: 1;
}

#footer .footer-container .row>[class^="col-lg--"] li a {
    /* --min: 16;
    --max: 20;
    --mintrans: 280;
    --maxtrans: 1920;
    font-size: clamp(var(--min) * 1px, calc((var(--max) - var(--min)) * ((100vw - var(--mintrans)* 1px) / (var(--maxtrans) - var(--mintrans))) + var(--min) * 1px), var(--max) * 1px) !important; */
    font-size: 16px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
}

#footer .footer-container .row:nth-of-type(1)>.col-lg--3 {
    border-right: unset;
}

#footer .footer-container .row>.col-lg--1 .col-lg--1-sub {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
}

#footer .footer-container .row>.col-lg--1 .col-lg--1-sub>[class^="col-lg--1-sub--1"] {
    width: 35%;
}

@media (max-width: 1280px) {

    #footer .footer-container .row>.col-lg--1 .col-lg--1-sub>[class^="col-lg--1-sub--1"] {
        padding: 0 30px;
        width: 50%;
    }
}

@media (max-width: 768px) {

    #footer .footer-container .row>.col-lg--1 .col-lg--1-sub>[class^="col-lg--1-sub--1"] {
        display: flex;
        justify-content: center;
        padding: 0;
        width: 100%
    }
}

#footer .footer-container .row>.col-lg--1 .col-lg--1-sub>[class^="col-lg--1-sub--1"] img {
    max-width: 125px;
    width: auto;
}

@media (max-width: 1280px) {
    #footer .footer-container .row>.col-lg--1 .col-lg--1-sub>[class^="col-lg--1-sub--1"] img {
        width: 30%;
    }
}

#footer .footer-container .row>.col-lg--1 .col-lg--1-sub>[class^="col-lg--1-sub--2"] {
    width: 65%;
}

@media (max-width: 1280px) {

    #footer .footer-container .row>.col-lg--1 .col-lg--1-sub>[class^="col-lg--1-sub--2"] {
        padding: 0 30px;
        width: 50%;
    }
}

@media (max-width: 768px) {

    #footer .footer-container .row>.col-lg--1 .col-lg--1-sub>[class^="col-lg--1-sub--2"] {
        padding: 0;
        width: 100%;
        text-align: center;
    }
}

#footer .footer-container .row>.col-lg--1 .col-lg--1-sub>[class^="col-lg--1-sub--2"] .menu_footer {
    column-count: 2;
}

#footer .footer-container .signature {
    padding-top: 42px;
}

#footer .footer-container .signature p {
    font-size: 15px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    text-align: right;
}

#footer .footer-container .signature a {
    font-size: 15px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    text-transform: lowercase;
    line-height: 1;
    color: white;
    margin-bottom: 1rem;
    padding: 0;
}

/* BEFORE FOOTER*/

#footer .footer-before-container2 {
    background-color: #EEEEEE;
    padding: 60px 0;
}

#footer .footer-before-container2>.row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

#footer .footer-before-container2>.row::after,
#footer .footer-before-container2>.row::before {
    content: unset;
}

@media (max-width: 1280px) {
    #footer .footer-before-container2>.row {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 50px;
    }
}

@media (max-width: 768px) {
    #footer .footer-before-container2>.row {
        grid-template-columns: repeat(1, 1fr);
    }
}

#footer .footer-before-container2>.row .col-lg-4 {
    width: 100%;
    float: unset;
    padding: 0 30px;
}

@media (min-width: 1281px) {
    #footer .footer-before-container2>.row .col-lg-4 {
        border-right: 1px dotted black;
    }
}

@media (max-width: 1280px) {
    #footer .footer-before-container2>.row .col-lg-4:nth-of-type(even) {
        padding-right: 0;
    }

    #footer .footer-before-container2>.row .col-lg-4:nth-of-type(odd) {
        border-right: 1px dotted black;
        padding-left: 0;
    }
}

@media (min-width: 1281px) {
    #footer .footer-before-container2>.row .col-lg-4:first-of-type {
        padding-left: 0;
    }
}

@media (min-width: 1281px) {
    #footer .footer-before-container2>.row .col-lg-4:last-of-type {
        padding-right: 0;
        border-right: unset;
    }

    #footer .footer-before-container2>.row .col-lg-4:last-of-type p:not(.titulo) {
        max-width: 250px !important;
    }
}

@media (max-width: 768px) {
    #footer .footer-before-container2>.row .col-lg-4 {
        padding: 0 !important;
        border-right: unset !important;
    }
}

#footer .footer-before-container2>.row .col-lg-4 .titulo {
    --min: 48;
    --max: 48;
    --mintrans: 368;
    --maxtrans: 1920;
    font-size: clamp(var(--min) * 1px, calc((var(--max) - var(--min)) * ((100vw - var(--mintrans)* 1px) / (var(--maxtrans) - var(--mintrans))) + var(--min) * 1px), var(--max) * 1px) !important;
    font-weight: 400;
    line-height: 1;
    color: var(--blue-color);
    margin-bottom: 23px;
    padding-bottom: 0;
    font-family: 'Guthen Bloots Personal Use', sans-serif !important;
}

@media (max-width: 768px) {
    #footer .footer-before-container2>.row .col-lg-4 .info .texto {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}


#footer .footer-before-container2>.row .col-lg-4 .info .texto>div {
    display: flex;
    gap: 30px;
}

#footer .footer-before-container2>.row .col-lg-4 .info .texto>div.socials {
    gap: 10px;
}

#footer .footer-before-container2>.row .col-lg-4 .info .texto>div.socials a {
    -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
    transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
}

#footer .footer-before-container2>.row .col-lg-4 .info .texto>div.socials a img {
    height: 35px;
}

#footer .footer-before-container2>.row .col-lg-4 .info .texto>div.socials a:hover {
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    color: white !important;
}

@media (max-width: 768px) {
    #footer .footer-before-container2>.row .col-lg-4 .info .texto>div:not(.socials) {
        flex-direction: column;
        gap: 10px;
    }
}

#footer .footer-before-container2>.row .col-lg-4 p {
    font-size: 18px;
    font-weight: 400;
    color: #5F6579;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 1.2;
    padding-bottom: 0;
}

#footer .footer-before-container2>.row .col-lg-4 p:not(.titulo) {
    max-width: 325px;
}

@media (max-width: 768px) {
    #footer .footer-before-container2>.row .col-lg-4 p {
        text-align: center;
    }
}

#footer .footer-before-container2>.row .col-lg-4 p span,
#footer .footer-before-container2>.row .col-lg-4 a {
    color: #ED6A64;
}

#footer .footer-before-container2>.row .col-lg-4:not(:nth-of-type(4)) img {
    height: 72px;
    width: fit-content;
}

@media (max-width: 768px) {
    #footer .footer-before-container2>.row .col-lg-4:not(:nth-of-type(4)) img {
        margin: 0 auto;
    }
}

#footer .footer-before-container2>.row .col-lg-4:nth-of-type(4) p {
    padding-bottom: 0;
    margin-bottom: 1rem;
}