/********************
SLIDERS
********************/

/* --  EVENTS CAROUSEL    --*/
.carrosselNews .customNavigation{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin: 10px 0 20px 0;
}

.carrosselNews .prev-new{
    margin-right: 15px;
}

.news-post h4{
    text-transform: initial;
    font-family: "Poppins";
    font-weight: 500;
    letter-spacing: inherit;
    margin: 10px 0 10px 0;
    font-size: 17.3px;
}

.news-post .tags{
    display: block;
}

.news-post .tags .span{
    display: inline-block;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 5px 10px;
    font-family: "Poppins";
    color: #A88873;
    border: 1px solid #A88873;
    margin: 10px 10px 5px 0;
    font-weight: 400;
}

.span-blank{
    width: 42px;
    margin: 15px 10px 5px 0;
}

/* ----- SLIDER ----- */
.hero .hero__brands{
    margin-top: 40%;
    padding-bottom: 5%;
}

.hero__brands {
    vertical-align: bottom;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*align-items: center;*/
    align-items: flex-start; 
    flex-wrap: nowrap; 
    margin: 40px 0 0 0;
}

.trier_splid{
    margin-bottom: 0!important;
}

@media screen and (min-width: 768px) {
    .hero__brands {
        justify-content: flex-end;
        align-items: flex-start; 
        margin:0;
    } 
}

.hero__brands img {
    padding-right: 25px; 
    width:100%;
}

.hero__brands p {
    font-weight: 500;
    letter-spacing: 0.01em; 
}

.trier p{
    padding-bottom: 30px;
}

@media screen and (min-width: 1200px) {
    .hero__brands p {
        font-size: 13px;
        margin-bottom: 20px; 
    } 
    .hero__brands img {
        padding-right: 30px; 
    }
}

.hero__brands .owl-item {
    margin: 0 !important;
    width: auto !important; 
}

.hero__brands .owl-item img {
    margin: 0; 
}

/* ------------------ DEPOIMENTO CLIENTS CAROUSEL  ------------------*/
.depoimento__box {
    max-width: 440px;
    margin: 35px 0px;
}

.depoimento__box p {
    font-size: 16px;
    line-height: 35px;
    font-style: italic;
}

@media screen and (min-width: 768px) {
    .depoimento__box p {
        margin: 20px 0 20px 0; 
    } 
}

.depoimento__box h6 {
    color: #fff;
}

.depoimento__box h6 img {
    margin-right: 10px;
    width: 30px !important;
    display: inline-flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
}

.depoimento__box .prev-depo {
    margin-right: 25px; }

.prev-depo:hover, .next-depo:hover {
cursor: pointer; 
}

.custom__nav .owl-prev::after {
content: url("../img/icons/single-arrow-left.svg"); }

.custom__nav .owl-next::after {
content: url("../img/icons/single-arrow-right.svg"); }

.owl-brands .owl-item img {
    width: auto;
}

.owl-brands .slider-img{
    margin-bottom: 20px;
}