.anc-inner-hero,
.anc-inner-hero *{
  box-sizing:border-box;
}

.anc-inner-hero{
  --anc-title-size:38px;
  --anc-paragraph-size:17px;

  position:relative;
  width:100%;
  min-height:560px; height:auto !important;
  overflow:hidden;
  display:flex;
  align-items:center;
  padding:120px 5% 95px;
  background:#0053a3;
  isolation:isolate;
}

.anc-inner-bg{
  position:absolute;
  inset:0;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  z-index:0;
  transform:scale(1.04);
  animation:ancHeroImageIn 1.2s ease forwards;
}

.anc-inner-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(
      90deg,
      var(--anc-inner-overlay-left, rgba(0,83,163,.94)) 0%,
      rgba(0,83,163,.88) 36%,
      var(--anc-inner-overlay-mid, rgba(0,83,163,.62)) 58%,
      rgba(0,83,163,.12) 82%,
      var(--anc-inner-overlay-end, rgba(0,83,163,0)) 100%
    );
  z-index:1;
}

.anc-inner-wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:980px;
  animation:ancHeroContentIn .95s cubic-bezier(.16,1,.3,1) both;
}

.anc-inner-kicker{
  margin-bottom:14px;
  color:#ffffff;
  font-size:24px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
}

.anc-inner-hero h1{
  max-width:900px;
  margin:0;
  color:#fff;
  font-size:var(--anc-title-size);
  line-height:1.08;
  letter-spacing:.4px;
  font-weight:800;
  text-transform:uppercase;
  text-shadow:0 10px 40px rgba(0,0,0,.25);
}

.anc-inner-hero h1 span{
  display:block;
  font-family:inherit;
  font-size:inherit;
  line-height:inherit;
  font-weight:inherit;
  letter-spacing:inherit;
}

.anc-inner-highlight{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:18px;
  padding:10px 28px;
  border-radius:100px;
  border:4px solid #fff;
  background:#0E7139;
  color:#fff;
  font-size:var(--anc-title-size);
  line-height:1;
  font-weight:800;
  letter-spacing:.4px;
  text-transform:uppercase;
  box-shadow:
    0 10px 24px rgba(0,0,0,.14),
    inset 0 0 0 1px rgba(255,255,255,.15);
}

.anc-inner-hero p{
  width:100%;
  max-width:760px;
  margin:34px 0 0;
  color:rgba(255,255,255,.92);
  font-size:var(--anc-paragraph-size);
  line-height:1.7;
  font-weight:400;
  text-align:left;
  overflow-wrap:break-word;
  word-break:normal;
  text-wrap:pretty;
  text-shadow:0 4px 18px rgba(0,0,0,.18);
}

.anc-inner-breadcrumb{
  width:max-content;
  max-width:100%;
  margin-top:40px;
  padding:14px 22px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  border:1px solid rgba(255,255,255,.16);
  color:#fff;
  font-size:14px;
  font-weight:700;
  box-shadow:0 18px 45px rgba(0,0,0,.16);
}

.anc-inner-breadcrumb span{
  margin:0 10px;
  color:#0E7139;
  font-family:inherit;
  font-size:inherit;
  line-height:inherit;
  font-weight:inherit;
}

@keyframes ancHeroContentIn{
  from{
    opacity:0;
    transform:translateY(34px);
    filter:blur(10px);
  }
  to{
    opacity:1;
    transform:translateY(0);
    filter:blur(0);
  }
}

@keyframes ancHeroImageIn{
  from{
    opacity:0;
    transform:scale(1.08);
  }
  to{
    opacity:1;
    transform:scale(1.04);
  }
}

@media(max-width:1100px){
  .anc-inner-hero{
    --anc-title-size:34px;
    --anc-paragraph-size:16px;
  }

  .anc-inner-kicker{
    font-size:21px;
  }

  .anc-inner-bg{
    opacity:.82;
  }
}

@media(max-width:768px){
  .anc-inner-hero{
    --anc-title-size:26px;
    --anc-paragraph-size:16px;

    min-height:560px; height:auto !important;
    padding:95px 22px 75px;
  }

  .anc-inner-bg{
    background-size:cover;
    background-position:center center;
    opacity:.58;
  }

  .anc-inner-overlay{
    background:
      linear-gradient(
        180deg,
        var(--anc-inner-overlay-left, rgba(0,83,163,.94)) 0%,
        rgba(0,83,163,.84) 42%,
        var(--anc-inner-overlay-mid, rgba(0,83,163,.60)) 100%
      );
  }

  .anc-inner-kicker{
    font-size:18px;
    letter-spacing:.5px;
    font-weight:700;
    margin-bottom:14px;
  }

  .anc-inner-hero h1{
    line-height:1.15;
    letter-spacing:.2px;
  }

  .anc-inner-highlight{
    width:100%;
    max-width:100%;
    margin-top:16px;
    padding:10px 18px;
    line-height:1.25;
    letter-spacing:.2px;
    border-width:3px;
    text-align:center;
  }

  .anc-inner-hero p{
    max-width:100%;
    margin-top:28px;
    line-height:1.7;
    text-align:left;
  }

  .anc-inner-breadcrumb{
    margin-top:30px;
    font-size:12px;
    padding:12px 16px;
    line-height:1.4;
  }
}

