/**
 * Colégio Dinâmico — ajustes Eduko: máscaras circulares alinhadas (segmentos + coordenação).
 */

/* Segmentos na home — mesmo recorte circular dos demais (evita “pílula” em fotos largas) */
section.wpo-team-section.pb-big:not(.s2) .wpo-team-item .wpo-team-img .wpo-team-img-box {
  aspect-ratio: 1 / 1;
  width: 100%;
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
}

section.wpo-team-section.pb-big:not(.s2) .wpo-team-item .wpo-team-img .wpo-team-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Mantenedores + Bianca: mesma escala e círculo alinhado (foto ampla do casal com cover) */
#coordenacao .wpo-team-img .wpo-team-img-box {
  aspect-ratio: 1 / 1;
  width: 100%;
}

#coordenacao .wpo-team-img .wpo-team-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#coordenacao .coord-top-row .wpo-team-item {
  max-width: 380px;
}

@media (max-width: 991px) {
  #coordenacao .coord-top-row .wpo-team-item {
    max-width: 320px;
  }
}

/* Blog — home: carrossel Owl (cartões alinhados ao tema) */
.home-blog-latest-owl .wpo-blog-item {
  margin-bottom: 0;
  /* 1 post: o slide ocupa 100% — limita largura do cartão para não “esticar” o ecrã inteiro */
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

.home-blog-latest-owl .wpo-blog-img {
  border-radius: 12px;
  overflow: hidden;
}

.home-blog-latest-owl .wpo-blog-img img {
  border-radius: 12px;
}

.home-blog-latest-owl .owl-dots {
  margin-top: 12px;
}

/* Botão pill (theme-btn-s2): ícone Themify no ::before — sem cor explícita herda branco do botão sobre fundo branco = invisível até hover */
.theme-btn-s2:before {
  color: #1a1729;
  z-index: 2;
}

.theme-btn-s2:hover:before,
.theme-btn-s2:focus:before,
.theme-btn-s2:active:before {
  color: #1a1729;
}

/* Coordenação / liderança (home + segmentos): telefone — 2 cartões por linha + escala mais compacta */
@media (max-width: 575.98px) {
  #coordenacao.wpo-team-section.section-padding,
  #seg-lideranca.wpo-team-section.section-padding {
    padding-top: 2.35rem;
    padding-bottom: 2.35rem;
  }

  #coordenacao .wpo-team-wrap .row,
  #seg-lideranca .wpo-team-wrap .row {
    --bs-gutter-x: 0.5rem;
  }

  #coordenacao .wpo-team-img .wpo-team-img-box,
  #seg-lideranca .wpo-team-img .wpo-team-img-box {
    max-width: 116px;
    margin-left: auto;
    margin-right: auto;
  }

  #coordenacao .coord-top-row .wpo-team-img .wpo-team-img-box,
  #seg-lideranca .coord-top-row .wpo-team-img .wpo-team-img-box,
  #seg-lideranca .segmento-ei-lider-top .wpo-team-img .wpo-team-img-box {
    max-width: 124px;
  }

  #coordenacao .coord-top-row .wpo-team-item,
  #seg-lideranca .coord-top-row .wpo-team-item {
    max-width: none;
  }

  #seg-lideranca .wpo-team-item {
    max-width: none;
  }

  #coordenacao .wpo-team-text h2,
  #seg-lideranca .wpo-team-text h2 {
    font-size: 0.92rem;
    margin-bottom: 0.15rem;
    line-height: 1.2;
  }

  #coordenacao .wpo-team-text span,
  #seg-lideranca .wpo-team-text span {
    font-size: 0.68rem;
    line-height: 1.2;
  }

  #coordenacao .wpo-team-item,
  #seg-lideranca .wpo-team-item {
    margin-bottom: 0.5rem;
  }

  #coordenacao .wpo-section-title-s2,
  #seg-lideranca .wpo-section-title-s2 {
    margin-bottom: 1.25rem;
  }

  #coordenacao .wpo-section-title-s2 small,
  #seg-lideranca .wpo-section-title-s2 small {
    font-size: 0.7rem;
  }

  #coordenacao .wpo-section-title-s2 h2,
  #seg-lideranca .wpo-section-title-s2 h2 {
    font-size: 1.35rem;
  }
}

/* --------------------------------------------------------------------------
   “Porque nos escolher?”: na home o .right-img usa margin-right negativo até à
   borda. Só páginas com sidebar (.segmento-page-shell) precisam de reset; as
   páginas full-width (EI, F1, F2…) herdam o tema como a index.
   -------------------------------------------------------------------------- */
.segmento-page-shell .segmento-flow .wpo-choose-section .right-img,
.segmento-page-shell .segmento-flow .wpo-choose-section .right-img2,
.segmento-page-shell .segmento-flow .wpo-choose-section .right-img3 {
  margin-left: 0 !important;
  margin-right: 0 !important;
  top: 0 !important;
}

.segmento-flow .wpo-choose-section .right-img .video-btn .fi:before,
.segmento-flow .wpo-choose-section .right-img2 .video-btn .fi:before,
.segmento-flow .wpo-choose-section .right-img3 .video-btn .fi:before {
  color: #fff;
  font-size: 36px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 3px;
}

