:root{
  --mem-navy:#152A36;
  --mem-deep:#0B2638;
  --mem-blue:#006A98;
  --mem-gold:#E3A129;
  --mem-slate:#58717E;
  --mem-pale:#EAF2F5;
  --mem-line:#C9DCE5;
  --mem-white:#FFFFFF;
}

.elementor-widget-mem-header,
.elementor-widget-mem-hero,
.elementor-widget-mem-about,
.elementor-widget-mem-services,
.elementor-widget-mem-projects,
.elementor-widget-mem-capacity,
.elementor-widget-mem-contact{
  margin:0!important;
}

.elementor-widget-mem-header *,
.elementor-widget-mem-hero *,
.elementor-widget-mem-about *,
.elementor-widget-mem-services *,
.elementor-widget-mem-projects *,
.elementor-widget-mem-capacity *,
.elementor-widget-mem-contact *{box-sizing:border-box}

.mem-kicker{
  font-family:"Montserrat",Arial,sans-serif;
  font-size:10px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:1.35px;
  text-transform:uppercase;
  margin:0 0 19px;
}

/* Header */
.mem-header{
  position:relative;
  width:100%;
  z-index:999;
  transition:background-color .25s ease,box-shadow .25s ease;
  font-family:"Montserrat",Arial,sans-serif;
}
.mem-header.is-fixed{position:fixed;top:0;left:0;right:0}
body.admin-bar .mem-header.is-fixed{top:32px}
/* Maqueta PDF: el header nace superpuesto al Hero, sin una franja azul independiente.
   El degradado sólo oscurece la zona superior para mantener el menú legible sobre la foto. */
.mem-header.is-overlay:not(.is-scrolled){
  background:linear-gradient(180deg,rgba(0,0,0,.66) 0%,rgba(0,0,0,.30) 58%,rgba(0,0,0,0) 100%)!important;
  box-shadow:none;
}
.mem-header.is-scrolled{box-shadow:0 6px 24px rgba(4,18,28,.18)}
.mem-header__inner{
  width:100%;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.mem-header__logo{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  line-height:0;
  text-decoration:none;
  overflow:hidden;
}
.mem-header__logo img{display:block;height:auto;max-width:100%}
.mem-header.is-overlay:not(.is-scrolled) .mem-header__logo{box-shadow:0 1px 3px rgba(0,0,0,.12)}
.mem-header__nav{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap}
.mem-header__nav a,.mem-header__mobile a{
  text-decoration:none;
  text-transform:uppercase;
  font-size:11px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:.5px;
  transition:color .2s ease;
}
/* Botones propios del plugin: reseteamos estilos globales de Elementor/tema para evitar
   fondos, bordes o colores heredados del template. */
.mem-header__toggle,
.mem-header__mobile-close{
  all:unset!important;
  box-sizing:border-box!important;
  -webkit-appearance:none!important;
  appearance:none!important;
  font:inherit!important;
  color:inherit!important;
  cursor:pointer!important;
}
.mem-header__toggle{
  display:none!important;
  position:relative;
  width:46px!important;
  height:46px!important;
  padding:11px 10px!important;
  border:1px solid rgba(255,255,255,.28)!important;
  border-radius:10px!important;
  background:rgba(11,38,56,.28)!important;
  box-shadow:none!important;
  transition:background .2s ease,border-color .2s ease,transform .2s ease!important;
}
.mem-header__toggle:hover,
.mem-header__toggle:focus-visible{
  background:rgba(11,38,56,.5)!important;
  border-color:rgba(255,255,255,.52)!important;
  outline:none!important;
}
.mem-header__toggle span{
  display:block;
  width:100%;
  height:2px;
  margin:5px 0;
  border-radius:99px;
  background:#fff;
  transform-origin:center;
  transition:transform .22s ease,opacity .18s ease;
}
.mem-header__backdrop,
.mem-header__mobile{display:none}
.mem-header__mobile a{text-decoration:none}
body.mem-menu-open{overflow:hidden}
.elementor-editor-active .mem-header.is-fixed{position:relative;top:auto!important}

/* Hero */
.mem-hero{
  position:relative;
  display:flex;
  align-items:stretch;
  overflow:hidden;
  font-family:"Montserrat",Arial,sans-serif;
  background:#152A36;
}
.mem-hero__bg,.mem-hero__overlay{position:absolute;inset:0}
.mem-hero__bg img{width:100%;height:100%;display:block;object-fit:cover}
.mem-hero__overlay{display:block}
.mem-hero__inner{
  position:relative;
  z-index:2;
  width:100%;
  margin:0 auto;
  display:flex;
  align-items:center;
}
.mem-hero__content{width:100%}
.mem-hero__eyebrow{
  margin:0 0 12px;
  font-size:13px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:1.7px;
  text-transform:uppercase;
  text-shadow:0 1px 8px rgba(0,0,0,.25);
}
.mem-hero__title{
  margin:0 0 12px;
  font-size:54px;
  line-height:.98;
  font-weight:700;
  letter-spacing:-1.3px;
  text-shadow:0 1px 10px rgba(0,0,0,.2);
}
.mem-hero__title span{display:block}
.mem-hero__description{
  max-width:690px;
  margin:0 0 22px;
  font-size:17px;
  line-height:1.45;
  font-weight:500;
  text-shadow:0 1px 8px rgba(0,0,0,.2);
}
.mem-hero__description p{margin:0}
.mem-button,.mem-contact__cta,.mem-projects__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:0;
  border-radius:2px;
  text-decoration:none!important;
  text-transform:uppercase;
  font-family:"Montserrat",Arial,sans-serif;
  font-size:11px;
  line-height:1;
  font-weight:800;
  letter-spacing:.55px;
  transition:transform .2s ease,filter .2s ease,box-shadow .2s ease;
  cursor:pointer;
}
.mem-button:hover,.mem-contact__cta:hover,.mem-projects__button:hover{transform:translateY(-2px);filter:brightness(.98);box-shadow:0 8px 18px rgba(0,0,0,.14)}
.mem-hero__location{
  margin-top:18px;
  font-size:12px;
  line-height:1.4;
  font-weight:700;
  letter-spacing:.35px;
}

