.equipe .text h1{
    font-size: 20px;
    color: var(--orange);
    font-weight: bold;
    padding-bottom: 3px;
    border-bottom: 3px solid var(--orange);
    width: fit-content;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 39px;
}
.equipe .text p {
    color: var(--texto-cinza);
    line-height: 19px;
    text-align: justify;
}
.equipe .text{
    max-width: 990px;
    margin: auto;
}
.equipe .meuSwiper{
    margin-top: 40px;
    margin-bottom: 30px;
}
.equipe .meuSwiper .swiper-slide .slide-wrapper img{
    display: block;
    margin: auto;
    max-width: 100%;
    height: 300px;
}
.equipe .meuSwiper .swiper-slide .slide-wrapper .text-wrapper{
    position: relative;
}
.equipe .meuSwiper .swiper-slide .slide-wrapper {
    cursor: pointer;
}
.equipe .meuSwiper .swiper-slide .slide-wrapper .text-wrapper h1{
    background-color: var(--azul);
    color: white;
    text-align: center;
    border-radius: 6px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    padding: 6px 0 10px 0;
    max-width: 80%;
    margin: auto;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.equipe .meuSwiper .swiper-slide .slide-wrapper .text-wrapper .description{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: var(--orange);
    border-radius: 14px;
    padding: 18px 10px 7px 10px;
    line-height: 1;
    text-align: center;
    transform: translateY(-13px);
    position: relative;
    z-index: -1;
    min-height: 166px;
    font-size: 14px;
}
.equipe .meuSwiper .swiper-slide .slide-wrapper .text-wrapper .description strong{
    line-height: inherit;
    margin-bottom: 0.2em;
    display: block;
}
.equipe .meuSwiper .swiper-slide .slide-wrapper .text-wrapper .coments-icon {
    right: 5%;
    position: absolute;
    top: 0;
    transform: translate(0, -70%);
}

.equipe .meuSwiper .swiper-wrapper{
    padding-bottom: 50px;
}
.equipe .meuSwiper .swiper-pagination span{
    background-color: var(--orange);
    opacity: 1;
    height: 16px;
    width: 16px;
    margin: 0 5px;
    /* display: none; */
}
div#modal-equipe{
    display: none;
}
/* .equipe .meuSwiper .swiper-button-prev::after{
    content: "<";
}
.equipe .meuSwiper .swiper-button-next::after{
    content: ">";
} */
.equipe .meuSwiper .swiper-button-prev,
.equipe .meuSwiper .swiper-button-next{
    color: var(--orange);
    font-size: 35px;
    font-weight: bold;
}
#modal-equipe.all-modal > .modal > .modal-content {
    display: block;
}
#modal-equipe.all-modal > .modal > .modal-content .nome-integrante-equipe {
    display: block;
    text-align: center;
    font-size: 20px;
    color: var(--azul);
    margin-bottom: 1em;
}
#modal-equipe.all-modal > .modal > .modal-content .conteudo-integrante-equipe {
    color: var(--texto-cinza);
    line-height: 19px;
    text-align: justify;
}
#modal-equipe.all-modal > .modal > .modal-content .conteudo-integrante-equipe p:not(:last-child) {
    margin-bottom: 1em;
}
#modal-equipe.all-modal > .modal > .modal-content .conteudo-integrante-equipe p {
    font-size: 0.85em !important;
}

@media(max-width:860px){
    .equipe .meuSwiper .swiper-pagination-diferenciais{
        flex-wrap: wrap;
        justify-content: unset;
    }
    .equipe .meuSwiper .swiper-pagination-diferenciais span{
        margin-bottom: 1em;
    }
    div.all-modal > .modal {
        width: 95% !important;
    }
    div.all-modal > .modal > .icon-close-popup {
        transform: translateX(-125%);
    }
    #modal-equipe.all-modal > .modal > .modal-content {
        max-height: 98vh;
        overflow: auto;
    }
}