@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&display=swap");

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 45px;
  color: #1d2f56;
}

h3 {
  font-size: 20px;
}

p,
a {
  font-family: "Poppins", sans-serif;
}
.numero-romano {
  font-family: "Poppins", sans-serif;
}
p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pt-120 {
  padding-top: 120px;
}
.pb-120 {
  padding-bottom: 120px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.hero-banner {
  display: flex;
  justify-content: center;
  height: 808px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  align-items: end;
  background-position: center;
}
.hero-banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  background: #fff;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 14%,
    rgba(28, 42, 81, 1) 93%
  );
  height: 600px;
  width: 100%;
  z-index: 1;
}

.btn-content {
  padding: 12px 45px 12px 27px;
  border-radius: 8px;
  color: #fff;
  position: relative;
  transition: all 0.4s ease-in;
}
.btn-orange {
  background-color: #f98300;
}
.btn-content:hover {
  background-color: #cc4e00;
}
.btn-blue {
  background-color: #1d2f56;
  padding: 15px 45px 15px 27px;
  color: #fff;
}
.btn-blue:hover {
  background-color: #0c004b;
}
.btn-orange::after {
  content: "";
  position: absolute;
  background-image: url(../imgs/aft-seta-orange.svg);
  width: 20px;
  height: 20px;
  right: 22px;
  bottom: 16px;
}
.btn-blue::after {
  content: "";
  position: absolute;
  background-image: url(../imgs/aft-seta-orange.svg);
  width: 20px;
  height: 20px;
  right: 22px;
  bottom: 16px;
}
.btn-download::after {
  background-image: url(../imgs/Download-white.svg);
  width: 25px;
  height: 25px;
  right: 18px;
}
.btn-ver-mais::after {
  background-image: url(../imgs/ver-mais.svg);
  bottom: 18px;
}
.btn-blue-v2:hover {
  background-color: #0c004b;
}
.btn-blue-v2::after {
  content: "";
  position: absolute;
  background-image: url(../imgs/aft-seta.svg);
  width: 20px;
  height: 20px;
  right: 22px;
  bottom: 16px;
}

.btn-solo {
  padding-top: 20px;
}

.conteudo-home {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-bottom: 90px;
}

.conteudo-home h2,
.conteudo-home p {
  color: #fff;
  margin-bottom: 15px;
}
.content-video-home {
  background: linear-gradient(
    to bottom,
    rgb(28 42 81) 55%,
    rgba(255, 255, 255, 0) 40%
  );
  padding-top: 0px;
}

.spn-rosa {
  color: #ef0092;
}
.spn-azul-claro {
  color: #4EC9F7;
}

