/* Start custom CSS for html, class: .elementor-element-3d14e2c */.acopolo-hero-section{
  padding:120px 20px;
  text-align:center;

  /* IMAGEM + GRADIENTE ESCURO */
  background:
    linear-gradient(180deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.88) 40%, rgba(30,105,41,.55) 100%),
    url("https://images.unsplash.com/photo-1441974231531-c6227db76b6e?auto=format&fit=crop&w=2000&q=80");

  background-size:cover;
  background-position:center;
}

.acopolo-hero-container{
  max-width:900px;
  margin:0 auto;
}

.acopolo-hero-tag{
  font-size:12px;
  letter-spacing:2px;
  color:#7DBC24;
  font-weight:700;
}

.acopolo-hero-title{
  font-size:52px;
  font-weight:900;
  margin:20px 0;
  line-height:1.1;
}

.acopolo-glow{
  color:#EEF407;
  text-shadow:0 0 15px rgba(238,244,7,.5);
}

.acopolo-hero-subtitle{
  color:#B3B3B3;
  font-size:16px;
  max-width:600px;
  margin:0 auto 30px;
}

.acopolo-hero-btn{
  background:#EEF407;
  color:#000;
  padding:14px 28px;
  border-radius:30px;
  font-weight:900;
  text-decoration:none;
  display:inline-block;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4771511 *//* =========================
   SEÇÃO MANTRA
========================= */
.acopolo-mantra-section{
  width:100%;
  padding:100px 20px;
  position:relative;
  overflow:hidden;
  color:#fff;

  /* FUNDO + IMAGEM + GRADIENTE ESCURO */
  background:
    linear-gradient(180deg,
      rgba(0,0,0,0.92) 0%,
      rgba(0,0,0,0.80) 45%,
      rgba(0,0,0,0.95) 100%
    ),
    url("https://images.unsplash.com/photo-1501785888041-af3ef285b470?auto=format&fit=crop&w=2000&q=80");

  background-size:cover;
  background-position:center;
}

/* CONTAINER */
.acopolo-mantra-container{
  max-width:1100px;
  margin:0 auto;
}

/* TAG */
.acopolo-mantra-tag{
  display:inline-block;
  font-size:11px;
  letter-spacing:1px;
  text-transform:uppercase;
  color:#EEF407;
  margin-bottom:25px;
  font-weight:900;
}

/* GRID */
.acopolo-mantra-grid{
  display:grid;
  grid-template-columns:1.3fr 0.7fr;
  gap:50px;
  align-items:center;
}

/* TEXTO */
.acopolo-mantra-text h2{
  font-size:38px;
  margin-bottom:10px;
  font-weight:900;
  color:#7DBC24;
}

.acopolo-mantra-text h3{
  font-size:24px;
  margin-bottom:18px;
  color:#EEF407;
  font-weight:900;
}

.acopolo-mantra-text p{
  font-size:16px;
  line-height:1.7;
  color:#d8d8d8;
  margin-bottom:16px;
  max-width:600px;
}

/* BOTÃO */
.acopolo-mantra-btn{
  display:inline-block;
  margin-top:10px;
  padding:14px 22px;
  background:#EEF407;
  color:#000;
  font-weight:900;
  text-decoration:none;
  border-radius:10px;
  transition:.2s;
}

.acopolo-mantra-btn:hover{
  transform:scale(1.05);
}

/* CARD LATERAL */
.acopolo-mantra-card{
  background:rgba(20,20,20,0.75);
  border:1px solid rgba(238,244,7,0.25);
  padding:30px;
  border-radius:20px;
  text-align:center;
  backdrop-filter: blur(6px);
}

/* ÍCONE */
.acopolo-mantra-icon{
  font-size:40px;
  margin-bottom:10px;
}

/* TEXTO CARD */
.acopolo-mantra-card strong{
  display:block;
  font-size:14px;
  color:#EEF407;
  margin-bottom:5px;
}

.acopolo-mantra-card span{
  font-size:13px;
  color:#bbb;
}

/* =========================
   RESPONSIVO
========================= */
@media(max-width:900px){

  .acopolo-mantra-grid{
    grid-template-columns:1fr;
    gap:30px;
  }

  .acopolo-mantra-text h2{
    font-size:30px;
  }

  .acopolo-mantra-text h3{
    font-size:20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3fc9f8e *//* =========================
   SEÇÃO CONCEITO DE NÓIS
========================= */
.acopolo-nois-section{
  width:100%;
  padding:110px 20px;
  background:#0b0f0a;
  color:#fff;
}

/* CONTAINER */
.acopolo-nois-container{
  max-width:1180px;
  margin:0 auto;
}

/* HEADER */
.acopolo-nois-header{
  text-align:center;
  margin-bottom:60px;
}

.acopolo-nois-tag{
  display:inline-block;
  font-size:11px;
  letter-spacing:1px;
  color:#EEF407;
  font-weight:900;
  text-transform:uppercase;
  margin-bottom:18px;
}

.acopolo-nois-header h2{
  font-size:40px;
  font-weight:900;
  margin-bottom:10px;
}

.acopolo-nois-header h2 span{
  color:#7DBC24;
}

.acopolo-nois-header p{
  font-size:16px;
  color:#bdbdbd;
  max-width:600px;
  margin:0 auto;
  line-height:1.6;
}

/* GRID */
.acopolo-nois-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}

/* CARD */
.acopolo-nois-card{
  background:#121414;
  border:1px solid rgba(238,244,7,0.12);
  border-radius:18px;
  overflow:hidden;
  transition:.3s;
}

.acopolo-nois-card:hover{
  transform:translateY(-6px);
  border-color:#EEF407;
}

/* IMAGEM */
.acopolo-nois-card img{
  width:100%;
  height:180px;
  object-fit:cover;
  filter:grayscale(1);
  transition:.4s;
}

.acopolo-nois-card:hover img{
  filter:grayscale(0);
}

/* TEXTO */
.acopolo-nois-card h3{
  font-size:16px;
  font-weight:900;
  margin:12px 14px 6px;
  color:#EEF407;
}

.acopolo-nois-card p{
  font-size:13px;
  color:#bbb;
  margin:0 14px 16px;
  line-height:1.5;
}

/* =========================
   RESPONSIVO
========================= */
@media(max-width:1000px){
  .acopolo-nois-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:600px){
  .acopolo-nois-grid{
    grid-template-columns:1fr;
  }

  .acopolo-nois-header h2{
    font-size:30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bcb3609 *//* =========================
   RESILIÊNCIA TERRITORIAL
========================= */
.acopolo-resiliencia-section{
  width:100%;
  padding:110px 20px;
  background:#0b0f0a;
  color:#fff;
}

/* CONTAINER */
.acopolo-resiliencia-container{
  max-width:1180px;
  margin:0 auto;
}

/* HEADER */
.acopolo-resiliencia-header{
  text-align:center;
  margin-bottom:60px;
}

.acopolo-resiliencia-tag{
  font-size:11px;
  color:#EEF407;
  letter-spacing:1px;
  font-weight:900;
  text-transform:uppercase;
  display:inline-block;
  margin-bottom:18px;
}

.acopolo-resiliencia-header h2{
  font-size:38px;
  font-weight:900;
  margin-bottom:10px;
}

.acopolo-resiliencia-header p{
  font-size:16px;
  color:#bdbdbd;
}

/* GRID */
.acopolo-resiliencia-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px;
  align-items:center;
}

/* TEXTO */
.acopolo-resiliencia-texto h3{
  font-size:22px;
  margin-bottom:12px;
  color:#7DBC24;
}

.acopolo-resiliencia-texto p{
  font-size:15px;
  color:#cfcfcf;
  line-height:1.7;
  margin-bottom:14px;
}

/* CITA */
.acopolo-resiliencia-texto blockquote{
  margin-top:20px;
  padding-left:16px;
  border-left:3px solid #EEF407;
  font-size:15px;
  font-style:italic;
  color:#fff;
}

/* IMAGEM */
.acopolo-resiliencia-img{
  position:relative;
  border-radius:18px;
  overflow:hidden;
  height:420px;
  border:1px solid rgba(238,244,7,0.2);
}

.acopolo-resiliencia-img img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* OVERLAY */
.overlay-card{
  position:absolute;
  bottom:18px;
  left:18px;
  background:rgba(0,0,0,0.65);
  padding:14px 16px;
  border-left:3px solid #EEF407;
  backdrop-filter: blur(6px);
}

.overlay-card span{
  font-size:11px;
  color:#EEF407;
  font-weight:900;
  display:block;
}

.overlay-card strong{
  font-size:16px;
  color:#fff;
}

/* =========================
   RESPONSIVO
========================= */
@media(max-width:900px){
  .acopolo-resiliencia-grid{
    grid-template-columns:1fr;
  }

  .acopolo-resiliencia-header h2{
    font-size:30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a4c9913 *//* =========================
   CRATERA / ACHAVE
========================= */
.acopolo-cratera-section{
  width:100%;
  padding:110px 20px;
  background:#0b0f0a;
  color:#fff;
}

/* CONTAINER */
.acopolo-cratera-container{
  max-width:1180px;
  margin:0 auto;
}

/* HEADER */
.acopolo-cratera-header{
  text-align:center;
  margin-bottom:50px;
}

.acopolo-cratera-tag{
  font-size:11px;
  color:#EEF407;
  font-weight:900;
  letter-spacing:1px;
  text-transform:uppercase;
  display:inline-block;
  margin-bottom:18px;
}

.acopolo-cratera-header h2{
  font-size:38px;
  font-weight:900;
  margin-bottom:10px;
}

.acopolo-cratera-header p{
  font-size:16px;
  color:#bdbdbd;
  max-width:700px;
  margin:0 auto;
  line-height:1.6;
}

/* HERO */
.acopolo-cratera-hero{
  position:relative;
  border-radius:22px;
  overflow:hidden;
  height:420px;
  margin-bottom:40px;
  border:1px solid rgba(238,244,7,0.2);
}

.acopolo-cratera-img img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* OVERLAY */
.acopolo-cratera-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(0,0,0,0.85), rgba(0,0,0,0.35));
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:40px;
}

.acopolo-cratera-overlay h3{
  font-size:28px;
  font-weight:900;
  color:#EEF407;
  margin-bottom:10px;
}

.acopolo-cratera-overlay p{
  font-size:15px;
  color:#d8d8d8;
  max-width:400px;
  margin-bottom:20px;
}

/* BOTÃO */
.acopolo-cratera-btn{
  display:inline-block;
  padding:14px 22px;
  background:#EEF407;
  color:#000;
  font-weight:900;
  text-decoration:none;
  border-radius:10px;
  width:fit-content;
}

/* GRID INFERIOR */
.acopolo-cratera-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

/* CARD */
.acopolo-cratera-card{
  background:#121414;
  border:1px solid rgba(238,244,7,0.12);
  padding:22px;
  border-radius:16px;
  transition:.3s;
}

.acopolo-cratera-card:hover{
  border-color:#EEF407;
  transform:translateY(-4px);
}

.acopolo-cratera-card span{
  font-size:22px;
}

.acopolo-cratera-card h4{
  font-size:15px;
  font-weight:900;
  margin:10px 0 6px;
  color:#EEF407;
}

.acopolo-cratera-card p{
  font-size:13px;
  color:#bdbdbd;
  line-height:1.5;
}

/* =========================
   RESPONSIVO
========================= */
@media(max-width:900px){

  .acopolo-cratera-grid{
    grid-template-columns:1fr;
  }

  .acopolo-cratera-header h2{
    font-size:30px;
  }

  .acopolo-cratera-overlay{
    padding:25px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-84552bb *//* =========================
   CTA ACOPOLO
========================= */
.acopolo-cta-section{
  width:100%;
  padding:120px 20px;
  background:#0b0f0a;
  color:#fff;
}

/* CONTAINER */
.acopolo-cta-container{
  max-width:1100px;
  margin:0 auto;
}

/* HEADER */
.acopolo-cta-header{
  text-align:center;
  margin-bottom:60px;
}

.acopolo-cta-tag{
  font-size:11px;
  color:#EEF407;
  font-weight:900;
  letter-spacing:1px;
  text-transform:uppercase;
  display:inline-block;
  margin-bottom:18px;
}

.acopolo-cta-header h2{
  font-size:42px;
  font-weight:900;
  margin-bottom:10px;
}

.acopolo-cta-header h2 span{
  color:#7DBC24;
}

.acopolo-cta-header p{
  font-size:16px;
  color:#bdbdbd;
  max-width:600px;
  margin:0 auto;
  line-height:1.6;
}

/* GRID */
.acopolo-cta-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  margin-bottom:50px;
}

/* CARD */
.acopolo-cta-card{
  background:#121414;
  border:1px solid rgba(238,244,7,0.12);
  padding:26px;
  border-radius:18px;
  transition:.3s;
  text-align:center;
}

.acopolo-cta-card:hover{
  border-color:#EEF407;
  transform:translateY(-5px);
}

.acopolo-cta-card .icon{
  font-size:34px;
  margin-bottom:10px;
}

.acopolo-cta-card h3{
  font-size:16px;
  font-weight:900;
  color:#EEF407;
  margin-bottom:8px;
}

.acopolo-cta-card p{
  font-size:13px;
  color:#bbb;
  line-height:1.5;
}

/* BOTÃO */
.acopolo-cta-action{
  text-align:center;
}

.acopolo-cta-btn{
  display:inline-block;
  padding:16px 28px;
  background:#EEF407;
  color:#000;
  font-weight:900;
  text-decoration:none;
  border-radius:12px;
  transition:.2s;
}

.acopolo-cta-btn:hover{
  transform:scale(1.05);
}

/* FRASE FINAL */
.acopolo-cta-small{
  margin-top:18px;
  font-size:12px;
  color:#7DBC24;
  letter-spacing:1px;
}

/* =========================
   RESPONSIVO
========================= */
@media(max-width:900px){

  .acopolo-cta-grid{
    grid-template-columns:1fr;
  }

  .acopolo-cta-header h2{
    font-size:30px;
  }
}/* End custom CSS */