.main-secTitle p {
    font-size: 24px;
    line-height: 29px;
}

.p-p30 p {
    padding-bottom: 20px;
}

.pb-55 {
    padding-bottom: 55px;
}

.d-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pl-none {
    padding-left: 0px !important;
}

.pr-120 {
    padding-right: 120px;

}

.pr-190 {
    padding-right: 60px;
}

.carrossel-imagens2 .owl-nav {
    position: absolute;
    bottom: 26px;
    /* left: -385px; */
    left: -254px;
}

.carrossel-imagens2.owl-carousel, .owl-carousel .owl-nav button.owl-prev {
    margin-right: 24px;
}

.carrossel-imagens2.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    padding: 18px 24px 18px 24px !important;
    background-color: #1A2134;
    color: #fff;
    border-radius: 6px;
}

.m-120 {
    margin-top: 120px;
}

.carrossel-imagens2-item.prev-item-effect {
    /* border: 2px red solid !important; */
}

.pt-none {
    padding-top: 0 !important;
}

.mb-none  {
    margin-bottom: 0;
}

.mb-none p {
    margin-bottom: 0; 
}

.mt-none {
    margin-top: 0;
}

.background-office::after {
    background: rgb(214 214 214 / 73%) !important;
}

.carrossel-diferenciais .owl-nav {
    padding-top: 30px;
}

.carrossel-imagens2.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next {
    padding: 18px 24px 18px 24px !important;
    background-color: #1A2134;
    color: #fff;
    border-radius: 6px;
}

.carrossel-imagens2.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    margin-right: 15px;
}

.owl-item {height: 0;}    
.owl-item.active {height: auto;}

@media (max-width: 767px) { 
    .pr-190 {
        padding-right: unset;
    }

    .pl-none {
        padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
    }

    .main-secTitle p {
        font-size: 18px;
    }

    .pb-55 {
        padding-bottom: 0;
    }

    .m-120 {
        margin-top: 0;
    }

    .serviceSection04.missao-quem-somos {
        padding-bottom: 60px;
    }

    .teamSection01.ssPb0 .secTitle {
        margin-bottom: 0;
    }

    .teamSection01.ssPb0 .secTitle p {
        padding-bottom: 0;
        margin-bottom: 0;
    }
}