.segmento-flow .wpo-choose-section .segmento-choose-row {
  align-items: center;
}

/* Font Awesome nos círculos (markup igual à home — .icon sem classe extra) */
.page-wrapper .segmento-flow .wpo-choose-section .wpo-choose-wrap .grid .icon .fa {
  line-height: 70px;
  width: 100%;
  text-align: center;
  display: block;
}

/* Sidebar + coluna de conteúdo: evita overflow horizontal e secções “partidas” (Fundamental I, etc.) */
.segmento-page-shell .segmento-flow {
  min-width: 0;
}

/* Se o arquivo css/style.css (legado) for carregado: neutraliza full-bleed 100vw */
.segmento-flow > .segmento-section-fullbleed {
  width: 100% !important;
  max-width: 100% !important;
  position: static !important;
  left: auto !important;
  right: auto !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.segmento-flow > .segmento-section-fullbleed > .container {
  max-width: 100%;
}

/* Equipe institucional: fotos com o mesmo “círculo” */
#seg-equipe .segmento-rich-body .row img {
  width: 132px;
  height: 132px;
  max-width: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 575px) {
  #seg-equipe .segmento-rich-body .row img {
    width: 112px;
    height: 112px;
  }
}

/* Botão flutuante WhatsApp (acima do “voltar ao topo”) */
a.wpp-float {
  position: fixed;
  z-index: 998;
  right: 15px;
  bottom: 78px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #25d366;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

a.wpp-float:hover,
a.wpp-float:focus {
  color: #fff !important;
  transform: scale(1.05);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
}

a.wpp-float .fa {
  font-size: 28px;
  line-height: 1;
}

@media (max-width: 991px) {
  a.wpp-float {
    width: 46px;
    height: 46px;
    bottom: 62px;
    right: 12px;
  }

  a.wpp-float .fa {
    font-size: 26px;
  }
}

/* --------------------------------------------------------------------------
   Hero “Simplesmente Completo+”: carrossel 4 a 4 (Owl), cartão mais estreito,
   círculos um pouco maiores que o tema base (56px / 50px em telas estreitas).
   Cartão: menos altura (padding compacto) e um pouco mais baixo (bottom menor).
   -------------------------------------------------------------------------- */
.static-hero .student-pic .wpo-supporter.wpo-supporter--segments,
.static-hero-s2 .student-pic .wpo-supporter.wpo-supporter--segments,
.static-hero-s3 .student-pic .wpo-supporter.wpo-supporter--segments,
.static-hero-s4 .student-pic .wpo-supporter.wpo-supporter--segments,
.static-hero-s5 .student-pic .wpo-supporter.wpo-supporter--segments {
  max-width: 380px;
  box-sizing: border-box;
  bottom: 0.35%;
  padding: 12px 16px 10px;
}

@media (max-width: 1199px) {
  .static-hero .student-pic .wpo-supporter.wpo-supporter--segments,
  .static-hero-s2 .student-pic .wpo-supporter.wpo-supporter--segments,
  .static-hero-s3 .student-pic .wpo-supporter.wpo-supporter--segments,
  .static-hero-s4 .student-pic .wpo-supporter.wpo-supporter--segments,
  .static-hero-s5 .student-pic .wpo-supporter.wpo-supporter--segments {
    padding: 8px 12px 7px;
    bottom: 0.6%;
  }
}

.static-hero .student-pic .wpo-supporter.wpo-supporter--segments .wpo-supporter-text h3,
.static-hero-s2 .student-pic .wpo-supporter.wpo-supporter--segments .wpo-supporter-text h3,
.static-hero-s3 .student-pic .wpo-supporter.wpo-supporter--segments .wpo-supporter-text h3,
.static-hero-s4 .student-pic .wpo-supporter.wpo-supporter--segments .wpo-supporter-text h3,
.static-hero-s5 .student-pic .wpo-supporter.wpo-supporter--segments .wpo-supporter-text h3 {
  font-size: 17px;
  line-height: 1.15;
  margin-bottom: 0;
}

.static-hero .student-pic .wpo-supporter.wpo-supporter--segments .wpo-supporter-text p:empty,
.static-hero-s2 .student-pic .wpo-supporter.wpo-supporter--segments .wpo-supporter-text p:empty,
.static-hero-s3 .student-pic .wpo-supporter.wpo-supporter--segments .wpo-supporter-text p:empty,
.static-hero-s4 .student-pic .wpo-supporter.wpo-supporter--segments .wpo-supporter-text p:empty,
.static-hero-s5 .student-pic .wpo-supporter.wpo-supporter--segments .wpo-supporter-text p:empty {
  display: none;
  margin: 0;
  padding: 0;
}

.static-hero .student-pic .wpo-supporter.wpo-supporter--segments .wpo-supporter-img,
.static-hero-s2 .student-pic .wpo-supporter.wpo-supporter--segments .wpo-supporter-img,
.static-hero-s3 .student-pic .wpo-supporter.wpo-supporter--segments .wpo-supporter-img,
.static-hero-s4 .student-pic .wpo-supporter.wpo-supporter--segments .wpo-supporter-img,
.static-hero-s5 .student-pic .wpo-supporter.wpo-supporter--segments .wpo-supporter-img {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-top: 4px;
}

.static-hero .student-pic .wpo-supporter.wpo-supporter--segments div.wpo-supporter-segments.hero-segments-owl:not(.owl-loaded),
.static-hero-s2 .student-pic .wpo-supporter.wpo-supporter--segments div.wpo-supporter-segments.hero-segments-owl:not(.owl-loaded),
.static-hero-s3 .student-pic .wpo-supporter.wpo-supporter--segments div.wpo-supporter-segments.hero-segments-owl:not(.owl-loaded),
.static-hero-s4 .student-pic .wpo-supporter.wpo-supporter--segments div.wpo-supporter-segments.hero-segments-owl:not(.owl-loaded),
.static-hero-s5 .student-pic .wpo-supporter.wpo-supporter--segments div.wpo-supporter-segments.hero-segments-owl:not(.owl-loaded) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 10px 12px;
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}