.linha-espacada {
  align-items: center;
  justify-content: space-between;
}
.imersao-cultural {
  background-image: url(../imgs/bg-imersao.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.pb-60 {
  padding-bottom: 60px;
}
.list-dierencial {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.list-dierencial li {
  width: 230px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}
.carrossel .owl-nav {
  display: flex;
  gap: 10px;
}
.btn-carrossel {
  display: none;
}
.blog-mobile {
  display: none;
}
.pesquisa-filtro {
  display: flex;
  align-items: center;
  gap: 30px;
}
.programas {
  background-image: url(../imgs/bg-programa.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.escolher-tots {
  background-image: url(../imgs/bg-programa.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.calendario-escolar-home {
  background-image: url(../imgs/bg-imersao.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.sustentabilidade {
  background-image: url(../imgs/bg-imersao.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.linha-cards-programa {
  padding-top: 60px;
}

.content-program-card {
  padding: 30px;
  background-color: #fff;
  border-radius: 0px 0px 16px 16px;
  min-height: 204px;
  position: relative;
}
.seta-program-card {
  position: absolute;
  top: -18px;
  right: 24px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.infantil .seta-program-card {
  background-color: #4ec9f7;
}
.infantil h3 {
  color: #4ec9f7;
}

.fundamental .seta-program-card {
  background-color: #7bcc41;
}
.fundamental h3 {
  color: #7bcc41;
}

.anos-finais .seta-program-card {
  background-color: #ef0092;
}
.anos-finais h3 {
  color: #ef0092;
}
.preparatorio .seta-program-card {
  background-color: #f98300;
}
.preparatorio h3 {
  color: #f98300;
}
.content-program-card p {
  font-size: 14px;
  font-weight: 500;
}

.card-programa img {
  width: 100%;
  border-radius: 16px 16px 0px 0px;
}

.zoom-img {
  overflow: hidden;
}
.card-programa .zoom-img {
  border-radius: 16px 16px 0px 0px;
}
.image-container .zoom-img {
  border-radius: 16px;
}
.image-container .zoom-img img {
  border-radius: 16px;
  transition: transform 0.6s ease;
  display: block;
  width: 100%;
  height: auto;
}
.zoom-img img {
  transition: transform 0.3s ease;
  height: auto;
}

a:hover .zoom-img img {
  transform: scale(1.1);
}
.historias {
  overflow: hidden;
}
.historias .owl-stage-outer {
  overflow: visible;
}

.linha-header {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.linha-header ul {
  display: flex;
  gap: 30px;
}
.linha-header li {
  padding: 15px;
}
header a {
  color: #000;
}
header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255) 0%,
    rgba(255, 255, 255) 55%,
    rgba(255, 255, 255, 0) 40%
  );
}
.menu-desk {
  position: relative;
}

.languege {
  position: absolute;
  top: 15px;
  right: 0;
}

footer a,
footer li {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
footer li {
  font-family: "Poppins", sans-serif;
}
footer {
  background-color: #1d2f56;
  padding-top: 120px;
  position: relative;
}
.btns-fixos {
  position: fixed;
  right: 0;
  bottom: 15%;
  z-index: 99999;
}
.btns-fixos ul {
  display: flex;
  flex-direction: column;
  padding: 20px 15px;
  align-items: center;
  border-radius: 16px 0px 0px 16px;
  gap: 12px;
  background-color: #7BCC41;
}
.sociais ul {
  display: flex;
  gap: 20px;
  padding-top: 40px;
}

.contatos-footer {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-top: 20px;
}

.contatos-footer li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.menu-footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.linha-direitos {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.linha-direitos p {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}
.linha-direitos a {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}
.linha-footer {
  padding-top: 40px;
  padding-bottom: 40px;
}

.linha-footer hr {
  color: #d9d9d9;
}

.cta-visita {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255) 0%,
    rgba(255, 255, 255) 55%,
    rgb(29 47 86) 40%
  );
  padding-top: 60px;
}
.cta-visita .row {
background-color: #132343;
  border-radius: 16px;
  padding: 60px;
  height: 355px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.cta-visita .row::before {
  content: "";
  position: absolute;
  top: -100px;
  right: 2%;
  width: 534px;
  height: 472px;
  background-image: url(../imgs/bg-cta-2.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta-visita .row h2 {
  color: #fff;
}
.cta-visita .row p {
  color: #fff;
}

.two-blocks-img-bg {
  background-image: url(../imgs/bg-imersao.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner-ensino {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 685px;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 20px;
  display: flex;
  align-items: end;
  text-align: center;
  justify-content: center;
  position: relative;
}
span.smal-text {
font-size: 20px;
}
.banner-ensino::after {
  content: "";
  position: absolute;
  bottom: 0;
  background: #fff;
    background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(239, 0, 146, 1) 84%
  );

  height: 300px;
  width: 100%;
  z-index: 1;
  border-radius: 16px;
}
.page-id-106 .banner-ensino::after {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 132, 255, 1) 84%
  );
}
.page-id-97 .banner-ensino::after {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(123, 204, 65, 1) 84%
  );
}
.page-id-79 .banner-ensino::after {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(249, 131, 0, 1) 84%
  );
}
.page-template-escola .banner-ensino::after {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 5%,
    rgba(29, 47, 86, 1) 100%
  );
}
.banner-ensino h1 {
  color: #fff;
}
.title-ensino {
  position: relative;
  z-index: 2;
  padding-bottom: 60px;
}
.espaco-top {
  padding-bottom: 56px;
}

.linha-center {
  align-items: center;
}

.content-card-niveis {
  padding: 20px;
  border: 1px solid #d9d9d9;
  border-radius: 0px 0px 16px 16px;
  min-height: 345px;
}
.page-id-97 .content-card-niveis {
  min-height: 275px;
}
.card-niveis img {
  width: 100%;
}
.linha-niveis {
  padding-top: 30px;
}
.text-img {
  display: flex;
  align-items: center;
}

.bloco-texto {
  background-color: #1d2f56;
}

.bloco-texto p {
  color: #fff;
}

.bloco-texto {
  background-color: #1d2f56;
  width: 750px;
  min-height: 312px;
  display: flex;
  align-items: center;
  flex-direction: column;

  justify-content: center;
  padding: 0px 70px;
  border-radius: 16px 0px 0px 16px;
}

/* Aplica a linha lateral por item */
.custom-accordion .accordion-item {
  position: relative;
  padding-left: 5px; /* espaço para a linha */
  --line-height: 0px;
  border-left: 1px solid #d9d9d96e;
}

.custom-accordion .accordion-item::before {
  content: "";
  width: 4px;
  background-color: #1d2f56;
  position: absolute;
  left: -2px;
  top: 0;
  height: var(--line-height);
  transition: height 0.5s ease;
  border-radius: 10px;
}
.calendario-accordion .accordion-header {
  padding: 16px 20px;
  width: 100%;
  text-align: left;
  border: none;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  cursor: pointer;
  background-color: transparent;
}
.accordion-header h3 {
  color: #1d2f56;
}
.page-template-modelo-ensino h2 {
  margin-bottom: 25px;
}
.accordion-content {
  display: none;
  transition: all 0.6s ease;
}

.accordion-item.open .accordion-content {
  display: block;
}
.accordion-content {
  overflow: hidden;
  height: 0;
  transition: height 0.4s ease;
}
.calendario-accordion .accordion-content {
  padding: 20px;
  background: transparent;
  font-size: 16px;
  color: #444;
  overflow: hidden;
  height: 0;
  transition: height 0.5s ease;
  padding-top: 0;
}

.calendario-accordion .accordion-item.open .accordion-content {
  display: block;
}

.calendario-accordion .download-link {
  display: inline-block;
  margin-top: 10px;
  font-weight: bold;
  text-decoration: underline;
  color: #000;
}
.accordion-icon {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-left: 8px;
}

.accordion-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  opacity: 0;
  transition: opacity 0.6s ease;
}

/* Estado inicial: fechado */
.accordion-item .icon-closed {
  opacity: 1;
}

/* Quando aberto, troca visibilidade */
.accordion-item.open .icon-closed {
  opacity: 0;
}
.accordion-item.open .icon-open {
  opacity: 1;
}
.faq-accordion .accordion-item {
  background: #f9f9f9;
  border-radius: 16px;
  margin-bottom: 30px;
  overflow: hidden;
  border: none;
  transition: all 0.6s ease;
}
.faq-accordion .accordion-item.open {
  background-color: transparent;
  border: 1px solid #b9b9b9;
}
.faq-accordion .accordion-header {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  padding: 18px 20px;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-accordion .accordion-icon {
  font-size: 18px;
  color: #888;
  transition: transform 0.3s ease, color 0.3s ease;
}

.faq-accordion .accordion-content {
  display: none;
  padding: 0 20px 18px;
  font-size: 15px;
  color: #555;
  line-height: 1.5;
}

.faq-accordion .accordion-item.open .accordion-content {
  display: block;
}

.single-card .card-niveis {
  display: flex;
  align-items: center;
}

.single-card .card-niveis .content-card-niveis {
  border: none;
  background-color: #f1f1f1;
  border-radius: 0px 16px 16px 0px;
  padding: 46px 20px;
  min-height: auto;
}

.single-card .card-niveis img {
  width: auto;
}

.calendario-accordion {
  padding-top: 40px;
}
.content-list-sus p {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  margin-bottom: 0;
  color: #1d2f56;
}

.content-list-sus span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.sustentabilidade-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px;
}
.sustentabilidade-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.img-sus {
  display: flex;
  align-items: end;
}

.contato-content-page h3 {
  font-size: 24px;
  color: #fff;
}
.contato-content-page h2,
.contato-content-page li {
  color: #fff;
}
.contato-content-page {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 672px;
  display: flex;
  align-items: center;
}
.contato-content-page .contatos-footer a {
  color: #fff;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  height: 60px;
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(132, 132, 132, 0.2);
  padding: 20px;
  background-color: #f1f1f1;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-content.btn-blue {
  width: 100%;
}
.btn-container {
  height: 60px;
}
.wpcf7-spinner {
  display: none;
}
input::placeholder {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  color: #1d2f56;
}
.form-content {
  padding: 40px 40px 0px 40px;
  border-radius: 16px;
  background-color: #f1f1f1;
}

.mapa-content {
  background: linear-gradient(
    to bottom,
    rgb(29 46 86) 55%,
    rgba(255, 255, 255, 0) 40%
  );
  margin-bottom: 70px;
}
.wpcf7-list-item {
  margin: 0;
}
span.wpcf7-list-item-label,
span.wpcf7-list-item-label a {
  font-size: 14px;
  color: #1d2f56;
}
.content-map iframe {
  border-radius: 16px;
}

.list-trabalhe {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.list-trabalhe li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.list-trabalhe li a {
  color: #000;
}

.secretaria-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 864px;
  display: flex;
  align-items: center;
  position: relative;
}
.secretaria-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.14) 44%,
    rgba(29, 47, 86, 1) 92%
  );
}
.content-title-secretaria {
  position: relative;
  z-index: 2;
}
.secretaria-hero h1 {
  color: #fff;
}

.secretaria-hero h3 {
  color: #fff;
  font-size: 24px;
}

.video-wrapper {
  transition: transform 2.2s ease;
  transform: scale(0.6);
  transform-origin: center center;
}

.video-wrapper.zoom-in {
  transform: scale(1);
}

.video-wrapper-estrutura {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.custom-video {
  border-radius: 16px;
  display: block;
  width: 100%;
  height: 100%;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* máscara escura */
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.video-overlay.hidden {
  opacity: 0;
  pointer-events: none;
}

.play-button img {
  width: 80px;
  height: 80px;
}

/* Responsividade para o iframe ocupar o container */
.video-responsive {
  position: relative;
  padding-bottom: 56.25%; /* Proporção 16:9 */
  height: 0;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 16px;
}

.title-faq {
  position: sticky;
  top: 10px;
  padding-left: 35px;
}

.categorias-carousel .item iframe {
  border-radius: 16px;
}
.custom-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
.custom-nav button {
  border: none;
  background-color: transparent;
}
.carousel-counter span {
  font-weight: 500;
}

.estrutura-carousel .item iframe {
  border-radius: 16px;
}

.estrutura-nav button {
  border: none;
  background-color: transparent;
}

.estrutura-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}

.menu-desk ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-desk ul li {
  position: relative;
  display: inline-block;
}

.menu-desk ul li a {
  display: block;
  padding: 5px 15px;
  text-decoration: none;
  color: #000;
}

/* Submenu escondido por padrão */
.menu-desk ul .submenu {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  background: #fff;
  padding: 10px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  min-width: 222px;
  z-index: 1000;
  border-radius: 4px;
}
.tem-submenu a {
  position: relative;
}
.tem-submenu a::after {
  content: "";
  background-image: url(../imgs/icon-down.svg);
  position: absolute;
  right: 1px;
  width: 10px;
  height: 10px;
  bottom: 11px;
}
.submenu li a::after {
  display: none;
}
.languege ul li a {
  position: relative;
}

.languege ul li a::after {
  content: "";
  background-image: url(../imgs/down-lenguege.svg);
  position: absolute;
  right: -1px;
  width: 12px;
  height: 7px;
  bottom: 13px;
}
/* Itens do submenu */
.menu-desk ul .submenu li {
  display: block;
}

.menu-desk ul .submenu li a {
  padding: 8px 15px;
  color: #000;
}

/* Mostrar submenu ao passar o mouse */
.menu-desk ul li:hover > .submenu {
  display: block;
}

.seta-program-card svg {
  transition: all 0.5s ease;
}

a:hover .seta-program-card svg {
  transform: rotate(-45deg);
}
.single-page {
  padding-bottom: 80px;
  height: 600px;
  background-size: cover;
  background-position: top;
}
.politica {
  display: flex;
  align-items: center;
  padding-bottom: 80px;
  height: 600px;
  background-size: cover;
  background-position: top;
}
.linha-politica {
  justify-content: space-between;
}
.text-politica {
  padding: 50px;
  background-color: #f1f1f1;
  border-radius: 20px;
}
section.content-politica {
  margin-top: -440px;
}
.navegacao-lateral {
  padding: 47px 20px;
  text-align: center;
  background-color: #f1f1f1;
  position: sticky;
  top: 94px;

  border-radius: 20px;
}
.conteudo-lateral-single {
  position: sticky;
  top: 94px;
  margin-top: -158px;
}
.post-lateral {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 427px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: end;
  padding: 45px;
  text-align: center;
  margin-bottom: 40px;
}
.post-lateral h3,
.post-lateral p {
  color: #fff;
}
.post-share {
  padding-top: 30px;
}
.card-relacionados-lateral {
  padding: 47px 20px;
  background: #f1f1f1;
  border-radius: 16px;
  text-align: center;
}
.card-relacionados-lateral a {
  color: #000;
}
.linha-single {
  justify-content: space-between;
}
section.conteudo-post {
  margin-top: -140px;
}
.conteudo-topo-single h1 {
  color: #fff;
}
.banner-blog {
  position: relative;
  display: flex;
  align-items: center;
  height: 750px;
  color: #fff;
  padding-top: 130px;
  padding-bottom: 90px;
  overflow: hidden;
  background-color: #fff;
}
.title-relacionados {
  padding-bottom: 30px;
}
.image-container img {
  width: 100%;
  border-radius: 16px;
}
ul.list-sociais-single {
  display: flex;
  gap: 14px;
  padding: 20px 0px;
}
.conteudo-post .post-thumbnail {
  padding-bottom: 40px;
}
.conteudo-post .post-thumbnail img {
  border-radius: 16px;
}
.banner-blog::before {
  content: "";
  background-image: url(../imgs/bg-blog.png);
  width: 100%;
  height: 535px;
  position: absolute;
  top: 0;
  background-size: contain;
}
.linha-btn {
  padding-top: 40px;
}
.blog-mobile {
  display: none;
}
.carrossel .owl-stage-outer {
  overflow: visible;
}
.conteudo-title-disp p {
  color: #fff;
}
.linha-title-blog {
  align-items: center;
}

.banner-blog .carrossel .zoom-img {
  border-radius: 16px 16px 0px 0px;
}
.banner-blog .carrossel .zoom-img img {
  border-radius: 16px 16px 0px 0px;
}
.conteudo-card-blog {
  background-color: #f1f1f1;
  padding: 20px;
  border-radius: 0px 0px 16px 16px;
  min-height: 300px;
}
.conteudo-card-blog h3,
.conteudo-card-blog p {
  color: #000;
}
.carrossel .owl-stage {
  display: flex;
  align-items: center;
}
.filter-dropdown-toggle {
  background-color: #1d2f56;
  padding: 13px 45px;
  border-radius: 8px;
  cursor: pointer;
}
.filter-dropdown-toggle span {
  color: #fff;
}
.filter-dropdown-menu.show {
  display: block;
}
.filter-dropdown-menu {
  display: none;
  position: absolute;
  background-color: white;
  list-style: none;
  padding: 0;
  margin: 0;
  top: 100%;
  left: 0;
  border: 1px solid #ccc;
  z-index: 10;
  width: 235px;
  margin-top: 10px;
}
.filter-dropdown-item {
  position: relative;
  padding: 10px 20px;
  display: block;
  color: #1b2b4c;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.5s ease;
  background-color: #fff;
}
.filter-dropdown-toggle:hover {
  background-color: #1c2d51;
  color: #fff;
}
.filter-dropdown-item:hover,
.filter-dropdown-item:focus {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  z-index: 9;
}
.conteudo-card-news {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 20px;
  padding-bottom: 60px;
  align-items: flex-start;
}
article.conteudo-card-busca {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
  background-color: #f1f1f1;
  border-radius: 30px;
}
.page-search h1,
.page-search h2 {
  color: #fff;
}
.page-search h2 {
  font-weight: 500;
}
section.resultado-busca {
  margin-top: -130px;
}
.page-search {
  display: flex;
  align-items: center;
  padding-bottom: 80px;
  height: 600px;
  background-size: cover;
  background-position: top;
}
.conteudo-card-busca .image-container img {
  border-radius: 16px 0px 0px 16px;
}
.linha-filtro {
  padding-bottom: 60px;
}
form#searchform {
  width: 50%;
  position: relative;
}

.download-link {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-decoration: underline;
}
.download-link::after {
  content: "";
  background-image: url(../imgs/icon-download.svg);
  position: absolute;
  right: -14px;
  bottom: 5px;
  width: 10px;
  height: 12px;
}
button#searchsubmit {
  position: absolute;
  left: -5px;
  bottom: 7px;
}
.linha-paginacao {
  padding: 40px 0px;
}
.search form#searchform {
  width: 100%;
}

.search .form-control {
  border-bottom: 1px solid #fff;
}
.search .form-control {
  color: #000;
}
.col-md-12.linha-resultado {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagination-wrapper {
  display: flex;
  justify-content: center;
}
.form-control {
  border-bottom: 1px solid #000;
  border-top: none;
  border-right: none;
  border-left: none;
  background-color: transparent;
  color: #000;
  border-radius: 0;
  padding: 0;
  padding-left: 30px;
  padding-bottom: 5px;
}
input.form-control::placeholder {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  color: #1d2f56;
}
.leia-mais {
  position: relative;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: #000;
  text-decoration: underline;
}
.leia-mais::after {
  content: "";
  background-image: url(../imgs/leia-mais-aft.svg);
  position: absolute;
  right: -16px;
  bottom: 6px;
  width: 10px;
  height: 10px;
}
.banner-blog .leia-mais::after {
  right: -16px;
}
.conteudo-card-news h3 {
  color: #000;
}

.page-404 {
  padding-top: 140px;
  padding-bottom: 140px;
}
.page-404 .row {
  text-align: center;
}
.trabalhe-conosco {
  background-image: url(../imgs/bg-equipe.png);
  background-repeat: no-repeat;
  background-position: left;
}
.page-404 .row span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
.page-404 .row h1 {
  font-size: 128px;
  color: #ef0092;
  font-weight: 800;
}
.content-margin-text h2,
.content-margin-text p {
  margin-bottom: 30px;
}
.menu-mobile {
  display: none;
}

.menu-toggle .bar {
  height: 3px;
  width: 25px;
  background-color: #0c004b;
  margin: 4px 0;
  transition: all 0.6s ease;
  border-radius: 10px;
}

/* BOTÃO HAMBURGUER */
.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  z-index: 1002;
  position: absolute;
  right: 20px;
  top: 15px;
}

.menu-toggle .bar {
  height: 3px;
  width: 25px;
  background-color: #1d2f56;
  margin: 3px 0;
  transition: all 0.6s ease;
}

/* Animação para X */
.menu-toggle.active .bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.menu-toggle.active .bar:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active .bar:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -8px);
}
/* MENU MOBILE - OFFCANVAS */
.menu-mobile {
  position: fixed;
  top: 0;
  right: -100%;
  width: 60%;
  height: 100%;
  background: #fff;
  z-index: 1001;
  padding: 30px 20px;
  overflow-y: auto;
  transition: right 0.6s ease;
}

/* Quando aberto */
.menu-mobile.open {
  right: 0;
}

/* OVERLAY */
.menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Overlay visível */
.menu-overlay.active {
  display: block;
  opacity: 1;
}
.logo-mobile {
  display: none;
}
.img-mobile {
  display: none;
}
.pd-lateral-programas {
  padding-left: 60px;
}

.input-icon {
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 25px 25px;
}
.faq-ensino .accordion-header h3 {
  font-size: 16px;
  color: #000;
}
.icon-name {
  background-image: url(../imgs/name-icon-form.svg);
  background-position: right;
}

.icon-email {
  background-image: url(../imgs/email-icon-form.svg);
  background-position: right;
}

.icon-phone {
  background-image: url(../imgs/phone-icon-form.svg);
  background-position: right;
}
.bloco-img  img {
  border-radius: 0px 16px 16px 0px;
}
.content-politica ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}
#indice {
  list-style: none;
}
#indice a {
  font-size: 14px;
