/* FOOTER  */

.footer {
    padding: 31px 0 55px 0;
    background-color: #F2F2F2;
}

.footer .row>* {
    display: flex;
    align-items: center;
}

.footer .row .c1,
.footer .row .c2 {
    flex-direction: column;
}

.footer .row .c3 {
    flex-wrap: wrap;
    justify-content: center;
}

.footer .logo {
    margin-bottom: 21px;
}

.footer .logo img {
/*     max-width: 130px; */
	width: auto;
	height: 64px;
}

.footer .rss {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.footer .rss>* {
    width: 37px;
    height: 37px;
    /* border: 1px solid #D1D1D1; */
    margin: 0 14px 14px 14px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* .footer .rss>* .fx1,
.footer .rss>* .fx2 {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: transparent;
}

.footer .rss>* .fx1 {
    top: -1px;
    left: -1px;
    border-top: 1px solid #0087E4;
    border-left: 1px solid #0087E4;
    transition: .3s ease-in-out;
}

.footer .rss>* .fx2 {
    top: -1px;
    right: -1px;
    border-top: 1px solid #0087E4;
    border-right: 1px solid #0087E4;
    transition: .3s ease-in-out;
}

.footer .rss>* .fx1::before,
.footer .rss>* .fx2::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.footer .rss>* .fx1::before {
    bottom: -29px;
    left: -1px;
    border-bottom: 1px solid #0087E4;
    border-left: 1px solid #0087E4;
    transition: .3s ease-in-out;
}

.footer .rss>* .fx2::before {
    bottom: -29px;
    right: -1px;
    border-bottom: 1px solid #0087E4;
    border-right: 1px solid #0087E4;
    transition: .3s ease-in-out;
}

.footer .rss .rs:hover .fx1,
.footer .rss .rs:hover .fx2,
.footer .rss .rs:hover .fx1::before,
.footer .rss .rs:hover .fx2::before {
    border-color: #585F85;
    transition: all .3s ease-in-out;
} */

.footer .local {
    display: flex;
    margin-bottom: 37px;
}

.footer .local .map {
    margin-top: 6px;
    width: fit-content;
    margin-right: 23px;
}

.footer .local .loc {
    color: #999999;
    line-height: 25px;
    font-size: 15px;
    font-weight: 400;
}

.footer .contato {
    display: flex;
    margin-bottom: 12px;
}

.footer .contato svg {
    margin-right: 10px;
}

.footer .telp,
.footer .telp a,
.footer .mailp,
.footer .mailp a {
    color: #C8281E;
    font-size: 15px;
}

.footer .telp strong,
.footer .mailp strong {
    font-weight: 600;
    font-size: 14px;
}

.footer .cert {
    margin-right: 26px;
    margin-bottom: 20px;
}

.footer .cert img {
    max-width: 210px;
}


/* FOOTER  ! */


/* FOTTER DESIGN */

.footer-design {
    min-height: 98px;
    background-color: #F2F5F7;
    padding: 15px 0;
}

.footer-design .lgpd {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    width: 55px;
    height: 66px;
    transition: .3s ease-in-out;
    margin-right: 20px;
    padding: 10px;
}

.footer-design .lgpd svg {
    margin-bottom: 5px;
}

.footer-design .site {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: #C8281E;
    font-weight: 600;
}

.footer-design .site .sitetitle strong {
    font-weight: 700;
    color: #C8281E;
}

.footer-design .site .text {
    color: #808080;
    font-size: 12px;
    font-weight: 400;
    text-align: start;
}

.footer-design .c2 {
    display: flex;
    justify-content: end;
    align-items: center;
}

.footer-design .design {
    height: 34px;
    border-left: 1.5px solid #808080;
    padding-left: 21px;
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.footer-design .design a {
    color: #C8281E;
    font-weight: 700;
    letter-spacing: 0;
}


/* FOTTER DESIGN  !*/


/* MEDIA QUERIES */

@media(max-width: 992px) {
    .footer .row>* {
        justify-content: start;
        align-items: flex-start;
    }
    .footer .c3 {
        flex-direction: column;
    }
    .footer-design .c2 {
        justify-content: start;
        margin-top: 20px;
    }
}

@media(max-width: 575px) {
    .footer-design .d-inline-flex {
        display: flex !important;
        flex-direction: column;
    }
    .footer-design .site {
        margin-top: 15px;
        text-align: center;
    }
    .footer-design .lgpd {
        margin: 0 auto;
    }
    .footer-design .c2 {
        justify-content: center;
        border: none;
    }
    .footer-design .c2 .design {
        border: none;
        padding: 0;
    }
    .footer-design .site .text {
        text-align: center;
    }
}

@media(max-width: 375px) {
    .footer .local {
        align-items: center;
        flex-direction: column;
    }
    .footer .local .loc {
        text-align: center;
    }
    .footer .local>*:first-child {
        margin-bottom: 15px;
    }
}


/* MEDIA QUERIES ! */