/* ESCONDE RODAPÉ ORIGINAL */

#rodape,
.rodape{
    display:none !important;
}

/* NOVO RODAPÉ */

.novo-rodape{
    background:#f5f5f5;
    padding:60px 40px 30px;
    font-family:Arial,sans-serif;
}

.rodape-grid{
    max-width:1400px;
    margin:auto;
    display:grid;
    grid-template-columns:1.2fr 1fr 1fr 1fr;
    gap:50px;
    padding-bottom:50px;
    border-bottom:1px solid #ddd;
}

.logo-footer{
    max-width:320px;
    margin-bottom:25px;
}

.logo-rodape p{
    font-size:18px;
    color:#222;
    line-height:1.8;
}

.logo-rodape span{
    color:#67b65c;
    font-weight:700;
}

.titulo-rodape{
    color:#072c5c;
    font-size:20px;
    font-weight:800;
    margin-bottom:25px;
}

.item-footer{
    font-size:18px;
    color:#222;
    margin-bottom:15px;
}

.imagem-info{
    max-width:100%;
}

/* PARTE INFERIOR */

.rodape-inferior{
    max-width:1400px;
    margin:50px auto 0;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
}

/* LINKS */

.links-rodape h3,
.atendimento-footer h3{
    font-size:40px;
    color:#072c5c;
    margin-bottom:25px;
    font-weight:800;
}

.links-rodape ul{
    list-style:none;
    padding:0;
    margin:0;
}

.links-rodape li{
    margin-bottom:16px;
}

.links-rodape a{
    color:#000 !important;
    text-decoration:none;
    font-size:22px;
    font-weight:500;
}

.links-rodape a:hover{
    color:#67b65c !important;
}

/* ATENDIMENTO */

.atendimento-footer p{
    color:#222;
    font-size:20px;
    line-height:1.8;
    margin-bottom:15px;
}

/* COPYRIGHT */

.copy-final{
    text-align:center;
    margin-top:50px;
    padding-top:20px;
    border-top:1px solid #ddd;
    color:#555;
    font-size:15px;
}

/* MOBILE */

@media(max-width:768px){

    .novo-rodape{
        padding:40px 20px;
    }

    .rodape-grid{
        grid-template-columns:1fr;
        gap:35px;
    }

    .rodape-inferior{
        grid-template-columns:1fr;
        gap:40px;
    }

    .links-rodape h3,
    .atendimento-footer h3{
        font-size:30px;
    }

    .links-rodape a{
        font-size:18px;
    }

    .atendimento-footer p{
        font-size:17px;
    }

}.logo-footer{
    width:100%;
    max-width:320px;
    height:auto;
    display:block;
}

.imagem-info{
    width:100%;
    max-width:300px;
    height:auto;
    display:block;
}

svg,
i {
    color: #0A2342 !important;
    fill: #0A2342 !important;
}