.elementor-kit-7{--e-global-color-primary:#034E53;--e-global-color-secondary:#F7DF00;--e-global-color-text:#023A3E;--e-global-color-accent:#FDF0D5;--e-global-color-azul_prentter:#669BBC;--e-global-color-verde_75:#406D70;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Merriweather";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-weight:700;--e-global-typography-primary-line-height:1.05em;--e-global-typography-primary-letter-spacing:-0.025em;--e-global-typography-secondary-line-height:1.1em;--e-global-typography-secondary-letter-spacing:-0.015em;--e-global-typography-text-line-height:1.55em;--e-global-typography-accent-line-height:1.2em;--e-global-typography-accent-letter-spacing:0.18em;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;--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){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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 *//* =========================================================================
   PRENTTER — Kit CSS (only what cannot be expressed via native widget settings)
   - Decorations (sello spin, marquee scroll, manifesto iso)
   - Hamburger menu (interactive)
   - CSS grids that can't be flex (bento 6×3)
   - Image-fill inside Elementor wrappers (.elementor-widget-image wraps img)
   ========================================================================= */

/* Sello giratorio */
.prentter-sello-spin img { animation: prentter-spin 40s linear infinite; transform-origin: center; filter: drop-shadow(0 18px 50px rgba(0,0,0,0.3)); }
@keyframes prentter-spin { to { transform: rotate(360deg); } }

/* Marquee infinite scroll */
.prentter-mq { overflow: hidden; width: 100%; padding: 18px 0; background: #F7DF00; color: #034E53; }
.prentter-mq-track { display: flex; width: max-content; animation: prentter-mq-scroll 35s linear infinite; will-change: transform; }
.prentter-mq-item { display: inline-flex; align-items: center; flex-shrink: 0; padding-right: 40px; font-family: Manrope, sans-serif; font-weight: 800; font-size: 22px; letter-spacing: .02em; white-space: nowrap; text-transform: uppercase; color: #034E53; }
.prentter-mq-item em { font-family: Merriweather, serif; font-style: italic; font-weight: 400; text-transform: none; }
.prentter-mq-dot { margin: 0 18px; color: #034E53; opacity: .6; font-weight: 400; }
@keyframes prentter-mq-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.prentter-mq:hover .prentter-mq-track { animation-play-state: paused; }
@media (max-width: 768px) { .prentter-mq-item { font-size: 18px; padding-right: 32px; } .prentter-mq-dot { margin: 0 14px; } .prentter-mq-track { animation-duration: 25s; } }

/* Manifesto ISO decorativos */
#manifesto > .e-con-inner { position: relative; }
#manifesto > .e-con-inner::before, #manifesto > .e-con-inner::after { content: ''; position: absolute; background-image: url('http://prentteruniformes.com/wp-content/uploads/2026/05/prentter-isotipo-amarillo.svg'); background-size: contain; background-repeat: no-repeat; opacity: 0.18; pointer-events: none; }
#manifesto > .e-con-inner::before { top: -60px; left: -100px; width: 100px; height: 100px; transform: rotate(-18deg); }
#manifesto > .e-con-inner::after { bottom: -60px; right: -100px; width: 130px; height: 130px; transform: rotate(22deg); }
@media (max-width: 900px) { #manifesto > .e-con-inner::before, #manifesto > .e-con-inner::after { display: none; } }

@media (max-width: 900px) {
  #prentter-header-menu, #prentter-header-cta, #prentter-header-catalog { display: none; }

}

/* =========================================================================
   SECTORES (native containers, 4 cards in row)
   ========================================================================= */
#sectors-row > .e-con-inner { display: flex !important; flex-direction: row !important; flex-wrap: wrap !important; gap: 18px ; align-items: stretch ; }
#sectors-row > .e-con-inner > .e-con.prentter-sector-card { width: calc(25% - 14px) !important; flex: 0 0 calc(25% - 14px) !important; display: flex !important; flex-direction: column !important; background: #034E53; border-radius: 20px; overflow: hidden; transition: transform .35s; }
#sectors-row > .e-con-inner > .e-con.prentter-sector-card:hover { transform: translateY(-6px); }
@media (max-width: 1100px) { #sectors-row > .e-con-inner > .e-con.prentter-sector-card { width: calc(50% - 9px) !important; flex: 0 0 calc(50% - 9px) !important; } }
@media (max-width: 560px) { #sectors-row > .e-con-inner > .e-con.prentter-sector-card { width: 100% !important; flex: 0 0 100% !important; } }
.prentter-sector-card-img { aspect-ratio: 4 / 3; overflow: hidden; position: relative; }
.prentter-sector-card-img > .e-con-inner { height: 100%; position: relative; }
.prentter-sector-card-img .elementor-widget-image, .prentter-sector-card-img .elementor-widget-image .elementor-widget-container { position: absolute !important; inset: 0; height: 100%; width: 100%; }
.prentter-sector-card-img img { width: 100% !important; height: 100% !important; object-fit: cover; display: block; transition: transform .6s ease; }
.prentter-sector-card:hover .prentter-sector-card-img img { transform: scale(1.05); }
.prentter-sector-card-num { position: absolute !important; top: 14px !important; left: 14px !important; z-index: 5; background: rgba(3,78,83,0.85) ; padding: 7px 12px ; border-radius: 999px ; width: auto !important; }
.prentter-sector-card-num .elementor-widget-container { background: transparent ; }
.prentter-sector-card-body { padding: 22px 22px 26px ; display: flex !important; flex-direction: column !important; flex-grow: 1 !important; }
.prentter-sector-card-body > .e-con-inner { height: 100%; display: flex; flex-direction: column; }
.prentter-sector-card-cta { margin-top: auto ; }
.prentter-sector-card-cta .elementor-widget-container { padding-top: 16px; }

/* =========================================================================
   BENTO (native containers, but CSS Grid layout 6×3 — can't be flex)
   ========================================================================= */
#bento-row.prentter-bento-grid,
.prentter-bento-grid {
  display: grid !important;
  grid-template-columns: repeat(6, 1fr) !important;
  grid-template-rows: 240px 240px 240px !important;
  gap: 16px ;
  width: 100%;
  }
#bento-row.prentter-bento-grid > .e-con-inner,
.prentter-bento-grid > .e-con-inner { display: contents !important; }
.prentter-bento-cell {
  border-radius: 20px ;
  overflow: hidden;
  position: relative;
}
.prentter-bento-cell > .e-con-inner {
  height: 100%; position: relative;
  display: flex; flex-direction: column;
}
.prentter-bento-cell .elementor-widget-image,
.prentter-bento-cell .elementor-widget-image .elementor-widget-container {
  position: absolute !important; inset: 0;
  width: 100% !important; height: 100% !important;
}
.prentter-bento-cell img {
  width: 100% !important; height: 100% !important;
  object-fit: cover; display: block;
  transition: transform .6s ease;
}
.prentter-bento-cell:hover img { transform: scale(1.04); }

/* Layout desktop: 6 cols × 3 rows */
.prentter-bento-c1 { grid-column: span 3 !important; grid-row: span 2 !important; }
.prentter-bento-c2 { grid-column: span 3 !important; grid-row: span 1 !important; }
.prentter-bento-c3 { grid-column: span 2 !important; grid-row: span 1 !important; }
.prentter-bento-c4 { grid-column: span 1 !important; grid-row: span 1 !important; }
.prentter-bento-c5 { grid-column: span 3 !important; grid-row: span 1 !important; }
.prentter-bento-c6 { grid-column: span 3 !important; grid-row: span 1 !important; }

/* Tablet/medio: 4 cols simétrico */
@media (max-width: 1024px) {
  #bento-row.prentter-bento-grid,
  .prentter-bento-grid {
    grid-template-columns: repeat(4, 1fr) !important;
    grid-template-rows: auto !important;
    gap: 14px ;
  }
  #bento-row .prentter-bento-c1 { grid-column: span 2 !important; grid-row: span 2 !important; height: auto; min-height: 380px; }
  #bento-row .prentter-bento-c2 { grid-column: span 2 !important; grid-row: span 1 !important; height: 200px; }
  #bento-row .prentter-bento-c3 { grid-column: span 2 !important; height: 200px; }
  #bento-row .prentter-bento-c4 { grid-column: span 2 !important; height: 200px; }
  #bento-row .prentter-bento-c5 { grid-column: span 2 !important; height: 200px; }
  #bento-row .prentter-bento-c6 { grid-column: span 2 !important; height: 200px; }
}

/* Mobile: 1 col */
@media (max-width: 600px) {
  #bento-row.prentter-bento-grid,
  .prentter-bento-grid {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto !important;
    gap: 12px ;
  }
  #bento-row .prentter-bento-cell,
  .prentter-bento-cell {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
    height: auto !important;
    min-height: 200px;
  }
  #bento-row .prentter-bento-c1,
  .prentter-bento-c1 { min-height: 260px; }
  #bento-row .prentter-bento-c4,
  .prentter-bento-c4,
  #bento-row .prentter-bento-c6,
  .prentter-bento-c6 { min-height: 160px; }
}

/* =========================================================================
   PRODUCTOS feature grid (native containers)
   ========================================================================= */
.prentter-feature-grid { width: 100%; }
.prentter-feature-grid > .e-con-inner { display: flex !important; flex-direction: row !important; flex-wrap: wrap !important; gap: 14px ; }
.prentter-feature { width: calc(25% - 11px) !important; flex: 0 0 calc(25% - 11px) !important; aspect-ratio: 4/5; position: relative !important; overflow: hidden; border-radius: 20px; }
.prentter-feature > .e-con-inner { height: 100% !important; position: relative; }
.prentter-feature .elementor-widget-image, .prentter-feature .elementor-widget-image .elementor-widget-container { position: absolute !important; inset: 0; width: 100% !important; height: 100% !important; }
.prentter-feature img { width: 100% !important; height: 100% !important; object-fit: cover; display: block; transition: transform .6s ease; }
.prentter-feature:hover img { transform: scale(1.04); }

@media (max-width: 900px) { .prentter-feature { width: calc(50% - 7px) !important; flex: 0 0 calc(50% - 7px) !important; } }
@media (max-width: 480px) { .prentter-feature { width: 100% !important; flex: 0 0 100% !important; aspect-ratio: 3/4; } }

/* =========================================================================
   TECNICAS grid (native containers, 3 cols)
   ========================================================================= */
.prentter-tecnicas-grid { width: 100%; }
.prentter-tecnicas-grid > .e-con-inner { display: flex !important; flex-direction: row !important; flex-wrap: wrap !important; gap: 16px ; }
.prentter-tecnica { width: calc(33.333% - 11px) !important; flex: 0 0 calc(33.333% - 11px) !important; min-height: 240px; transition: transform .35s; }
.prentter-tecnica:hover { transform: translateY(-6px); }
.prentter-tecnica-tag { border-radius: 999px; padding: 5px 11px ; align-self: flex-start; display: inline-block; width: auto !important; }
.prentter-tecnica-tag .elementor-widget-container { /* empty */ }
@media (max-width: 900px) { .prentter-tecnica { width: calc(50% - 8px) !important; flex: 0 0 calc(50% - 8px) !important; } }
@media (max-width: 560px) { .prentter-tecnica { width: 100% !important; flex: 0 0 100% !important; } }

/* =========================================================================
   PROCESO grid (native containers, 4 cols)
   ========================================================================= */
.prentter-proceso-grid { width: 100%; }
.prentter-proceso-grid > .e-con-inner { display: flex !important; flex-direction: row !important; flex-wrap: wrap !important; gap: 14px ; }
.prentter-paso { width: calc(25% - 11px) !important; flex: 0 0 calc(25% - 11px) !important; }
@media (max-width: 1024px) { .prentter-paso { width: calc(50% - 7px) !important; flex: 0 0 calc(50% - 7px) !important; } }
@media (max-width: 560px) { .prentter-paso { width: 100% !important; flex: 0 0 100% !important; } }

/* =========================================================================
   PILLARS (55/45 native)
   ========================================================================= */
.prentter-pillars-grid { width: 100%; }
.prentter-pillars-grid > .e-con-inner { display: flex !important; flex-direction: row !important; flex-wrap: wrap !important; gap: 24px ; align-items: stretch ; }
@media (max-width: 900px) {
  .prentter-pillar-main, .prentter-pillar-alt { width: 100% !important; flex: 0 0 100% !important; }
}
/* Cities as inline pills */
.prentter-cities .elementor-icon-list-text { padding: 6px 12px ; border: 1px solid rgba(3,78,83,0.2) ; border-radius: 999px ; }
.prentter-cities .elementor-inline-items { flex-wrap: wrap; gap: 6px ; }
.prentter-cities .elementor-inline-items .elementor-icon-list-item { margin: 0 ; }
.prentter-cities .elementor-icon-list-icon { display: none !important; }

/* =========================================================================
   CTA info row (3 cards centered)
   ========================================================================= */
.prentter-cta-info { width: 100%; }
.prentter-cta-info > .e-con-inner { display: flex !important; flex-direction: row !important; flex-wrap: wrap !important; gap: 14px ; justify-content: center ; }
.prentter-cta-info-item { min-width: 180px; }
@media (max-width: 768px) {
  .prentter-cta-info > .e-con-inner { flex-direction: column !important; align-items: stretch ; }
  .prentter-cta-info-item { width: 100%; min-width: auto; }
}

/* =========================================================================
   FAQS accordion overrides (Elementor accordion widget)
   ========================================================================= */
.elementor-accordion .elementor-accordion-item { margin-bottom: 8px; }

/* =========================================================================
   FOOTER (native containers, 4 cols)
   ========================================================================= */
.prentter-footer-grid { width: 100%; }
.prentter-footer-grid > .e-con-inner { display: flex !important; flex-direction: row !important; flex-wrap: wrap !important; gap: 30px ; align-items: flex-start ; }
.prentter-footer-giant { line-height: 0.85 ; padding: 0 24px ; word-break: break-all; max-width: 100%; }
.prentter-footer-giant .elementor-heading-title { font-size: clamp(80px, 16vw, 220px) ; }
.prentter-footer-col .elementor-icon-list-text { color: rgba(253,240,213,0.7); transition: color .2s; }
.prentter-footer-col a:hover .elementor-icon-list-text { color: #F7DF00 ; }
.prentter-footer-col .elementor-icon-list-icon { display: none !important; }
@media (max-width: 900px) {
  .prentter-footer-grid > .e-con-inner { gap: 24px ; }
  .prentter-footer-giant .elementor-heading-title { font-size: clamp(60px, 18vw, 100px) ; }
}

/* =========================================================================
   GLOBAL safety
   ========================================================================= */
html, body { overflow-x: hidden; max-width: 100%; }
img, video, iframe { max-width: 100%; height: auto; }
@media (max-width: 768px) {
  body .elementor-heading-title { max-width: 100%; word-break: break-word; overflow-wrap: break-word; }
}

/* PILLARS WIDTH FIX — force 55/45 on direct children */
.prentter-pillars-grid > .e-con-inner > .prentter-pillar-main {
  width: calc(55% - 12px) !important;
  flex: 0 0 calc(55% - 12px) !important;
}
.prentter-pillars-grid > .e-con-inner > .prentter-pillar-alt {
  width: calc(45% - 12px) !important;
  flex: 0 0 calc(45% - 12px) !important;
}
@media (max-width: 900px) {
  .prentter-pillars-grid > .e-con-inner > .prentter-pillar-main,
  .prentter-pillars-grid > .e-con-inner > .prentter-pillar-alt {
    width: 100% !important;
    flex: 0 0 100% !important;
  }
}

/* CTA INFO + FAQS FIX */
.prentter-cta-info > .e-con-inner > .prentter-cta-info-item {
  width: auto !important;
  flex: 0 1 auto !important;
  min-width: 220px !important;
}
@media (max-width: 768px) {
  .prentter-cta-info > .e-con-inner > .prentter-cta-info-item {
    width: 100% !important;
    flex: 0 0 100% !important;
  }
}

/* FAQs 35/60 split */
#faqs-row > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 60px ;
  align-items: flex-start ;
}
#faqs-row > .e-con-inner > .e-con:nth-child(1) {
  width: calc(35% - 30px) !important;
  flex: 0 0 calc(35% - 30px) !important;
  position: sticky;
  top: 100px;
}
#faqs-row > .e-con-inner > .e-con:nth-child(2) {
  width: calc(60% - 30px) !important;
  flex: 0 0 calc(60% - 30px) !important;
}
@media (max-width: 900px) {
  #faqs-row > .e-con-inner { gap: 28px ; }
  #faqs-row > .e-con-inner > .e-con:nth-child(1),
  #faqs-row > .e-con-inner > .e-con:nth-child(2) {
    width: 100% !important;
    flex: 0 0 100% !important;
    position: static !important;
  }
}

/* FOOTER widths */
.prentter-footer-grid > .e-con-inner > .prentter-footer-brand {
  width: calc(38% - 22px) !important;
  flex: 0 0 calc(38% - 22px) !important;
}
.prentter-footer-grid > .e-con-inner > .prentter-footer-col {
  width: calc(20% - 22px) !important;
  flex: 0 0 calc(20% - 22px) !important;
}
@media (max-width: 900px) {
  .prentter-footer-grid > .e-con-inner > .prentter-footer-brand {
    width: 100% !important;
    flex: 0 0 100% !important;
  }
  .prentter-footer-grid > .e-con-inner > .prentter-footer-col {
    width: calc(33.333% - 20px) !important;
    flex: 0 0 calc(33.333% - 20px) !important;
  }
}
@media (max-width: 560px) {
  .prentter-footer-grid > .e-con-inner > .prentter-footer-col {
    width: 100% !important;
    flex: 0 0 100% !important;
  }
}

/* =======================================================
   PRODUCTOS — accordion + prod list + feature label fixes
   ======================================================= */

/* Mobile: feature card label sits flush bottom, full-width pill */
@media (max-width: 600px) {
  
  .prentter-feature { aspect-ratio: 16/11 !important; }
}

/* Productos accordion — Prentter look */
.prentter-prod-accordion .elementor-accordion {
  display: flex; flex-direction: column; gap: 10px;
}
.prentter-prod-accordion .elementor-accordion-item {
  border: 1px solid rgba(3,78,83,0.1) ;
  border-radius: 14px ;
  overflow: hidden;
  background: #FFFFFF;
  transition: border-color .2s, box-shadow .2s;
}
.prentter-prod-accordion .elementor-accordion-item:hover {
  border-color: rgba(3,78,83,0.25) ;
  box-shadow: 0 4px 16px rgba(3,78,83,0.06);
}
.prentter-prod-accordion .elementor-tab-title {
  border: 0 ;
  background: transparent ;
  padding: 18px 22px ;
}
.prentter-prod-accordion .elementor-tab-title.elementor-active {
  background: rgba(247,223,0,0.08) ;
}
.prentter-prod-accordion .elementor-tab-title a {
  display: flex !important; align-items: center; gap: 14px;
  color: #034E53 ;
  font-family: Manrope, sans-serif ;
  font-weight: 700 ;
  font-size: 15px ;
}
.prentter-prod-accordion .elementor-accordion-icon { margin-right: 10px ; flex-shrink: 0; }
.prentter-prod-accordion .elementor-tab-content {
  padding: 0 22px 22px 22px ;
  border: 0 ;
  background: #FFFFFF;
}

/* Product list grid inside accordion content */
.prentter-prod-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 8px;
}
.prentter-prod-list-item {
  background: #FFFFFF;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid rgba(3,78,83,0.08);
  font-family: Manrope, sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #034E53;
  display: flex;
  align-items: center;
  gap: 10px;
}
.prentter-prod-list-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #F7DF00;
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .prentter-prod-list { grid-template-columns: 1fr; gap: 6px; }
  .prentter-prod-list-item { padding: 11px 14px; font-size: 13.5px; }
}

/* Special CTA bar */
.prentter-prod-special h3 { margin: 0; max-width: 600px; }
@media (max-width: 600px) {
  .prentter-prod-special > .e-con-inner {
    flex-direction: column !important;
    text-align: center;
    align-items: center ;
  }
}

/* Pill grid (industrias/áreas servidas) — Elementor containers that should be auto-width chips */
.prentter-pill {
  width: auto !important;
  flex: 0 0 auto !important;
  max-width: 100%;
}
.prentter-pill > .e-con-inner {
  width: auto !important;
}
.prentter-pill .elementor-widget-heading {
  width: auto !important;
}
.prentter-pill .elementor-widget-container { /* empty */ }
.prentter-pill .elementor-heading-title { margin: 0 ; line-height: 1.4 ; }
.prentter-pill:hover {
  border-color: rgba(3,78,83,0.3) ;
  background: rgba(247,223,0,0.08) ;
}
.prentter-pills-row > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 10px ;
  width: 100%;
}

@media (max-width: 600px) {
  .prentter-pill { padding: 8px 14px ; }
  .prentter-pill .elementor-heading-title { font-size: 12.5px ; }
}

/* Product grid (internal pages) — force 3-col grid via CSS like sectores */
.prentter-product-grid > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 14px ;
  align-items: stretch ;
  width: 100%;
}
.prentter-product-grid > .e-con-inner > .prentter-product-card {
  width: calc(33.333% - 10px) !important;
  flex: 0 0 calc(33.333% - 10px) !important;
  max-width: calc(33.333% - 10px);
}
@media (max-width: 1024px) {
  .prentter-product-grid > .e-con-inner > .prentter-product-card {
    width: calc(50% - 7px) !important;
    flex: 0 0 calc(50% - 7px) !important;
    max-width: calc(50% - 7px);
  }
}
@media (max-width: 600px) {
  .prentter-product-grid > .e-con-inner > .prentter-product-card {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100%;
  }
}
.prentter-product-card .elementor-widget-container { /* empty */ }
.prentter-product-card .elementor-heading-title { margin: 0 ; }
.prentter-product-card.is-highlight .elementor-heading-title,
.prentter-product-card.is-highlight p { color: #034E53 ; }

/* Pillars right card: city pills + sub-sections */
.prentter-cities-row > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 6px ;
  }