font-style: normal;
font-weight: 400;
color: #000;
}
@media (max-width: 1399px) {
  .list-dierencial {
    justify-content: space-between;
    gap: 0;
  }
  .content-card-niveis {
    min-height: 377px;
  }
  .list-dierencial li {
    width: 210px;
  }
  .bloco-texto {
    width: 576px;
  }
  .cta-visita .row {
    height: 312px;
  }
  .intensivo .row {
    justify-content: space-between;
  }
  .single-card .card-niveis .content-card-niveis {
    padding: 34px 20px;
  }
  .tradicao-content .row {
    justify-content: space-between;
  }
  h2 {
    font-size: 43px;
  }
  .faq-ensino .accordion-header .accordion-icon {
    padding-left: 40px;
  }
  .page-id-97 .content-card-niveis {
    min-height: 302px;
  }
}
@media (max-width: 1199px) {
  .list-dierencial li {
    width: 175px;
  }

  .list-dierencial li p {
    font-size: 14px;
  }
  .bloco-texto {
    min-height: 260px;
  }
  .page-id-106 .bloco-texto p {
    margin-bottom: 5px;
  }
  .diferencial .row {
    justify-content: space-between;
  }
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 38px;
  }
  h3 {
    font-size: 18px;
  }
  .content-card-niveis {
    min-height: 435px;
  }
  .single-card .card-niveis .content-card-niveis {
    padding: 12px 20px;
  }
  .bloco-texto p {
    font-size: 14px;
  }
  .cta-visita .row {
    background-position-x: -166px;
  }
  .cta-visita .row::before {
           top: -100px;
    right: -3%;
  }
}

