.elementor-11 .elementor-element.elementor-element-8a545ce{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-8a545ce.e-con{--align-self:center;}.elementor-11 .elementor-element.elementor-element-852cd8e{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-11 .elementor-element.elementor-element-852cd8e.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-11 .elementor-element.elementor-element-0501591{--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-widget-gallery .elementor-gallery-item__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-gallery .elementor-gallery-item__description{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-gallery{--galleries-title-color-normal:var( --e-global-color-primary );--galleries-title-color-hover:var( --e-global-color-secondary );--galleries-pointer-bg-color-hover:var( --e-global-color-accent );--gallery-title-color-active:var( --e-global-color-secondary );--galleries-pointer-bg-color-active:var( --e-global-color-accent );}.elementor-widget-gallery .elementor-gallery-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-11 .elementor-element.elementor-element-acfb18b .e-gallery-item:hover .elementor-gallery-item__overlay, .elementor-11 .elementor-element.elementor-element-acfb18b .e-gallery-item:focus .elementor-gallery-item__overlay{background-color:rgba(0,0,0,0.5);}.elementor-11 .elementor-element.elementor-element-acfb18b{--image-transition-duration:800ms;--overlay-transition-duration:800ms;--content-text-align:center;--content-padding:20px;--content-transition-duration:800ms;--content-transition-delay:800ms;}/* Start custom CSS for html, class: .elementor-element-852cd8e *//* ---- CONTENEDOR GENERAL ---- */
.jm-servicio-container {
  max-width: 1100px;
  margin: auto;
  padding: 40px 20px;
}

/* ---- HERO ---- */
.jm-servicio-hero {
  background: linear-gradient(135deg, #1d3a6d, #324f80);
  padding: 80px 20px;
  text-align: center;
  color: #fff;
}

.jm-servicio-hero h1 {
  font-size: 38px;
  font-weight: 800;
}

.btn-jm-primario {
  display: inline-block;
  margin-top: 20px;
  padding: 14px 26px;
  background: #25d366;
  color: #fff;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  transition: .3s;
}

.btn-jm-primario:hover {
  background: #1ebe5d;
}


/* ---- SECCIONES ---- */
.jm-descripcion h2,
.jm-tipos-carga h2,
.jm-beneficios h2,
.jm-zonas h2,
.jm-galeria h2,
.jm-cta-final h2 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #1a2c50;
  text-align: center;
}

.jm-descripcion p {
  text-align: center;
  font-size: 18px;
  color: #444;
}


/* ---- TIPOS DE CARGA ---- */
.jm-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
  gap: 20px;
}

.jm-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(0,0,0,0.06);
  text-align: center;
}

/* ---- BENEFICIOS ---- */
.jm-grid-beneficios {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
  gap: 18px;
}

.jm-benef-item {
  background: #f9fafc;
  padding: 20px;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 5px 12px rgba(0,0,0,0.05);
}

.benef-icon {
  font-size: 34px;
  margin-bottom: 8px;
}

/* ---- ZONAS ---- */
.jm-lista-zonas {
  list-style: none;
  max-width: 600px;
  margin: auto;
  padding: 0;
  font-size: 18px;
  color: #444;
}

.jm-lista-zonas li {
  padding: 6px 0;
  border-bottom: 1px solid #eee;
}

/* ---- GALERÍA ---- */
.galeria-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px,1fr));
  gap: 20px;
}

.galeria-grid img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

/* ---- CTA FINAL ---- */
.jm-cta-final {
  background: #1d3a6d;
  color: #fff;
  text-align: center;
  padding: 50px 20px;
  border-radius: 0;
}

.btn-jm-wsp {
  display: inline-block;
  margin-top: 15px;
  padding: 14px 26px;
  background: #25d366;
  border-radius: 12px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 768px) {
  .jm-servicio-hero h1 {
    font-size: 28px;
  }

  .jm-servicio-container {
    padding: 30px 15px;
  }
}/* End custom CSS */