.carrusel-cm-container{
   width: 90%;
   margin: auto;
}

#carouselClientes{
   height: 170px !important;
}

#carouselClientes .carousel-item{
   width: 110px !important;
   height: 110px !important;
}

#carouselClientes .carousel-item>img {
   width: 250% !important;
}

#carouselMarcas{
   height: 170px !important;
}

#carouselMarcas .carousel-item{
   width: 110px !important;
   height: 110px !important;
}

#carouselMarcas .carousel-item>img {
   width: 250% !important;
}

#carouselClientes ul li{
    background-color: #eea91a !important;

 }

 #carouselMarcas ul li{
    background-color: #eea91a !important;

 }

 .carrusel-cm-container div div {
    text-align: center;
 }

 .carrusel-cm-container div div i {
    padding-top: 40%;
 }

 #customersRow{
    border: 2px solid;
    border-bottom: 0;
    border-color: #eea91a;
 }

 #brandsRow{
    border: 2px solid;
    border-top: 0;
    border-color: #eea91a;
 }