.bgc-trans-2 {
    background-color: #3cb835;  /* FONDO NAV */
}
.bgc-trans-2.animated {
    background-color: #3cb835;
}

.banner {
    margin-top: 100px;
    position: relative;
}

.white-text > * {
    color: #fff !important;
}

.backdrop {
    /* background-color: rgba(0, 0, 0, 0.5); NUBLADO BANNER */
    width: 100%;
    height: 100%;

}

.pricing-header h3 {
    font-size: 1rem;
}

.pricing-header h2 {
    font-size: 1.5rem;
}

.h-80 {
    height: 80% !important;
}

@media (max-width: 600px) {
    .swiper-slide p em {
        font-size: 0.5rem;
    }

    .swiper-slide p {
        line-height: 1rem;
    }
}
