.elementor-137 .elementor-element.elementor-element-b4933a0{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:45px;--padding-bottom:0px;--padding-left:45px;--padding-right:45px;}.elementor-137 .elementor-element.elementor-element-b4933a0:not(.elementor-motion-effects-element-type-background), .elementor-137 .elementor-element.elementor-element-b4933a0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://accionaingenieria.com.mx/wp-content/uploads/2026/02/exp.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-137 .elementor-element.elementor-element-bbdb5c6{width:var( --container-widget-width, 51% );max-width:51%;--container-widget-width:51%;--container-widget-flex-grow:0;bottom:-47px;}body:not(.rtl) .elementor-137 .elementor-element.elementor-element-bbdb5c6{right:40px;}body.rtl .elementor-137 .elementor-element.elementor-element-bbdb5c6{left:40px;}.elementor-137 .elementor-element.elementor-element-bbdb5c6 img{width:66%;}.elementor-137 .elementor-element.elementor-element-10b0774{--display:flex;--justify-content:flex-end;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-137 .elementor-element.elementor-element-33619c2{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 34px) 0px;padding:0px 0px 0px 0px;text-align:center;}.elementor-137 .elementor-element.elementor-element-33619c2 .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:54px;font-weight:600;color:var( --e-global-color-302dc53 );}.elementor-137 .elementor-element.elementor-element-d182016{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-137 .elementor-element.elementor-element-7c51556{--display:flex;}.elementor-137 .elementor-element.elementor-element-b228c55{--e-image-carousel-slides-to-show:1;}.elementor-137 .elementor-element.elementor-element-b228c55 .swiper-pagination-bullet{width:13px;height:13px;}.elementor-137 .elementor-element.elementor-element-ab60338{--display:flex;--justify-content:flex-end;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-137 .elementor-element.elementor-element-ab60338{--width:100%;}}@media(max-width:767px){.elementor-137 .elementor-element.elementor-element-bbdb5c6{bottom:-16px;}.elementor-137 .elementor-element.elementor-element-bbdb5c6 img{width:319px;}.elementor-137 .elementor-element.elementor-element-33619c2 .elementor-heading-title{font-size:36px;}}/* Start custom CSS for container, class: .elementor-element-b4933a0 */.elementor-137 .elementor-element.elementor-element-b4933a0{overflow: hidden;}/* End custom CSS */
/* Start custom CSS *//* ===== Config rápida de colores ===== */
.slider-fade{
  --dot-color: #ffffff!important;         /* color del punto */
  --dot-active-color: #00b3ff;  /* color del punto activo */
  --dot-opacity: .35;           /* opacidad inactivo */
  --dot-size: 10px;             /* tamaño */
  --dot-gap: 10px;              /* separación */
}

/* ===== Slider ===== */
.slider-fade {
  position: relative;
}

/* Slides */
.slider-fade .cont0,
.slider-fade .cont1,
.slider-fade .cont2,
.slider-fade .cont3 {
  position: absolute;
  inset: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 700ms ease-in-out;
}

/* Activo */
.slider-fade .is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  position: relative; /* deja que el alto lo tome el activo */
}

/* ===== Paginación ===== */
.slider-fade .slider-pagination {
  display: flex;
  justify-content: center;
  gap: var(--dot-gap);
  margin-top: 14px;
}

.slider-fade .slider-pagination button {
  width: var(--dot-size);
  height: var(--dot-size);
  border-radius: 999px;
  border: 0;
  background: var(--dot-color);
  opacity: var(--dot-opacity);
  cursor: pointer;
  padding: 0;
}

.slider-fade .slider-pagination button.is-active {
  background: var(--dot-active-color);
  opacity: 1;
}/* End custom CSS */