.static-hero .student-pic .wpo-supporter.wpo-supporter--segments div.wpo-supporter-segments.hero-segments-owl.owl-loaded,
.static-hero-s2 .student-pic .wpo-supporter.wpo-supporter--segments div.wpo-supporter-segments.hero-segments-owl.owl-loaded,
.static-hero-s3 .student-pic .wpo-supporter.wpo-supporter--segments div.wpo-supporter-segments.hero-segments-owl.owl-loaded,
.static-hero-s4 .student-pic .wpo-supporter.wpo-supporter--segments div.wpo-supporter-segments.hero-segments-owl.owl-loaded,
.static-hero-s5 .student-pic .wpo-supporter.wpo-supporter--segments div.wpo-supporter-segments.hero-segments-owl.owl-loaded {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}

/* Owl 2 injeta .owl-nav / botões fora do esquema CSS Owl 1 do tema — esconder (só dots + arrastar) */
.static-hero .student-pic .wpo-supporter.wpo-supporter--segments .hero-segments-owl .owl-nav,
.static-hero-s2 .student-pic .wpo-supporter.wpo-supporter--segments .hero-segments-owl .owl-nav,
.static-hero-s3 .student-pic .wpo-supporter.wpo-supporter--segments .hero-segments-owl .owl-nav,
.static-hero-s4 .student-pic .wpo-supporter.wpo-supporter--segments .hero-segments-owl .owl-nav,
.static-hero-s5 .student-pic .wpo-supporter.wpo-supporter--segments .hero-segments-owl .owl-nav {
  display: none !important;
}

.static-hero .student-pic .wpo-supporter.wpo-supporter--segments .hero-segments-owl .owl-dots,
.static-hero-s2 .student-pic .wpo-supporter.wpo-supporter--segments .hero-segments-owl .owl-dots,
.static-hero-s3 .student-pic .wpo-supporter.wpo-supporter--segments .hero-segments-owl .owl-dots,
.static-hero-s4 .student-pic .wpo-supporter.wpo-supporter--segments .hero-segments-owl .owl-dots,
.static-hero-s5 .student-pic .wpo-supporter.wpo-supporter--segments .hero-segments-owl .owl-dots {
  margin-top: 5px;
  margin-bottom: 0;
  text-align: center;
  line-height: 1;
}