@media(max-width:420px){
  .anc-inner-breadcrumb{
    width:100%;
  }
}

/* v0.4.4: fix altura inmensa.
   El problema era el padding de Elementor en %, ahora está separado:
   superior/inferior en px y laterales en %. */
.elementor-widget-anc_inner_hero .anc-inner-hero{
  height:auto !important;
  max-height:none !important;
}

/* v0.4.5: responsive completo tablet/móvil para ANC Inner Hero */
@media(max-width:1100px){
  .elementor-widget-anc_inner_hero .anc-inner-hero{
    min-height:520px;
    padding-top:105px;
    padding-bottom:85px;
  }
}

@media(max-width:768px){
  .elementor-widget-anc_inner_hero .anc-inner-highlight{
    width:100%;
  }
  .elementor-widget-anc_inner_hero .anc-inner-wrap,
  .elementor-widget-anc_inner_hero .anc-inner-hero h1,
  .elementor-widget-anc_inner_hero .anc-inner-hero p{
    max-width:100%;
  }
  .anc-inner-mobile-overlay-horizontal .anc-inner-overlay{
    background:
      linear-gradient(
        90deg,
        var(--anc-inner-overlay-left, rgba(0,83,163,.94)) 0%,
        rgba(0,83,163,.84) 46%,
        var(--anc-inner-overlay-mid, rgba(0,83,163,.60)) 100%
      );
  }
}


/* v0.5.4 - Preset Tecnología y Hardware en ANC Inner Hero */
.elementor-widget-anc_inner_hero .anc-inner-wrap{
  min-width:0;
}
.elementor-widget-anc_inner_hero .anc-inner-highlight{
  width:fit-content;
  max-width:100%;
  flex-wrap:wrap;
  line-height:1.15;
  text-align:center;
  overflow-wrap:normal;
  word-break:normal;
}
.elementor-widget-anc_inner_hero .anc-inner-breadcrumb{
  width:fit-content;
  line-height:1.4;
  overflow-wrap:normal;
}
.elementor-widget-anc_inner_hero .anc-inner-hero.anc-inner-preset-technology_hardware{
  min-height:660px;
}
.elementor-widget-anc_inner_hero .anc-inner-hero.anc-inner-preset-technology_hardware .anc-inner-bg{
  background-position:center bottom;
  transform:scale(1.02);
}
.elementor-widget-anc_inner_hero .anc-inner-hero.anc-inner-preset-technology_hardware p{
  max-width:620px;
}
@media(max-width:1100px){
  .elementor-widget-anc_inner_hero .anc-inner-hero.anc-inner-preset-technology_hardware{
    min-height:620px;
  }
  .elementor-widget-anc_inner_hero .anc-inner-hero.anc-inner-preset-technology_hardware .anc-inner-bg{
    background-position:center bottom;
  }
}
@media(max-width:768px){
  .elementor-widget-anc_inner_hero .anc-inner-highlight{
    width:100%;
    border-radius:28px;
  }
  .elementor-widget-anc_inner_hero .anc-inner-breadcrumb{
    width:100%;
  }
  .elementor-widget-anc_inner_hero .anc-inner-hero.anc-inner-preset-technology_hardware{
    min-height:590px;
  }
  .elementor-widget-anc_inner_hero .anc-inner-hero.anc-inner-preset-technology_hardware .anc-inner-bg{
    background-position:center bottom;
    transform:scale(1.01);
  }
}


/* v0.6.2 - Preset Geotab Marketplace en ANC Inner Hero */
.elementor-widget-anc_inner_hero .anc-inner-hero.anc-inner-preset-geotab_marketplace{
  min-height:560px;
}
.elementor-widget-anc_inner_hero .anc-inner-hero.anc-inner-preset-geotab_marketplace .anc-inner-bg{
  background-position:center center;
  transform:scale(1.04);
}
.elementor-widget-anc_inner_hero .anc-inner-hero.anc-inner-preset-geotab_marketplace p{
  max-width:760px;
}
.elementor-widget-anc_inner_hero .anc-inner-hero.anc-inner-preset-geotab_marketplace .anc-inner-highlight{
  line-height:1;
}
@media(max-width:768px){
  .elementor-widget-anc_inner_hero .anc-inner-hero.anc-inner-preset-geotab_marketplace{
    min-height:560px;
  }
  .elementor-widget-anc_inner_hero .anc-inner-hero.anc-inner-preset-geotab_marketplace .anc-inner-bg{
    background-position:center center;
  }
  .elementor-widget-anc_inner_hero .anc-inner-hero.anc-inner-preset-geotab_marketplace .anc-inner-highlight{
    line-height:1.25;
  }
}
@media(max-width:420px){
  .elementor-widget-anc_inner_hero .anc-inner-breadcrumb{
    width:100%;
  }
}
