:root {
  --bs-body-font-family: 'Inter';
  --bs-body-bg: #ffffff;
  --bs-blue: #0051A0;
  --bs-yellow: #F8DB05;
  --title-color: #0051A0;
  --footer-link-color: #ffffff;
  --footer-link-hover-color: #04D16E;
  --text-color-silver-dark: #716969;
  --gradient-theme: linear-gradient(to right, #137AC9 0%, #1C80BE 5%, #2486B5 10%, #2B8BAD 15%, #3390A3 20%, #3C9699 25%, #449C90 30%, #4DA286 35%, #55A87C 40%, #5DAD73 45%, #66B469 50%, #73B85F 55%, #81BC55 60%, #90C04B 65%, #9FC341 70%, #B1C835 76%, #BBCB2E 80%, #CACF24 85%, #DBD319 90%, #E9D70F 95%, #F8DB05 100%);
  --gradient-theme-invert: linear-gradient(to left, #137AC9 0%, #1C80BE 5%, #2486B5 10%, #2B8BAD 15%, #3390A3 20%, #3C9699 25%, #449C90 30%, #4DA286 35%, #55A87C 40%, #5DAD73 45%, #66B469 50%, #73B85F 55%, #81BC55 60%, #90C04B 65%, #9FC341 70%, #B1C835 76%, #BBCB2E 80%, #CACF24 85%, #DBD319 90%, #E9D70F 95%, #F8DB05 100%);
  --gradient-blue-top-to-bottom: linear-gradient(to bottom, #0051A0 0%, #00488E 18%, #00407F 33%, #00376D 50%, #002F5C 67%, #00264B 83%, #001D3A 100%);
}

body.is-landing-home {
  font-family: 'Inter', sans-serif;
}

.title-page {
  font-family: 'Inter', sans-serif;
  text-transform: uppercase;
  font-size: 3rem;
  color: var(--title-color) !important;
  font-weight: 700;
}

.about-us {
  color: var(--text-color-silver-dark);
  text-align: justify;
  font-size: 1.25rem;
}

.about-us p {
  font-size: 1.2rem;
}

#banner-meio-1 a img:hover,
#banner-meio-2 a img:hover,
#banner-meio-3 a img:hover {
  opacity: 0.8;
}

#banner-meio-1 {
  border-top: 15px solid var(--bs-yellow);
}

.video-home iframe {
  width: 100%;
  height: auto;
  min-height: 620px;
}

#bt-youtube a:hover,
#video a:hover {
  opacity: 0.8;
}

.swiper-button-prev::after {
  font-family: 'Font Awesome 6 Brands';
}

.swiper-button-prev::after,
.swiper-rtl,
.swiper-button-next::after,
.swiper-rtl {
  content: '';
}

.carousel-control-prev-icon,
.swiper-button-prev {
  background-image: url('../img/seta-prev.png');
}

.carousel-control-prev-icon,
.swiper-button-next {
  background-image: url('../img/seta-next.png');
}

.carousel-control-next-icon {
  background-image: url('../img/seta-next.png');
}

.swiper-button-next,
.swiper-button-prev {
  width: 44px;
}

footer {
  border-top: 10px solid var(--bs-yellow);
  background: var(--gradient-blue-top-to-bottom) !important;
}

footer .nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: 700;
  color: var(--footer-link-color);
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

footer .nav-link:hover {
  opacity: 0.8;
  color: var(--footer-link-hover-color);
}

footer .icons {
  max-width: 80%;
}

.w-max-70 {
  max-width: 70%;
}

.min-height-body-footer {
  min-height: 350px;
}

.position-bt-close-modal {
  top: -7px !important;
  right: 2px !important;
}

.copyright {
  background: var(--gradient-theme-invert);
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 13px;
}

.copyright a {
  color: #fff;
  text-decoration: none;
}

.copyright a:hover {
  color: #04D16E;
}

/* ---------- Home landing: sem menu, webdoor no topo, logo à esquerda ---------- */
html {
  scroll-padding-top: 100px;
}

html.is-landing-home {
  scroll-padding-top: 1rem;
  scroll-behavior: smooth;
}

body.is-landing-home .landing-home-main {
  padding-top: 0 !important;
  margin-top: 0;
}

.landing-hero {
  margin: 0;
  padding: 0;
}

.landing-hero__accent {
  height: 10px;
  width: 100%;
  background-color: var(--bs-yellow);
}

