.elementor-kit-6{--e-global-color-primary:#DE6F27;--e-global-color-secondary:#F0904A;--e-global-color-text:#999999;--e-global-color-accent:#FFFFFF;--e-global-color-4143c1f:#0A0A0C;--e-global-color-9fb250e:#101014;--e-global-color-5fe0224:#F2F0EC;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1380px;}.e-con{--container-max-width:1380px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ============================================
   SECCIÓN: Cinta de marcas
   ============================================ */
.cinta{
  background: var(--naranja);
  color: #0A0A0C;
  overflow: hidden;
  padding: 15px 0;
}
.mq{ overflow: hidden; }
.mq-t{
  display: flex;
  width: max-content;
  animation: sanco-mq 46s linear infinite;
  will-change: transform;
}
.mq:hover .mq-t{ animation-play-state: paused; }
@keyframes sanco-mq{ to{ transform: translateX(-50%); } }
.mq-t span{
  display: inline-flex;
  align-items: center;
  gap: 26px;
  padding-right: 26px;
  white-space: nowrap;
  font-size: clamp(.72rem, 1.05vw, .86rem);
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.mq-t span::after{
  content: '';
  width: 5px;
  height: 5px;
  background: #0A0A0C;
  transform: rotate(45deg);
  flex-shrink: 0;
}
@media (prefers-reduced-motion: reduce){
  .mq-t{ animation: none; }
}/* End custom CSS */