.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-6e91304:#2E2E2E;--e-global-color-59abf47:#2E2E2E;--e-global-color-b7d5493:#1B0E73;--e-global-color-db47b83:#FE7702;--e-global-color-c1129b2:#6BE6FF;--e-global-color-4c785d9:#2801ED;--e-global-color-03eb6df:#541362;--e-global-color-fe6916b:#4415AA;--e-global-color-123c788:#FF7F83;--e-global-color-90ea383:#2E2E2E;--e-global-typography-primary-font-family:"Quicksand";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Quicksand";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Quicksand";--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:1140px;}.e-con{--container-max-width:1140px;}.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);}@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 */.barra-azul-marquee {
  background-color: #1f0aa6; /* Azul tipo auroracol */
  color: white;
  font-weight: bold;
  padding: 0px 0;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  font-size: 13px;
}

.barra-azul-marquee span {
  display: inline-block;
  padding-left: 100%;
  animation: moverTexto 15s linear infinite;
}

@keyframes moverTexto {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}/* End custom CSS */