.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-204 .elementor-element.elementor-element-03ef86c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-204 .elementor-element.elementor-element-03ef86c:not(.elementor-motion-effects-element-type-background), .elementor-204 .elementor-element.elementor-element-03ef86c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-56487d7 );}.elementor-widget-heading .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.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-204 .elementor-element.elementor-element-a0227f4 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:18px;font-weight:400;color:var( --e-global-color-c303c91 );}.elementor-204 .elementor-element.elementor-element-4e6fd0b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-204 .elementor-element.elementor-element-4e6fd0b:not(.elementor-motion-effects-element-type-background), .elementor-204 .elementor-element.elementor-element-4e6fd0b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-38ce634 );}.elementor-204 .elementor-element.elementor-element-daf56ff{--display:flex;}.elementor-widget-image .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-image .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.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-204 .elementor-element.elementor-element-cfc1dae{--display:flex;}.elementor-204 .elementor-element.elementor-element-402138a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-204 .elementor-element.elementor-element-8361a2d{--display:flex;}.elementor-204 .elementor-element.elementor-element-a5b53b4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-widget-social-icons .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-social-icons .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-204 .elementor-element.elementor-element-9897a4b .elementor-repeater-item-835dcfa.elementor-social-icon{background-color:#02010100;}.elementor-204 .elementor-element.elementor-element-9897a4b .elementor-repeater-item-dc95603.elementor-social-icon{background-color:#FFFEFE00;}.elementor-204 .elementor-element.elementor-element-9897a4b .elementor-repeater-item-2c0a41c.elementor-social-icon{background-color:#02010100;}.elementor-204 .elementor-element.elementor-element-9897a4b{--grid-template-columns:repeat(3, auto);text-align:center;--grid-column-gap:5px;--grid-row-gap:0px;}.elementor-204 .elementor-element.elementor-element-2d10ef8 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:14px;font-weight:400;color:var( --e-global-color-c303c91 );}.elementor-204 .elementor-element.elementor-element-60fcc07 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:14px;font-weight:400;color:var( --e-global-color-c303c91 );}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-204 .elementor-element.elementor-element-daf56ff{--width:900px;}.elementor-204 .elementor-element.elementor-element-402138a{--width:100%;}}/* Start custom CSS for heading, class: .elementor-element-a0227f4 */.marquee {
  overflow: hidden;
  position: relative;
  padding: 1rem 0;
}

.marquee__inner {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 60s linear infinite;
}

.marquee:hover .marquee__inner {
  animation-play-state: paused;
}

.marquee__inner span {
  display: inline-block;
  padding: 0 1rem;    /* espacio entre repeticiones */
}

@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}/* End custom CSS */