.static-hero .student-pic .wpo-supporter.wpo-supporter--segments .hero-segments-owl .owl-dot,
.static-hero-s2 .student-pic .wpo-supporter.wpo-supporter--segments .hero-segments-owl .owl-dot,
.static-hero-s3 .student-pic .wpo-supporter.wpo-supporter--segments .hero-segments-owl .owl-dot,
.static-hero-s4 .student-pic .wpo-supporter.wpo-supporter--segments .hero-segments-owl .owl-dot,
.static-hero-s5 .student-pic .wpo-supporter.wpo-supporter--segments .hero-segments-owl .owl-dot {
  border: 0;
  padding: 0 2px;
  margin: 0;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.static-hero .student-pic .wpo-supporter.wpo-supporter--segments .hero-segments-owl .owl-dot span,
.static-hero-s2 .student-pic .wpo-supporter.wpo-supporter--segments .hero-segments-owl .owl-dot span,
.static-hero-s3 .student-pic .wpo-supporter.wpo-supporter--segments .hero-segments-owl .owl-dot span,
.static-hero-s4 .student-pic .wpo-supporter.wpo-supporter--segments .hero-segments-owl .owl-dot span,
.static-hero-s5 .student-pic .wpo-supporter.wpo-supporter--segments .hero-segments-owl .owl-dot span {
  width: 7px;
  height: 7px;
  margin: 4px 4px 0;
}

.static-hero .student-pic .wpo-supporter.wpo-supporter--segments .hero-segments-owl .owl-dot.active span,
.static-hero-s2 .student-pic .wpo-supporter.wpo-supporter--segments .hero-segments-owl .owl-dot.active span,
.static-hero-s3 .student-pic .wpo-supporter.wpo-supporter--segments .hero-segments-owl .owl-dot.active span,
.static-hero-s4 .student-pic .wpo-supporter.wpo-supporter--segments .hero-segments-owl .owl-dot.active span,
.static-hero-s5 .student-pic .wpo-supporter.wpo-supporter--segments .hero-segments-owl .owl-dot.active span {
  background: #15a280;
}

.static-hero .student-pic .wpo-supporter.wpo-supporter--segments .hero-segments-owl .owl-stage-outer,
.static-hero-s2 .student-pic .wpo-supporter.wpo-supporter--segments .hero-segments-owl .owl-stage-outer,
.static-hero-s3 .student-pic .wpo-supporter.wpo-supporter--segments .hero-segments-owl .owl-stage-outer,
.static-hero-s4 .student-pic .wpo-supporter.wpo-supporter--segments .hero-segments-owl .owl-stage-outer,
.static-hero-s5 .student-pic .wpo-supporter.wpo-supporter--segments .hero-segments-owl .owl-stage-outer {
  padding-top: 2px;
}

.static-hero .student-pic .wpo-supporter.wpo-supporter--segments .hero-segments-owl .owl-item,
.static-hero-s2 .student-pic .wpo-supporter.wpo-supporter--segments .hero-segments-owl .owl-item,
.static-hero-s3 .student-pic .wpo-supporter.wpo-supporter--segments .hero-segments-owl .owl-item,
.static-hero-s4 .student-pic .wpo-supporter.wpo-supporter--segments .hero-segments-owl .owl-item,
.static-hero-s5 .student-pic .wpo-supporter.wpo-supporter--segments .hero-segments-owl .owl-item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.static-hero .student-pic .wpo-supporter.wpo-supporter--segments .hero-segments-owl .owl-item > .wpo-supporter-segments__item,
.static-hero-s2 .student-pic .wpo-supporter.wpo-supporter--segments .hero-segments-owl .owl-item > .wpo-supporter-segments__item,
.static-hero-s3 .student-pic .wpo-supporter.wpo-supporter--segments .hero-segments-owl .owl-item > .wpo-supporter-segments__item,
.static-hero-s4 .student-pic .wpo-supporter.wpo-supporter--segments .hero-segments-owl .owl-item > .wpo-supporter-segments__item,
.static-hero-s5 .student-pic .wpo-supporter.wpo-supporter--segments .hero-segments-owl .owl-item > .wpo-supporter-segments__item {
  width: 100%;
  margin: 0;
  padding: 0;
}

.static-hero .student-pic .wpo-supporter.wpo-supporter--segments div.wpo-supporter-segments > .wpo-supporter-segments__item,
.static-hero-s2 .student-pic .wpo-supporter.wpo-supporter--segments div.wpo-supporter-segments > .wpo-supporter-segments__item,
.static-hero-s3 .student-pic .wpo-supporter.wpo-supporter--segments div.wpo-supporter-segments > .wpo-supporter-segments__item,
.static-hero-s4 .student-pic .wpo-supporter.wpo-supporter--segments div.wpo-supporter-segments > .wpo-supporter-segments__item,
.static-hero-s5 .student-pic .wpo-supporter.wpo-supporter--segments div.wpo-supporter-segments > .wpo-supporter-segments__item {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

.static-hero .student-pic .wpo-supporter.wpo-supporter--segments a.hero-segment,
.static-hero-s2 .student-pic .wpo-supporter.wpo-supporter--segments a.hero-segment,
.static-hero-s3 .student-pic .wpo-supporter.wpo-supporter--segments a.hero-segment,
.static-hero-s4 .student-pic .wpo-supporter.wpo-supporter--segments a.hero-segment,
.static-hero-s5 .student-pic .wpo-supporter.wpo-supporter--segments a.hero-segment {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 82px;
  text-decoration: none;
  color: #1a1a2e;
  -webkit-tap-highlight-color: transparent;
}

.static-hero .student-pic .wpo-supporter.wpo-supporter--segments a.hero-segment:hover .hero-segment__txt,
.static-hero-s2 .student-pic .wpo-supporter.wpo-supporter--segments a.hero-segment:hover .hero-segment__txt,
.static-hero-s3 .student-pic .wpo-supporter.wpo-supporter--segments a.hero-segment:hover .hero-segment__txt,
.static-hero-s4 .student-pic .wpo-supporter.wpo-supporter--segments a.hero-segment:hover .hero-segment__txt,
.static-hero-s5 .student-pic .wpo-supporter.wpo-supporter--segments a.hero-segment:hover .hero-segment__txt {
  text-decoration: underline;
}

.static-hero .student-pic .wpo-supporter.wpo-supporter--segments a.hero-segment:focus-visible,
.static-hero-s2 .student-pic .wpo-supporter.wpo-supporter--segments a.hero-segment:focus-visible,
.static-hero-s3 .student-pic .wpo-supporter.wpo-supporter--segments a.hero-segment:focus-visible,
.static-hero-s4 .student-pic .wpo-supporter.wpo-supporter--segments a.hero-segment:focus-visible,
.static-hero-s5 .student-pic .wpo-supporter.wpo-supporter--segments a.hero-segment:focus-visible {
  outline: 2px solid #15a280;
  outline-offset: 3px;
  border-radius: 6px;
}

.static-hero .student-pic .wpo-supporter.wpo-supporter--segments .hero-segment__img,
.static-hero-s2 .student-pic .wpo-supporter.wpo-supporter--segments .hero-segment__img,
.static-hero-s3 .student-pic .wpo-supporter.wpo-supporter--segments .hero-segment__img,
.static-hero-s4 .student-pic .wpo-supporter.wpo-supporter--segments .hero-segment__img,
.static-hero-s5 .student-pic .wpo-supporter.wpo-supporter--segments .hero-segment__img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid #d9d9d9;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.static-hero .student-pic .wpo-supporter.wpo-supporter--segments .hero-segment__img img,
.static-hero-s2 .student-pic .wpo-supporter.wpo-supporter--segments .hero-segment__img img,
.static-hero-s3 .student-pic .wpo-supporter.wpo-supporter--segments .hero-segment__img img,
.static-hero-s4 .student-pic .wpo-supporter.wpo-supporter--segments .hero-segment__img img,
.static-hero-s5 .student-pic .wpo-supporter.wpo-supporter--segments .hero-segment__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border: none;
  border-radius: 50%;
  padding: 0;
}

.static-hero .student-pic .wpo-supporter.wpo-supporter--segments .hero-segment__txt,
.static-hero-s2 .student-pic .wpo-supporter.wpo-supporter--segments .hero-segment__txt,
.static-hero-s3 .student-pic .wpo-supporter.wpo-supporter--segments .hero-segment__txt,
.static-hero-s4 .student-pic .wpo-supporter.wpo-supporter--segments .hero-segment__txt,
.static-hero-s5 .student-pic .wpo-supporter.wpo-supporter--segments .hero-segment__txt {
  margin-top: 2px;
  font-size: 11px;
  line-height: 1.1;
  font-weight: 600;
  text-align: center;
  color: #333;
  hyphens: manual;
}

@media (max-width: 991px) {
  .static-hero .student-pic .wpo-supporter.wpo-supporter--segments,
  .static-hero-s2 .student-pic .wpo-supporter.wpo-supporter--segments,
  .static-hero-s3 .student-pic .wpo-supporter.wpo-supporter--segments,
  .static-hero-s4 .student-pic .wpo-supporter.wpo-supporter--segments,
  .static-hero-s5 .student-pic .wpo-supporter.wpo-supporter--segments {
    transform: translateY(50px);
  }
}

@media (max-width: 767px) {
  .static-hero .student-pic .wpo-supporter.wpo-supporter--segments,
  .static-hero-s2 .student-pic .wpo-supporter.wpo-supporter--segments,
  .static-hero-s3 .student-pic .wpo-supporter.wpo-supporter--segments,
  .static-hero-s4 .student-pic .wpo-supporter.wpo-supporter--segments,
  .static-hero-s5 .student-pic .wpo-supporter.wpo-supporter--segments {
    max-width: 100%;
    padding: 7px 10px 6px;
    bottom: 0.85%;
  }
}

@media (max-width: 480px) {
  .static-hero .student-pic .wpo-supporter.wpo-supporter--segments div.wpo-supporter-segments.hero-segments-owl:not(.owl-loaded),
  .static-hero-s2 .student-pic .wpo-supporter.wpo-supporter--segments div.wpo-supporter-segments.hero-segments-owl:not(.owl-loaded),
  .static-hero-s3 .student-pic .wpo-supporter.wpo-supporter--segments div.wpo-supporter-segments.hero-segments-owl:not(.owl-loaded),
  .static-hero-s4 .student-pic .wpo-supporter.wpo-supporter--segments div.wpo-supporter-segments.hero-segments-owl:not(.owl-loaded),
  .static-hero-s5 .student-pic .wpo-supporter.wpo-supporter--segments div.wpo-supporter-segments.hero-segments-owl:not(.owl-loaded) {
    gap: 10px 10px;
  }

  .static-hero .student-pic .wpo-supporter.wpo-supporter--segments .hero-segment__img,
  .static-hero-s2 .student-pic .wpo-supporter.wpo-supporter--segments .hero-segment__img,
  .static-hero-s3 .student-pic .wpo-supporter.wpo-supporter--segments .hero-segment__img,
  .static-hero-s4 .student-pic .wpo-supporter.wpo-supporter--segments .hero-segment__img,
  .static-hero-s5 .student-pic .wpo-supporter.wpo-supporter--segments .hero-segment__img {
    width: 50px;
    height: 50px;
  }

  .static-hero .student-pic .wpo-supporter.wpo-supporter--segments a.hero-segment,
  .static-hero-s2 .student-pic .wpo-supporter.wpo-supporter--segments a.hero-segment,
  .static-hero-s3 .student-pic .wpo-supporter.wpo-supporter--segments a.hero-segment,
  .static-hero-s4 .student-pic .wpo-supporter.wpo-supporter--segments a.hero-segment,
  .static-hero-s5 .student-pic .wpo-supporter.wpo-supporter--segments a.hero-segment {
    max-width: 76px;
  }
}

/* Sobre / bloco institucional: Font Awesome nos destaques (flaticon .woff/.woff2 não estão no repositório). */
.wpo-about-section .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item .wpo-about-features-icon .icon .fa,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item .wpo-about-features-icon .icon .fa,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item .wpo-about-features-icon .icon .fa,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item .wpo-about-features-icon .icon .fa,
.wpo-about-section-s5 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item .wpo-about-features-icon .icon .fa {
  font-size: 35px;
  line-height: 70px;
  width: 100%;
  text-align: center;
  display: block;
}

.wpo-about-section .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item:nth-child(1) .wpo-about-features-icon .icon .fa,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item:nth-child(1) .wpo-about-features-icon .icon .fa,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item:nth-child(1) .wpo-about-features-icon .icon .fa,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item:nth-child(1) .wpo-about-features-icon .icon .fa,
.wpo-about-section-s5 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item:nth-child(1) .wpo-about-features-icon .icon .fa {
  color: #d0a202;
}

.wpo-about-section .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item:nth-child(2) .wpo-about-features-icon .icon .fa,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item:nth-child(2) .wpo-about-features-icon .icon .fa,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item:nth-child(2) .wpo-about-features-icon .icon .fa,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item:nth-child(2) .wpo-about-features-icon .icon .fa,
.wpo-about-section-s5 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item:nth-child(2) .wpo-about-features-icon .icon .fa {
  color: #0372c3;
}

.wpo-about-section .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item:nth-child(3) .wpo-about-features-icon .icon .fa,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item:nth-child(3) .wpo-about-features-icon .icon .fa,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item:nth-child(3) .wpo-about-features-icon .icon .fa,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item:nth-child(3) .wpo-about-features-icon .icon .fa,
.wpo-about-section-s5 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item:nth-child(3) .wpo-about-features-icon .icon .fa {
  color: #4540e1;
}

.wpo-about-section .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item:nth-child(4) .wpo-about-features-icon .icon .fa,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item:nth-child(4) .wpo-about-features-icon .icon .fa,
.wpo-about-section-s3 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item:nth-child(4) .wpo-about-features-icon .icon .fa,
.wpo-about-section-s4 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item:nth-child(4) .wpo-about-features-icon .icon .fa,
.wpo-about-section-s5 .wpo-about-wrap .wpo-about-text .wpo-about-features-wrap .wpo-about-features-item:nth-child(4) .wpo-about-features-icon .icon .fa {
  color: #f9406c;
}

/* --------------------------------------------------------------------------
   Contato (home) + newsletter: o tema usa margin-bottom negativo no cartão do
   form para sobrepor o mapa; na home não há mapa e o newsletter “sobe” por
   cima do formulário. Segmento em linha ímpar: usar .fullwidth como no demo.
   -------------------------------------------------------------------------- */
/* Contato: ícones Font Awesome nos cartões (Flaticon sem .woff no repositório) */
.wpo-contact-pg-section .office-info-icon .icon .fa {
  font-size: 34px;
  line-height: 85px;
  color: #0372c3;
  display: inline-block;
  vertical-align: middle;
}

/* Owl 2 nos depoimentos: botões prev/next ficam fora do CSS Owl 1 do tema — esconder (dots + arrastar) */
.wpo-testimonial-section .wpo-testimonial-wrap .owl-nav {
  display: none !important;
}

/* Aspas dos depoimentos: tema estiliza .fi.quote; fragmentos usam Font Awesome */
.wpo-testimonial-section .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text .fa.quote,
.wpo-testimonial-section-s2 .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-text .fa.quote {
  font-size: 50px;
  color: #f2bc00;
  opacity: 0.2;
  position: absolute;
  right: 20px;
  top: 10px;
}

/*
 * Nossos Diferenciais (carrossel): ícones em Font Awesome — ficheiros .woff do Flaticon não existem no repo.
 * Owl 2: nav explícito em todos os breakpoints + esconder .owl-nav (setas com glyph partido).
 */
.wpo-courses-section .wpo-courses-wrap .courses-icon .fa,
#diferenciais-colegio .courses-icon .fa {
  font-size: 36px;
  line-height: 80px;
  width: 100%;
  text-align: center;
  display: block;
}

