.elementor-kit-117{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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-117 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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:768px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Contenedor relativo para que las flechas se posicionen sobre el slide */
.nav-right-bubbles .e-n-carousel { position: relative; }

/* Bloque de navegación (las dos flechas juntas) pegado a la derecha y centrado vertical */
.nav-right-bubbles .e-n-carousel__nav,
.nav-right-bubbles .e-n-carousel__nav--together {
  position: absolute;
  right: 12px;              /* distancia al borde derecho */
  top: 50%;                 /* centro vertical */
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-end;
  gap: 10px;                /* separación entre flechas */
  z-index: 5;
}

/* Estilo de los botones (círculos blancos con borde suave) */
.nav-right-bubbles .e-n-carousel__prev,
.nav-right-bubbles .e-n-carousel__next,
.nav-right-bubbles .swiper-button-prev,
.nav-right-bubbles .swiper-button-next {
  width: 44px;
  height: 44px;
  border-radius: 9999px;
  background: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 2px 6px rgba(0,0,0,.06);
  color: #111;                 /* color del ícono */
}

/* Tamaño del ícono */
.nav-right-bubbles .e-n-carousel__prev svg,
.nav-right-bubbles .e-n-carousel__next svg {
  width: 18px;
  height: 18px;
}

/* Hover/focus accesible */
.nav-right-bubbles .e-n-carousel__prev:hover,
.nav-right-bubbles .e-n-carousel__next:hover {
  border-color: #d0d0d0;
  box-shadow: 0 4px 10px rgba(0,0,0,.10);
}

/* Responsivo */
@media (max-width: 1024px){
  .nav-right-bubbles .e-n-carousel__nav{ right: 8px; }
  .nav-right-bubbles .e-n-carousel__prev,
  .nav-right-bubbles .e-n-carousel__next{ width: 36px; height: 36px; }
}
@media (max-width: 767px){
  /* En móvil, muévelas abajo para no tapar el texto */
  .nav-right-bubbles .e-n-carousel__nav{
    top: auto; bottom: 14px; transform: none;
  }
}/* End custom CSS */