#clientes{
    background-color: #F9FEFB;
}

#clientes #clientes-pre-titulo{
    background-color: #33CC66;
    padding: .4rem 1.68rem;
    margin-bottom: 1.28rem;
    border-radius: 50rem;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
}

#clientes h2{
    color: #111827;
}

#clientes h2 strong{
    display: block;
    color: #33CC66;
}

#clientes h2, #clientes h2 strong{
    font-weight: 600;
    font-size: 24px;
}

@media (min-width: 992px){
    #clientes h2, #clientes h2 strong{
        font-weight: 800;
        font-size: 56px;
    }   
}

#clientes .subtitulo-clientes{
    color: #111827;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

@media (min-width: 992px){
    #clientes .subtitulo-clientes{
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
    }
}

#clientes .swiper-clientes-prev:after, 
#clientes .swiper-clientes-next:after{
    content: unset !important;
}

#clientes .swiper-clientes-prev img, 
#clientes .swiper-clientes-next img{
    width: 32px;
    height: 32px;
}

.swiper-clientes a{
    background-color: #FFFFFF;
    display: block;
    box-shadow: 0px 3.86px 19.3px -3.86px #0000001A;
    border-radius: 8px;
    overflow: hidden;
}

.swiper-clientes img{
    width: 100%;
}