.prentter-city-pill {
  width: auto !important;
  flex: 0 0 auto !important;
}
.prentter-city-pill > .e-con-inner {
  display: flex; align-items: center;
}
.prentter-city-pill .elementor-widget-container { /* empty */ }
.prentter-city-pill .elementor-heading-title { margin: 0 ; line-height: 1.3 ; }

/* Pillars main left card: better internal spacing */
.prentter-pillar-main .elementor-icon-list-item { padding-block: 2px; }
.prentter-pillar-main .elementor-icon-list-icon { width: 22px; }
.prentter-pillar-alt .elementor-icon-list-icon { width: 22px; }

/* Force pillar widths */
.prentter-pillars-grid > .e-con-inner > .prentter-pillar-main {
  width: calc(55% - 12px) !important;
  flex: 0 0 calc(55% - 12px) !important;
}
.prentter-pillars-grid > .e-con-inner > .prentter-pillar-alt {
  width: calc(45% - 12px) !important;
  flex: 0 0 calc(45% - 12px) !important;
}
@media (max-width: 900px) {
  .prentter-pillars-grid > .e-con-inner > .prentter-pillar-main,
  .prentter-pillars-grid > .e-con-inner > .prentter-pillar-alt {
    width: 100% !important; flex: 0 0 100% !important;
  }
}

