.elementor-16681 .elementor-element.elementor-element-5390791{overflow:hidden;margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-16681 .elementor-element.elementor-element-fb1fe82 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-block-end:0px;}.elementor-16681 .elementor-element.elementor-element-fb1fe82 > .elementor-element-populated{border-style:none;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-16681 .elementor-element.elementor-element-6a60184{width:100%;max-width:100%;align-self:flex-start;}.elementor-16681 .elementor-element.elementor-element-6a60184 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-16681 .elementor-element.elementor-element-fb1fe82{width:100%;}}/* Start custom CSS for html, class: .elementor-element-6a60184 */:root{
  --erb-navy:#000440;
  --erb-orange:#f9a11b;
  --erb-text:#142033;
  --erb-gray:#f3f5f8;
}

/* RESET BASE */
*{
  box-sizing:border-box;
}

html,
body{
  margin:0;
  padding:0;
  overflow-x:hidden;
  font-family:'Heebo', sans-serif;
  color:var(--erb-text);
  background:#fff;
}

img{
  max-width:100%;
  display:block;
}

/* CONTENEDOR 1600 */
.erb-container,
.erb-hero-content{
  width:100%;
  max-width:1600px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:32px !important;
  padding-right:32px !important;
}

/* SECCIONES BASE */
.erb-about-hero,
.erb-section,
.erb-dark-section,
.erb-values,
.erb-history,
.erb-bottom-cta{
  width:100% !important;
  max-width:100% !important;
  margin-left:0 !important;
  margin-right:0 !important;
}

/* ELEMENTOR */
.elementor-section.elementor-section-boxed > .elementor-container{
  max-width:1600px !important;
}

.e-con{
  --container-max-width:1600px !important;
}

/* HERO */
.erb-about-hero{
  position:relative;
  min-height:620px;
  background:
    linear-gradient(90deg, rgba(0,4,64,.95) 0%, rgba(0,4,64,.82) 35%, rgba(0,4,64,.25) 100%),
    url('https://images.unsplash.com/photo-1553413077-190dd305871c?q=80&w=1800&auto=format&fit=crop') center/cover;
  display:flex;
  align-items:center;
  overflow:hidden;
  padding:25px 0 30px;
}

.erb-about-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(130deg, transparent 0%, rgba(249,161,27,.08) 50%, transparent 100%);
}

.erb-hero-content{
  position:relative;
  z-index:2;
  color:#fff;
}

.erb-hero-content-inner{
  max-width:760px !important;
}

.erb-eyebrow{
  display:inline-block;
  color:var(--erb-orange);
  font-size:14px;
  font-weight:800;
  letter-spacing:.12em;
  margin-bottom:18px;
}

.erb-eyebrow.dark{
  color:var(--erb-orange);
}

.erb-hero-content h1{
  font-size:clamp(38px,4.5vw,52px);
  line-height:.98;
  margin:0 0 18px;
}

.erb-hero-content p{
  max-width:620px;
  font-size:17px;
  line-height:1.55;
  margin-bottom:24px;
}

/* BOTONES */
.erb-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:16px 28px;
  border-radius:14px;
  text-decoration:none;
  font-weight:700;
  transition:.25s ease;
}

.erb-btn.primary{
  background:var(--erb-orange);
  color:#000440;
}

.erb-btn:hover{
  transform:translateY(-2px);
}

/* SECCIONES CLARAS */
.erb-section{
  padding:30px 0;
}

.erb-light{
  background:#fff;
}

.erb-section.erb-light{
  padding:30px 0 35px;
}

/* SOBRE ERB */
.erb-about-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px;
  align-items:center;
}

.erb-about-image img{
  border-radius:26px;
  box-shadow:0 30px 60px rgba(0,0,0,.12);
}

.erb-about-text h2{
  font-size:54px;
  line-height:1.1;
  margin:0 0 24px;
  color:var(--erb-navy);
}

.erb-about-text p{
  color:#5c6678;
  line-height:1.9;
  font-size:17px;
}

/* SERVICIOS */
.erb-dark-section{
  position:relative;
  padding:35px 0 65px;
  background:
    linear-gradient(rgba(0,4,64,.92), rgba(0,4,64,.92)),
    url('https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?q=80&w=1800&auto=format&fit=crop') center/cover;
  overflow:hidden;
}

.erb-section-title{
  text-align:center;
  margin-bottom:40px;
}

.erb-section-title span{
  color:var(--erb-orange);
  font-weight:800;
  letter-spacing:.12em;
  font-size:14px;
}

.erb-section-title h2{
  color:#fff;
  font-size:44px;
  margin-top:8px;
}

.erb-services-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

.erb-service-card{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.1);
  backdrop-filter:blur(10px);
  border-radius:24px;
  padding:24px 28px;
  color:#fff;
  transition:.25s ease;
}

.erb-service-card:hover{
  transform:translateY(-6px);
  border-color:rgba(249,161,27,.4);
}

.erb-icon-box{
  width:54px;
  height:54px;
  border-radius:18px;
  background:rgba(249,161,27,.12);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  margin-bottom:16px;
}

.erb-service-card h3{
  margin:0 0 14px;
  font-size:24px;
}

.erb-service-card p{
  margin:0;
  line-height:1.55;
  font-size:15px;
}

/* MISIÓN / VISIÓN */
.erb-mission-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
}

.erb-mission-card{
  border-radius:26px;
  padding:24px 34px;
}