.wpo-courses-section .wpo-courses-slider .owl-nav,
#diferenciais-colegio.wpo-courses-section .owl-nav {
  display: none !important;
}

.wpo-contact-pg-section .office-info--full {
  margin-bottom: 2.5rem;
}

.wpo-contact-pg-section--no-map .wpo-contact-form-area {
  margin-bottom: 0;
  padding-bottom: 40px;
}

.wpo-contact-pg-section--no-map + .wpo-subscribe-section {
  padding-top: 48px;
}

@media (max-width: 767px) {
  .wpo-contact-pg-section--no-map + .wpo-subscribe-section {
    padding-top: 32px;
  }
}

.wpo-contact-pg-section .wpo-contact-form-area form .submit-area {
  clear: both;
}

/* Contato: campos mais visíveis (sombra + foco) */
.wpo-contact-form-area form.cd-contact-form .form-control,
.wpo-contact-form-area form.cd-contact-form .form-select {
  background-color: #fff;
  border: 1px solid rgba(26, 26, 46, 0.14);
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.wpo-contact-form-area form.cd-contact-form .form-control:focus,
.wpo-contact-form-area form.cd-contact-form .form-select:focus {
  border-color: rgba(21, 162, 128, 0.55);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1), 0 0 0 3px rgba(21, 162, 128, 0.18);
  outline: 0;
}