/* Sector card clickable — entire card navigates to VER MÁS link via inline pseudo-element trick */
.prentter-sector-card { position: relative; cursor: pointer; }
.prentter-sector-card .prentter-sector-card-cta { position: relative; z-index: 3; }
.prentter-sector-card .prentter-sector-card-cta a {
  color: inherit;
  text-decoration: none;
}
.prentter-sector-card .prentter-sector-card-cta a::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  cursor: pointer;
}
.prentter-sector-card .elementor-widget-image,
.prentter-sector-card .prentter-sector-card-num,
.prentter-sector-card .prentter-sector-card-body > * { position: relative; z-index: 1; }
.prentter-sector-card:hover { transform: translateY(-2px); transition: transform .2s ease; }

@media (max-width: 600px) { /* empty */ }

/* Pill grid (industries/áreas) — tighter uniform spacing */
.prentter-pills-row > .e-con-inner {
  gap: 8px ;
  row-gap: 10px ;
}
.prentter-pill {
  padding: 9px 16px ;
}
.prentter-pill .elementor-heading-title {
  margin: 0 ;
  line-height: 1.2 ;
}

/* Editor preview image fallback — ensure images render in Elementor editor when grid-template-rows doesn't apply */
.prentter-bento-cell { min-height: 200px; }
.prentter-bento-cell .elementor-widget-image { min-height: 200px; }
.prentter-bento-c1 { min-height: 380px; }
.prentter-bento-c1 .elementor-widget-image { min-height: 380px; }
.prentter-sector-card-img { min-height: 220px; }
.prentter-sector-card-img .elementor-widget-image { min-height: 220px; }
.prentter-feature { min-height: 280px; }
.prentter-feature .elementor-widget-image { min-height: 200px; }

