footer {
    background: #19395B;
}

/* 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%;
}

/* fundos */
body {
    background: url(../images/bg-image.jpg) no-repeat top;
    background-size: cover;
}

.bg-aqua {
    background-color: #2EB091;
}

/*  */

#tabela {
    min-height: 70vh;
}

/* .image-size{
    width: 100%;
    height: auto;
    object-fit: cover;
} */