/* Para telas menores que 991px */
@media (max-width: 991px) {
  br {
    display: none;
  }
  .cta-visita .row::before {
   display: none;
  }
  .bloco-img  img {
    border-radius: 0px 0px 16px 16px;
  }
  .page-id-106 .bloco-texto p {
    margin-bottom: 15px;
  }
  .conteudo-texto-busca h2 {
   
      font-size: 26px;
  
  }
  .page-id-106 .bloco-texto {
    min-height: 260px;
  }
  .linha-niveis {
    row-gap: 30px;
  }
  .bloco-texto p {
    font-size: 16px;
  }
  .pd-lateral-programas {
    padding-left: 15px;
  }
  .contato-content-page {
    height: 800px;
  }
  .linha-cards-programa {
    row-gap: 30px;
  }
  .content-card-niveis {
    min-height: auto;
  }
  .content-margin-text h2,
  .content-margin-text p {
    margin-bottom: 18px;
  }
  .img-mobile {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .img-desk {
    display: none;
  }
  .mapa-content {
    margin-bottom: 35px;
    padding-top: 50px;
  }
  .content-contato {
    padding-top: 100px;
  }

  .text-img {
    flex-direction: column;
  }
  .logo-mobile {
    display: flex;
    justify-content: center;
  }
  .menu-toggle {
    display: flex;
  }
  .bloco-img {
    width: 100%;

  }
  .contatos-footer {
    padding-bottom: 30px;
  }
  .single-card .card-niveis {
    flex-direction: column;
  }
  .single-card .card-niveis img {
    width: 100%;
    border-radius: 16px;
  }
  .single-card .card-niveis .content-card-niveis {
    padding: 28px 20px;
    border-radius: 16px;
    margin-top: 20px;
  }
  .bloco-texto {
    width: 100%;
    border-radius: 16px 16px 0px 0px;
    min-height: 190px;
  }
  .bloco-img img {
    width: 100%;
   
  }
  .menu-mobile ul .submenu {
    display: none;
    position: static;
    background: #f9f9f9;
    padding: 10px 15px;
    box-shadow: none;
    margin-top: 5px;
  }

  .menu-mobile ul li.open > .submenu {
    display: block;
  }
  .tem-submenu a::after {
    right: -12px;
    bottom: 5px;
  }
  .languege ul li a::after {
    right: -16px;
    bottom: 8px;
  }
  .linha-header {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    background: #fff;
    gap: 0;
    padding-top: 80px;
  }
  .logo.logo-mobile-hamburger {
    margin-bottom: 50px;
  }
  .languege {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
  }
  .linha-header ul {
    flex-direction: column;
    gap: 0;
    align-items: center;
    text-align: center;
  }
  .menu-mobile.open {
    display: flex;
    justify-content: center;
  }
  .secretaria-hero {
    background-position-x: -859px;
  }
  .secretaria-hero::before {
    background: linear-gradient(
      270deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.14) 9%,
      rgba(29, 47, 86, 1) 93%
    );
  }
  .row.linha-title-blog {
    position: relative;
    z-index: 9;
    row-gap: 30px;
}
  .menu-desk {
    display: none;
  }
  .list-dierencial {
    gap: 30px;
    justify-content: center;
    padding-top: 30px;
  }
  .diferencial figure img {
    width: 100%;
  }
  .list-dierencial li {
    width: 230px;
  }
}