@media (max-width: 600px) { /* empty */ }

@media (max-width: 600px) { /* empty */ }

/* Feature label — native Elementor button positioned at bottom of card */
.prentter-feature { position: relative; }
.prentter-feature .prentter-feature-label {
  position: absolute !important;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  max-width: calc(100% - 28px);
}
.prentter-feature .prentter-feature-label .elementor-button {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-decoration: none;
}
.prentter-feature .prentter-feature-label .elementor-button-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}
.prentter-feature .prentter-feature-label .elementor-button-icon svg {
  width: 14px; height: 14px;
}
@media (max-width: 600px) {
  .prentter-feature .prentter-feature-label { left: 10px !important; right: 10px !important; bottom: 10px !important; }
}

/* Accent styles for italic yellow words inside any heading widget — applied via plain <em> or <span class="accent"> in title */
.elementor-widget-heading .elementor-heading-title em,
.elementor-widget-heading .elementor-heading-title .accent {
  font-family: 'Merriweather', serif;
  font-style: italic;
  font-weight: 700;
  color: #F7DF00;
}

@media (max-width: 900px) {

  /* When checkbox is checked, show overlay + swap hamburger icon */
  .prentter-menu-cb:checked ~ 
  .prentter-menu-cb:checked ~ 
  .prentter-menu-cb:checked ~ 

  /* Hide desktop menu items */
  #prentter-header-menu, #prentter-header-cta, #prentter-header-catalog { display: none; }
}
@media (min-width: 901px) { /* empty */ }