/* About */
.mem-about{font-family:"Montserrat",Arial,sans-serif}
.mem-about__inner{width:100%;margin:0 auto}
.mem-about__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:start}
.mem-about__title{
  margin:0 0 24px;
  font-size:36px;
  line-height:1.03;
  font-weight:700;
  letter-spacing:-.65px;
}
.mem-about__copy{
  max-width:610px;
  font-size:14px;
  line-height:1.58;
  font-weight:500;
  margin:0 0 18px;
}
.mem-about__copy p{margin:0}
.mem-about__stats{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0;
  padding:18px 20px;
}
.mem-about__stat{
  min-height:132px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:14px 12px;
}
.mem-about__stat-icon{font-size:34px;line-height:1;margin:0 0 7px}
.mem-about__stat-icon svg{width:36px;height:36px}
.mem-about__stat-value{font-size:28px;line-height:1;font-weight:800;letter-spacing:.4px}
.mem-about__stat-label{margin-top:5px;font-size:10.5px;line-height:1.25;font-weight:700;max-width:150px}

/* Services */
.mem-services{font-family:"Montserrat",Arial,sans-serif}
.mem-services__inner{width:100%;margin:0 auto}
.mem-services__title,.mem-projects__title,.mem-capacity__title,.mem-contact__title{
  margin:0;
  font-size:35px;
  line-height:1.03;
  font-weight:700;
  letter-spacing:-.65px;
}
.mem-services__description,.mem-projects__description,.mem-capacity__description,.mem-contact__description{
  margin-top:10px;
  font-size:13.5px;
  line-height:1.55;
  font-weight:500;
}
.mem-services__list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  margin-top:34px;
}
.mem-services__item{
  display:grid;
  grid-template-columns:36px minmax(0,1fr);
  gap:8px;
  padding:14px 0 16px;
  border-bottom:1px solid var(--mem-line);
}
.mem-services__number{font-size:11px;line-height:1.3;font-weight:800;padding-top:2px}
.mem-services__item-title{margin:0 0 4px;font-size:13.5px;line-height:1.25;font-weight:800}
.mem-services__item-text{font-size:11.5px;line-height:1.45;font-weight:500}

/* Projects */
.mem-projects{font-family:"Montserrat",Arial,sans-serif}
.mem-projects__inner{width:100%;margin:0 auto}
.mem-projects__table{margin-top:28px;border-top:1px solid var(--mem-line)}
.mem-projects__row{
  display:grid;
  grid-template-columns:40px 1.1fr 1.45fr 1.2fr;
  align-items:center;
  gap:20px;
  min-height:46px;
  padding:10px 0;
  border-bottom:1px solid;
  font-size:11.5px;
  line-height:1.35;
}
.mem-projects__number{font-weight:800}
.mem-projects__name{font-weight:800}
.mem-projects__metric{font-weight:700}
.mem-projects__client{text-align:right;font-size:10.5px;font-weight:500}
.mem-projects__button{margin-top:18px;padding:8px 38px;min-width:242px}

/* Capacity */
.mem-capacity{font-family:"Montserrat",Arial,sans-serif}
.mem-capacity__inner{width:100%;margin:0 auto}
.mem-capacity__grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(420px,.85fr);gap:62px;align-items:start}
.mem-capacity__title{max-width:600px}
.mem-capacity__description{max-width:590px;color:#C9DCE5}
.mem-capacity__primary{position:relative;margin-top:34px;padding-top:18px}
.mem-capacity__primary::before{content:"";position:absolute;top:0;left:0;width:62%;height:4px}
.mem-capacity__primary-value,.mem-capacity__value{font-size:31px;line-height:1;font-weight:800;letter-spacing:.5px}
.mem-capacity__primary-label,.mem-capacity__label{margin-top:4px;font-size:10.5px;line-height:1.25;font-weight:700}
.mem-capacity__stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:52px;row-gap:20px;padding-top:10px}
.mem-capacity__stat{padding:0 0 14px;border-bottom:1px solid}
.mem-capacity__equipment{grid-column:1/-1;margin-top:2px;font-size:10.5px;line-height:1.45;font-weight:500}