.wpo-contact-form-area form.cd-contact-form .form-control.is-valid,
.wpo-contact-form-area form.cd-contact-form .form-select.is-valid {
  border-color: rgba(21, 162, 128, 0.65);
}

.wpo-contact-form-area form.cd-contact-form .form-control.is-invalid,
.wpo-contact-form-area form.cd-contact-form .form-select.is-invalid {
  border-color: rgba(220, 53, 69, 0.65);
  box-shadow: 0 2px 10px rgba(220, 53, 69, 0.12);
}

/* Newsletter: mesmo “peso” visual no e-mail */
.wpo-subscribe-section .cd-newsletter-row .form-control {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(26, 26, 46, 0.12);
}

.wpo-subscribe-section .cd-newsletter-row .form-control:focus {
  border-color: rgba(21, 162, 128, 0.5);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08), 0 0 0 3px rgba(21, 162, 128, 0.15);
  outline: 0;
}

.wpo-subscribe-section .cd-newsletter-row .form-control.is-valid {
  border-color: rgba(21, 162, 128, 0.55);
}

.wpo-subscribe-section .cd-newsletter-row .form-control.is-invalid {
  border-color: rgba(220, 53, 69, 0.55);
  box-shadow: 0 2px 10px rgba(220, 53, 69, 0.1);
}

