.slick-slide img {
    display: block;
    display: none;
}

.fundo-principal, .botao.principal, .botao.principal:hover, .menu li:hover > a .fundo-secundario, .flex-control-paging li a.flex-active, .dropdown-menu > li > a:hover, .filtro.lista ul li label:hover, .filtro.lista ul li.active label, .menu-simples li a:hover, .menu-simples li.active a {
    background-color: #10527b;
}

.top-bar {
    background-color: #004F9F; /* Cor azul forte */
    color: #ffffff; /* Texto branco */
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    font-family: Arial, sans-serif;
}