/* Contact */
.mem-contact{font-family:"Montserrat",Arial,sans-serif}
.mem-contact__inner{width:100%;margin:0 auto}
.mem-contact__top{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.95fr);gap:58px;align-items:start}
.mem-contact__intro{max-width:610px}
.mem-contact__description{max-width:600px}
.mem-contact__description p{margin:0}
.mem-contact__cta{margin-top:18px;padding:10px 24px}
.mem-contact__card{padding:18px 26px 20px;border-bottom:4px solid}
.mem-contact__card-title{font-size:12px;line-height:1.2;font-weight:800;letter-spacing:.3px;margin-bottom:12px}
.mem-contact__card-row{border-top:1px solid #E5EDF1;padding:9px 0 0;margin-top:8px}
.mem-contact__card-row>span{display:block;font-size:8.5px;line-height:1.2;font-weight:800;text-transform:uppercase;color:var(--mem-gold);letter-spacing:.65px;margin-bottom:2px}
.mem-contact__card-value{font-size:11px;line-height:1.35;font-weight:700}
.mem-contact__card-value a{color:inherit;text-decoration:none}
.mem-contact__form-title{margin:22px 0 8px;font-size:16px;line-height:1.2;font-weight:800;color:var(--mem-navy)}
.mem-contact__form{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 58px}
.mem-contact__form-col{display:flex;flex-direction:column;gap:10px}
.mem-contact__form input,.mem-contact__form textarea{
  width:100%;
  min-height:38px;
  border:1px solid rgba(88,113,126,.12);
  border-radius:2px;
  padding:9px 12px;
  outline:0;
  font-family:"Montserrat",Arial,sans-serif;
  font-size:10.5px;
  line-height:1.4;
  transition:border-color .2s ease,box-shadow .2s ease;
}
.mem-contact__form textarea{min-height:48px;resize:vertical}
.mem-contact__form input:focus,.mem-contact__form textarea:focus{border-color:var(--mem-blue);box-shadow:0 0 0 2px rgba(0,106,152,.08)}
.mem-contact__form .is-invalid{border-color:#b32d2e!important}
.mem-contact__submit{
  align-self:flex-end;
  min-width:118px;
  min-height:34px;
  border:0;
  border-radius:0;
  padding:8px 18px;
  font-family:"Montserrat",Arial,sans-serif;
  font-size:9px;
  font-weight:800;
  letter-spacing:.45px;
  text-transform:uppercase;
  cursor:pointer;
  transition:opacity .2s ease,transform .2s ease;
}
.mem-contact__submit:hover{transform:translateY(-1px)}
.mem-contact__submit[disabled]{opacity:.55;cursor:not-allowed;transform:none}
.mem-contact__feedback{grid-column:1/-1;min-height:0;font-size:11.5px;line-height:1.4;font-weight:700;color:var(--mem-navy)}
.mem-contact__feedback.is-error{color:#b32d2e}
.mem-contact__feedback.is-success{color:#127c3e}
.mem-contact__honeypot{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

/* Preset desktop PDF (v1.2.0)
   La referencia usa un lienzo de 1536 px con ~80 px de margen lateral.
   El header está realmente encima del Hero: no reserva altura propia. */
@media(min-width:1025px){
  .mem-header.is-pdf-preset .mem-header__inner{
    max-width:1376px!important;
    min-height:194px!important;
    padding:46px 0 0!important;
    align-items:flex-start;
  }
  /* El preset PDF ya no fuerza la apariencia ni el ancho del logo.
     Esos valores quedan bajo los controles responsive de Elementor. */
  .mem-header.is-pdf-preset .mem-header__logo{
    overflow:hidden;
  }
  .mem-header.is-pdf-preset .mem-header__logo img{
    max-width:100%;
  }
  .mem-header.is-pdf-preset .mem-header__nav{
    gap:30px!important;
    padding-top:13px;
    flex-wrap:nowrap;
  }
  .mem-header.is-pdf-preset .mem-header__nav a{
    font-size:20px!important;
    line-height:1!important;
    font-weight:800!important;
    letter-spacing:.15px!important;
    white-space:nowrap;
  }
  .mem-header.is-pdf-preset.is-overlay:not(.is-scrolled){
    background:linear-gradient(180deg,rgba(0,0,0,.88) 0%,rgba(0,0,0,.58) 30%,rgba(0,0,0,.22) 68%,rgba(0,0,0,0) 100%)!important;
  }
  .mem-header.is-pdf-preset.is-scrolled .mem-header__inner{
    min-height:92px!important;
    padding:10px 0!important;
    align-items:center;
  }
  .mem-header.is-pdf-preset.is-scrolled .mem-header__nav{padding-top:0}
  .mem-header.is-pdf-preset.is-scrolled .mem-header__nav a{font-size:13px!important}

  .mem-hero.is-pdf-preset{
    min-height:740px!important;
  }
  .mem-hero.is-pdf-preset .mem-hero__inner{
    max-width:1376px!important;
    padding:238px 0 46px!important;
    align-items:flex-start;
  }
  .mem-hero.is-pdf-preset .mem-hero__content{
    max-width:720px!important;
  }
  .mem-hero.is-pdf-preset .mem-hero__eyebrow{
    font-size:23px;
    line-height:1.15;
    letter-spacing:.35px;
    margin-bottom:31px;
  }
  .mem-hero.is-pdf-preset .mem-hero__title{
    font-size:59px;
    line-height:.98;
    letter-spacing:-1.45px;
    margin-bottom:28px;
  }
  .mem-hero.is-pdf-preset .mem-hero__description{
    max-width:660px;
    font-size:23px;
    line-height:1.38;
    font-weight:700;
    margin-bottom:68px;
  }
  .mem-hero.is-pdf-preset .mem-button{
    min-width:422px;
    min-height:96px;
    padding:25px 36px!important;
    border-radius:12px;
    font-size:20px;
    letter-spacing:.1px;
  }
  .mem-hero.is-pdf-preset .mem-hero__location{
    margin-top:22px;
    font-size:14px;
  }
  .mem-hero.is-pdf-preset .mem-hero__overlay{
    background:linear-gradient(90deg,rgba(7,15,20,.62) 0%,rgba(7,15,20,.40) 48%,rgba(7,15,20,.14) 100%)!important;
  }
}

@media(max-width:1024px){
  .mem-header__nav{gap:16px!important}
  .mem-header__nav a{font-size:10px}
  .mem-about__grid,.mem-contact__top{grid-template-columns:minmax(0,1fr) minmax(320px,.9fr)}
  .mem-capacity__grid{grid-template-columns:1fr 1fr;gap:44px}
  .mem-projects__row{grid-template-columns:34px .95fr 1.3fr 1fr;gap:14px}
}

@media(max-width:767px){
  body.admin-bar .mem-header.is-fixed{top:46px}
  .mem-header__nav{display:none}

  /* Mobile v1.4.0: botón y cierre 100% propios del plugin.
     all:unset en los botones evita que Elementor/tema les aplique el estilo global magenta. */
  .mem-header__toggle{
    display:block!important;
    flex:0 0 46px;
    margin-left:auto!important;
  }

  .mem-header__inner{
    min-height:82px!important;
    padding-top:8px!important;
    padding-bottom:8px!important;
    align-items:center!important;
  }
  .mem-header__logo{
    padding:5px 9px!important;
    border-radius:8px!important;
    overflow:hidden!important;
    flex:0 0 auto;
  }
  .mem-header__logo img{
    display:block!important;
    width:120px!important;
    max-width:120px!important;
    height:auto!important;
    max-height:none!important;
    object-fit:contain!important;
    object-position:center!important;
  }

  /* Fondo modal: separa visualmente el drawer del Hero sin taparlo por completo. */
  .mem-header__backdrop{
    display:block;
    position:fixed;
    inset:0;
    z-index:1000;
    background:rgba(3,13,20,.58);
    -webkit-backdrop-filter:blur(2px);
    backdrop-filter:blur(2px);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:opacity .28s ease,visibility .28s ease;
  }
  .mem-header__backdrop.is-open{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
  }

  /* Drawer lateral: más limpio que un dropdown y no empuja el contenido de la página. */
  .mem-header__mobile{
    display:flex;
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    z-index:1001;
    width:min(88vw,360px);
    max-width:100%;
    padding:0;
    flex-direction:column;
    overflow-y:auto;
    overscroll-behavior:contain;
    background:#0B2638;
    box-shadow:-22px 0 55px rgba(0,0,0,.28);
    transform:translate3d(102%,0,0);
    visibility:hidden;
    pointer-events:none;
    transition:transform .32s cubic-bezier(.22,.61,.36,1),visibility .32s ease;
  }
  .mem-header__mobile.is-open{
    transform:translate3d(0,0,0);
    visibility:visible;
    pointer-events:auto;
  }
  body.admin-bar .mem-header__backdrop,
  body.admin-bar .mem-header__mobile{top:46px}

  .mem-header__mobile-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    padding:24px 22px 19px;
    border-bottom:1px solid rgba(255,255,255,.12);
  }
  .mem-header__mobile-title{
    margin:0;
    font-size:11px;
    line-height:1;
    font-weight:800;
    letter-spacing:2.4px;
    text-transform:uppercase;
    color:#E3A129;
  }
  .mem-header__mobile-close{
    display:block!important;
    position:relative!important;
    flex:0 0 42px!important;
    width:42px!important;
    height:42px!important;
    border:1px solid rgba(255,255,255,.22)!important;
    border-radius:50%!important;
    background:rgba(255,255,255,.06)!important;
    box-shadow:none!important;
    transition:background .2s ease,border-color .2s ease,transform .2s ease!important;
  }
  .mem-header__mobile-close:hover,
  .mem-header__mobile-close:focus-visible{
    background:rgba(255,255,255,.12)!important;
    border-color:rgba(255,255,255,.45)!important;
    transform:rotate(5deg);
    outline:none!important;
  }
  .mem-header__mobile-close span{
    position:absolute;
    top:50%;
    left:50%;
    display:block;
    width:19px;
    height:2px;
    margin:0;
    border-radius:99px;
    background:#fff;
  }
  .mem-header__mobile-close span:first-child{transform:translate(-50%,-50%) rotate(45deg)}
  .mem-header__mobile-close span:last-child{transform:translate(-50%,-50%) rotate(-45deg)}

  .mem-header__mobile-nav{
    display:flex;
    flex-direction:column;
    padding:10px 22px 22px;
    counter-reset:mem-mobile-nav;
  }
  .mem-header__mobile-nav a{
    counter-increment:mem-mobile-nav;
    display:grid;
    grid-template-columns:34px 1fr;
    align-items:center;
    gap:9px;
    min-height:68px;
    padding:13px 0!important;
    border:0!important;
    border-bottom:1px solid rgba(255,255,255,.11)!important;
    color:#fff;
    font-size:17px!important;
    line-height:1.15!important;
    font-weight:750!important;
    letter-spacing:.2px!important;
    text-transform:uppercase;
    text-decoration:none!important;
    transition:color .2s ease,padding-left .2s ease!important;
  }
  .mem-header__mobile-nav a::before{
    content:"0" counter(mem-mobile-nav);
    font-size:10px;
    line-height:1;
    font-weight:800;
    letter-spacing:.7px;
    color:#E3A129;
  }
  .mem-header__mobile-nav a:hover,
  .mem-header__mobile-nav a:focus-visible{
    color:#E3A129;
    padding-left:4px!important;
    outline:none;
  }
  .mem-header__mobile-brand{
    margin:auto 22px 0;
    padding:26px 0 24px;
    border-top:1px solid rgba(255,255,255,.11);
    color:rgba(255,255,255,.42);
    font-size:10px;
    line-height:1.3;
    font-weight:700;
    letter-spacing:1.5px;
    text-transform:uppercase;
  }
  .mem-hero__title{font-size:42px;line-height:1}
  .mem-hero__eyebrow{font-size:10.5px;letter-spacing:1.2px}
  .mem-hero__description{font-size:14px;line-height:1.5}
  .mem-about__grid,.mem-services__list,.mem-capacity__grid,.mem-contact__top,.mem-contact__form{grid-template-columns:1fr}
  .mem-about__grid,.mem-contact__top{gap:34px}
  .mem-about__title,.mem-services__title,.mem-projects__title,.mem-capacity__title,.mem-contact__title{font-size:29px}
  .mem-about__stats{padding:12px}
  .mem-about__stat{min-height:118px}
  .mem-services__list{margin-top:22px}
  .mem-projects__table{border-top:0}
  .mem-projects__row{grid-template-columns:34px 1fr;gap:5px 10px;padding:14px 0}
  .mem-projects__number{grid-row:1/4}
  .mem-projects__metric,.mem-projects__client{grid-column:2;text-align:left}
  .mem-projects__button{width:100%;min-width:0}
  .mem-capacity__stats{padding-top:0;column-gap:24px}
  .mem-contact__form{gap:10px}
  .mem-contact__form-title{margin-top:28px}
}

@media(max-width:480px){
  .mem-about__stats{grid-template-columns:1fr 1fr}
  .mem-about__stat-value,.mem-capacity__value,.mem-capacity__primary-value{font-size:25px}
  .mem-capacity__stats{grid-template-columns:1fr 1fr}
}

/* ================================================================
   v1.5.0 - Preset de secciones basado en la maqueta PDF
   ----------------------------------------------------------------
   El preset es opt-in por clase (activo por defecto desde Elementor).
   Las reglas de geometría usan !important para prevalecer sobre valores
   antiguos ya guardados por Elementor. Colores y contenido siguen siendo
   completamente editables desde el widget.
   ================================================================ */

.mem-about,
.mem-services,
.mem-projects,
.mem-capacity,
.mem-contact{
  scroll-margin-top:105px;
}

/* El PDF usa un antetítulo pequeño con una regla que completa la línea. */
.mem-about .mem-kicker,
.mem-services .mem-kicker,
.mem-projects .mem-kicker,
.mem-capacity .mem-kicker,
.mem-contact .mem-kicker{
  display:flex;
  align-items:center;
  gap:15px;
  width:100%;
  white-space:nowrap;
}
.mem-about .mem-kicker::after,
.mem-services .mem-kicker::after,
.mem-projects .mem-kicker::after,
.mem-capacity .mem-kicker::after,
.mem-contact .mem-kicker::after{
  content:"";
  flex:1 1 auto;
  height:1px;
  background:var(--mem-line);
  opacity:.9;
}
.mem-capacity .mem-kicker::after{
  background:rgba(201,220,229,.34);
}

@media(min-width:768px){
  /* 1536 px es el lienzo de referencia; 80 px laterales dejan 1376 px útiles. */
  .mem-about.is-pdf-preset .mem-about__inner,
  .mem-services.is-pdf-preset .mem-services__inner,
  .mem-projects.is-pdf-preset .mem-projects__inner,
  .mem-capacity.is-pdf-preset .mem-capacity__inner,
  .mem-contact.is-pdf-preset .mem-contact__inner{
    max-width:1536px!important;
    padding-left:clamp(32px,5.2vw,80px)!important;
    padding-right:clamp(32px,5.2vw,80px)!important;
  }

  /* QUIÉNES SOMOS */
  .mem-about.is-pdf-preset .mem-about__inner{
    padding-top:56px!important;
    padding-bottom:82px!important;
  }
  .mem-about.is-pdf-preset .mem-kicker{margin-bottom:27px!important}
  .mem-about.is-pdf-preset .mem-about__grid{
    grid-template-columns:minmax(0,1.07fr) minmax(390px,.93fr)!important;
    gap:clamp(52px,5vw,78px)!important;
  }
  .mem-about.is-pdf-preset .mem-about__content{padding-top:2px}
  .mem-about.is-pdf-preset .mem-about__title{
    max-width:650px;
    margin-bottom:27px!important;
    font-size:clamp(31px,2.35vw,38px)!important;
    line-height:1.04!important;
    letter-spacing:-.7px!important;
  }
  .mem-about.is-pdf-preset .mem-about__copy{
    max-width:590px!important;
    margin-bottom:24px!important;
    font-size:13.2px!important;
    line-height:1.62!important;
  }
  .mem-about.is-pdf-preset .mem-about__stats{
    padding:20px 22px!important;
    align-self:stretch;
  }
  .mem-about.is-pdf-preset .mem-about__stat{
    min-height:138px!important;
    padding:15px 12px!important;
  }
  .mem-about.is-pdf-preset .mem-about__stat-icon{
    margin-bottom:8px!important;
    font-size:36px!important;
  }
  .mem-about.is-pdf-preset .mem-about__stat-icon svg{
    width:38px!important;
    height:38px!important;
  }
  .mem-about.is-pdf-preset .mem-about__stat-value{
    font-size:31px!important;
    line-height:1!important;
  }
  .mem-about.is-pdf-preset .mem-about__stat-label{
    margin-top:7px!important;
    font-size:10.4px!important;
    line-height:1.28!important;
  }

  /* SERVICIOS */
  .mem-services.is-pdf-preset .mem-services__inner{
    padding-top:44px!important;
    padding-bottom:64px!important;
  }
  .mem-services.is-pdf-preset .mem-kicker{margin-bottom:24px!important}
  .mem-services.is-pdf-preset .mem-services__title{
    max-width:690px;
    font-size:32px!important;
    line-height:1.06!important;
    letter-spacing:-.55px!important;
  }
  .mem-services.is-pdf-preset .mem-services__description{
    margin-top:11px!important;
    font-size:12.8px!important;
    line-height:1.5!important;
  }
  .mem-services.is-pdf-preset .mem-services__list{
    margin-top:25px!important;
    column-gap:clamp(48px,5vw,78px)!important;
  }
  .mem-services.is-pdf-preset .mem-services__item{
    grid-template-columns:38px minmax(0,1fr)!important;
    gap:10px!important;
    min-height:80px;
    padding:17px 0 19px!important;
  }
  .mem-services.is-pdf-preset .mem-services__number{
    padding-top:1px!important;
    font-size:11px!important;
  }
  .mem-services.is-pdf-preset .mem-services__item-title{
    margin-bottom:5px!important;
    font-size:13.2px!important;
    line-height:1.25!important;
  }
  .mem-services.is-pdf-preset .mem-services__item-text{
    max-width:94%;
    font-size:11.2px!important;
    line-height:1.48!important;
  }

  /* PROYECTOS */
  .mem-projects.is-pdf-preset .mem-projects__inner{
    padding-top:49px!important;
    padding-bottom:58px!important;
  }
  .mem-projects.is-pdf-preset .mem-kicker{margin-bottom:25px!important}
  .mem-projects.is-pdf-preset .mem-projects__title{
    font-size:32px!important;
    line-height:1.06!important;
    letter-spacing:-.55px!important;
  }
  .mem-projects.is-pdf-preset .mem-projects__description{
    margin-top:11px!important;
    font-size:12.5px!important;
  }
  .mem-projects.is-pdf-preset .mem-projects__table{
    margin-top:23px!important;
    border-top:0!important;
  }
  .mem-projects.is-pdf-preset .mem-projects__row{
    grid-template-columns:42px 1.05fr 1.45fr 1.2fr!important;
    gap:18px!important;
    min-height:65px!important;
    padding:13px 0!important;
    font-size:11.4px!important;
    line-height:1.38!important;
  }
  .mem-projects.is-pdf-preset .mem-projects__client{
    font-size:10.3px!important;
    line-height:1.4!important;
  }
  .mem-projects.is-pdf-preset .mem-projects__button{
    min-width:252px!important;
    min-height:36px!important;
    margin-top:18px!important;
    padding:10px 40px!important;
    font-size:10px!important;
    border-radius:2px!important;
  }

  /* CAPACIDAD OPERATIVA - en la referencia hay mucho más aire vertical. */
  .mem-capacity.is-pdf-preset .mem-capacity__inner{
    min-height:535px;
    padding-top:45px!important;
    padding-bottom:56px!important;
  }
  .mem-capacity.is-pdf-preset .mem-kicker{margin-bottom:29px!important}
  .mem-capacity.is-pdf-preset .mem-capacity__grid{
    grid-template-columns:minmax(0,1.07fr) minmax(390px,.93fr)!important;
    gap:clamp(62px,6vw,96px)!important;
  }
  .mem-capacity.is-pdf-preset .mem-capacity__title{
    max-width:620px!important;
    font-size:34px!important;
    line-height:1.08!important;
    letter-spacing:-.6px!important;
  }
  .mem-capacity.is-pdf-preset .mem-capacity__description{
    max-width:610px!important;
    margin-top:18px!important;
    font-size:12.7px!important;
    line-height:1.55!important;
  }
  .mem-capacity.is-pdf-preset .mem-capacity__primary{
    margin-top:55px!important;
    padding-top:23px!important;
  }
  .mem-capacity.is-pdf-preset .mem-capacity__primary::before{
    width:62%!important;
    height:4px!important;
  }
  .mem-capacity.is-pdf-preset .mem-capacity__primary-value,
  .mem-capacity.is-pdf-preset .mem-capacity__value{
    font-size:34px!important;
    line-height:1!important;
  }
  .mem-capacity.is-pdf-preset .mem-capacity__primary-label,
  .mem-capacity.is-pdf-preset .mem-capacity__label{
    margin-top:6px!important;
    font-size:10.4px!important;
    line-height:1.28!important;
  }
  .mem-capacity.is-pdf-preset .mem-capacity__stats{
    column-gap:clamp(42px,4.3vw,66px)!important;
    row-gap:52px!important;
    padding-top:9px!important;
  }
  .mem-capacity.is-pdf-preset .mem-capacity__stat{
    min-height:76px;
    padding-bottom:19px!important;
  }
  .mem-capacity.is-pdf-preset .mem-capacity__equipment{
    margin-top:25px!important;
    font-size:10.5px!important;
    line-height:1.48!important;
  }

  /* CONTACTO */
  .mem-contact.is-pdf-preset .mem-contact__inner{
    padding-top:40px!important;
    padding-bottom:30px!important;
  }
  .mem-contact.is-pdf-preset .mem-kicker{margin-bottom:24px!important}
  .mem-contact.is-pdf-preset .mem-contact__top{
    grid-template-columns:minmax(0,1.02fr) minmax(350px,.98fr)!important;
    gap:clamp(46px,5vw,76px)!important;
  }
  .mem-contact.is-pdf-preset .mem-contact__title{
    font-size:33px!important;
    line-height:1.06!important;
    letter-spacing:-.6px!important;
  }
  .mem-contact.is-pdf-preset .mem-contact__description{
    max-width:610px!important;
    margin-top:12px!important;
    font-size:12.6px!important;
    line-height:1.52!important;
  }
  .mem-contact.is-pdf-preset .mem-contact__cta{
    min-height:43px!important;
    margin-top:17px!important;
    padding:12px 27px!important;
    font-size:10px!important;
  }
  .mem-contact.is-pdf-preset .mem-contact__card{
    min-height:218px;
    padding:22px 28px 25px!important;
    border-bottom-width:5px!important;
  }
  .mem-contact.is-pdf-preset .mem-contact__card-title{
    margin-bottom:15px!important;
    font-size:12.2px!important;
  }
  .mem-contact.is-pdf-preset .mem-contact__card-row{
    margin-top:11px!important;
    padding-top:12px!important;
  }
  .mem-contact.is-pdf-preset .mem-contact__card-row>span{
    margin-bottom:4px!important;
    font-size:8.6px!important;
  }
  .mem-contact.is-pdf-preset .mem-contact__card-value{
    font-size:11.2px!important;
    line-height:1.38!important;
  }
  .mem-contact.is-pdf-preset .mem-contact__form-title{
    margin:24px 0 10px!important;
    font-size:17px!important;
  }
  .mem-contact.is-pdf-preset .mem-contact__form{
    gap:13px clamp(46px,5vw,76px)!important;
  }
  .mem-contact.is-pdf-preset .mem-contact__form-col{gap:11px!important}
  .mem-contact.is-pdf-preset .mem-contact__form input,
  .mem-contact.is-pdf-preset .mem-contact__form textarea{
    min-height:43px!important;
    padding:10px 13px!important;
    font-size:10.5px!important;
    border-radius:3px!important;
  }
  .mem-contact.is-pdf-preset .mem-contact__form textarea{
    min-height:61px!important;
  }
  .mem-contact.is-pdf-preset .mem-contact__submit{
    min-width:126px!important;
    min-height:40px!important;
    padding:9px 20px!important;
  }
}

@media(max-width:767px){
  /* Mobile: mantenemos la identidad de la maqueta pero priorizamos legibilidad. */
  .mem-about.is-pdf-preset .mem-about__inner,
  .mem-services.is-pdf-preset .mem-services__inner,
  .mem-projects.is-pdf-preset .mem-projects__inner,
  .mem-capacity.is-pdf-preset .mem-capacity__inner,
  .mem-contact.is-pdf-preset .mem-contact__inner{
    padding-left:24px!important;
    padding-right:24px!important;
  }
  .mem-about.is-pdf-preset .mem-about__inner{padding-top:50px!important;padding-bottom:54px!important}
  .mem-services.is-pdf-preset .mem-services__inner{padding-top:46px!important;padding-bottom:50px!important}
  .mem-projects.is-pdf-preset .mem-projects__inner{padding-top:46px!important;padding-bottom:50px!important}
  .mem-capacity.is-pdf-preset .mem-capacity__inner{padding-top:46px!important;padding-bottom:52px!important}
  .mem-contact.is-pdf-preset .mem-contact__inner{padding-top:44px!important;padding-bottom:44px!important}

  .mem-about.is-pdf-preset .mem-kicker,
  .mem-services.is-pdf-preset .mem-kicker,
  .mem-projects.is-pdf-preset .mem-kicker,
  .mem-capacity.is-pdf-preset .mem-kicker,
  .mem-contact.is-pdf-preset .mem-kicker{
    gap:11px;
    margin-bottom:21px!important;
    font-size:9px!important;
    letter-spacing:1.15px!important;
  }

  .mem-about.is-pdf-preset .mem-about__title,
  .mem-services.is-pdf-preset .mem-services__title,
  .mem-projects.is-pdf-preset .mem-projects__title,
  .mem-capacity.is-pdf-preset .mem-capacity__title,
  .mem-contact.is-pdf-preset .mem-contact__title{
    font-size:30px!important;
    line-height:1.08!important;
    letter-spacing:-.45px!important;
  }

  .mem-about.is-pdf-preset .mem-about__copy{font-size:13px!important;line-height:1.62!important}
  .mem-about.is-pdf-preset .mem-about__stats{margin-top:4px;padding:10px!important}
  .mem-about.is-pdf-preset .mem-about__stat{min-height:112px!important;padding:12px 8px!important}
  .mem-about.is-pdf-preset .mem-about__stat-icon svg{width:31px!important;height:31px!important}
  .mem-about.is-pdf-preset .mem-about__stat-value{font-size:25px!important}
  .mem-about.is-pdf-preset .mem-about__stat-label{font-size:9.5px!important}

  .mem-services.is-pdf-preset .mem-services__description,
  .mem-projects.is-pdf-preset .mem-projects__description,
  .mem-capacity.is-pdf-preset .mem-capacity__description,
  .mem-contact.is-pdf-preset .mem-contact__description{font-size:12.5px!important;line-height:1.55!important}

  .mem-services.is-pdf-preset .mem-services__list{margin-top:22px!important}
  .mem-services.is-pdf-preset .mem-services__item{min-height:0;padding:17px 0!important;grid-template-columns:34px 1fr!important}
  .mem-services.is-pdf-preset .mem-services__item-title{font-size:13.2px!important}
  .mem-services.is-pdf-preset .mem-services__item-text{font-size:11.5px!important;max-width:100%}

  .mem-projects.is-pdf-preset .mem-projects__table{margin-top:20px!important}
  .mem-projects.is-pdf-preset .mem-projects__row{
    grid-template-columns:30px 1fr!important;
    gap:5px 9px!important;
    min-height:0!important;
    padding:16px 0!important;
    font-size:11.5px!important;
  }
  .mem-projects.is-pdf-preset .mem-projects__client{font-size:10.5px!important;margin-top:2px}
  .mem-projects.is-pdf-preset .mem-projects__button{min-height:40px!important;margin-top:18px!important}

  .mem-capacity.is-pdf-preset .mem-capacity__grid{gap:36px!important}
  .mem-capacity.is-pdf-preset .mem-capacity__description{margin-top:14px!important}
  .mem-capacity.is-pdf-preset .mem-capacity__primary{margin-top:32px!important;padding-top:19px!important}
  .mem-capacity.is-pdf-preset .mem-capacity__stats{column-gap:22px!important;row-gap:28px!important}
  .mem-capacity.is-pdf-preset .mem-capacity__stat{min-height:0;padding-bottom:14px!important}
  .mem-capacity.is-pdf-preset .mem-capacity__equipment{margin-top:6px!important;font-size:10.5px!important}

  .mem-contact.is-pdf-preset .mem-contact__top{gap:30px!important}
  .mem-contact.is-pdf-preset .mem-contact__cta{min-height:42px!important;padding:12px 22px!important}
  .mem-contact.is-pdf-preset .mem-contact__card{min-height:0;padding:20px 22px 22px!important}
  .mem-contact.is-pdf-preset .mem-contact__form-title{margin:27px 0 10px!important;font-size:17px!important}
  .mem-contact.is-pdf-preset .mem-contact__form{gap:11px!important}
  .mem-contact.is-pdf-preset .mem-contact__form input,
  .mem-contact.is-pdf-preset .mem-contact__form textarea{min-height:44px!important;font-size:11px!important}
  .mem-contact.is-pdf-preset .mem-contact__form textarea{min-height:88px!important}
  .mem-contact.is-pdf-preset .mem-contact__submit{min-height:42px!important;min-width:120px!important}
}

/* ================================================================
   v1.6.0 - Movimiento editorial sutil
   ----------------------------------------------------------------
   Se activa sólo en widgets con data-mem-motion. Los elementos se
   ocultan únicamente después de que JS inicializa la sección, por lo
   que el contenido sigue siendo visible si JS falla o está bloqueado.
   ================================================================ */

.mem-services__item{--mem-item-line:var(--mem-line)}
.mem-projects__row{--mem-item-line:#DDEAF0}
.mem-capacity__stat{--mem-item-line:#365163}
.mem-contact__card{--mem-card-accent:var(--mem-blue)}

[data-mem-motion].is-motion-ready [data-mem-reveal]{
  opacity:0;
  transform:translate3d(0,18px,0);
  transition:
    opacity .62s cubic-bezier(.22,.61,.36,1),
    transform .62s cubic-bezier(.22,.61,.36,1);
  transition-delay:var(--mem-delay,0ms);
  will-change:opacity,transform;
}
[data-mem-motion].is-motion-ready [data-mem-reveal="fade-left"]{
  transform:translate3d(22px,0,0);
}
[data-mem-motion].is-motion-ready [data-mem-reveal="scale"]{
  transform:translate3d(0,10px,0) scale(.94);
}
[data-mem-motion].is-motion-ready.is-visible [data-mem-reveal]{
  opacity:1;
  transform:translate3d(0,0,0) scale(1);
}

/* Regla de antetítulo dibujada de izquierda a derecha. */
[data-mem-motion].is-motion-ready .mem-kicker::after{
  transform:scaleX(0);
  transform-origin:left center;
  transition:transform .88s cubic-bezier(.22,.61,.36,1);
  transition-delay:120ms;
}
[data-mem-motion].is-motion-ready.is-visible .mem-kicker::after{transform:scaleX(1)}

/* Separadores: se trazan después de que entra cada fila. */
[data-mem-motion].is-motion-ready .mem-services__item,
[data-mem-motion].is-motion-ready .mem-projects__row,
[data-mem-motion].is-motion-ready .mem-capacity__stat{
  position:relative;
  border-bottom-color:transparent;
}
[data-mem-motion].is-motion-ready .mem-services__item::after,
[data-mem-motion].is-motion-ready .mem-projects__row::after,
[data-mem-motion].is-motion-ready .mem-capacity__stat::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:1px;
  background:var(--mem-item-line);
  transform:scaleX(0);
  transform-origin:left center;
  transition:transform .7s cubic-bezier(.22,.61,.36,1);
  transition-delay:calc(var(--mem-delay,0ms) + 110ms);
  pointer-events:none;
}
[data-mem-motion].is-motion-ready.is-visible .mem-services__item::after,
[data-mem-motion].is-motion-ready.is-visible .mem-projects__row::after,
[data-mem-motion].is-motion-ready.is-visible .mem-capacity__stat::after{
  transform:scaleX(1);
}

/* La barra dorada del indicador principal también se construye al entrar. */
[data-mem-motion].is-motion-ready .mem-capacity__primary::before{
  transform:scaleX(0);
  transform-origin:left center;
  transition:transform .82s cubic-bezier(.22,.61,.36,1);
  transition-delay:300ms;
}
[data-mem-motion].is-motion-ready.is-visible .mem-capacity__primary::before{transform:scaleX(1)}

/* Acento inferior de la tarjeta de contacto. */
[data-mem-motion].is-motion-ready .mem-contact__card{
  position:relative;
  border-bottom-color:transparent;
}
[data-mem-motion].is-motion-ready .mem-contact__card::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:5px;
  background:var(--mem-card-accent);
  transform:scaleX(0);
  transform-origin:left center;
  transition:transform .8s cubic-bezier(.22,.61,.36,1);
  transition-delay:330ms;
}
[data-mem-motion].is-motion-ready.is-visible .mem-contact__card::after{transform:scaleX(1)}

/* Microinteracciones: presentes pero deliberadamente discretas. */
.mem-about__stat,
.mem-services__item,
.mem-projects__row,
.mem-capacity__stat,
.mem-contact__card{
  transition:transform .24s ease,background-color .24s ease,box-shadow .24s ease;
}
.mem-about__stat-icon{
  transition:transform .28s cubic-bezier(.22,.61,.36,1);
}
@media(hover:hover) and (pointer:fine){
  [data-mem-motion].is-visible .mem-about__stat:hover{transform:translateY(-4px)}
  [data-mem-motion].is-visible .mem-about__stat:hover .mem-about__stat-icon{transform:translateY(-2px) scale(1.07)}
  [data-mem-motion].is-visible .mem-services__item:hover{transform:translateX(4px)}
  [data-mem-motion].is-visible .mem-projects__row:hover{transform:translateX(4px)}
  [data-mem-motion].is-visible .mem-capacity__stat:hover{transform:translateY(-3px)}
  [data-mem-motion].is-visible .mem-contact__card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(11,38,56,.08)}
}

/* Los números permanecen estables en ancho durante el count-up. */
[data-mem-counter]{
  font-variant-numeric:tabular-nums;
  min-width:2ch;
}

@media(prefers-reduced-motion:reduce){
  [data-mem-motion] *,
  [data-mem-motion] *::before,
  [data-mem-motion] *::after{
    animation-duration:.001ms!important;
    animation-iteration-count:1!important;
    scroll-behavior:auto!important;
    transition-duration:.001ms!important;
    transition-delay:0ms!important;
  }
  [data-mem-motion] [data-mem-reveal]{
    opacity:1!important;
    transform:none!important;
  }
  [data-mem-motion] .mem-kicker::after,
  [data-mem-motion] .mem-capacity__primary::before,
  [data-mem-motion] .mem-services__item::after,
  [data-mem-motion] .mem-projects__row::after,
  [data-mem-motion] .mem-capacity__stat::after,
  [data-mem-motion] .mem-contact__card::after{
    transform:none!important;
  }
}

/* =========================================================
   CONTACTO · SEGURIDAD / reCAPTCHA
   ========================================================= */
.mem-contact__security-note{
  grid-column:1/-1;
  margin:0;
  font-size:10px;
  line-height:1.45;
  color:rgba(21,42,54,.56);
}

/* =========================================================
   FOOTER
   ========================================================= */
.mem-footer{
  --mem-footer-accent:#E3A129;
  position:relative;
  width:100%;
  font-family:"Montserrat",Arial,sans-serif;
  overflow:hidden;
}
.mem-footer::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:3px;
  background:linear-gradient(90deg,var(--mem-footer-accent) 0 16%,rgba(255,255,255,.12) 16% 100%);
}
.mem-footer__inner{
  width:100%;
  max-width:1376px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.mem-footer__copy{min-width:0}
.mem-footer__copyright{
  margin:0;
  font-size:12px;
  line-height:1.45;
  font-weight:700;
  letter-spacing:.15px;
}
.mem-footer__secondary{
  margin-top:5px;
  font-size:9px;
  line-height:1.5;
  font-weight:600;
  letter-spacing:1.25px;
  text-transform:uppercase;
}
.mem-footer__links{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:8px 20px;
}
.mem-footer__links a{
  position:relative;
  font-size:10px;
  line-height:1.3;
  font-weight:700;
  text-decoration:none;
  transition:opacity .2s ease,transform .2s ease;
}
.mem-footer__links a:not(:last-child)::after{
  content:"";
  position:absolute;
  right:-11px;
  top:50%;
  width:2px;
  height:2px;
  border-radius:50%;
  background:var(--mem-footer-accent);
  transform:translateY(-50%);
}
@media(hover:hover) and (pointer:fine){
  .mem-footer__links a:hover{opacity:.72;transform:translateY(-1px)}
}
@media(max-width:767px){
  .mem-contact__security-note{font-size:9.5px}
  .mem-footer__inner{
    flex-direction:column;
    align-items:flex-start;
    gap:16px;
  }
  .mem-footer__links{justify-content:flex-start;gap:10px 18px}
  .mem-footer__copyright{font-size:11px}
  .mem-footer__secondary{font-size:8.5px}
}
