:root{
  --color-azul: #003366;
}

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

header {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.oculto {
  display: none !important;
}

.closePopupIcon {
  max-width: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.maxContainer {
  max-width: 1140px;
  margin: 0 auto;
}

.headline {
  text-align: center;
  background-color: #003366;
  padding: 15px 20px;
  margin: 0;
  height: 48px;
  color: #fff;
  text-transform: uppercase;
  font-family: Inter;
  font-size: 13px;
  width: 100%;
}

.menu {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 12px 0;
  opacity: 0.8;
}

.menu-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
  gap: 100px;

  & div {
    display: flex;
    flex-direction: row;
    gap: 60px;

    & a {
      color: #904b2b;
      text-align: center;
      font-family: Inter;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 1.8px;
      text-transform: uppercase;
      text-decoration: none;
    }
  }
}

.logo-formatura {
  max-height: 65px;
  padding: 2px 0;
}

.hero {
  background-image: url("assets/formatura-2025-bg-hero.webp");
  height: 650px;
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  & img {
    width: 400px;
    margin-bottom: -200px;
  }
}


.minha-historia {
  background-image: url("assets/bg-papel-rasgado-luzes-desktop-teste.webp");
  background-size: cover;
  background-position: top center;
  padding: 150px 0 0 0;
  margin-top: -350px;
}

.minha-historia > .maxContainer {
  display: flex;
  flex-direction: row;

  & div {
    width: 100%;
  }
  & p {
    color: var(--color-azul);
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 2.8px;
  }

  & div:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  & div:last-child {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  & .mote{
    width: 100%;
    margin-top: 80px;
  }

}

.portrato-mobile{
  display: none;
}

.video-insta {
  width: 100%;
  height: 320px;
  border-radius: 8px;
}

.video {
  background: linear-gradient(
    171deg,
    rgba(251, 248, 246, 1) 58.09%,
    rgba(0, 2, 224, 0.22) 99.04%
  );
  padding: 117px 0 150px 0;
}

.video > .maxContainer {
  & h2 {
    color: var(--color-azul);
    text-align: center;
    font-family: Inter;
    font-size: 34px;
    font-weight: 700;
    width: min(700px, 90%);
    letter-spacing: 2.8px;
    text-transform: uppercase;
    margin: 0 auto 60px auto;
  }

  & iframe {
    aspect-ratio: 16/9;
    border-radius: 27px;
  }
}

.spotify {
  background-image: url("assets/formandos-playlist.webp");
  height: 900px;
  background-size: cover;
  background-position: bottom center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.btn-spotify {
  display: flex;
  width: 300px;
  border-radius: 8px;
  background: linear-gradient(90deg, #BF823C 0%, #D9A54E 53.85%, #FFD797 100%);
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.8px;
  letter-spacing: 2.6px;
  text-decoration: none;
  padding: 20px 70px;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.spotify-modal {
  background: linear-gradient(
    100deg,
    rgba(107, 117, 182, 0.15) 0.24%,
    rgba(39, 48, 144, 0) 100.95%
  );
  border: solid 1px rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(41px);
  border-radius: 18px;
  overflow: hidden;
  padding: 40px;
  max-width: 700px;
  height: 300px;
  margin: 150px auto 50px auto;
  display: flex;
  flex-direction: column;
  gap: 30px;

  & h2 {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    max-width: 507px;
  }
}

.play-spotify {
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.16);
  height: 160px;
}

.playlist-container {
  display: flex;
  padding: 20px 20px 0 20px;

  & div:first-child {
    display: flex;
  }
}

.spotify-playlist-description {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 0 0 5px;
  justify-content: center;

  & h2 {
    color: #fff;
    font-family: Inter;
    font-size: 18px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: -0.252px;
  }

  & p {
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
  }
}

.spotify-logo-container {
  display: flex;
  flex-direction: column;
  justify-content: top-end;
  margin-left: auto;

  & img {
    width: 100%;
  }
}

.playlist {
  display: flex;

  & img {
    margin: 0 auto 5px auto;
    display: flex;
    width: 450px;
    align-items: flex-start;
    gap: 16px;
  }
}

.fotos-formatura {
  background-image: url("assets/papel-rasgado-alunos-formandos.webp");
  background-size: cover;
  background-position: top center;
  padding: 300px 0 100px 0;
  margin-top: -200px;
}

.fotos-formatura > .maxContainer {
  display: flex;
  flex-direction: column;

  & p {
    color: var(--color-azul);
    text-align: center;
    font-family: Inter;
    font-size: 22px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 2.8px;
    width: 984px;
    height: 111px;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto 30px auto;
  }
}

.titulo-fotos {
  color: var(--color-azul);
  text-align: center;
  font-family: Inter;
  font-size: 34px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  width: 600px;
  margin: 0 auto 30px auto;
}

.cursos {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 100%;
  margin-bottom: 50px;
  gap: 50px;
}

.btn-colegio {
  max-width: 260px;
  width: 100%;
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  border-radius: 80px;
  border: 0.9px solid #FF9E00;
  color: var(--color-azul);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2.6px;
  cursor: pointer;
}

.btn-graduacao {
  max-width: 260px;
  width: 100%;
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  border-radius: 80px;
  border: 0.9px solid #FF9E00;
  color: var(--color-azul);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2.6px;
  cursor: pointer;
}

.btn-ead {
  max-width: 260px;
  width: 100%;
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  border-radius: 80px;
  border: 1px solid #ff9e00;
  color: #ae5032;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2.6px;
  cursor: pointer;
}

.btn-selecionado {
  background: rgba(255, 158, 0, 0.35);
  border: 2px solid #ff9e00 !important;
}

.swiper {
  width: 100%;
  margin: auto;
  position: relative;
  padding-bottom: 50px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
}

.swiper-slide>img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 8px;
}

.swiper-pagination {
  bottom: -20px;
  left: 50%;
}

.swiper-pagination-bullet {
  background: #ff9e00;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #743706;
}

.btn-fotos {
  display: flex;
  padding: 15px 50px;
  flex-direction: column;
  justify-content: center;
  border-radius: 8px;
  background: linear-gradient(90deg, #BF823C 0%, #D9A54E 53.85%, #FFD797 100%);
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  border: none;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  width: fit-content;
  text-transform: uppercase;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  background: #743706;
  padding: 10px 15px;
  border-radius: 100px;
  font-size: 20px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #ffefb8 !important;
}

/* Estilo Insta */

.insta {
  background-color: #EEE9ED;
  padding: 80px 0;
}

.insta > .maxContainer {
  display: flex;
  flex-direction: column;
  gap: 30px;

  & h2 {
    color: var(--color-azul);
    text-align: center;
    font-family: Inter;
    font-size: 28px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 2.8px;
    text-transform: uppercase;
  }
}

.texto-insta {
  color: var(--color-azul);
  text-align: center;
  font-family: Inter;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 2.8px;
  margin-bottom: 30px;
}

.card-insta-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 16px;
  border: 1px solid rgba(39, 48, 144, 0.40);
  background: #FFF;
  padding: 20px;

  > img{
    width: 100%;
  }
  > p{
    color: #1C1F25;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
  }
  > a{
    margin: 0 auto;
    padding: 20px 30px;
    max-width: 250px;
    border-radius: 8px;
    background: linear-gradient(90deg, #BF823C 0%, #D9A54E 53.85%, #FFD797 100%);
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    border: none;
    cursor: pointer;
  }
}

  .card-insta-icons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;

    & img {
      height: 20px;
    }
  }

  @media only screen and (max-width: 768px) {
    .insta {
      padding: 40px 20px;
    }
    .insta > .maxContainer {
      gap: 20px;

      & h2 {
        font-size: 22px;
      }
    }

    
    .texto-insta {
      font-size: 16px;
    }
  }

/* Sessão noticias */

.novidades {
  background-color: #FBF8F6;
  padding: 80px 0px;
}

.conteudo-novidades {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;

  & h2 {
    color: var(--color-azul);
    font-family: Inter;
    font-size: 34px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 2.8px;
    text-transform: uppercase;
  }

  & p {
    color: var(--color-azul);
    font-family: Inter;
    font-size: 22px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 2.8px;
  }
}

.novidades > .maxContainer {
  display: flex;
  gap: 50px;
}

.img-novidades {
  width: 100%;

  & img {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .novidades {
    padding: 40px 20px;
  }
  .novidades>.maxContainer{
    flex-direction: column;
    gap: 20px;
  }
  .conteudo-novidades {
    gap: 20px;

    & h2 {
      font-size: 22px;
      text-align: center;
    }

    & p {
      font-size: 16px;
      text-align: center;
    }
  }
}

/* Sessão do presente */

.promocao {
  background-image: url("assets/formatura-2025-bg-presente.webp");
  height: 100%;
  background-size: cover;
  background-position: bottom center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
  overflow: hidden;
}

.titulo-promocao {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-bottom: 60px;

  & h2 {
    color: var(--color-azul);
    text-align: center;
    font-family: Inter;
    font-size: 34px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 2.8px;
    text-transform: uppercase;
  }

  & h3 {
    color: var(--color-azul);
    text-align: center;
    font-family: Inter;
    font-size: 22px;
    font-weight: 400;
    line-height: 140%;
    max-width: 650px;
  }
}

.card-promocao {
  border-radius: 18px;
  border: 0.5px solid #AE5032;
  background: linear-gradient(100deg, rgba(255, 152, 96, 0.15) 4.13%, rgba(39, 48, 144, 0.00) 94.28%);
  backdrop-filter: blur(41px);
  width: 500px;
  padding: 40px 20px;

  & p {
    color: var(--color-azul);
    font-family: Inter;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }
}

.container-promocao {
  display: flex;
  gap: 80px;
}

.container-promocao>div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  > p {
    color: var(--color-azul);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
  }

  & a {
    color: var(--color-azul);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
  }
  & a:hover {
    color: #CE9649;
  }

}

.btn-promocao {
  border-radius: 8px;
  background: linear-gradient(90deg, #CE9649 0%, #DDAA59 50%, #FCD18C 100%);
  color: #FFF;
  text-decoration: none;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 20.8px;
  letter-spacing: 2.6px;
  border: none;
  padding: 20px;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .promocao {
    padding: 40px 20px;
  }

  .titulo-promocao {
    gap: 20px;
    margin-bottom: 30px;

    & h2 {
      font-size: 24px;
    }

    & h3 {
      font-size: 18px;
    }
  }
  .container-promocao {
    flex-direction: column;
    gap: 20px;
  }
  .card-promocao {
    width: 100%;
    padding: 20px;

    & p {
      font-size: 18px;
      line-height: 120%;
    }
  }
  .btn-promocao {
    padding: 20px 10px;
  }
}

/* Sessão do experiencia */

.experiencia {
  background-image: url("assets/bg-promocional.webp");
  height: 100%;
  background-size: cover;
  background-position: bottom center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 0 0 0;
  overflow: hidden;
}

.titulo-experiencia {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-bottom: 60px;

  & h2 {
    color: var(--color-azul);
    text-align: center;
    font-family: Inter;
    font-size: 34px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    max-width: 700px;
  }
}

.card-experiencia {
  border-radius: 18px;
  border: 0.5px solid #ae5032;
  background: linear-gradient(
    100deg,
    rgba(255, 152, 96, 0.15) 4.13%,
    rgba(39, 48, 144, 0) 94.28%
  );
  backdrop-filter: blur(41px);
  width: 500px;
  padding: 40px 20px;

  & p {
    color: var(--color-azul);
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }
}

.container-experiencia {
  display: flex;
  flex-direction: row;
  gap: 80px;
}

.box-experiencia {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}
.box-modelo-experiencia {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media only screen and (max-width: 768px) {
  .experiencia {
    padding: 40px 20px 0 20px;
  }
  .titulo-experiencia {
    gap: 20px;
    margin-bottom: 20px;

    & h2 {
      font-size: 24px;
    }
  }
  .container-experiencia {
    flex-direction: column;
    gap: 20px;
  }

  .card-experiencia {
  width: 100%;
  padding: 20px;

  & p {
    font-size: 18px;
    line-height: 120%;
    text-align: center;
  }
}
}


.noticias {
  background-color: #eee9ed;
  padding: 80px 0 120px 0;
}

.noticias > .maxContainer {
  display: flex;
  flex-direction: column;

  & h2 {
    color: #ae5032;
    text-align: center;
    font-family: Inter;
    font-size: 34px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    margin: 0 auto 30px auto;
  }

  & .btn-noticias {
    padding: 20px 50px;
    flex-direction: column;
    justify-content: center;
    border-radius: 8px;
    background: linear-gradient(90deg, #ffefb8 0%, #ff9e00 50%, #743706 100%);
    color: #362015;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2.6px;
    border: none;
    align-items: center;
    margin: auto;
    margin-top: 30px;
    text-decoration: none;
    width: fit-content;
  }
}

.texto-noticia {
  color: #ae5032;
  text-align: center;
  font-family: Inter;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 2.8px;
  width: 984px;
  height: 111px;
  flex-direction: column;
  justify-content: center;
  margin: auto;
}

.card-insta {
  width: 100%;
  max-width: 366;
  height: 587px;
  border-radius: 16px;
  border: 1px solid rgba(39, 48, 144, 0.4);
  background: #fff;
  padding: 20px;
  max-width: 366px;

  & img {
    width: 100%;
  }
}

.icones {
  display: flex;
  justify-content: space-between;

  & img {
    width: 24px;
    height: 24px;
    margin-top: 10px;
  }
}

.icon-insta {
  gap: 10px;
  display: flex;
}


/* .link-insta {
  text-decoration: none;
  max-width: 366px;
  width: 100%;
}
.link-insta1 {
  text-decoration: none;
  max-width: 366px;
  width: 100%;
  cursor: pointer;
} */
.nomes-insta > b {
  margin-top: 20px;
  margin-bottom: 10px;
  display: inline-block;
  font-family: inter;
  color: #1c1f25;
}

.unaspense-card {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  flex-direction: row;
  margin: auto;
  align-items: center;
  justify-content: center;
}

.btn-card {
  display: flex;
  justify-content: center;
  border-radius: 8px;
  background: linear-gradient(90deg, #ffefb8 0%, #ff9e00 50%, #743706 100%);
  color: #362015;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.8px;
  letter-spacing: 2.6px;
  padding: 20px 30px 20px 30px;
  text-decoration: none;
  align-items: center;
  margin: auto;
  margin-top: 30px;
  width: fit-content;
  gap: 10px;
  border: none;
  cursor: pointer;
}

.familia {
  background-color: #fcf2ec;
  padding: 80px 0px 80px 0px;
}

.conteudo-familia {
  width: 100%;
  display: flex;
  flex-direction: column;

  & h2 {
    color: var(--color-azul);
    font-family: Inter;
    font-size: 34px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    margin-bottom: 40px;
  }

  & p {
    color: var(--color-azul);
    font-family: Inter;
    font-size: 22px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 2.8px;
    margin-bottom: 100px;
  }

  & a {
    margin: 0;
    justify-content: start;
    align-items: start;
  }
}

.familia > .maxContainer {
  display: flex;
  gap: 50px;
}

.img-familia {
  width: 100%;

  & img {
    width: 100%;
  }
}

.recado-formando {
  background-image: url("assets/bg-recado-formando.webp");
  background-size: cover;
  padding: 80px 0 0 0;
  overflow: hidden;
}

.formando-unasp {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 40%;
  padding-bottom: 80px;
  & h2 {
    color: var(--color-azul);
    text-align: center;
    font-family: "Courier New";
    font-size: 28px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 2.8px;
    text-transform: uppercase;
  }

  & p {
    color: var(--color-azul);
    text-align: center;
    font-family: "Courier New";
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
  }

  & img {
    width: 100px;
  }
}

.recado-formando > .maxContainer {
  display: flex;
  gap: 50px;
}

.img-formando {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  & img {
    width: 100%;
  }
}

.sua-historia {
  background-image: url("assets/papel-rasgado-alunos-formandos.webp");
  background-position: top center;
  padding: 300px 0 100px 0;
  margin-top: -200px;
}

.sua-historia-unasp {
  display: flex;
  flex-direction: column;
  width: 100%;

  & h2 {
    color: #ae5032;
    font-family: Inter;
    font-size: 34px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    margin-bottom: 48px;
    margin-top: 70px;
  }

  & p {
    color: #ae5032;
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 2.8px;
    width: 496px;
  }
}

.sua-historia > .maxContainer {
  display: flex;
  gap: 50px;
}

.img-historia {
  width: 100%;

  & img {
    width: 100%;
  }
}

.menuMobile {
  display: none;
}

.mobile-list-menu {
  display: none;
}

 .popupOculto {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 100%;
    max-width: 700px;
    margin: 32px auto;
    box-sizing: border-box;
    background-color: #f3ede3;
    padding: 32px 24px;
    height: auto;
    max-height: calc(100vh - 64px);
    border-radius: 20px;
    position: relative;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;

    & h2 {
      color: #ae5032;
      text-align: center;
      font-family: Inter;
      font-size: 25px;
      font-weight: 700;
      line-height: 150%;
      letter-spacing: 2.8px;
      text-transform: uppercase;
      margin-bottom: 20px;
    }

    & p {
      color: #ae5032;
      text-align: center;
      font-family: Inter;
      font-size: 18px;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 2.8px;
      width: 100%;
    }
  }

  .popupOculto::-webkit-scrollbar {
    display: none;
  }

  .btn-transmissoes {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    margin: 24px 0 0 0;
    gap: 5px;
  }

  .btn-colegio-transmissao {
    width: 100%;
    height: 50px;
    padding: 14px 15px 14px 15px;
    justify-content: center;
    align-items: center;
    border-radius: 51px;
    border: 0.634px solid #ff9e00;
    color: #ae5032;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 1.647px;
    cursor: pointer;
    margin: 8px 0;
  }

  .btn-graduacao-transmissao {
    width: 100%;
    height: 50px;
    padding: 14px 15px 14px 15px;
    justify-content: center;
    align-items: center;
    border-radius: 51px;
    border: 0.634px solid #ff9e00;
    color: #ae5032;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 1.647px;
    cursor: pointer;
    margin: 8px 0;
  }

  .btn-ead-transmissao {
    width: 100%;
    height: 50px;
    padding: 14px 15px 14px 15px;
    justify-content: center;
    align-items: center;
    border-radius: 51px;
    border: 0.634px solid #ff9e00;
    color: #ae5032;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 1.647px;
    cursor: pointer;
    margin: 8px 0;
  }

#colegio-unasp {
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
  align-items: start;
  justify-content: center;
  margin: 40px auto 0;
  width: 100%;
}

#colegio-unasp-insta {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  overflow: scroll;
  align-items: start;
  justify-content: center;
}

#graduacao-unasp {
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
  align-items: start;
  justify-content: center;
  margin: 40px auto 0;
  width: 100%;
}

#ead-unasp {
  display: flex;
  gap: 30px;
}

.eng-coelho {
  background-image: url("assets/engenheiro-coelho.webp");
  width: 200px;
  height: 250px;
  background-repeat: no-repeat;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 170px 20px 20px 20px;

  & h2 {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 20.8px;
    letter-spacing: 2.6px;
    text-transform: uppercase;
  }
}

.hortolandia {
  background-image: url("assets/hortolandia.webp");
  width: 200px;
  height: 250px;
  background-repeat: no-repeat;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 170px 20px 20px 20px;

  & h2 {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 20.8px;
    letter-spacing: 2.6px;
    text-transform: uppercase;
  }
}

.sao-paulo {
  background-image: url("assets/sao-paulo.webp");
  width: 200px;
  height: 250px;
  background-repeat: no-repeat;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 170px 20px 20px 20px;

  & h2 {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 20.8px;
    letter-spacing: 2.6px;
    text-transform: uppercase;
  }
}

.btn-transmissao {
  display: flex;
  justify-content: center;
  border-radius: 8px;
  background: linear-gradient(90deg, #ffefb8 0%, #ff9e00 50%, #743706 100%);
  color: #362015;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.8px;
  letter-spacing: 2.6px;
  padding: 12px 20px 12px 20px;
  text-decoration: none;
  align-items: center;
  margin: auto;
  margin-top: 30px;
  width: fit-content;
  gap: 10px;
}

.btn-popup {
  display: flex;
  padding: 22px 70px;
  flex-direction: column;
  justify-content: center;
  border-radius: 8px;
  background: linear-gradient(90deg, #BF823C 0%, #D9A54E 53.85%, #FFD797 100%);
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2.6px;
  border: none;
  align-items: center;
  text-decoration: none;
  width: fit-content;
  cursor: pointer;
}

.popup-oculto {
  display: none;
}

.ead-unasp-oculto {
  display: none;
}

.graduacao-unasp-oculto {
  display: none;
}

#section-popup {
  position: fixed;

  top: 0;
  left: 0;
  width: 100%;
  margin: auto;
  min-height: 100vh !important;
  z-index: 100;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
}

#popup-insta {
  position: fixed;

  top: 0;
  left: 0;
  width: 100%;
  margin: auto;
  min-height: 100vh !important;
  z-index: 100;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
}

/* .btn-graduacao-insta {
  max-width: 240px;
  width: 100%;
  padding: 20px 30px;
  justify-content: center;
  align-items: center;
  border-radius: 80px;
  border: 1px solid #ff9e00;
  color: #ae5032;
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2.6px;
  cursor: pointer;
  text-decoration: none;
}

.btn-colegio-insta {
  max-width: 240px;
  width: 100%;
  padding: 20px 30px;
  justify-content: center;
  align-items: center;
  border-radius: 80px;
  border: 1px solid #ff9e00;
  color: #ae5032;
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2.6px;
  cursor: pointer;
}

.btn-ead-insta {
  max-width: 240px;
  width: 100%;
  padding: 20px 30px;
  justify-content: center;
  align-items: center;
  border-radius: 80px;
  border: 1px solid #ff9e00;
  color: #ae5032;
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2.6px;
  cursor: pointer;
  text-decoration: none;
} */

.btn-insta {
  display: flex;
  justify-content: center;
  border-radius: 8px;
  background: linear-gradient(90deg, #ffefb8 0%, #ff9e00 50%, #743706 100%);
  color: #362015;
  text-align: center;
  font-family: Inter;
  font-size: 11px;
  font-weight: 600;
  padding: 10px 0 10px 0;
  text-decoration: none;
  align-items: center;
  width: 100%;
  gap: 10px;
}

.btn-insta-campus {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  margin-bottom: 20px;
  gap: 10px;
  margin-top: 20px;
}

.popupOcultoInsta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  background-color: #f3ede3;
  padding: 40px 20px 40px 20px;
  height: 60vh;
  border-radius: 20px;
  position: relative;

  & p {
    color: #ae5032;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 2.8px;
    margin-bottom: 40px;
    max-width: 400px;
  }
}

.titulo-insta {
  color: #ae5032;
  text-align: center;
  font-family: Inter;
  font-size: 34px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.fecharPopupIcon {
  max-width: 30px;
  position: absolute;
  top: 5px;
  right: 20px;
  cursor: pointer;
}

#popup-graduacao {
  position: fixed;
  display: none;

  top: 0;
  left: 0;
  width: 100%;
  margin: auto;
  min-height: 100vh !important;
  z-index: 100;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
}

.btn-campus {
  display: flex;
  justify-content: center;
  border-radius: 8px;
  background: linear-gradient(90deg, #ffefb8 0%, #ff9e00 50%, #743706 100%);
  color: #362015;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.8px;
  letter-spacing: 2.6px;
  padding: 12px 20px 12px 20px;
  text-decoration: none;
  align-items: center;
  margin: auto;
  margin-top: 30px;
  width: fit-content;
  gap: 10px;
}

.nome-campus {
  color: #ae5032;
  font-family: Inter;
  font-size: 30px;
  font-weight: 800;
  line-height: 150%;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  text-align: center;
}

.popupOcultoGraduacao {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  background-color: #f3ede3;
  padding: 40px 20px 40px 20px;
  height: 65vh;
  border-radius: 20px;
  position: relative;
}

#popup-colegio {
  position: fixed;
  display: none;

  top: 0;
  left: 0;
  width: 100%;
  margin: auto;
  min-height: 100vh !important;
  z-index: 100;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
}

.btn-campus {
  display: flex;
  justify-content: center;
  border-radius: 8px;
  background: linear-gradient(90deg, #ffefb8 0%, #ff9e00 50%, #743706 100%);
  color: #362015;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.8px;
  letter-spacing: 2.6px;
  padding: 12px 20px 12px 20px;
  text-decoration: none;
  align-items: center;
  margin: auto;
  margin-top: 30px;
  width: fit-content;
  gap: 10px;
}

.nome-campus {
  color: #ae5032;
  font-family: Inter;
  font-size: 30px;
  font-weight: 800;
  line-height: 150%;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}

.popupOcultoColegio {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  background-color: #f3ede3;
  padding: 40px 20px 40px 20px;
  height: 65vh;
  border-radius: 20px;
  position: relative;
}

.btnGraduacao,
.btnColegio {
  display: flex;
  padding: 22px 70px;
  flex-direction: column;
  justify-content: center;
  border-radius: 8px;
  background: linear-gradient(90deg, #ffefb8 0%, #ff9e00 50%, #743706 100%);
  color: #362015;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2.6px;
  border: none;
  align-items: center;
  margin: auto;
  margin-top: 30px;
  text-decoration: none;
  width: fit-content;
  cursor: pointer;
}

.conteudo-noticias {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;

  & h2 {
    color: #ae5032;
    font-family: Inter;
    font-size: 34px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    margin-bottom: 40px;
  }

  & p {
    color: #ae5032;
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 2.8px;
    margin-bottom: 0;
    width: 540px;
  }
}

.btn-noticias {
  display: flex;
  border-radius: 8px;
  background: linear-gradient(90deg, #ffefb8 0%, #ff9e00 50%, #743706 100%);
  color: #362015;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.8px;
  letter-spacing: 2.6px;
  padding: 20px 50px 20px 50px;
  text-decoration: none;
  align-items: center;
  margin: 0;
  margin-top: 80px;
  width: fit-content;
  gap: 10px;
  border: none;
  text-transform: uppercase;
}

.noticias-unasp > .maxContainer {
  display: flex;
  gap: 70px;
  padding: 80px 0 80px 0;
}

.img-noticia {
  width: 100%;
  position: relative;
  & img {
    width: 100%;
    background-size: cover;
    background-position: center center;
  }
}

.img-noticia>div{
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 0 40px 20px 40px;

  & p{
    color: #FFF;
    text-align: center;
    font-family: Lato;
    font-size: 20px;
    line-height: 140%;
    text-transform: uppercase;
    padding: 8px 30px;
    border-radius: 4px;
    background: #AE5032;
  }

  & h4 {
    color: #FFF;
    text-align: center;
    font-family: Lato;
    font-size: 28px;
    line-height: 140%;
  }
  
}

.engenheiro-grad {
  background-image: url("assets/engenheiro-coelho-campus-formatura.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 100%;
  max-width: 220px;
  align-items: center;
  padding: 200px 20px 10px 20px;
  height: 430px;
  display: flex;
  justify-content: end;
  flex-direction: column;
  border-radius: 20px;

  & h3 {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 22px;
    font-weight: 800;
    line-height: 140%;
    letter-spacing: 2.6px;
    text-transform: uppercase;
  }
}

.engenheiro-grad-ec {
  background-image: url("assets/engenheiro-coelho-campus-formatura.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 100%;
  max-width: 220px;
  align-items: center;
  padding: 200px 20px 10px 20px;
  height: 430px;
  display: flex;
  justify-content: end;
  flex-direction: column;
  border-radius: 20px;

  & h3 {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 22px;
    font-weight: 800;
    line-height: 140%;
    letter-spacing: 2.6px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
}

.campus-eng {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.campus-ec {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}

.hortolandia-grad {
  background-image: url("assets/hortolandia-campus-formatura.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 100%;
  max-width: 220px;
  align-items: center;
  padding: 200px 20px 10px 20px;
  height: 430px;
  display: flex;
  justify-content: end;
  flex-direction: column;
  border-radius: 20px;

  & h3 {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 22px;
    font-weight: 800;
    line-height: 140%;
    letter-spacing: 2.6px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
}

.campus-ht {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.sao-paulo-grad {
  background-image: url("assets/sao-paulo-campus-formatura.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 100%;
  max-width: 220px;
  align-items: center;
  padding: 200px 20px 10px 20px;
  height: 430px;
  display: flex;
  justify-content: end;
  flex-direction: column;
  border-radius: 20px;

  & h3 {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 22px;
    font-weight: 800;
    line-height: 140%;
    letter-spacing: 2.6px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
}

.campus-sp {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.modalidade-ead {
  background-image: url("assets/ead-campus-formatura.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 100%;
  width: 220px;
  align-items: center;
  padding: 200px 20px 10px 20px;
  height: 430px;
  display: flex;
  justify-content: end;
  flex-direction: column;
  border-radius: 20px;

  & h3 {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 22px;
    font-weight: 800;
    line-height: 140%;
    letter-spacing: 2.6px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
}

.campus-ead {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.programacao {
  background-color: #f3ede3;
  padding: 80px 0 80px 0;
}

.cronograma {
  & h2 {
    color: var(--color-azul);
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    margin-bottom: 30px;
  }

  & p {
    color: var(--color-azul);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 2.8px;
  }
}

.btn-programacao {
  display: flex;
  padding: 20px 0 20px 0;
  width: 100%;
  border-radius: 8px;
  background: linear-gradient(90deg, #BF823C 0%, #D9A54E 53.85%, #FFD797 100%);
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.8px;
  letter-spacing: 2.6px;
  border: none;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: 40px;
}

.filtrar-cronograma {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  gap: 40px;
}

.programacao-graduacao {
    & img {
      width: 100%;
    }
  }
  .programacao-colegio {
    & img {
      width: 100%;
    }
  }

.modelo-cronograma {
  width: 300px;
  max-width: 100%;
}

.popupGrad {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  background-color: #FBF8F6;
  padding: 40px 20px 40px 20px;
  height: 70vh;
  border-radius: 20px;
  position: relative;

  & h2 {
    color: var(--color-azul);
    text-align: center;
    font-family: Inter;
    font-size: 32px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
}

.selecao-programacao {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;

  & a {
    border-radius: 72px;
    border: 0.9px solid #FF9E00;
    background: rgba(255, 158, 0, 0.10);
    color: var(--color-azul);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 18.72px;
    letter-spacing: 2.34px;
    padding: 20px;
    width: 300px;
    text-decoration: none;
  }
}

.campus-programacao {
  display: flex;
  align-items: center;
  gap: 40px;
}

#popup-grad-programacao {
  position: fixed;
  display: none;

  top: 0;
  left: 0;
  width: 100%;
  margin: auto;
  min-height: 100vh !important;
  z-index: 100;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  flex-wrap: wrap;
}

.popupColegio {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  background-color: #FBF8F6;
  padding: 40px 20px 40px 20px;
  height: 70vh;
  border-radius: 20px;
  position: relative;

  & h2 {
    color: var(--color-azul);
    text-align: center;
    font-family: Inter;
    font-size: 32px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
}

#popup-colegio-programacao {
  position: fixed;
  display: none;

  top: 0;
  left: 0;
  width: 100%;
  margin: auto;
  min-height: 100vh !important;
  z-index: 100;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  flex-wrap: wrap;
}

.promocional {
  background-image: url("assets/bg-promocional.webp");
  height: 100%;
  background-size: cover;
  background-position: bottom center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 0 0 0;
}

.titulo-promocional {
  & h2 {
    color: #ae5032;
    text-align: center;
    font-family: Inter;
    font-size: 34px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    width: 900px;
    margin: auto;
    margin-bottom: 30px;
  }

  & h3 {
    color: #b0905d;
    text-align: center;
    font-family: Inter;
    font-size: 22px;
    font-weight: 400;
    line-height: 140%;
    width: 750px;
    margin: auto;
    margin-bottom: 50px;
  }
}

.avancar {
  border-radius: 18px;
  border: 0.5px solid #ae5032;
  background: linear-gradient(
    100deg,
    rgba(255, 152, 96, 0.15) 4.13%,
    rgba(39, 48, 144, 0) 94.28%
  );
  backdrop-filter: blur(41px);
  width: 500px;
  height: 300px;
  padding: 40px 20px;

  & h2 {
    color: #ae5032;
    font-family: Inter;
    font-size: 28px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 2.8px;
    margin-bottom: 40px;
  }

  & p {
    color: #b0905d;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }
}

.efeito-destaque {
  color: #ae5032;
  font-size: 28px;
}

.emocao-formatura {
  display: flex;
  flex-direction: column;
  & a {
    color: #904b2b;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
    margin-top: 15px;
  }
}

.btn-promo {
  border-radius: 8px;
  background: linear-gradient(90deg, #ffefb8 0%, #ff9e00 50%, #743706 100%);
  width: 288px;
  color: #362015;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.8px;
  letter-spacing: 2.6px;
  border: none;
  padding: 20px;
  margin-top: 40px;
  margin: auto;
  cursor: pointer;
}

.container-promocional {
  display: flex;
  gap: 80px;
}

.unasp-presente {
  display: flex;
  flex-direction: column;

  & button {
    margin-top: 30px;
  }
}

.presenteie {
  background-image: url("assets/bg-promocional.webp");
  background-size: cover;
  background-position: bottom center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 0 60px 0;
}

.presentear-opcao {
  & h2 {
    color: #ae5032;
    text-align: center;
    font-family: Inter;
    font-size: 40px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    margin-bottom: 60px;
  }

  & p {
    color: #b0905d;
    text-align: center;
    font-family: Inter;
    font-size: 28px;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
    width: 780px;
    margin: auto;
    margin-bottom: 40px;
  }
}

.presente {
  background: rgba(198, 167, 115, 0.2);
  width: 284px;
  height: 200px;
  display: flex;
  flex-direction: column;

  & h2 {
    color: #b0905d;
    font-family: Inter;
    font-size: 103.2px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 2.064px;
    text-transform: uppercase;
    margin: auto;
  }
}

.mensalidade {
  background: #b0905d;
  width: 284px;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  & p {
    color: #fff !important;
    text-align: center;
    font-family: Inter;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.464px;
    text-transform: uppercase;
    margin: auto;
  }
}

.card-desconto {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  & p {
    color: #b0905d;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.4px;
    display: inline-block;
    text-transform: uppercase;
  }
}

.desconto {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;

  & h1 {
    color: #d8bb8a;
    font-family: Inter;
    font-size: 104px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 2.064px;
    text-transform: uppercase;
  }
}

.resgate-desconto {
  border-radius: 18px;
  border: 0.5px solid #ae5032;
  background: linear-gradient(
    100deg,
    rgba(255, 152, 96, 0.15) 4.13%,
    rgba(39, 48, 144, 0) 94.28%
  );
  backdrop-filter: blur(41px);
  padding: 40px 20px;
  margin-top: 60px;
  display: flex;
  margin-bottom: 60px;

  & p {
    color: #904b2b;
    text-align: center;
    font-family: Inter;
    font-size: 26px;
    font-weight: 400;
    line-height: 140%;
  }
}

.desconto-presente {
  display: flex;
  gap: 50px;

  & img {
    object-fit: contain;
    width: 100%;
    max-width: 500px;
  }
}

/* Sessão whatsapp */

.ex-alunos-unasp {
  background-color: #FBF8F6;
  padding: 80px 0 80px 0;
}

.comunidade-ex {
  & h1 {
    color: var(--color-azul);
    text-align: center;
    font-family: Inter;
    font-size: 34px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    margin-bottom: 30px;
  }

  & p {
    color: var(--color-azul);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 2.4px;
    margin-bottom: 40px;
  }

  & h3 {
    color: var(--color-azul);
    text-align: center;
    font-family: Inter;
    font-size: 22px;
    font-weight: 700;
    line-height: 140%;
  }
}

.promo-whats {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin: 40px 0 30px 0;
}

.check-promo {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  width: 500px;
  height: 62px;

  & p {
    color: var(--color-azul);
    font-family: Inter;
    font-size: 22px;
    font-weight: 600;
    line-height: 140%;
  }
}

.canal-unasp {
  color: var(--color-azul);
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  width: 746px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin: 0 auto 20px auto;
}

.unaspense {
  color: #b0905d;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  width: 350px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin: 0 auto 30px auto;
}

.btn-whats {
  border-radius: 8px;
background: linear-gradient(90deg, #D09A4B 0%, #E0AD5E 50%, #F9CD87 100%);
  width: 340px;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.8px;
  letter-spacing: 2.6px;
  gap: 10px;
  padding: 20px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin: auto;
  text-decoration: none;
}

#popup-promo {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  align-items: center;
  justify-content: center;
  display: none;
}

#popup-promo-parente {
  position: fixed;
  display: none;

  top: 0;
  left: 0;
  width: 100%;
  margin: auto;
  min-height: 80vh !important;
  z-index: 100;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  flex-wrap: wrap;
}

.form-promo-formando {
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 10px;
  max-width: 800px;
  max-height: 90%;
  overflow-y: auto;
  background-color: #ae5032;
  border-radius: 15px;

  & button {
    font-size: 18px;
    padding: 13px 15px 10px 15px;
    border-radius: 50px;
    margin-left: auto;
    cursor: pointer;
    border: none;
  }
}

.form-promo-parente {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  & button {
    font-size: 18px;
    padding: 13px 15px 10px 15px;
    border-radius: 50px;
    margin-left: auto;
    cursor: pointer;
    border: none;
  }
}


#popup-exp{
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(20px);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    align-items: center;
    justify-content: center;
    display: none;
}

.form-promo-exp {
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 10px;
  max-width: 800px;
  max-height: 90%;
  overflow-y: auto;
  background-color: #ae5032;
  border-radius: 15px;

  & button {
    font-size: 18px;
    padding: 13px 15px 10px 15px;
    border-radius: 50px;
    margin-left: auto;
    cursor: pointer;
    border: none;
  }
}


@media only screen and (max-width: 768px) {
  
  .maxContainer {
    width: 100%;
  }

  .headline {
    width: 100%;
    display: flex;
    justify-content: center;

    & p {
      font-size: 13px;
      color: #fff;
      text-transform: uppercase;
      text-align: center;
    }
  }

  .menu {
    background-color: #fff;
    padding: 0 20px 5px 20px;
    display: flex;
    flex-direction: row;
    justify-content: end;
    margin-top: 48px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 1001;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  }
  .headline {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 1002;
  }

  .logo-formatura {
    width: 50px;
  }

  .menu-container {
    display: block;
    width: 100%;
    margin: 0 auto;

    & div {
      display: none;
    }
  }

  .menuicon {
    width: 40px;
  }

  .closeicon {
    display: none;
    width: 40px;
  }

  .menuMobile {
    display: flex;
    flex-direction: column;
  }

  .menuMobile > .menu {
    min-width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .mobile-list-menu {
    display: none;
    margin-top: 0px;
    background-color: #fff;
    width: 100%;
    position: fixed;
    top: 90px;
    left: 0;
  }

  .mobile-list-menu > a {
    display: block;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    font-family: Inter;
    color: var(--color-azul);
  }

  header {
    position: fixed;
    z-index: 100;
    width: 100%;
  }

  .hero {
    background-image: url("assets/formatura-2025-bg-hero-mobile.webp");
    height: 700px;
    background-size: cover;
    background-position: top center;
  }
  .hero>img {
    display: none;
  }

  .portrato {
    display: none;
  }
  .portrato-mobile {
    display: block;
    width: 100%;
  }

  .minha-historia {
    background-image: none;
    background-color: #FBF8F6;
    background-size: cover;
    background-position: top center;
    padding: 40px 20px ;
    margin-top: 0px;
  }

  .minha-historia > .maxContainer {

    flex-direction: column;

    & p {
      color: var(--color-azul);
      font-family: Inter;
      font-size: 18px;
      text-align: center;
    }

    & div:last-child {
      display: flex;
      justify-content: center;
    }

    & .mote {
      margin-top: 0;
    }
  }


  .video {
    padding: 40px 20px;
  }

  .video > .maxContainer {
    & h2 {
      color: var(--color-azul);
      text-align: center;
      font-size: 24px;
      margin: 0 auto 30px auto;
    }

    & iframe {
      aspect-ratio: 16/9;
      border-radius: 27px;
    }
  }

  .spotify {
    background-image: url("assets/formandos-playlist-mobile.webp");
    height: 800px;
    background-size: cover;
    background-position: bottom center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 20px 0 20px;
  }

  .spotify-modal {
    background: linear-gradient(
      100deg,
      rgba(107, 117, 182, 0.15) 0.24%,
      rgba(39, 48, 144, 0) 100.95%
    );
    border: solid 1px rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(41px);
    border-radius: 16px;
    overflow: hidden;
    padding: 20px;
    max-width: 100%;
    height: 270px;
    margin: 150px auto 30px auto;
    display: flex;
    flex-direction: column;
    gap: 30px;

    & h2 {
      color: #fff;
      text-align: center;
      font-family: Inter;
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 2.8px;
      text-transform: uppercase;
      max-width: 507px;
    }
  }

  .play-spotify {
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.16);
    height: fit-content;
  }

  .playlist-container {
    display: flex;
    padding: 20px 20px 0 20px;

    & div:first-child {
      display: flex;
    }
  }

  .spotify-profile-image {
    max-width: 40% !important;
  }

  .spotify-playlist-description {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 0 0 5px;
    justify-content: center;

    & h2 {
      color: #fff;
      font-family: Inter;
      font-size: 14px;
      font-weight: 700;
      line-height: 16px;
      letter-spacing: -0.252px;
      text-align: left;
    }

    & p {
      color: #fff;
      font-family: Inter;
      font-size: 12px;
      font-weight: 400;
      line-height: 16px;
    }
  }

  .spotify-logo-container {
    display: flex;
    flex-direction: column;
    justify-content: top;
    margin-left: auto;

    & img {
      width: 100%;
    }
  }

  .playlist {
    display: flex;

    & img {
      margin: 0 auto 5px auto;
      display: flex;
      width: 90%;
      align-items: flex-start;
      gap: 16px;
    }
  }

  .fotos-formatura {
    background-image: url("assets/papel-rasgado-alunos-formandos.webp");
    background-size: cover;
    background-position: top center;
    padding: 300px 20px 50px 20px;
    margin-top: -250px;
  }

  .fotos-formatura > .maxContainer {
    display: flex;
    flex-direction: column;
    gap: 20px;

    & p {
      font-size: 18px;
      width: 100%;
      margin: 0 auto 40px auto;
      display: inline-block;
    }
  }

  .cursos {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: space-evenly;
    margin: auto;
    width: 100%;
    margin-bottom: 50px;
  }

  .btn-colegio {
    max-width: 100%;
    width: 100%;
    padding: 20px 40px;
    justify-content: center;
    align-items: center;
    border-radius: 80px;
    border: 0.9px solid #FF9E00;
    background: rgba(255, 158, 0, 0.10);
    color: var(--color-azul);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2.6px;
    cursor: pointer;
  }

  .btn-graduacao {
    max-width: 100%;
    width: 100%;
    padding: 20px 40px;
    justify-content: center;
    align-items: center;
    border-radius: 80px;
    border: 0.9px solid #FF9E00;
    color: var(--color-azul);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2.6px;
    cursor: pointer;
  }

  .btn-ead {
    max-width: 100%;
    width: 100%;
    padding: 20px 40px;
    justify-content: center;
    align-items: center;
    border-radius: 80px;
    border: 1px solid #ff9e00;
    color: #ae5032;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2.6px;
    cursor: pointer;
  }

  .btn-selecionado {
    background: rgba(255, 158, 0, 0.1);
  }

  ::-webkit-scrollbar {
    display: none;
  }

  .swiper {
    width: 100%;
    margin: auto;
    position: relative;
    padding-bottom: 50px;
  }

  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    margin: 0;
  }

  .swiper-slide>img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 8px;
  }

  .swiper-pagination {
    bottom: -20px;
    left: 50%;
  }

  .swiper-pagination-bullet {
    background: #ff9e00;
    opacity: 1;
  }

  .swiper-pagination-bullet-active {
    background: #743706;
  }

  .btn-fotos {
    display: flex;
    padding: 20px 40px;
    flex-direction: column;
    justify-content: center;
    border-radius: 8px;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2.6px;
    border: none;
    align-items: center;
    margin-top: 20px;
    text-decoration: none;
    width: 100%;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    background: #743706;
    padding: 10px 15px;
    border-radius: 100px;
    font-size: 20px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    color: #ffefb8 !important;
  }

  .noticias {
    background-color: #eee9ed;
    padding: 60px 20px 60px 20px;
  }

  .noticias > .maxContainer {
    display: flex;
    flex-direction: column;

    & h2 {
      color: #ae5032;
      text-align: center;
      font-family: Inter;
      font-size: 30px;
      font-weight: 700;
      line-height: 150%;
      letter-spacing: 2.8px;
      text-transform: uppercase;
      margin: 0 auto 30px auto;
    }

    & .btn-noticias {
      padding: 20px 50px;
      flex-direction: column;
      justify-content: center;
      border-radius: 8px;
      background: linear-gradient(90deg, #ffefb8 0%, #ff9e00 50%, #743706 100%);
      color: #362015;
      text-align: center;
      font-family: Inter;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 2.6px;
      border: none;
      align-items: center;
      margin: auto;
      margin-top: 30px;
      text-decoration: none;
      width: fit-content;
    }
  }

  .texto-noticia {
    color: #ae5032;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 2.8px;
    width: 100%;
    height: fit-content;
    flex-direction: column;
    justify-content: center;
    margin: auto 0 40px 0;
  }

  .card-insta {
    max-width: 300px;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    border: 1px solid rgba(39, 48, 144, 0.4);
    background: #fff;
    padding: 20px;
    margin: auto;

    & img {
      width: 100%;
    }
  }

  .link-insta {
    text-decoration: none;
    max-width: 300px;
    width: 100%;
  }

  .icones {
    display: flex;
    justify-content: space-between;

    & img {
      width: 24px;
      height: 24px;
      margin-top: 10px;
    }
  }

  .icon-insta {
    gap: 10px;
    display: flex;
  }


  .nomes-insta > b {
    margin-top: 20px;
    margin-bottom: 10px;
    display: inline-block;
    font-family: Inter, sans-serif;
    color: #1c1f25;
  }

  .unaspense-card {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: row;
    margin: auto;
    align-items: center;
    justify-content: center;
  }

  .familia {
    padding: 40px 20px;
  }

  .conteudo-familia {

    & h2 {
      color: var(--color-azul);
      font-size: 24px;
      text-align: center;
      margin-bottom: 20px;
    }

    & p {
      color: var(--color-azul);
      font-size: 16px;
      text-align: center;
      margin-bottom: 20px;
    }

    & a {
      margin: auto;
      justify-content: start;
      align-items: start;
    }
  }

  .familia > .maxContainer {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }

  .img-familia {
    width: 100%;

    & img {
      width: 100%;
    }
  }

  .recado-formando {
    background-image: url("assets/bg-recado-formando.webp");
    background-size: cover;
    padding: 40px 20px 0 20px;
  }

  .formando-unasp {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 0;

    & h2 {
      font-size: 22px;
      font-weight: 700;
      line-height: 130%;
      letter-spacing: 2.8px;
      width: 100%;
    }

    & p {
      font-size: 16px;
      line-height: 140%;
      width: 100%;
    }

  }

  .recado-formando > .maxContainer {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
  }

  .img-formando {
    width: 100%;

    & img {
      width: 100%;
    }
  }

  .sua-historia {
    background-image: url("assets/papel-rasgado-alunos-formandos.webp");
    background-position: top center;
    padding: 150px 20px 50px 20px;
    margin-top: -230px;
  }

  .sua-historia-unasp {
    display: flex;
    flex-direction: column;
    width: 100%;

    & h2 {
      color: #ae5032;
      font-family: Inter;
      font-size: 32px;
      font-weight: 700;
      line-height: 150%;
      letter-spacing: 2.8px;
      text-transform: uppercase;
      margin-bottom: 48px;
      margin-top: 70px;
      text-align: center;
    }

    & p {
      color: #ae5032;
      font-family: Inter;
      font-size: 16px;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 2.8px;
      width: 100%;
      text-align: center;
    }
  }

  .sua-historia > .maxContainer {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }

  .img-historia {
    width: 100%;

    & img {
      width: 100%;
    }
  }

  .popupOculto {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 80%;
    background-color: #f3ede3;
    padding: 40px 20px 40px 20px;
    height: 80vh;
    border-radius: 20px;
    position: relative;
    overflow: scroll !important;

    & h2 {
      color: #ae5032;
      text-align: center;
      font-family: Inter;
      font-size: 25px;
      font-weight: 700;
      line-height: 150%;
      letter-spacing: 2.8px;
      text-transform: uppercase;
      margin-bottom: 20px;
    }

    & p {
      color: #ae5032;
      text-align: center;
      font-family: Inter;
      font-size: 18px;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 2.8px;
      width: 100%;
    }
  }

  .btn-transmissoes {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    margin: 20px 20px 0;
    gap: 5px;
  }

  .btn-colegio-transmissao {
    width: 100%;
    height: 50px;
    padding: 14px 15px 14px 15px;
    justify-content: center;
    align-items: center;
    border-radius: 51px;
    border: 0.634px solid #ff9e00;
    color: #ae5032;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 1.647px;
    cursor: pointer;
    margin: auto;
  }

  .btn-graduacao-transmissao {
    width: 100%;
    height: 50px;
    padding: 14px 15px 14px 15px;
    justify-content: center;
    align-items: center;
    border-radius: 51px;
    border: 0.634px solid #ff9e00;
    color: #ae5032;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 1.647px;
    cursor: pointer;
    margin: auto;
  }

  .btn-ead-transmissao {
    width: 100%;
    height: 50px;
    padding: 14px 15px 14px 15px;
    justify-content: center;
    align-items: center;
    border-radius: 51px;
    border: 0.634px solid #ff9e00;
    color: #ae5032;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 1.647px;
    cursor: pointer;
    margin: 8px 0;
  }

  #colegio-unasp {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 20px;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: start;
    margin: auto;
  }
  #colegio-unasp-insta {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 20px;
    flex-wrap: nowrap;
    overflow-y: scroll;
    align-items: start;
    justify-content: start;
    margin: auto;
  }

  #graduacao-unasp {
    display: flex;
    gap: 30px;
    padding: 20px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: start;
    margin: auto;
  }

  #ead-unasp {
    display: flex;
    gap: 30px;
    padding: 20px;
    flex-direction: column;
  }

  .eng-coelho {
    background-image: url("assets/engenheiro-coelho.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 100%;
    width: 220px;
    align-items: center;
    padding: 160px 20px 10px 20px;
    height: 300px;
    display: flex;
    justify-content: end;
    flex-direction: column;
    border-radius: 20px;

    & h2 {
      color: #fff;
      text-align: center;
      font-family: Inter;
      font-size: 14px;
      font-weight: 400;
      line-height: 20.8px;
      letter-spacing: 2.6px;
      text-transform: uppercase;
    }

    & h3 {
      color: #fff;
      text-align: center;
      font-family: Inter;
      font-size: 14px;
      font-weight: 800;
      line-height: 20.8px;
      letter-spacing: 2.6px;
      text-transform: uppercase;
    }
  }

  .hortolandia {
    background-image: url("assets/hortolandia.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 100%;
    width: 220px;
    align-items: center;
    padding: 160px 20px 10px 20px;
    height: 300px;
    display: flex;
    justify-content: end;
    flex-direction: column;
    border-radius: 20px;

    & h2 {
      color: #fff;
      text-align: center;
      font-family: Inter;
      font-size: 14px;
      font-weight: 400;
      line-height: 20.8px;
      letter-spacing: 2.6px;
      text-transform: uppercase;
      display: block;
      min-width: 100%;
    }

    & h3 {
      color: #fff;
      text-align: center;
      font-family: Inter;
      font-size: 16px;
      font-weight: 800;
      line-height: 20.8px;
      letter-spacing: 2.6px;
      text-transform: uppercase;
      display: inline-block;
      min-width: 100%;
    }
  }

  .sao-paulo {
    background-image: url("assets/sao-paulo.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 100%;
    width: 220px;
    align-items: center;
    padding: 160px 20px 10px 20px;
    height: 300px;
    display: flex;
    justify-content: end;
    flex-direction: column;
    border-radius: 20px;

    & h2 {
      color: #fff;
      text-align: center;
      font-family: Inter;
      font-size: 14px;
      font-weight: 400;
      line-height: 20.8px;
      letter-spacing: 2.6px;
      text-transform: uppercase;
    }

    & h3 {
      color: #fff;
      text-align: center;
      font-family: Inter;
      font-size: 16px;
      font-weight: 800;
      line-height: 20.8px;
      letter-spacing: 2.6px;
      text-transform: uppercase;
    }
  }

  .btn-transmissao {
    display: flex;
    justify-content: center;
    border-radius: 8px;
    background: linear-gradient(90deg, #ffefb8 0%, #ff9e00 50%, #743706 100%);
    color: #362015;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.8px;
    letter-spacing: 2.6px;
    padding: 12px 20px 12px 20px;
    text-decoration: none;
    align-items: center;
    margin: auto;
    margin-top: 30px;
    width: fit-content;
    gap: 10px;
  }

  #popup-insta {
    position: fixed;

    top: 0;
    left: 0;
    width: 100%;
    margin: auto;
    min-height: 100vh !important;
    z-index: 100;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(20px);
  }

  .btn-graduacao-insta {
    max-width: 240px;
    width: 100%;
    padding: 20px 30px;
    justify-content: center;
    align-items: center;
    border-radius: 80px;
    border: 1px solid #ff9e00;
    color: #ae5032;
    text-align: center;
    font-family: Inter;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2.6px;
    cursor: pointer;
    text-decoration: none;
  }

  .btn-colegio-insta {
    max-width: 240px;
    width: 100%;
    padding: 20px 30px;
    justify-content: center;
    align-items: center;
    border-radius: 80px;
    border: 1px solid #ff9e00;
    color: #ae5032;
    text-align: center;
    font-family: Inter;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2.6px;
    cursor: pointer;
  }

  .btn-ead-insta {
    max-width: 240px;
    width: 100%;
    padding: 20px 30px;
    justify-content: center;
    align-items: center;
    border-radius: 80px;
    border: 1px solid #ff9e00;
    color: #ae5032;
    text-align: center;
    font-family: Inter;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2.6px;
    cursor: pointer;
    text-decoration: none;
  }

  .btn-insta {
    display: flex;
    justify-content: center;
    border-radius: 8px;
    background: linear-gradient(90deg, #ffefb8 0%, #ff9e00 50%, #743706 100%);
    color: #362015;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 20.8px;
    letter-spacing: 2.6px;
    padding: 12px 20px 12px 20px;
    text-decoration: none;
    align-items: center;
    margin: 0;
    margin-top: 10px;
    width: 100%;
    gap: 10px;
  }

  .btn-insta-campus {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    margin: auto;
    width: 100%;
    margin-bottom: 30px;
    gap: 10px;
  }

  .popupOcultoInsta {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 80%;
    background-color: #f3ede3;
    padding: 40px 0 40px 0;
    height: 80vh;
    border-radius: 20px;
    position: relative;
    overflow: scroll;

    & p {
      color: #ae5032;
      text-align: center;
      font-family: Inter;
      font-size: 16px;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 2.8px;
      margin-bottom: 20px;
      max-width: 400px;
      padding: 0 10px;
    }
  }

  .titulo-insta {
    color: #ae5032;
    text-align: center;
    font-family: Inter;
    font-size: 23px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding: 0 10px;
  }

  .fecharPopupIcon {
    max-width: 30px;
    position: absolute;
    top: 5px;
    right: 20px;
    cursor: pointer;
  }

  .btn-campus {
    display: flex;
    justify-content: center;
    border-radius: 8px;
    background: linear-gradient(90deg, #ffefb8 0%, #ff9e00 50%, #743706 100%);
    color: #362015;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.8px;
    letter-spacing: 2.6px;
    padding: 12px 20px 12px 20px;
    text-decoration: none;
    align-items: center;
    margin: auto;
    margin-top: 30px;
    width: fit-content;
    gap: 10px;
  }

  .popupOcultoColegio,
  .popupOcultoGraduacao {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 80%;
    background-color: #f3ede3;
    padding: 40px 0 40px 0;
    height: 80vh;
    border-radius: 20px;
    position: relative;
    overflow: scroll;
  }

  .fecharPopupIcon {
    max-width: 30px;
    position: absolute;
    top: 5px;
    right: 20px;
    cursor: pointer;
  }

  #popup-graduacao,
  #popup-colegio {
    position: fixed;

    top: 0;
    left: 0;
    width: 100%;
    margin: auto;
    min-height: 100vh !important;
    z-index: 100;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(20px);
    flex-wrap: wrap;
  }

  .nome-campus {
    color: #ae5032;
    font-family: Inter;
    font-size: 20px;
    font-weight: 800;
    line-height: 150%;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto 5px auto;
  }

  .conteudo-noticias {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;

    & h2 {
      color: #ae5032;
      font-family: Inter;
      font-size: 25px;
      font-weight: 700;
      line-height: 150%;
      letter-spacing: 2.8px;
      text-transform: uppercase;
      margin-bottom: 40px;
      text-align: center;
    }

    & p {
      color: #ae5032;
      font-family: Inter;
      font-size: 16px;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 2.8px;
      margin-bottom: 0;
      width: 100%;
      text-align: center;
    }
  }

  .btn-noticias {
    display: flex;
    border-radius: 8px;
    background: linear-gradient(90deg, #ffefb8 0%, #ff9e00 50%, #743706 100%);
    color: #362015;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 20.8px;
    letter-spacing: 2.6px;
    padding: 20px 40px 20px 40px;
    text-decoration: none;
    align-items: center;
    margin: auto;
    margin-top: 40px;
    width: fit-content;
    gap: 10px;
    border: none;
    text-transform: uppercase;
    justify-content: center;
  }

  .noticias-unasp > .maxContainer {
    display: flex;
    gap: 40px;
    padding: 60px 20px 60px 20px;
    flex-direction: column;
  }

  .img-noticia {
    width: 100%;
  
    & img {
      width: 100%;
      background-size: cover;
      background-position: center center;
    }
  }

  .img-noticia>div{
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 0 5px 15px 5px;
  
    & p{
      color: #FFF;
      text-align: center;
      font-family: Lato;
      font-size: 18px;
      line-height: 140%;
      text-transform: uppercase;
      padding: 8px 30px;
      border-radius: 4px;
      background: #AE5032;
    }
  
    & h4 {
      color: #FFF;
      text-align: center;
      font-family: Lato;
      font-size: 16px;
      line-height: 140%;
    }
  }

  .btn-card {
    display: flex;
    justify-content: center;
    border-radius: 8px;
    background: linear-gradient(90deg, #ffefb8 0%, #ff9e00 50%, #743706 100%);
    color: #362015;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 20.8px;
    letter-spacing: 2.6px;
    padding: 20px 15px 20px 15px;
    text-decoration: none;
    align-items: center;
    margin: auto;
    margin-top: 20px;
    width: fit-content;
    gap: 10px;
    border: none;
    cursor: pointer;
  }

  .engenheiro-grad {
    background-image: url("assets/engenheiro-coelho-campus-formatura.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 100%;
    max-width: 100%;
    align-items: center;
    padding: 200px 20px 10px 20px;
    height: 430px;
    display: flex;
    justify-content: end;
    flex-direction: column;
    border-radius: 20px;

    & h3 {
      color: #fff;
      text-align: center;
      font-family: Inter;
      font-size: 20px;
      font-weight: 800;
      line-height: 140%;
      letter-spacing: 2.6px;
      text-transform: uppercase;
    }
  }

  .engenheiro-grad-ec {
    background-image: url("assets/engenheiro-coelho-campus-formatura.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 100%;
    max-width: 100%;
    align-items: center;
    padding: 200px 20px 10px 20px;
    height: 430px;
    display: flex;
    justify-content: end;
    flex-direction: column;
    border-radius: 20px;

    & h3 {
      color: #fff;
      text-align: center;
      font-family: Inter;
      font-size: 20px;
      font-weight: 800;
      line-height: 140%;
      letter-spacing: 2.6px;
      text-transform: uppercase;
    }
  }

  .campus-eng {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    letter-spacing: 2.6px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .campus-ec {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    letter-spacing: 2.6px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .hortolandia-grad {
    background-image: url("assets/hortolandia-campus-formatura.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 100%;
    max-width: 100%;
    align-items: center;
    padding: 200px 20px 10px 20px;
    height: 430px;
    display: flex;
    justify-content: end;
    flex-direction: column;
    border-radius: 20px;

    & h3 {
      color: #fff;
      text-align: center;
      font-family: Inter;
      font-size: 22px;
      font-weight: 800;
      line-height: 140%;
      letter-spacing: 2.6px;
      text-transform: uppercase;
      margin-bottom: 0;
    }
  }

  .campus-ht {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 20.8px;
    letter-spacing: 2.6px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .sao-paulo-grad {
    background-image: url("assets/sao-paulo-campus-formatura.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 100%;
    max-width: 100%;
    align-items: center;
    padding: 200px 20px 10px 20px;
    height: 430px;
    display: flex;
    justify-content: end;
    flex-direction: column;
    border-radius: 20px;

    & h3 {
      color: #fff;
      text-align: center;
      font-family: Inter;
      font-size: 22px;
      font-weight: 800;
      line-height: 140%;
      letter-spacing: 2.6px;
      text-transform: uppercase;
      margin-bottom: 0;
    }
  }

  .campus-sp {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 20.8px;
    letter-spacing: 2.6px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .modalidade-ead {
    background-image: url("assets/ead-campus-formatura.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 100%;
    width: 220px;
    align-items: center;
    padding: 200px 20px 10px 20px;
    height: 430px;
    display: flex;
    justify-content: end;
    flex-direction: column;
    border-radius: 20px;

    & h3 {
      color: #fff;
      text-align: center;
      font-family: Inter;
      font-size: 22px;
      font-weight: 800;
      line-height: 140%;
      letter-spacing: 2.6px;
      text-transform: uppercase;
      margin-bottom: 0;
    }
  }

  .campus-ead {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 20.8px;
    letter-spacing: 2.6px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .titulo-fotos {
    font-size: 25px;
    width: 100%;
    margin: 0 auto 30px auto;
  }

  .btn-spotify {
    font-size: 16px;
    padding: 20px 0;
    width: 100%;
  }

  .btn-popup {
    padding: 22px 0;
    font-size: 16px;
    width: 100%;
  }

  .programacao {
    background-color: #f3ede3;
    padding: 60px 20px 60px 20px;
  }

  .cronograma {
    & h2 {
      color: var(--color-azul);
      font-size: 30px;
    }

    & p {
      color: var(--color-azul);
      font-size: 20px;
      margin-bottom: 20px;
    }
  }

  .btn-programacao {
    width: 100%;
  }

  .filtrar-cronograma {
    flex-direction: column;
  }

  .modelo-cronograma {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }

  .popupGrad {
    justify-content: start;
    width: 90%;
    padding: 40px 20px 0 20px;
    height: 80vh;
    overflow: scroll;

    & h2 {
      font-size: 20px;
      margin-bottom: 10px;
    }
  }

  .selecao-programacao {
    flex-direction: column;
    gap: 10px;

    & a {
      padding: 10px;
      font-size: 12px;
      width: 100%;
    }
  }

  .campus-programacao {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }

  .popupColegio {
    justify-content: start;
    width: 90%;
    padding: 40px 20px 0 20px;
    height: 80vh;
    overflow: scroll;

    & h2 {
      font-size: 20px;
      margin-bottom: 10px;
    }
  }

  .programacao-graduacao {
    & img {
      width: 100%;
    }
  }
  .programacao-colegio {
    & img {
      width: 100%;
    }
  }

  .ex-alunos-unasp {
    padding: 40px 20px;
  }

  .comunidade-ex {
    & h1 {
      font-size: 25px;
      margin-bottom: 20px;
    }

    & p {
      font-size: 20px;
      line-height: 120%;
      letter-spacing: normal;
      margin-bottom: 30px;
    }

    & h3 {
      font-size: 20px;
      line-height: 120%;
    }
  }

  .promo-whats {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 40px 0 30px 0;

    & .formando-ex {
      width: 100%;
    }
  }

  .check-promo {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
    width: 100%;
    height: 62px;

    & p {
      font-size: 16px;
    }
  }

  .canal-unasp {
    font-size: 20px;
    width: 100%;
  }

  .unaspense {
    font-size: 16px;
    width: 100%;
  }

  .btn-whats {
    width: 100%;
    font-size: 16px;
    padding: 20px;
  }

  .promocional {
    background-image: url("assets/bg-promocional.webp");
    height: 100%;
    background-size: cover;
    background-position: bottom center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 20px 0 20px;
  }

  .titulo-promocional {
    & h2 {
      color: #ae5032;
      text-align: center;
      font-family: Inter;
      font-size: 20px;
      font-weight: 700;
      line-height: 150%;
      letter-spacing: 2.8px;
      text-transform: uppercase;
      width: 100%;
      margin: auto;
      margin-bottom: 30px;
    }

    & h3 {
      color: #b0905d;
      text-align: center;
      font-family: Inter;
      font-size: 18px;
      font-weight: 400;
      line-height: 140%;
      width: 100%;
      margin: auto;
      margin-bottom: 50px;
    }
  }

  .avancar {
    border-radius: 18px;
    border: 0.5px solid #ae5032;
    background: linear-gradient(
      100deg,
      rgba(255, 152, 96, 0.15) 4.13%,
      rgba(39, 48, 144, 0) 94.28%
    );
    backdrop-filter: blur(41px);
    width: 100%;
    height: fit-content;
    padding: 30px 20px;

    & h2 {
      color: #ae5032;
      font-family: Inter;
      font-size: 20px;
      font-weight: 700;
      line-height: 150%;
      letter-spacing: 2.8px;
      margin-bottom: 20px;
    }

    & p {
      color: #b0905d;
      font-family: Inter;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%;
    }
  }

  .efeito-destaque {
    color: #ae5032;
    font-size: 20px;
  }

  .emocao-formatura {
    display: flex;
    flex-direction: column;
    & a {
      color: #904b2b;
      text-align: center;
      font-family: Inter;
      font-size: 8px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%;
      text-transform: uppercase;
      margin-top: 15px;
      margin-bottom: 40px;
    }
  }

  .btn-promo {
    border-radius: 8px;
    background: linear-gradient(90deg, #ffefb8 0%, #ff9e00 50%, #743706 100%);
    width: 288px;
    color: #362015;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.8px;
    letter-spacing: 2.6px;
    border: none;
    padding: 20px;
    margin-top: 0;
    margin: auto;
    cursor: pointer;
  }

  .container-promocional {
    display: flex;
    gap: 80px;
    flex-direction: column;
  }

  .unasp-presente {
    display: flex;
    flex-direction: column;

    & button {
      margin-top: 30px;
    }
  }

  .presenteie {
    background-image: url("assets/bg-promocional.webp");
    background-size: cover;
    background-position: bottom center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px 40px 20px;
  }

  .presentear-opcao {
    & h2 {
      color: #ae5032;
      text-align: center;
      font-family: Inter;
      font-size: 24px;
      font-weight: 700;
      line-height: 150%;
      letter-spacing: 2.8px;
      text-transform: uppercase;
      margin-bottom: 40px;
    }

    & p {
      color: #b0905d;
      text-align: center;
      font-family: Inter;
      font-size: 18px;
      font-weight: 700;
      line-height: 140%;
      text-transform: uppercase;
      width: 100%;
      margin: auto;
      margin-bottom: 40px;
    }
  }

  .presente {
    background: rgba(198, 167, 115, 0.2);
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;

    & h2 {
      color: #b0905d;
      font-family: Inter;
      font-size: 30px;
      font-weight: 700;
      line-height: 160%;
      letter-spacing: 2.064px;
      text-transform: uppercase;
      margin: auto;
    }
  }

  .mensalidade {
    background: #b0905d;
    width: 100%;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    & p {
      color: #fff !important;
      text-align: center;
      font-family: Inter;
      font-size: 10px;
      font-weight: 500;
      letter-spacing: 0.464px;
      text-transform: uppercase;
      margin: auto;
    }
  }

  .card-desconto {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    & p {
      color: #b0905d;
      text-align: center;
      font-family: Inter;
      font-size: 10px;
      font-style: normal;
      font-weight: 500;
      line-height: 160%;
      letter-spacing: 0.4px;
      display: inline-block;
      text-transform: uppercase;
    }
  }

  .desconto {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;

    & h1 {
      color: #d8bb8a;
      font-family: Inter;
      font-size: 50px;
      font-weight: 700;
      line-height: 160%;
      letter-spacing: 2.064px;
      text-transform: uppercase;
    }
  }

  .resgate-desconto {
    border-radius: 18px;
    border: 0.5px solid #ae5032;
    background: linear-gradient(
      100deg,
      rgba(255, 152, 96, 0.15) 4.13%,
      rgba(39, 48, 144, 0) 94.28%
    );
    backdrop-filter: blur(41px);
    padding: 20px 20px;
    margin-top: 60px;
    display: flex;
    margin-bottom: 30px;

    & p {
      color: #904b2b;
      text-align: center;
      font-family: Inter;
      font-size: 16px;
      font-weight: 400;
      line-height: 140%;
    }
  }

  .desconto-presente {
    display: flex;
    gap: 50px;
    flex-direction: column;

    & img {
      object-fit: contain;
      width: 100%;
      max-width: 500px;
      display: none;
    }
  }

  #popup-promo {
    position: fixed;
    display: none;

    top: 0;
    left: 0;
    width: 100%;
    margin: auto;
    min-height: 100vh !important;
    z-index: 100;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(20px);
    flex-wrap: wrap;
  }

  #popup-promo-parente {
    position: fixed;
    display: none;

    top: 0;
    left: 0;
    width: 100%;
    margin: auto;
    min-height: 80vh !important;
    z-index: 100;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(20px);
    flex-wrap: wrap;
  }

  .form-promo-formando {
    padding: 10px;
    & button {
      font-size: 18px;
      padding: 13px 15px 10px 15px;
      border-radius: 50px;
      margin-left: auto;
      cursor: pointer;
      border: none;
    }
  }

  .form-promo-parente {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0 20px;

    & button {
      font-size: 18px;
      padding: 13px 15px 10px 15px;
      border-radius: 50px;
      margin-left: auto;
      cursor: pointer;
      border: none;
    }
  }
}

#programacao,
#familia,
#sessao-fotos,
#noticias-unasp,
#video,
#playlist {
  scroll-margin-top: 150px;
}

@media (max-width: 768px) {
  #programacao,
  #familia,
  #sessao-fotos,
  #noticias-unasp,
  #video,
  #playlist {
    scroll-margin-top: 120px;
  }
}

#section-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  #section-popup {
    padding: 20px;
    overflow-y: auto;
    align-items: flex-start;
  }

  .popupOculto {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    margin: 0 auto;
    padding: 24px 16px;
    border-radius: 16px;
    overflow: visible;
  }

  .popupOculto h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .popupOculto p {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .btn-transmissoes {
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }

  .btn-colegio-transmissao,
  .btn-graduacao-transmissao,
  .btn-ead-transmissao {
    width: 100%;
    font-size: 14px;
    padding: 12px 10px;
  }

  .popupOculto .campus-sp,
  .popupOculto .campus-ht,
  .popupOculto .campus-ec {
    flex-direction: column;
    width: 100%;
    padding: 16px;
    margin-bottom: 12px;
  }

  .closePopupIcon {
    max-width: 30px;
    top: 10px;
    right: 10px;
  }
}

@media only screen and (max-width: 480px) {
  #section-popup {
    padding: 10px;
  }

  .popupOculto {
    padding: 20px 12px;
    border-radius: 12px;
  }

  .popupOculto h2 {
    font-size: 18px;
    letter-spacing: 1.5px;
  }

  .btn-colegio-transmissao,
  .btn-graduacao-transmissao,
  .btn-ead-transmissao {
    font-size: 12px;
    padding: 10px 8px;
    letter-spacing: 1px;
  }
}

@media only screen and (max-width: 768px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 51, 102, 0.1);
  }

  .headline {
    position: relative !important;
    top: auto !important;
    padding: 8px 15px;
    height: auto;
    font-size: 11px;
    background-color: #003366;
    margin: 0;
    width: 100%;
    z-index: auto;
  }

  .headline p {
    font-size: 11px;
    margin: 0;
  }

  .menu {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    background-color: #fff;
    margin-top: 0 !important;
    width: 100%;
    box-shadow: none !important;
    z-index: auto;
  }

  .menu-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    gap: 0;
  }

  .menu-container > div {
    display: none;
  }

  .logo-formatura {
    width: auto;
    max-height: 45px;
    display: block;
  }

  .menuMobile {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .menuMobile > .menu {
    display: flex;
    align-items: center;
    padding: 0;
    min-width: auto;
    background: transparent;
    box-shadow: none !important;
    margin-top: 0 !important;
    position: relative !important;
  }

  .menuicon,
  .closeicon {
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: transform 0.2s ease;
  }

  .menuicon:active,
  .closeicon:active {
    transform: scale(0.9);
  }

  .closeicon {
    display: none;
  }

  .mobile-list-menu {
    display: none;
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, #f3ede3 0%, #fff 100%);
    box-shadow: 0 8px 32px rgba(0, 51, 102, 0.15);
    z-index: 999;
    padding: 0;
    border-bottom: 3px solid;
    border-image: linear-gradient(90deg, #BF823C 0%, #D9A54E 50%, #FFD797 100%) 1;
    margin-top: 0 !important;
  }

  .mobile-list-menu > a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 20px;
    text-decoration: none;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    color: #003366;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px solid rgba(191, 130, 60, 0.2);
    transition: all 0.3s ease;
    position: relative;
  }

  .mobile-list-menu > a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, rgba(191, 130, 60, 0.15) 0%, transparent 100%);
    transition: width 0.3s ease;
  }

  .mobile-list-menu > a:hover::before,
  .mobile-list-menu > a:active::before {
    width: 100%;
  }

  .mobile-list-menu > a:last-child {
    border-bottom: none;
  }

  .mobile-list-menu > a:hover,
  .mobile-list-menu > a:active {
    color: #904b2b;
    background-color: rgba(255, 158, 0, 0.08);
  }
}

@media only screen and (max-width: 480px) {
  .headline {
    font-size: 10px;
    padding: 6px 10px;
  }

  .headline p {
    font-size: 10px;
  }

  .menu {
    padding: 8px 15px;
  }

  .logo-formatura {
    max-height: 38px;
  }

  .menuicon,
  .closeicon {
    width: 26px;
    height: 26px;
  }

  .mobile-list-menu {
    top: 80px;
  }

  .mobile-list-menu > a {
    padding: 16px 15px;
    font-size: 13px;
    letter-spacing: 1.5px;
  }
}

@media only screen and (max-width: 768px) {
  #popup-grad-programacao,
  #popup-colegio-programacao {
    justify-content: flex-start;
    padding-top: 120px;
    overflow-y: auto;
  }

  .popupGrad,
  .popupColegio {
    margin-top: 0;
    max-height: calc(100vh - 140px);
  }
}

@media only screen and (max-width: 480px) {
  #popup-grad-programacao,
  #popup-colegio-programacao {
    padding-top: 100px;
  }

  .popupGrad,
  .popupColegio {
    max-height: calc(100vh - 120px);
  }
}

@media only screen and (max-width: 768px) {
  #section-popup {
    padding-top: 120px;
    align-items: flex-start;
  }

  .popupOculto {
    margin-top: 0;
  }
}

@media only screen and (max-width: 480px) {
  #section-popup {
    padding-top: 100px;
  }
}

.btn-colegio-transmissao,
.btn-graduacao-transmissao,
.btn-ead-transmissao {
  background-color: #fff;
}

.btn-colegio-transmissao.btn-selecionado,
.btn-graduacao-transmissao.btn-selecionado,
.btn-ead-transmissao.btn-selecionado {
  background: rgba(255, 158, 0, 0.35);
}

.btn-ead-transmissao {
  text-decoration: none;
  display: flex;
  box-sizing: border-box;
}

.btn-ead-transmissao:hover,
.btn-ead-transmissao:visited,
.btn-ead-transmissao:active {
  text-decoration: none;
  color: #ae5032;
}

@media only screen and (max-width: 768px) {
  #section-popup {
    padding-top: 50px;
    align-items: flex-start;
  }

}

@media only screen and (max-width: 480px) {
  #section-popup {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .closePopupIcon {
    max-width: 24px;
    top: 8px;
    right: 8px;
  }
  
  .fecharPopupIcon {
    max-width: 24px;
    top: 8px;
    right: 8px;
  }
}

@media only screen and (max-width: 480px) {
  .closePopupIcon {
    max-width: 20px;
    top: 6px;
    right: 6px;
  }
  
  .fecharPopupIcon {
    max-width: 20px;
    top: 6px;
    right: 6px;
  }
}

@media only screen and (max-width: 768px) {
  .menu {
    padding: 10px 15px 10px 10px !important;
  }
  
  .menu-container {
    margin: 0 !important;
    padding: 0 !important;
  }
  
  .logo-formatura {
    margin: 0 !important;
    padding: 0 !important;
  }
}

@media only screen and (max-width: 480px) {
  .menu {
    padding: 8px 12px 8px 8px !important;
  }
}

@media only screen and (max-width: 768px) {
  .btn-colegio,
  .btn-graduacao {
    background-color: #fff;
  }
  
  .btn-colegio.btn-selecionado,
  .btn-graduacao.btn-selecionado {
    background-color: rgba(255, 158, 0, 0.35);
  }
}

/* Corrige o bug de arrastar imagens no popup mobile */
#section-popup img:not(.closePopupIcon):not(.fecharPopupIcon),
.popupOculto img:not(.closePopupIcon):not(.fecharPopupIcon) {
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

#section-popup {
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}

/* Adicione isso ANTES do @media only screen and (max-width: 768px) */

@media only screen and (max-height: 800px) {
  .popupOculto {
    margin: 20px auto;
    padding: 24px 20px;
    max-height: calc(100vh - 40px);
  }

  .popupOculto h2 {
    font-size: 20px;
    margin-bottom: 12px;
    letter-spacing: 2px;
  }

  .popupOculto p {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 12px;
  }

  .btn-transmissoes {
    margin: 16px 0 0 0;
    gap: 4px;
  }

  .btn-colegio-transmissao,
  .btn-graduacao-transmissao,
  .btn-ead-transmissao {
    height: 40px;
    padding: 10px 12px;
    font-size: 13px;
  }

  .campus-sp,
  .campus-ht,
  .campus-ec {
    padding: 12px;
    margin-bottom: 8px;
  }

  .campus-sp h3,
  .campus-ht h3,
  .campus-ec h3 {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .btn-transmissao,
  .btn-colegio,
  .btn-graduacao {
    padding: 10px 16px;
    font-size: 12px;
  }

  .closePopupIcon {
    max-width: 24px;
    top: 8px;
    right: 8px;
  }
}

@media only screen and (max-height: 700px) {
  .popupOculto {
    margin: 16px auto;
    padding: 20px 16px;
    max-height: calc(100vh - 32px);
  }

  .popupOculto h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .popupOculto p {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .btn-transmissoes {
    margin: 12px 0 0 0;
    gap: 3px;
  }

  .btn-colegio-transmissao,
  .btn-graduacao-transmissao,
  .btn-ead-transmissao {
    height: 36px;
    padding: 8px 10px;
    font-size: 12px;
  }

  .campus-sp,
  .campus-ht,
  .campus-ec {
    padding: 10px;
    margin-bottom: 6px;
  }
}

@media only screen and (max-width: 768px) {

}