@media (max-width: 900px) {

  /* Hide desktop menu items */
  #prentter-header-menu, #prentter-header-cta, #prentter-header-catalog { display: none; }
}

@media (max-width: 900px) {

  /* Hide desktop menu items */
  #prentter-header-menu, #prentter-header-cta, #prentter-header-catalog { display: none; }
}

/* HEADER hamburger menu — HTML5 <details> native, no JS, no input */

@media (max-width: 900px) {

  /* Hide desktop menu items */
  #prentter-header-menu, #prentter-header-cta, #prentter-header-catalog { display: none; }
}

/* MOBILE MENU — HTML5 <details> with X close icon on top of overlay */
.prentter-mobile-disclosure { display: none; position: relative; }
.prentter-mobile-disclosure summary { list-style: none; cursor: pointer; }
.prentter-mobile-disclosure summary::-webkit-details-marker,
.prentter-mobile-disclosure summary::marker { display: none; }
.prentter-hamburger {
  padding: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #034E53;
  transition: background .2s;
}
.prentter-hamburger:hover { background: rgba(3,78,83,0.08); }
.prentter-mobile-disclosure .prentter-close-icon { display: none; }

@media (max-width: 900px) {
  .prentter-mobile-disclosure { display: inline-block; }
  .prentter-mobile-disclosure[open] .prentter-hamb-icon { display: none; }
  .prentter-mobile-disclosure[open] .prentter-close-icon { display: block; }
  .prentter-mobile-disclosure[open] .prentter-hamburger {
    position: fixed;
    top: 16px;
    right: 22px;
    z-index: 100002;
    color: #FDF0D5;
    background: rgba(253,240,213,0.1);
  }
  .prentter-mobile-overlay {
    position: fixed;
    inset: 0;
    background: #034E53;
    color: #FDF0D5;
    z-index: 100000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 28px;
    padding: 80px 24px 40px;
    font-family: Manrope, sans-serif;
  }
  .prentter-mobile-overlay a {
    color: #FDF0D5;
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
  }
  .prentter-mobile-overlay a.prentter-mobile-cta {
    background: #F7DF00;
    color: #034E53;
    padding: 14px 28px;
    border-radius: 999px;
    margin-top: 12px;
    font-weight: 700;
    font-size: 16px;
  }
  #prentter-header-menu, #prentter-header-cta, #prentter-header-catalog { display: none; }
}