/* Para telas menores que 768px (tablets) */
@media (max-width: 768px) {
  .cta-visita .row::before {
    display: none;
  }
  .blog-mobile {
    display: block;
  }
  article.conteudo-card-busca { 
    flex-direction: column;
  }
  .banner-blog { 
    height: auto;
  }
  .blog-mobile .image-container img {
    border-radius: 16px 16px 0px 0px;
  }
  .btns-fixos {
    bottom: 2%;
  }
  .single-page { 
    height: 400px;
    padding-top: 100px;
  }
  .page-id-97 .bloco-texto {
    min-height: 390px;
  }
  .col-md-6.conteudo-texto-busca {
    padding: 20px;
}
.conteudo-card-busca .image-container img { 
  border-radius: 16px;
}
.col-md-12.linha-resultado {
  flex-direction: column;
  align-items: baseline;
  gap: 30px;
}
  .cta-visita .row {
    height: 300px;
  }
  .play-button img {
    width: 50px;
    height: 50px;
  }
  .title-faq {
    padding-left: 0px;
    padding-bottom: 20px;
  }

  .accordion-content p {
    font-size: 14px;
  }
  .cta-visita .row {
    padding: 30px;
    height: 419px;
  }
  .list-dierencial li {
    width: 100%;
  }
  .mapa-content {
    padding-top: 160px;
  }
  .sociais {
    padding-bottom: 30px;
  }
  .content-contato {
    padding-top: 140px;
  }
  .pb-80 {
    padding-bottom: 45px;
  }
  .pt-80 {
    padding-top: 45px;
  }
  .pt-120 {
    padding-top: 90px;
  }
  .pb-120 {
    padding-bottom: 90px;
  }
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 32px;
  }
  .bloco-texto {
    padding: 0px 40px;
  }
  .blog-desk {
    display: none;
  }
  .menu-mobile {
    width: 80%;
  }
  .menu-footer {
    padding-top: 30px;
    padding-bottom: 30px;
    gap: 16px;
  }
  .linha-direitos {
    flex-direction: column;
    align-items: center;
  }
  .linha-direitos p {
    text-align: center;
  }
}
/* Para telas menores que 499px (smartphones pequenos) */
@media (max-width: 499px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .page-id-106 .bloco-texto {
    min-height: 345px;
  }
  .btn-content {
    font-size: 14px;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 32px;
  }
}
