body {
    background: #42DBBC;
}

/* fundos */
#inicio {
    background: url("/images/2026/CABECALHO-FOTO.png") no-repeat top center;
}

/* setas carrossel */
.owl-next i,
.owl-prev i {
    font-size: 40px;
    margin-top: 20px;
    color: #EEEEEE;
    margin-left: 10px;
    margin-right: 10px;
}

#carrossel-simples .owl-next i,
#carrossel-simples .owl-prev i {
    color: #5a5a5a;
}

#carousel-card .owl-item {
    display: flex;
    flex-direction: row;
    min-height: 100%;
}

#carousel-card .owl-stage {
    display: flex;
    flex-direction: row;
    min-height: 100%;
}

/* cores botoes */
.btn-marinho {
    background: #087773;
}

.btn-azul-escuro {
    background: #13395D;
}

@media (max-width: 767px) {
    .no-border-end-lg {
        border-right: none !important;
    }
}