/* Newsletter: wrap em coluna para o flex-basis 70% do tema fazer sentido */
.wpo-subscribe-section .wpo-subscribe-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wpo-subscribe-section .wpo-subscribe-wrap .subscribe-form {
  width: 100%;
  max-width: 640px;
}

/* Formulários site: honeypot + newsletter (feedback de validação abaixo do campo) */
.cd-hp {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.wpo-subscribe-section .cd-newsletter-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.5rem 0.75rem;
  width: 100%;
}

.wpo-subscribe-section .cd-newsletter-field {
  flex: 1 1 220px;
  min-width: 0;
}

.wpo-subscribe-section .cd-newsletter-btn {
  align-self: stretch;
}

/* --------------------------------------------------------------------------
   Educação Infantil — hero estilo home (grid centrado + arte no “banner”).
   -------------------------------------------------------------------------- */
.page-wrapper .static-hero.segmento-ei-hero {
  height: auto;
  min-height: 0;
  display: block;
  padding: 56px 0 48px;
}

@media (min-width: 992px) {
  .page-wrapper .static-hero.segmento-ei-hero {
    padding: 72px 0 64px;
  }
}

.page-wrapper .static-hero.segmento-ei-hero .hero-container {
  position: relative;
  height: auto;
}

.page-wrapper .static-hero.segmento-ei-hero .hero-inner {
  position: relative;
  height: auto;
  min-height: 0;
  display: block;
  text-align: center;
}

.page-wrapper .static-hero.segmento-ei-hero .hero-inner .container-fluid.segmento-ei-hero-fluid {
  max-width: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(16px, 3vw, 40px);
  padding-right: clamp(16px, 3vw, 40px);
}

.segmento-ei-hero-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2.25rem 3rem;
}

.segmento-ei-hero-copy {
  flex: 1 1 300px;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.segmento-ei-hero-banner-wrap {
  flex: 1 1 280px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.segmento-ei-hero-banner-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.35);
}

.page-wrapper .static-hero.segmento-ei-hero .hero-content {
  max-width: none;
  width: 100%;
  padding-left: 0;
  float: none;
}

.page-wrapper .static-hero.segmento-ei-hero .slide-title,
.page-wrapper .static-hero.segmento-ei-hero .slide-text {
  margin-left: auto;
  margin-right: auto;
}

.page-wrapper .static-hero.segmento-ei-hero .slide-title h2 {
  text-align: center;
}

.segmento-ei-hero-btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 16px;
  margin-top: 1.25rem;
}

.segmento-ei-breadcrumb {
  margin-bottom: 1rem;
}

.segmento-ei-breadcrumb ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 0.65rem;
  font-size: 0.9rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.78);
}

.segmento-ei-breadcrumb li {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}

.segmento-ei-breadcrumb li + li::before {
  content: "›";
  margin-right: 0.65rem;
  opacity: 0.65;
  font-weight: 400;
}

.segmento-ei-breadcrumb a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.segmento-ei-breadcrumb a:hover {
  color: #f2bc00;
}

.segmento-ei-sticky {
  position: sticky;
  top: 88px;
  z-index: 40;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(6px);
}

.segmento-ei-anchors {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.35rem 0.75rem;
  padding: 0.65rem 0;
}

.segmento-ei-anchors a {
  display: inline-block;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fafafb;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.segmento-ei-anchors a:hover,
.segmento-ei-anchors a:focus-visible {
  color: #0d6efd;
  border-color: rgba(13, 110, 253, 0.35);
  background: rgba(13, 110, 253, 0.06);
  outline: none;
}

.segmento-flow > section[id] {
  scroll-margin-top: 110px;
}

.segmento-flow #seg-sobre.wpo-about-section {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* Sobre: o tema puxa as fotos com margin-left:-200px (efeito home) — aqui fica dentro do container */
.page-wrapper .segmento-flow #seg-sobre .wpo-about-wrap .wpo-about-img-wrap {
  margin-left: 0 !important;
  margin-right: 0 !important;
  justify-content: center;
  max-width: 100%;
}

