


.nav-link {
    font-weight: bold;
}

/* Assets */

.link-gest-secondary {
    color: var(--green-color-0d9da1);
}

.link-gest-secondary:hover {
    color: var(--color-green-contrast);
    transition: all .5s;
}

/* Slide */


.div-icon-slider {
    border: 3px solid var(--white-color-ffffff);
    border-radius: 100%;
    bottom: 5%;
    right: 17%;
}

.div-slide-item {
    min-width: 14em !important;
    margin: 1rem;
}

.custom-border-r {
    border-right: 1px solid var(--pink-color-b6006e);
}

.custom-border-r-green {
    border-right: 1px solid var(--green-color-0d9da1);
}

.custom-border-r-orange {
    border-right: 1px solid var(--orange-color-f56d2d);
}

.text-price {
    font-size: 4.5rem;
}

.text-value-up {
    font-size: 1.8rem;
    padding-bottom: 2rem;
}

.text-value-down {
    font-size: 1.8rem;
    padding-top: 2rem;
}

.text-month {
    margin-top: -2.5rem;
}

#carousel-col {
    overflow: hidden;
    position: relative;
}

.btn-carousel-review {
    background-color: var(--pink-color-b6006e);
    width: 3rem;
    height: 3rem;
    opacity: 10;
    top: 35%;
    transform: translateY(-35%);
}

.btn-carousel-disabled {
    background-color: var(--color-tag-pink);
    width: 3rem;
    height: 3rem;
    opacity: 10;
    top: 35%;
    transform: translateY(-35%);
}

.carousel-area {
    width: 100%;
    max-width: 100%;
}

.carousel-content {
    display: flex;
    flex-wrap: nowrap;
    /* overflow: hidden;  */
    gap: 2rem; /* Espaçamento entre os itens do carousel */
}

.carousel-parceiros-content {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden; /* Impede que a barra de rolagem apareça */
}

.carousel-review-content {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden; /* Impede que a barra de rolagem apareça */
}

.bg-item-slide-parceiros {
    background-color: var(--white-color-ffffff);
}

.section-other-services {
    background-color: var(--blue-color-06425c);
    background-image: url('/images/elementos/element-54.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23B6006E' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23B6006E' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}

.accordion-button.btn-faq-plataforma:focus, 
.accordion-button.btn-faq-plataforma:active, 
.accordion-button.btn-faq-plataforma:not(.collapsed) {
    outline: none;
    box-shadow: none;
    border-color: transparent; 
    background-color: transparent;
    color: inherit;
}

.accordion-button.btn-faq-plataforma {
    transition: all 0.5s;
}

@media (max-width: 998px) {
    .hero-content {
        position: relative;
        z-index: 1;
        color: white;
        text-align: center;
    }
    .title-hero {
        font-size: 2rem;
        line-height: 3.5rem;
    }
    .sub-hero {
        font-size: large;
    }
    .img-section-acess {
        margin-top: 15rem;
    }
    .content-section-team{
        margin-top: 3rem;
        margin-bottom: -3rem;
    }
    /* .team-section {
        margin-top: 8rem;
    } */
    .plat-video-section {
        margin-top: 5rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 645px) {
    .hero-content {
        position: relative;
        z-index: 1;
        color: white;
        text-align: center;
    }
    .title-hero {
        font-size: 3rem;
        line-height: 3.5rem;
    }
    /* #servicos {
        margin-top: 23rem;
    } */
    .div-icon-slider {
        bottom: 2%;
        right: 2%;
    }
    /* .plat-video-section {
        margin-top: 5rem;
    } */
}

/* @media (min-width: 648px) {
    .plat-video-section {
        margin-top: 5rem;
    }
} */