#particles-etapa2 {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

canvas.particles-js-canvas-el {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none !important;
}

.container2 {
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: 16px;
  position: relative;
  z-index: 10;
}

.pol-section {
  color: #fff;
}

.pol-title {
  text-align: center;
  font-weight: 800;
  margin: 0 0 8px;
  font-size: clamp(28px, 4vw, 44px);
}

.pol-sub {
  text-align: center;
  opacity: .9;
  margin: 0 auto 24px;
  max-width: 820px;
}

.colunas-exemplo-politica {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  justify-items: center;
}

.pol-h3 {
  font-size: clamp(20px, 2.4vw, 24px);
  margin: 12px 0 8px;
  font-weight: 600;

}

.pol-fig {
  display: flex;
  justify-content: center;
}

.pol-fig img {
  display: block;
    width: 100%;
    max-width: 820px;
    height: auto;
    border-radius: 23px;
    box-shadow: 0 10px 30px rgb(0 0 0 / 44%);
}

.pol-aceite {
  text-align: center;
}

.pol-aceite-title {
  margin: 20px auto 10px;
  max-width: 820px;
}

.pol-list-box {
  max-width: 760px;
  width: 100%;
  margin-inline: auto;
}

.pol-bullets {
  margin: 12px 20px 0;
  padding: 0;
}

.pol-bullets li {
  margin: .5rem 0;
  text-align: left;
}

.pol-bullets a {
  color: #fff;
}

.pol-bullets a:hover {
  color: #000000;
}

.pol-bullets--left {
  text-align: left;
  padding-left: 1.2rem;
}

.pol-bullets--left li::before {
  content: none;
}

.pol-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 18px;
  width: 100%;
}

.texto-rodapeh4{
  max-width:950px; 
  margin-inline:auto;
}

@media (max-width: 992px) {
  .pol-actions {
    justify-content: center;
  }

}

@media (max-width: 640px) {
  .pol-fig img {
    max-width: 100%;
    border-radius: 8px;
  }

  .pol-actions {
    gap: 10px;
  }
}

:root {
  --pol-container-max: 1180px;
  --pol-img-max: 980px;
  --pol-text-max: 960px;
  --pol-list-max: 920px;
}

.container2 {
  max-width: var(--pol-container-max);
}

.pol-fig img {
  max-width: min(90%, var(--pol-img-max));
}

.pol-sub,
.pol-aceite-title {
  max-width: var(--pol-text-max);
}

.pol-list-box {
  max-width: var(--pol-list-max);
}

@media (min-width: 1280px) {
  :root {
    --pol-container-max: 1280px;
    --pol-img-max: 1080px;
    --pol-text-max: 1040px;
    --pol-list-max: 1000px;
  }

  .pol-title {
    font-size: clamp(32px, 4.5vw, 52px);
  }
}

.pol-aceite-title {
  margin: 16px auto 8px;
}

.pol-bullets li {
  line-height: 1.55;
}
