.bloco-noticias {
    margin-top: 170px;
}
.tipo-servico {
    color: #005EA5;
    font-weight: 700;
    font-size: 35px;
}
.tipo-servico p {
    width: 70%;
    text-align: center;
}
.chamada-extend {
    color: #0A6FB2;
    font-size: 17px;
    font-weight: 500;
}
.chamada-bloco {
    font-weight: 700;
}
.botao-acesse {
    border-radius: 50px;
    width: 116px;
    line-height: 30px;
    background-color: #005EA5;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid;
    cursor: pointer;
    margin-bottom: 50px;
}
.botao-acesse:hover {
 color: #0062cc;
 background-color: #E5E5E5;
 border: 1px solid;
}
.img-carousel p {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    width: 120px;
    height: 80px;
    color: #005EA5;
}
.img-carousel p {
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    width: 120px;
    height: 80px;
    color: #005EA5;
    margin: 0 auto;
}
.img-carousel a {
    text-decoration: none;
}
.img-certidao {
    width: 195px;
    height: 195px;
    background-image: url(../../resources/images/box-servico/certidao.png);
    background-repeat: no-repeat;
}
.img-certidao:hover {
    background-image:url(../../resources/images/box-servico/certidao-hover.png);
}
.img-matricula {
    width: 195px;
    height: 195px;
    background-image: url(../../resources/images/box-servico/matricula.png);
    background-repeat: no-repeat;
}
.img-matricula:hover {
    background-image:url(../../resources/images/box-servico/matricula-hover.png);
}
.img-digitalizacao {
    width: 195px;
    height: 195px;
    background-image: url(../../resources/images/box-servico/digitalizacao.png);
    background-repeat: no-repeat;
}
.img-digitalizacao:hover {
    background-image:url(../../resources/images/box-servico/digitalizacao-hover.png);
}
.img-pesquisa {
    width: 195px;
    height: 195px;
    background-image: url(../../resources/images/box-servico/pesquisa.png);
    background-repeat: no-repeat;
}
.img-pesquisa:hover {
    background-image:url(../../resources/images/box-servico/pesquisa-hover.png);
}
.img-transacao {
    width: 195px;
    height: 195px;
    background-image: url(../../resources/images/box-servico/transacao.png);
    background-repeat: no-repeat;
}
.img-transacao:hover {
    background-image:url(../../resources/images/box-servico/transacao-hover.png);
}
.img-portal {
    width: 195px;
    height: 195px;
    background-image: url(../../resources/images/box-servico/portal.png);
    background-repeat: no-repeat;
}
.img-portal:hover {
    background-image:url(../../resources/images/box-servico/portal-hover.png);
}
.img-editais {
    width: 195px;
    height: 195px;
    background-image: url(../../resources/images/box-servico/editais.png);
    background-repeat: no-repeat;
}
.img-editais:hover {
    background-image:url(../../resources/images/box-servico/editais-hover.png);
}
.img-eprotocolo {
    width: 195px;
    height: 195px;
    background-image: url(../../resources/images/box-servico/eprotocolo.png);
    background-repeat: no-repeat;
}
.img-eprotocolo:hover {
    background-image:url(../../resources/images/box-servico/eprotocolo-hover.png);
}
.img-intimacao {
    width: 195px;
    height: 195px;
    background-image: url(../../resources/images/box-servico/intimacao.png);
    background-repeat: no-repeat;
}
.img-intimacao:hover {
    background-image:url(../../resources/images/box-servico/intimacao-hover.png);
}
.img-acompanhamento {
    width: 195px;
    height: 195px;
    background-image: url(../../resources/images/box-servico/acompanhamento.png);
    background-repeat: no-repeat;
}
.img-acompanhamento:hover {
    background-image:url(../../resources/images/box-servico/acompanhamento-hover.png);
}
.img-regularizacao {
    width: 195px;
    height: 195px;
    background-image: url(../../resources/images/box-servico/regularizacao.png);
    background-repeat: no-repeat;
}
.img-regularizacao:hover {
    background-image:url(../../resources/images/box-servico/regularizacao-hover.png);
}
.img-consulta {
    width: 195px;
    height: 195px;
    background-image: url(../../resources/images/box-servico/consulta.png);
    background-repeat: no-repeat;
}
.img-consulta:hover {
    background-image:url(../../resources/images/box-servico/consulta-hover.png);
}
.img-calculadora {
    background-image: url(../../resources/images/box-servico/calculadora.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 35px auto !important;
    height: 110px !important;
    width: 110px !important;
}
.img-calculadora:hover {
    background-image:url(../../resources/images/box-servico/calculadora-hover.png);
}
.espaco-footer {
    margin-bottom: 30px;
}

.container-contato-whatsapp a {
    color: #005EA5;
    border-color: #005EA5;
    background-color: #FFFFFF !important;
}

.container-contato-whatsapp a:hover {
    color: #fff;
    background: #005EA5 !important;
    box-shadow: none !important;
}

.logo-whatsapp {
    padding-right: 0.5rem;
}