.elementor-kit-5{--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:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;}.elementor-kit-5 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);}.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 */.orbit-container {
  position: relative;
  width: 100%;
  height: 700px;
  perspective: 1200px;
  overflow: visible; /* ← importante para que no se recorten las imágenes */
  display: flex;
  justify-content: center;
  align-items: center;
}

.orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px; /* ← aumentamos el espacio para que las tarjetas no se pierdan */
  height: 300px;
  transform: translate(-50%, -50%);
  transform-style: preserve-3d;
  z-index: 5;
}

.central-image {
  position: absolute;
  width: 700px;
  height: auto;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(0px);
  transform-style: preserve-3d;
  z-index: 10;
  pointer-events: none;
}

.orbit-card {
  position: absolute;
  width: 300px;
  height: auto;
  display: block;
}
.orbit-card:hover {
  opacity: 1 !important;
  transform: scale(1.1);
  z-index: 20;
}/* End custom CSS */