/* TOPO SUPERIOR */
.top-bar,
.barra-inicial {
    background: #7FCFC8 !important;
}

.top-bar *,
.barra-inicial * {
    color: #ffffff !important;
}

/* CABEÇALHO */
#cabecalho,
.cabecalho {
    background: #FDFDFD !important;
}

/* MENU PRINCIPAL */
.menu.superior,
.menu.superior .nivel-um,
.menu.superior .nivel-um > li {
    background: #6EBDB7 !important;
}

/* TEXTO MENU */
.menu.superior .nivel-um > li > a {
    color: #ffffff !important;
    font-weight: 600;
}

/* HOVER MENU */
.menu.superior .nivel-um > li:hover {
    background: #9FE3DD !important;
}

/* SUBMENU */
.menu.superior .nivel-dois,
.menu.superior .nivel-dois ul,
.menu.superior .dropdown-menu {
    background: #BFE8E6 !important;
}

.menu.superior .nivel-dois a,
.menu.superior .dropdown-menu a {
    color: #4A4A4A !important;
}

/* RODAPÉ */
.rodape,
.footer,
.footer .institucional,
.footer .newsletter,
.footer .conteiner {
    background: #6EBDB7 !important;
}

.rodape *,
.footer *,
.rodape a,
.footer a,
.footer p,
.footer span,
.footer h4 {
    color: #ffffff !important;
}

/* BOTÕES */
.botao {
    background: #F7C8D8 !important;
    border-color: #F7C8D8 !important;
    color: #ffffff !important;
}

/* CAMPO BUSCA */
.busca input {
    border: 2px solid #BFE8E6 !important;
    border-radius: 14px;
}

/* ÍCONES */
svg,
i {
    color: #7FCFC8 !important;
}