.landing-hero__webdoor {
  width: 100%;
  line-height: 0;
}

.landing-hero__webdoor .swiper.webdoor {
  width: 100%;
  margin: 0;
}

.landing-hero__webdoor .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
}

.landing-hero__brand {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 25;
  pointer-events: none;
}

.landing-hero__brand .landing-hero__logo-link {
  pointer-events: auto;
  display: inline-block;
  max-width: min(260px, 52vw);
}

.landing-hero__logo-img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.35));
}

.landing-hero .swiper-button-next,
.landing-hero .swiper-button-prev {
  z-index: 12;
}

.landing-hero__cta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100px;
  z-index: 20;
  text-align: center;
  pointer-events: none;
}

.landing-hero__btn-apoie {
  pointer-events: auto;
  background-color: #F8DB05 !important;
  color: #144065 !important;
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 2rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: none;
  border-radius: 4px;
  padding: 0.75rem 3rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

.landing-hero__btn-apoie:hover {
  background-color: #144065 !important;
  color: #fff !important;
  filter: none;
}

/* ---------- Landing: manifesto + formulário ---------- */
.landing-manifesto {
  --landing-blue: #144065;
  --landing-yellow: #F8DB05;
}

.landing-manifesto__title {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: var(--landing-blue);
  text-transform: uppercase;
}

.landing-manifesto__text {
  font-size: 1.05rem;
  line-height: 1.55;
  color: #333;
  max-width: 36rem;
  margin-bottom: 2rem !important;
}

.landing-manifesto__btn-more {
  background-color: var(--landing-blue) !important;
  color: #fff !important;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: none;
  border-radius: 4px;
  padding: 0.55rem 1.35rem;
}

.landing-manifesto__btn-more:hover {
  background-color: #F8DB05 !important;
  color: #144065 !important;
  filter: none;
}

.landing-manifesto__panel {
  min-height: 217px;
  box-sizing: border-box;
}

.landing-manifesto__counter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem 1.25rem;
  border: 2px solid var(--landing-blue);
  border-radius: 4px;
}

.landing-manifesto__counter-label {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.35;
  color: var(--landing-blue);
  text-transform: uppercase;
  margin-bottom: 0;
}

.landing-manifesto__counter-value {
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  font-weight: 800;
  color: var(--landing-blue);
  line-height: 1.1;
}

.landing-manifesto__form-box {
  background-color: var(--landing-blue);
  border-radius: 8px;
  padding: 1.75rem 1.5rem 1.5rem;
}

@media (min-width: 992px) {
  .landing-manifesto__form-box {
    padding: 2rem 2rem 1.75rem;
  }
}

.landing-manifesto__form-line1,
.landing-manifesto__form-line2 {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0;
}

.landing-manifesto__form-line1 {
  color: #fff;
}

.landing-manifesto__form-line2 {
  color: var(--landing-yellow);
}

.landing-manifesto__input {
  border: none;
  border-radius: 4px;
  padding: 0.65rem 1rem;
  font-size: 1rem;
}

.landing-manifesto__input::placeholder {
  color: #6c757d;
}

.landing-manifesto__btn {
  background-color: var(--landing-yellow) !important;
  color: var(--landing-blue) !important;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: none;
  border-radius: 4px;
  padding: 0.75rem 1.25rem;
}

.landing-manifesto__btn:hover {
  /* Sobre fundo azul: mantém amarelo + texto azul; só leve opacidade no hover */
  background-color: #F8DB05 !important;
  color: var(--landing-blue) !important;
  opacity: 0.96;
  filter: none;
}

.landing-manifesto__footnote {
  font-size: 0.95rem;
  line-height: 1.45;
  color: #fff;
  text-align: center;
}

/* ---------- Landing: porque apoiar ---------- */
.landing-porque {
  --landing-blue: #144065;
  background-color: #fff;
}

.landing-porque__card {
  border: 2px solid var(--landing-blue);
  border-radius: 16px;
  background-color: #fff;
  min-height: 360px;
  padding: 2rem 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1.25rem;
}

.landing-porque__icon {
  width: min(130px, 38%);
  height: auto;
  display: block;
}

.landing-porque__text {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  color: var(--landing-blue);
  text-align: center;
}

/* ---------- Landing: apoiadores ---------- */
.landing-apoiadores {
  --landing-blue: #144065;
  --landing-yellow: #F8DB05;
  background-color: #fff;
}