@media (min-width: 992px) {
  .page-wrapper .segmento-flow #seg-sobre .wpo-about-wrap .row {
    align-items: center;
  }

  .page-wrapper .segmento-flow #seg-sobre .wpo-about-text {
    padding-left: 1.5rem;
  }
}

/* Diferenciais: títulos longos (markup alinhado à home) */
.page-wrapper .segmento-flow #seg-diferenciais .wpo-choose-wrap .wpo-section-title-s2 h2 {
  overflow-wrap: anywhere;
}

/* Modo coluna única (sidebar / flows): grelha centrada + vídeo empilhado */
.page-wrapper .segmento-flow #seg-diferenciais.segmento-choose--single-col .wpo-choose-wrap {
  padding: 3rem 0 2.5rem !important;
}

.page-wrapper .segmento-flow #seg-diferenciais .segmento-choose-grids--centered {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 0 8px;
  margin-top: 0.5rem;
  float: none !important;
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.page-wrapper .segmento-flow #seg-diferenciais .segmento-choose-grids--centered::after {
  display: none;
}

.page-wrapper .segmento-flow #seg-diferenciais .segmento-choose-grids--centered .grid {
  float: none !important;
  flex: 0 0 50%;
  width: 50%;
  max-width: 360px;
  padding-right: 12px;
  padding-left: 12px;
  margin-bottom: 2rem;
  text-align: left;
}

@media (max-width: 575px) {
  .page-wrapper .segmento-flow #seg-diferenciais .segmento-choose-grids--centered .grid {
    width: 100%;
    max-width: 420px;
    flex: 0 0 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

.page-wrapper .segmento-flow #seg-diferenciais .segmento-choose-video-col--stacked .right-img {
  width: 100%;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  padding: 14px;
}

.page-wrapper .segmento-flow #seg-diferenciais .segmento-choose-video-col--stacked .right-img img {
  width: 100%;
  height: auto;
  display: block;
}

.page-wrapper .segmento-flow #seg-diferenciais .wpo-choose-wrap .grid .icon.segmento-choose-icon .fa {
  font-size: 30px;
  line-height: 1;
}

.page-wrapper .segmento-flow #seg-diferenciais .wpo-choose-wrap .grid .icon.segmento-choose-icon .fi:before {
  font-size: 30px;
  line-height: 1;
  color: #fff;
  display: block;
}

/* Galeria: 4 fotos em grelha equilibrada (evita 33%×3 + “sobra” desalinhada) */
.page-wrapper .segmento-flow #seg-galeria .portfolio-grids {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin: 0 !important;
}

.page-wrapper .segmento-flow #seg-galeria .portfolio-grids .grid {
  float: none !important;
  width: auto !important;
  flex: 1 1 240px;
  max-width: 100%;
  padding: 0 !important;
}

@media (min-width: 992px) {
  .page-wrapper .segmento-flow #seg-galeria .portfolio-grids .grid {
    flex: 1 1 calc(25% - 16px);
    max-width: calc(25% - 12px);
  }
}

.page-wrapper .segmento-flow #seg-galeria .portfolio-grids .grid .img-holder img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

/* Depoimentos: coluna com right-img3 usa margin-left negativo no tema */
.page-wrapper .segmento-flow #seg-depoimentos .right-img3 {
  margin-left: 0 !important;
  margin-right: 0 !important;
  top: 0 !important;
  max-width: 100%;
}

.page-wrapper .segmento-flow .segmento-rich-body .row {
  margin-left: auto;
  margin-right: auto;
}

.page-wrapper .segmento-flow .segmento-rich-body img {
  max-width: 100%;
  height: auto;
}

#seg-proposta .wpo-section-title-s2,
#seg-ci .wpo-section-title-s2 {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.segmento-ei-ci-cards .segmento-ei-ci-card {
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 14px;
  padding: 1.35rem 1.25rem;
  background: #fafafb;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);
}

.segmento-ei-ci-cards .segmento-ei-ci-card h3 {
  color: #0d6efd;
  margin-bottom: 0.65rem;
}

.segmento-ei-prop-grid {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.segmento-ei-prop-illus {
  max-height: 220px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

/* Coordenação / liderança EI — círculo + fotos bem mais baixas (~metade da escala anterior) */
#seg-lideranca .wpo-team-img .wpo-team-img-box {
  aspect-ratio: 1 / 1;
  width: 100%;
  max-width: 168px;
  margin-left: auto;
  margin-right: auto;
}

#seg-lideranca .wpo-team-img .wpo-team-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#seg-lideranca .wpo-team-item {
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .segmento-ei-sticky {
    top: 72px;
  }

  #seg-lideranca .wpo-team-item {
    max-width: 200px;
  }

  #seg-lideranca .wpo-team-img .wpo-team-img-box {
    max-width: 152px;
  }
}

/* Rodapé: Font Awesome — o Flaticon do tema aponta para .woff/.ttf em falta no deploy */
.wpo-site-footer .about-widget .social ul li a .fa {
  color: #fff;
  font-size: 14px;
  line-height: 40px;
}

.wpo-site-footer .contact-ft ul li .fa {
  font-size: 20px;
}
