.elementor-12471 .elementor-element.elementor-element-36f0032{--display:flex;--min-height:85vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12471 .elementor-element.elementor-element-ba3f251{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-12471:not(.elementor-motion-effects-element-type-background), body.elementor-page-12471 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#B1B1B1;}:root{--page-title-display:none;}@media(max-width:1366px){.elementor-12471 .elementor-element.elementor-element-36f0032{--min-height:50vh;}}/* Start custom CSS for html, class: .elementor-element-4981c58 */.marquee-svg {
  overflow: hidden;
  height: 100vh;
  width: 100%;
}

.marquee-svg-track {
  display: flex;
  animation: marquee-move-svg var(--speed, 60s) linear infinite;
  width: max-content;
  height: 100%;
}

.marquee-svg-track img {
  height: 75vh;
  width: auto;
  flex-shrink: 0;
  max-width: none;
  object-fit: contain;
  margin: 0 50px;
}

/* Tablet: reducimos un poco la altura */
@media (max-width: 1024px) {
  .marquee-svg {
    height: 60vh;
  }

  .marquee-svg-track img {
    height: 60vh;
  }
}

/* Móvil: aún más pequeño para evitar scroll innecesario */
@media (max-width: 768px) {
  .marquee-svg {
    height: 40vh;
  }

  .marquee-svg-track img {
    height: 40vh;
  }
}

@keyframes marquee-move-svg {
  to {
    transform: translateX(-50%);
  }
}/* End custom CSS */
/* Start custom CSS */body.elementor-page-12471 #footer{
    background-color: #B1B1B1!important
}/* End custom CSS */