/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.nosotros-real .container .row .c-col .c-rel .c-col-inner {
  display:flex;
  justify-content: space-between;
  flex-direction:column;
}

.scrolling-logos .slick-slider .logo-item img {
  height: 80px; !important
}

.slick-slider img {
  height:80px;
  width:auto;
}