.landing-apoiadores__section-title {
  color: var(--landing-blue);
}

.landing-apoiadores__swiper {
  padding: 0.25rem 0.25rem 2.5rem;
}

.landing-apoiadores__card {
  background-color: var(--landing-blue);
  border: 1px solid rgba(20, 64, 101, 0.35);
  border-radius: 10px;
  overflow: hidden;
}

.landing-apoiadores__image-wrap {
  background-color: rgba(255, 255, 255, 0.08);
}

.landing-apoiadores__image {
  width: 100%;
  height: 100%;
  display: block;
}

.landing-apoiadores__content {
  padding: 1rem 1rem 1.25rem;
}

.landing-apoiadores__title {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.2;
  color: var(--landing-yellow);
  margin: 0;
}

.landing-apoiadores__subtitle {
  font-size: 17px;
  line-height: 1.35;
  color: #fff;
}

.landing-apoiadores__description,
.landing-apoiadores__description p {
  color: #fff;
  text-align: justify;
  font-size: 1rem;
  line-height: 1.5;
}

.landing-apoiadores__description p:last-child {
  margin-bottom: 0;
}

.landing-apoiadores__prev,
.landing-apoiadores__next {
  color: var(--landing-yellow);
  width: 34px;
  height: 34px;
}

.landing-apoiadores__prev::after,
.landing-apoiadores__next::after {
  font-size: 18px;
  font-weight: 800;
}

.landing-apoiadores__pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.6;
}

.landing-apoiadores__pagination .swiper-pagination-bullet-active {
  background: var(--landing-yellow);
  opacity: 1;
}

/* CTA entre apoiadores e bloco seguinte */
.landing-cta {
  background-color: #fff;
}

.landing-cta__title {
  color: #144065 !important;
}

.landing-cta__text {
  font-size: 1.35rem;
  line-height: 1.45;
  color: #144065;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.1rem !important;
}

.landing-cta__btn {
  background-color: #F8DB05 !important;
  color: #144065 !important;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: none;
  border-radius: 4px;
  padding: 0.8rem 2.5rem;
}

.landing-cta__btn:hover {
  background-color: #144065 !important;
  color: #fff !important;
  filter: none;
}

/* Títulos das áreas na home */
.is-landing-home .title-page,
.landing-apoiadores__section-title {
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #144065 !important;
}

.is-landing-home .landing-manifesto__title,
.is-landing-home .landing-apoiadores__section-title,
.is-landing-home .landing-cta__title,
.is-landing-home #porque-apoiar .title-page {
  margin-bottom: 2rem !important;
}

.is-landing-home .title-page::before,
.is-landing-home .title-page::after,
.landing-apoiadores__section-title::before,
.landing-apoiadores__section-title::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 150px;
  height: 4px;
  background-color: #F8DB05;
  transform: translateY(-50%);
}

.is-landing-home .title-page::before,
.landing-apoiadores__section-title::before {
  right: 100%;
  margin-right: 14px;
}

.is-landing-home .title-page::after,
.landing-apoiadores__section-title::after {
  left: 100%;
  margin-left: 14px;
}

@media (max-width: 991.98px) {
  .landing-apoiadores__prev,
  .landing-apoiadores__next {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .is-landing-home .title-page::before,
  .is-landing-home .title-page::after,
  .landing-apoiadores__section-title::before,
  .landing-apoiadores__section-title::after {
    width: 180px;
  }
}

@media (max-width: 767.98px) {
  .landing-hero__logo-img {
    width: 70% !important;
  }

  .landing-manifesto__left{text-align: center;}

  .title-page {
    font-size: 2rem;
  }

  .video-home iframe {
    min-height: 320px;
  }

  .modal-body {
    min-height: 350px;
  }

  .copyright {
    height: auto;
    line-height: 20px;
    font-size: 10px;
    padding: 10px;
  }

  .is-landing-home .title-page,
  .landing-apoiadores__section-title {
    font-size: 30px;
  }

  .landing-porque__card {
    min-height: 290px;
  }

  .landing-porque__text {
    font-size: 24px;
  }

  .landing-cta__text {
    font-size: 1.1rem;
  }

  .is-landing-home .title-page::before,
  .is-landing-home .title-page::after,
  .landing-apoiadores__section-title::before,
  .landing-apoiadores__section-title::after {
    display: none;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  .landing-hero__cta {bottom: 60px;}
  .landing-hero__btn-apoie {font-size: 1rem;}
}
