

/* Footer */

footer {

    overflow: hidden; 

    display: block;

    background: #f1f1f1;

    background-size: cover;

}



footer .sobre {

    padding: 60px 0;

    padding-right: 60px;

}



footer .sobre img {

    filter: invert(1);

    opacity: .5;

    width: 245px;

}



footer .sobre p.description {

    margin: 30px 0;

    font-size: 13px;

    line-height: 24px;

    text-align: justify;

}



footer .sobre a {

    font-weight: 500;

    color:#333!important;

    font-size: 13px;

    display: flex;

    align-items: center;

    gap:10px;

    margin-bottom: 10px;

}



footer .sobre span {

    font-weight: bold;

}





footer .sobre .endereco {

    font-weight: normal;

}



footer .sobre i {

    font-size: 22px;

}



.rede-social p {

    font-weight: bold;

    font-size: 13px;

    color: #333;

}



.rede-social .social {

    display: flex;

    gap: 8px;

    margin-top: 5px;

}





/* Categorias */

footer .categorias {

    position: relative;

    padding: 60px;

}



footer .categorias * {

    position: relative;

    z-index: 10;

}



footer .categorias::after {

    content:'';

    width:70vw;

    height: 100%;

    background:url(../img/bg-footer.jpg) right center no-repeat #1a5887;

    background-size: cover;

    display: block;

    position: absolute;

    left:0;

    top:0;

    z-index: 2;

}



footer .categorias h3 {

    color:#fff;

    font-weight: bold;

    border-bottom: 1px var(--azul) solid;

    padding-bottom: 15px;

    margin-bottom: 15px;

    font-size: 18px;

}



footer .categorias ul {

    display: grid;

    grid-template-columns: repeat(1, 1fr);

    gap: 15px;

}



footer .categorias ul a {

    display: flex;

    color: #fff;

    font-size: 14px;

    line-height: 14px;

    gap:15px;

    align-items: center;

}



footer .categorias ul a:hover {

    color: var(--azul);

}



footer .categorias ul a:before {

    content:'';

    width:10px;

    height: 10px;

    display: block;

    background: var(--azul);

}



footer .copy {

    color:#757575;

    padding: 30px 0;

    font-size: 14px;

    border-top: 1px #dedede solid;

}



footer .copy .col-md-12 {

    display: flex; 

    justify-content: space-between;

    padding: 0

}



@media (max-width: 768px) {



    footer .copy{

        margin-bottom: 70px;

    }

}