footer{
    background: #0E0E0E;
}
/* backgrounds */
#form-subscribe{
    background: url("../images/banner-fundo-2025.jpg") top center;
    background-size: cover;
}
.conheca-valenca{
    background: url("../images/fundo-conheca-valenca.jpeg") top center;
    background-size: cover;
}
.infraestrutura-premium{
    background: url(../images/carrossel-1.jpeg) top center;
    background-size: cover;
}
@media (max-width: 768px) {
    #form-subscribe {
        background-size: cover;
        background-position: left center;
        background-image: url("../images/2024-UNIFAA-TRASNFERENCIA-MED-2025-LP-BG-MOBILE.jpg");
    }
}

/* botoes */
.btn-aqua{
    background-color: #02C9A3;
}

/* texto */
.text-verde{
    color: #198754;
}

.text-c2{
    color: #373736;
}
/* owl dots */
/* .carousel .owl-dots span{
    width: 40px !important;
    background-color: #9ca8a6;
}

.carousel .owl-dots.active span{
    color: #515756;
} */

.label-shadow{
    text-shadow: 0px 0px 2px #000;
}

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

#conheca-valenca-carousel .owl-next i, #conheca-valenca-carousel .owl-prev i{
    color: #5a5a5a;
}