.elementor-kit-7{--e-global-color-primary:#222222;--e-global-color-secondary:#54595F;--e-global-color-text:#414141;--e-global-color-accent:#61CE70;--e-global-color-992e08c:#3470CB;--e-global-typography-primary-font-family:"Rubik";--e-global-typography-primary-font-size:32px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:capitalize;--e-global-typography-secondary-font-family:"Muli";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Muli";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 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){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 */.carrusel-servicios {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
  padding: 60px 20px;
  max-width: 800px;
  margin: 0 auto;
}

.slide {
  display: none;
  transition: all 0.5s ease-in-out;
}

.slide.activo {
  display: block;
}

.slide i {
  font-size: 60px;
  color: white;
  margin-bottom: 20px;
  display: block;
}

.slide h2 {
  font-size: 36px;
  font-weight: bold;
  color: white;
  margin-bottom: 15px;
}

.slide ul,
.slide p {
  font-size: 18px;
  line-height: 1.6;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.slide ul li {
  margin-bottom: 5px;
}

.botones-carrusel {
  margin-top: 30px;
}

.botones-carrusel button {
  background-color: rgba(0,0,0,0.6);
  color: white;
  border: none;
  font-size: 28px;
  margin: 0 10px;
  cursor: pointer;
  padding: 8px 16px;
  border-radius: 5px;
  transition: background 0.3s ease;
}

.botones-carrusel button:hover {
  background-color: rgba(255,255,255,0.2);
}


.elementor-flip-box__front .elementor-flip-box__layer__title {
  color: white !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.5); /* mejora visibilidad sobre la imagen */
}




.elementor-flip-box__front::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.08); /* Aquí controlas qué tan oscuro, prueba con 0.05 - 0.15 */
  z-index: 1;
  pointer-events: none;
}

.elementor-flip-box__front .elementor-flip-box__layer {
  position: relative;
  z-index: 2;
}/* End custom CSS */