/* PILLARS — fix right card width to not overflow + breathing room on edges */
.prentter-pillars-grid > .e-con-inner > .prentter-pillar-main {
  width: calc(55% - 12px) !important;
  flex: 0 0 calc(55% - 12px) !important;
}
.prentter-pillars-grid > .e-con-inner > .prentter-pillar-alt {
  width: calc(45% - 12px) !important;
  flex: 0 0 calc(45% - 12px) !important;
  max-width: calc(45% - 12px);
}
@media (max-width: 900px) {
  .prentter-pillars-grid > .e-con-inner > .prentter-pillar-main,
  .prentter-pillars-grid > .e-con-inner > .prentter-pillar-alt {
    width: 100% !important; flex: 0 0 100% !important; max-width: 100%;
  }
}

/* Page carousel — image gallery slider on internal pages */
.prentter-page-carousel .swiper-slide img,
.prentter-page-carousel .elementor-image-carousel img {
  border-radius: 20px;
  object-fit: cover;
  aspect-ratio: 4/3;
  width: 100%;
}
.prentter-page-carousel .swiper-button-prev,
.prentter-page-carousel .swiper-button-next,
.prentter-page-carousel .elementor-swiper-button {
  background: #FDF0D5;
  width: 44px; height: 44px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #034E53;
  box-shadow: 0 4px 16px rgba(3,78,83,0.12);
}
.prentter-page-carousel .swiper-pagination-bullet {
  background: #034E53;
  opacity: 0.3;
  width: 8px; height: 8px;
}
.prentter-page-carousel .swiper-pagination-bullet-active {
  background: #034E53;
  opacity: 1;
  width: 24px; border-radius: 4px;
}/* End custom CSS */