.erb-mission-card.navy{
  background:linear-gradient(135deg,#000440,#021863);
  color:#fff;
}

.erb-mission-card.gray{
  background:#e9edf3;
}

.erb-card-top{
  display:flex;
  align-items:center;
  gap:20px;
  margin-bottom:18px;
}

.erb-circle-icon{
  width:58px;
  height:58px;
  border-radius:50%;
  background:rgba(255,255,255,.08);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:30px;
}

.erb-mission-card span{
  color:var(--erb-orange);
  font-size:13px;
  font-weight:800;
  letter-spacing:.1em;
}

.erb-mission-card h3{
  font-size:32px;
  margin:4px 0 0;
}

.erb-mission-card p{
  line-height:1.65;
  font-size:15px;
  margin:0;
}

/* VALORES */
.erb-values{
  padding:5px 0 30px;
  background:#fff;
}

.erb-values-header{
  margin-bottom:30px;
}

.erb-values-header span{
  color:var(--erb-orange);
  font-weight:800;
  letter-spacing:.1em;
  font-size:14px;
}

.erb-values-header h2{
  font-size:42px;
  line-height:1.1;
  color:var(--erb-navy);
  margin:18px 0 0;
}

.erb-values-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:28px;
}

.erb-value-item{
  text-align:center;
  padding:10px 12px;
}

.erb-value-icon{
  font-size:34px;
  margin-bottom:6px;
}

.erb-value-item h3{
  color:var(--erb-navy);
  margin-top:0;
  margin-bottom:6px;
  font-size:22px;
  line-height:1.2;
}

.erb-value-item p{
  margin:0;
  line-height:1.5;
  font-size:15px;
}

/* HISTORIA */
.erb-history{
  position:relative;
  padding:20px 0;
  background:
    linear-gradient(rgba(0,4,64,.95), rgba(0,4,64,.95)),
    url('https://images.unsplash.com/photo-1517048676732-d65bc937f952?q=80&w=1800&auto=format&fit=crop') center/cover;
}

.erb-timeline{
  display:grid !important;
  grid-template-columns:repeat(6,1fr) !important;
  row-gap:18px;
  column-gap:10px;
  margin-top:-10px;
  position:relative;
}

.erb-time-item{
  position:relative;
  text-align:center;
  padding-top:24px;
}

.erb-time-item::before{
  content:"";
  position:absolute;
  top:7px;
  left:50%;
  transform:translateX(-50%);
  width:16px;
  height:16px;
  border-radius:50%;
  background:#f9a11b;
  z-index:2;
}

.erb-time-item::after{
  content:"";
  position:absolute;
  top:14px;
  left:50%;
  width:100%;
  height:2px;
  background:#f9a11b;
  z-index:1;
}

.erb-time-item:nth-child(6)::after,
.erb-time-item:nth-child(11)::after{
  display:none;
}

.erb-time-item strong{
  display:block;
  color:#f9a11b;
  font-size:18px;
  margin-bottom:10px;
  font-weight:800;
}

.erb-time-item p{
  color:#fff;
  font-size:13px;
  line-height:1.6;
  max-width:160px;
  margin:0 auto;
  opacity:.92;
}

/* CTA FINAL */
.erb-bottom-cta{
  min-height:200px;
  background:
    linear-gradient(90deg, rgba(0,4,64,.92), rgba(0,4,64,.72)),
    url('https://images.unsplash.com/photo-1520607162513-77705c0f0d4a?q=80&w=1800&auto=format&fit=crop') center/cover no-repeat;
  display:flex;
  align-items:flex-start;
  padding:40px  30px;
}

.erb-bottom-content{
  color:#fff;
  padding:0;
  margin-top:0;
}

.erb-bottom-content h2{
  font-size:34px;
  line-height:1.02;
  margin-bottom:10px;
}

.erb-bottom-content p{
  font-size:16px;
  line-height:1.4;
  margin-bottom:20px;
}

/* RESPONSIVE */
@media(max-width:1100px){
  .erb-services-grid,
  .erb-values-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .erb-timeline{
    grid-template-columns:repeat(3,1fr) !important;
  }

  .erb-time-item:nth-child(3n)::after{
    display:none;
  }
}

@media(max-width:768px){
  .erb-container,
  .erb-hero-content{
    padding-left:22px !important;
    padding-right:22px !important;
  }

  .erb-about-grid,
  .erb-mission-grid,
  .erb-services-grid,
  .erb-values-grid,
  .erb-timeline{
    grid-template-columns:1fr !important;
  }

  .erb-time-item::after{
    display:none;
  }

  .erb-section-title h2,
  .erb-about-text h2,
  .erb-values-header h2,
  .erb-bottom-content h2{
    font-size:38px;
  }

  .erb-hero-content h1{
    font-size:48px;
  }

  .erb-about-hero{
    min-height:620px;
  }

  .erb-section{
    padding:00px 0;
  }
}
/* FIX DESKTOP / TABLET GRANDE */
@media (min-width:1600px){

  /* Quitar blanco superior */
  .erb-about-hero{
    margin-top:-160px !important;
  }

/* MOBILE */
@media (max-width:768px){

  .erb-about-hero{
    margin-top:0 !important;
  }

  .erb-container,
  .erb-hero-content{
    padding-left:22px !important;
    padding-right:22px !important;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-5390791 */.singular .entry-header {
        padding: 0 !important;
    }
    
    
        .post-meta-wrapper {
        margin-top: 0 !important;
    }/* End custom CSS */