@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');

.anc-style-banner,
.anc-style-banner *{
  box-sizing:border-box;
  font-family:'Poppins',Arial,sans-serif;
}

.anc-style-banner{
  --anc-title-size:38px;
  --anc-paragraph-size:17px;
  position:relative;
  width:100%;
  min-height:100vh;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  padding:120px 5% 100px;
  background-color:#0053a3;
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
}

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

.anc-style-shape{
  position:absolute;
  left:0;
  bottom:-1px;
  width:100%;
  height:180px;
  background:#fff;
  clip-path:polygon(0 45%,100% 100%,0 100%);
  z-index:2;
}

.anc-style-content{
  position:relative;
  z-index:5;
  max-width:980px;
}

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

.anc-style-content h1{
  margin:0;
  color:#fff;
  font-size:var(--anc-title-size);
  line-height:1.08;
  letter-spacing:.4px;
  font-weight:800;
  text-transform:uppercase;
  max-width:900px;
}

.anc-style-content h1 span{
  display:block;
}

.anc-style-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-style-content p{
  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;
}

.anc-style-actions{
  margin-top:38px;
}

.anc-style-btn{
  min-height:64px;
  padding:0 34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:#fff;
  color:#0053a3 !important;
  text-decoration:none !important;
  font-size:16px;
  font-weight:800;
  transition:.25s ease;
  box-shadow:0 18px 40px rgba(0,0,0,.18);
}

.anc-style-btn:hover{
  transform:translateY(-4px);
  background:#0E7139;
  color:#fff !important;
}

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

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

@media(max-width:768px){
  .anc-style-banner{
    --anc-title-size:26px;
    --anc-paragraph-size:16px;
    min-height:560px;
    padding:90px 22px 120px;
    background-position:center right;
    justify-content:center;
    text-align:center;
  }

  .anc-style-content{
    width:100%;
    max-width:100%;
    text-align:center;
  }

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

  .anc-style-kicker{
    font-size:18px;
    letter-spacing:.5px;
    font-weight:700;
  }

  .anc-style-content h1{
    line-height:1.15;
    letter-spacing:.2px;
  }

  .anc-style-highlight{
    margin-top:16px;
    padding:10px 18px;
    line-height:1.25;
    letter-spacing:.2px;
    border-width:3px;
  }

  .anc-style-content p{
    line-height:1.7;
    margin-left:auto;
    margin-right:auto;
  }

  .anc-style-btn{
    width:100%;
  }

  .anc-style-shape{
    height:90px;
  }
}


/* v0.9.3 - Style Banner: icono del botón con Elementor Icons */
.anc-style-banner .anc-style-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
}

.anc-style-banner .anc-style-btn-text{
  display:inline-flex;
  align-items:center;
  line-height:1;
}

.anc-style-banner .anc-style-btn-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:22px;
  height:22px;
  line-height:1;
  color:currentColor;
  transition:transform .25s ease;
}

.anc-style-banner .anc-style-btn-icon i,
.anc-style-banner .anc-style-btn-icon svg{
  display:block;
  width:1em;
  height:1em;
  font-size:18px;
  color:currentColor;
  fill:currentColor;
}

.anc-style-banner .anc-style-btn:hover .anc-style-btn-icon{
  transform:translateX(4px);
}
