.elementor-kit-4{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-1cfafc61:#4054B2;--e-global-color-7bea81d1:#23A455;--e-global-color-54ac57ec:#000;--e-global-color-67e0a436:#FFF;--e-global-color-4b57a88b:#051B34;--e-global-color-78bee2ea:#EFEFEF;--e-global-color-4637c485:#3957FF;--e-global-color-16f03006:#DBDBDB;--e-global-color-5483d53d:#F5F7FF;--e-global-color-3f4c64e5:#3B4855;--e-global-color-21397f0b:RGBA(59, 72, 85, 0.8);--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-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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 *//* ✅ Asegura que el carrusel funcione y las flechas queden centradas debajo */

/* Contenedor principal del JetCarousel */
.jet-carousel {
  position: relative;
}

/* Quitamos posicionamiento absoluto de las flechas */
.jet-carousel .slick-arrow {
  position: static !important;
  display: inline-block !important;
  margin: 0 10px;
}

/* Creamos un contenedor visual debajo del carrusel */
.jet-carousel .slick-arrow-container {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

/* Forzamos que las flechas aparezcan en ese contenedor */
.jet-carousel .slick-prev,
.jet-carousel .slick-next {
  display: inline-block !important;
  vertical-align: middle;
}/* End custom CSS */