.elementor-5847 .elementor-element.elementor-element-220fa01d{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:15px 15px;--row-gap:15px;--column-gap:15px;--padding-top:4vw;--padding-bottom:0vw;--padding-left:0vw;--padding-right:0vw;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-5847 .elementor-element.elementor-element-109e767 .elementor-heading-title{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-5847 .elementor-element.elementor-element-4ea1e997{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:center;--flex-wrap:nowrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5847 .elementor-element.elementor-element-7c223334{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-5847 .elementor-element.elementor-element-36529dec{width:auto;max-width:auto;}.elementor-5847 .elementor-element.elementor-element-57cf2e83{width:auto;max-width:auto;}.elementor-5847 .elementor-element.elementor-element-5474d55a{width:auto;max-width:auto;}.elementor-5847 .elementor-element.elementor-element-5edc237{width:auto;max-width:auto;}.elementor-5847 .elementor-element.elementor-element-41670c95{width:auto;max-width:auto;}.elementor-5847 .elementor-element.elementor-element-4d94b96d{width:auto;max-width:auto;}.elementor-5847 .elementor-element.elementor-element-1174a4e0{width:auto;max-width:auto;}.elementor-5847 .elementor-element.elementor-element-2c9a3866{width:auto;max-width:auto;}.elementor-5847 .elementor-element.elementor-element-d718f35{width:auto;max-width:auto;}.elementor-5847 .elementor-element.elementor-element-34a74fef{width:auto;max-width:auto;}.elementor-5847 .elementor-element.elementor-element-5250fca2{width:auto;max-width:auto;}.elementor-5847 .elementor-element.elementor-element-9847901{width:auto;max-width:auto;}.elementor-5847 .elementor-element.elementor-element-4561e6f1{width:auto;max-width:auto;}@media(max-width:767px){.elementor-5847 .elementor-element.elementor-element-220fa01d{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for container, class: .elementor-element-7c223334 */.elementor-5847 .elementor-element.elementor-element-7c223334 {
  flex-wrap: nowrap;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-4ea1e997 *//* ------ LOGOS MARQUEE ------ */
.logo-marquee{
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* la piste */
.logo-marquee .logo-track{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 70px;              /* ajuste */
  width: max-content;
  will-change: transform;
}

/* logos */
.logo-marquee .elementor-widget-image img{
  height: 25px;           /* ajuste */
  width: auto;
  max-width: none;
  display: block;
  opacity: .85;
  transition: transform .2s ease, opacity .2s ease;
}

.logo-marquee .elementor-widget-image img:hover{
  opacity: 1;
  transform: translateY(-1px) scale(1.04);
}

/* mobile */
@media (max-width: 767px){
  .logo-marquee .logo-track{ gap: 28px; }
  .logo-marquee .elementor-widget-image img{ height: 20px; }
}

.logo-track > .elementor-widget-image {
  flex: 0 0 auto;
}

.logo-track { transition: none !important; }/* End custom CSS */