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

#form-subscribe{
    background: url(../images/bg-principal.jpg) top center;
    background-size: cover;
}

#programacao{
    background: url(../images/bg-programacao.jpg) top center;
    background-size: cover;
}

.btn-darkgrey{
    background: #212D3D;
    color: #fff;
}

.bg-green{
    background: #1BA583;
}

.bg-lightgreen{
    background: rgba(134, 218, 189, 0.575);
}

.bg-lightgreen-solid{
    background: #86DABC;
}

.text-darkblue{
    color: #072C49;
}

.list-group-bullets .list-group-item {
    display: list-item;
    list-style-type: disc; /* Para bullets circulares */
    list-style-position: inside; /* ou 'outside' dependendo da sua preferência de alinhamento */
}