footer{
    min-height: 660px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    padding-top: 170px; 
}

/* OFFCANVAS */

.offcanvas .nav-item{
    width: 100%;
}

.offcanvas svg{
    width: 100%;
    height: auto;
}

.offcanvas a{
    color: #000;
    font-weight: 800;
}

.offcanvas svg path{
    fill: #000;
}

.offcanvas .offcanvas-title{
    display: grid;
}

.offcanvas .offcanvas-title button{
    margin-bottom: 20px;
}

/* OFFCANVAS ! */

/* SEÇÃO FOOTER1 */

.footer1 .container{
    padding-bottom: 50px;
    border-bottom: 1px solid #004790;
}

@media(max-width: 992px){
    .footer1 .container{
        padding-bottom: 0;
    }
}

.footer1 .follow{
    color: #fff;
    font-weight: 100;
    font-size: 13px;
    letter-spacing: 0.8px;
}

.footer1 .frs{
    width: 100%;
    justify-content: space-between;
}

@media(max-width: 992px){
    .footer1 .frs{
        width: 50%;
        padding: 3rem 0;
    }
    .footer1 img{
        margin-bottom: 20px;
    }
}

@media(max-width: 425px){
    .footer1 img{
        max-width: 100%;
        height: auto;
    }
}

.footer1 .fbi{
    width: 13.39px;
    height: auto;
    fill: #000;
}

.footer1 .igi,.footer1 .lkd{
    width: 22px;
    height: auto;
    fill: #000;
}

/* SEÇÃO FOOTER1 ! */

/* SEÇÃO FOOTER2 */

.footer2{
    padding: 70px 0;
}

.footer2 > *{
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.7px;
}

@media(max-width: 992px){
    .footer2 .c1,.footer2 .c2{
        margin-bottom: 50px;
    }
}

.footer2 .f2t{
    font-size: 13px;
    margin-bottom: 29px;
}

.footer2 .mds{
    display: inline-flex;
    width: 100%;
}

.footer2 .mds ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer2 .mds ul:first-child{
    margin-right: 50px;
}

.footer2 .mds ul li{
    margin-bottom: 30px;
}

.footer2 .mds ul li:last-child{
    margin-bottom: 0;
}

.footer2 .mds ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.7px;
}

.footer2 .c2{
    padding-left: 40px;
}

.footer2 .c2 .tel{
    margin-bottom: 13px;
}

.footer2 .c2 .tel,.footer2 .c2 .mail,.footer2 .c2 .hour,.footer2 .c3 .local{
    font-size: 13px;
}

.footer2 .c2 .mail{
    margin-bottom: 35px;
}

.footer2 .c3{
    padding-left: 108px;
}

@media(max-width: 992px){
    .footer2 .c2,.footer2 .c3{
        padding-left: calc(var(--bs-gutter-x)/ 2);
    } 
}

/* SEÇÃO FOOTER2 ! */

/* SEÇÃO FOOTER DESIGN */

.footer__design{
    min-height: 60px;
}

.footer__design > *{
    color: #fff;
    font-size: 13px;
    font-weight: 100;
    letter-spacing: 0.7px;
}

.footer__design .container{
    border-top: 1px solid #004790;
    padding: 18.8px var(--bs-gutter-x,.75rem);
}

.footer__design a{
    text-decoration: none;
    color: #fff;
    font-size: 13px;
}

.footer__design .container .row .col-lg-6:first-child,.footer__design .container .row .col-lg-6:last-child{
    display: flex;
}

.footer__design .container .row .col-lg-6:first-child{
    justify-content: start;
}

.footer__design .container .row .col-lg-6:last-child{
    justify-content: end;
}

@media(max-width: 992px){
    .footer__design .container .row .col-lg-6:first-child,.footer__design .container .row .col-lg-6:last-child{
        justify-content: center;
    }
    .footer__design .container .row .col-lg-6:last-child{
        margin-top: 20px;
    }
}

@media(max-width: 425px){
    .footer__design .container .row .col-lg-6:first-child,.footer__design .container .row .col-lg-6:last-child{
        justify-content: start;
    }
}

/* SEÇÃO FOOTER DESIGN !*/