.cta-container {
  display: flex;
  justify-content: space-between;
}

.cta-content__left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
}

.cta-content__left h1 {
  color: #192a6b;
  margin: 0;
  font-family: "Open Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.cta-img {
  position: relative;
  border-radius: 12px;
  box-shadow: 0px 12px 8px -8px rgba(42, 94, 144, 0.35),
    0px 16px 28px -8px rgba(42, 94, 144, 0.4);
}

.cta-decoration__svg {
  position: absolute;
  bottom: 60px;
  left: -20px;
}

.cta-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
  margin: 0;
}

.cta-list__item {
  position: relative;
  padding-left: 36px;
}

.cta-list__item h3 {
  margin: 0;
  color: #192a6b;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.cta-list__item p {
  margin: 4px 0 0 0;
  color: #48536c;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}

.cta-list__item::before {
  content: "";
  position: absolute;
  top: 0.15em;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27%3E%3Cpath d=%27M11 15L15 19.5L20.2222 12.8333M25.5 16C25.5 21.2467 21.2467 25.5 16 25.5C10.7533 25.5 6.5 21.2467 6.5 16C6.5 10.7533 10.7533 6.5 16 6.5C21.2467 6.5 25.5 10.7533 25.5 16Z%27 stroke=%27%23FF9500%27 stroke-width=%271.4%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.btn-cta {
  display: flex;
  margin-top: 24px;
  height: 52px;
  padding: 0px 24px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  background: #ff9500;
  width: fit-content;
  color: #192a6b;
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.btn-cta:hover {
  background: #ffb54c;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .cta-content__left {
    margin-bottom: 20px;
  }

  .cta-content__left h1 {
    font-size: 20px;
  }

  .cta-container {
    flex-direction: column;
  }

  .cta-decoration__svg {
    position: absolute;
    top: 180px;
    left: -20px;
  }

  .btn-cta {
    margin: 0 auto;
  }

  .cta-list {
    margin-bottom: 12px;
  }
}

.section-hero {
  background: #e6e6e6;
  position: relative;
}

button:hover {
  opacity: 0.8;
}

a:hover {
  opacity: 0.8;
}

.section-hero .carousel-slide {
  width: 100%;
  height: 575px;
}

.section-hero .carousel-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.section-hero .carousel-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
}

.section-hero .button-1 {
  display: flex;
  height: 48px;
  padding: 0px 20px 0px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  flex-grow: 1;
  border: 1px solid #192a6b;
  background: #192a6b;
  text-decoration: none;
  width: 260px;
  box-sizing: border-box;
}

.section-hero .button-1:hover {
  opacity: 0.8;
}

.section-hero .button-2 {
  display: flex;
  height: 48px;
  padding: 0px 20px 0px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-grow: 1;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  background: #3489ac;
  text-decoration: none;
  width: 260px;
  box-sizing: border-box;
}

.section-hero .button-2:hover {
  opacity: 0.8;
}

.button-2 img {
  width: 24px;
  height: 24px;
}

.section-hero .button-text {
  margin: 0px;
  color: #fff;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.section-hero .flickity-page-dots {
  display: flex;
  background: #fff;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-hero .flickity-page-dot {
  border-radius: 100px;
  background: #26aada;
  width: 16px;
  height: 16px;
  margin: 5px 10px;
  opacity: 0.7;
}

.section-hero .flickity-page-dot.is-selected {
  width: 64px;
  opacity: 1;
}

.hero__main {
  display: flex;
  flex-direction: column;
  gap: 36px;
  justify-content: center;
}

.hero__img-subtitle {
  display: flex;
  gap: 8px;
}

.hero__img-subtitle p {
  margin: 0px;
  color: #000;
  font-family: "Vina Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.hero__img-subtitle p:not(:first-child)::before {
  content: "•";
  margin-right: 8px;
  color: #888;
}

.hero__button-container {
  display: flex;
  gap: 16px;
  justify-content: center;
}

.hero__button {
  display: flex;
  height: var(--sizing-48, 48px);
  padding: 0px var(--spacing-small-sm, 20px) 0px var(--spacing-small-xs, 16px);
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: var(--border-radius-xs, 4px);
  background: var(--newton-white, #fff);
  cursor: pointer;
  flex-grow: 0;
  border: none;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
}

.hero__button p {
  margin: 0px;
  text-decoration: none;
  color: #192a6b;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

@media (max-width: 768px) {
  .section-hero .carousel-slide {
    height: 460px;
  }

  .section-hero .carousel-buttons {
    flex-direction: ROW;
    bottom: 55px;
    width: 90%;
    flex-wrap: wrap;
  }

  .section-hero .button-1 {
    width: 47%;
    flex-grow: 1;
    box-sizing: border-box;
  }

  .section-hero .button-2 {
    width: 47%;
    flex-grow: 1;
    box-sizing: border-box;
  }
}

.section-carrossel {
  margin-top: 76px;
  padding: 80px 0;
  position: relative;
  overflow: visible;
}

.section-carrossel .carrossel-content {
  gap: 16px;
  margin-top: 40px;
  overflow: visible;
}

.marca-maker {
  position: absolute;
  width: 912px;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.carrosel-text {
  display: flex;
  flex-direction: row;
  gap: 32px;
}

.carrosel-text h1 {
  width: 602px;
  flex-shrink: 0;
  margin: 0;
  color: #192a6b;
  font-family: "Open Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.carrosel-text p {
  flex: 1 0 0;
  margin: 0;
  color: #48536c;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.carrossel-card {
  border-radius: var(--border-radius-sm, 8px);
  width: 255px;
  height: 350px;
  margin-right: 16px;
}

@media (max-width: 768px) {
  .section-carrossel {
    padding: 40px 0;
    margin-top: 60px;
  }

  .section-carrossel .section__wrapper {
    position: relative;
  }

  .carrosel-text {
    flex-direction: column;
    gap: 16px;
  }

  .carrosel-text h1 {
    width: 100%;
    font-size: 28px;
  }

  .carrosel-text p {
    color: var(
      --global-color-primary-p,
      var(--global-color-primary-p, #192a6b)
    );
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
  }

  .marca-maker {
    width: 120px;
    height: 570px;
    opacity: 0.2;
    top: -60px;
    left: auto;
    transform: none;
  }
}

.section-fases {
  position: relative;
  padding: 80px 0px;
}

.section-fases .carrossel-content {
  display: none;
}

.section-fases h1 {
  margin: 0px;
  color: var(--global-color-primary-p, var(--global-color-primary-p, #192a6b));
  text-align: center;
  font-family: "Open Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  padding-bottom: 40px;
}

.cards-container {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 32px;
}

.cards-container .fases-cards:nth-child(-n + 3) {
  grid-column: 1;
}

.cards-container .fases-cards:nth-child(4) {
  box-sizing: border-box;
  width: 100%;
  grid-column: 2;
  grid-row: 1 / span 3;
  padding: var(--spacing-small-3xl, 40px) var(--spacing-small-lg, 28px);
}

.cards-container .fases-cards:nth-child(4) .card-buttons {
  flex-direction: column;
}

.fases-cards {
  position: relative;
  display: flex;
  flex-grow: 1;
  width: 860px;
  padding: 20px 28px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  border-radius: 12px;
  background: #e6e6e6;
  box-sizing: border-box;
  container-type: inline-size;
  container-name: card;
  overflow: hidden;
}

.fases-cards h2 {
  margin: 0px;
  color: #272727;
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.fases-cards h3 {
  margin: 0px;
  color: #000;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
}

.fases-cards p:not(a p) {
  margin: 0px;
  color: #272727;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.fases-cards:nth-of-type(1) {
  border-radius: var(--border-radius-md, 12px);
  background: var(--banner-bullet-blue-inactive, #91e1ff);
}

.fases-cards:nth-of-type(1) h2 {
  color: var(--banner-bullet-dark-blue-active, #102d75);
}

.fases-cards:nth-of-type(1) h3 {
  color: var(--Darker-Blue, #1a5f7b);
}

.fases-cards:nth-of-type(1) .button-card-2 {
  border: none;
  border-radius: var(--border-radius-xs, 4px);
  background: var(--banner-bullet-blue-active, #3489ac);
  display: flex;
  width: 100%;
  height: 40px;
  padding: 0px var(--spacing-small-sm, 20px) 0px var(--spacing-small-xs, 16px);
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.fases-cards:nth-of-type(1) .button-card-2 p {
  margin: 0px;
  text-wrap: nowrap;
  color: var(--global-color-newton-white, var(--newton-white, #fff));
  font-family: "Open Sans";
  font-size: var(--font-size-small-sm, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.fases-cards:nth-of-type(2) {
  background: #99ffce;
}

.fases-cards:nth-of-type(2) h2 {
  color: #1d804c;
}

.fases-cards:nth-of-type(2) h3 {
  color: var(--Darker-Blue, #36b271);
}

.fases-cards:nth-of-type(2) .button-card p {
  color: var(--Darker-green, #1d804c);
  font-family: "Open Sans";
  font-size: var(--font-size-small-xs, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.fases-cards:nth-of-type(2) .button-card-2 {
  border: none;
  border-radius: 4px;
  background: #36b271;
  display: flex;
  width: 100%;
  height: 40px;
  padding: 0px var(--spacing-small-sm, 20px) 0px var(--spacing-small-xs, 16px);
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.fases-cards:nth-of-type(2) .button-card-2 p {
  margin: 0px;
  text-wrap: nowrap;
  color: #fff;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.fases-cards:nth-of-type(3) {
  background: rgba(248, 207, 143, 0.9);
}

.fases-cards:nth-of-type(3) h2 {
  color: #a86c1a;
}

.fases-cards:nth-of-type(3) h3 {
  color: #ce8a2e;
}

.fases-cards:nth-of-type(3) .button-card p {
  color: var(--Darker-green, #a86c1a);
  font-family: "Open Sans";
  font-size: var(--font-size-small-xs, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.fases-cards:nth-of-type(3) .button-card-2 {
  border: none;
  border-radius: 4px;
  background: #db9434;
  display: flex;
  width: 100%;
  height: 40px;
  padding: 0px var(--spacing-small-sm, 20px) 0px var(--spacing-small-xs, 16px);
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.fases-cards:nth-of-type(3) .button-card-2 p {
  margin: 0px;
  text-wrap: nowrap;
  color: #fff;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.fases-cards:nth-of-type(4) {
  background: rgba(255, 151, 175, 0.9);
}

.fases-cards:nth-of-type(4) h2 {
  color: #c23d5c;
}

.fases-cards:nth-of-type(4) h3 {
  color: #dd5171;
}

.fases-cards:nth-of-type(4) .button-card p {
  color: #c23d5c;
  font-family: "Open Sans";
  font-size: var(--font-size-small-xs, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.fases-cards:nth-of-type(4) .button-card-2 {
  border: none;
  border-radius: 4px;
  background: #dd5171;
  display: flex;
  width: 100%;
  height: 40px;
  padding: 0px var(--spacing-small-sm, 20px) 0px var(--spacing-small-xs, 16px);
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.fases-cards:nth-of-type(4) .button-card-2 p {
  margin: 0px;
  text-wrap: nowrap;
  color: #fff;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.card-description {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  flex-grow: 1;
}

.card-buttons {
  text-decoration: none;
  display: flex;
  gap: 15px;
}

.card-buttons a {
  text-decoration: none;
}

.button-card {
  display: flex;
  width: 100%;
  height: var(--sizing-40, 40px);
  padding: 0px var(--spacing-small-xs, 16px) 0px var(--spacing-small-2xs, 12px);
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  gap: 4px;
  border-radius: var(--border-radius-xs, 4px);
  background: var(--newton-white, #fff);
  border: none;
  text-decoration: none;
  cursor: pointer;
}

.button-card p {
  color: var(--banner-bullet-dark-blue-active, #102d75);
  font-family: "Open Sans";
  font-size: var(--font-size-small-xs, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.button-card-2 {
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
}

.grafismo-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0px;
  left: 90%;
  transform: translateX(-50%);
  z-index: -5;
}

.grafismo-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0px;
  left: 90%;
  transform: translateX(-50%);
  z-index: -5;
}

.grafismo-3 {
  position: absolute;
  opacity: 0.3;
  bottom: 0px;
  z-index: -5;
  left: 90%;
  transform: translateX(-50%);
}

.grafismo-4 {
  z-index: -5;
  position: absolute;
  right: -90px;
  bottom: -20px;
  display: flex;
  height: 258px;
}

@container card (min-width: 700px) {
  .card-description {
    align-items: flex-start;
    width: 100%;
  }
}

@media (max-width: 1270px) {
  .cards-container .fases-cards:nth-child(4) {
    box-sizing: border-box;
    width: 100%;
    grid-column: 1;
    grid-row: 4 / span 3;
    padding: var(--spacing-small-3xl, 40px) var(--spacing-small-lg, 28px);
  }

  .fases-cards {
    width: 100%;
  }

  .cards-container {
    grid-template-columns: none;
  }
}
@media (max-width: 768px) {
  .cards-container {
    display: none;
  }

  .section-fases {
    padding: 40px 0;
  }

  .section-fases .carrossel-content {
    display: block;
    overflow: visible;
  }

  .section-fases h1 {
    text-align: left;
    color: var(
      --global-color-primary-p,
      var(--global-color-primary-p, #192a6b)
    );
    font-family: "Open Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    padding-bottom: 24px;
  }

  .section-fases .flickity-page-dots {
    display: flex;
    background: #fff;
    justify-content: center;
    padding-top: 20px;
  }

  .section-fases .flickity-page-dot {
    border-radius: 100px;
    background: #102d75;
    opacity: 0.8;
    width: 16px;
    height: 16px;
    margin: 5px 10px;
  }

  .section-fases .flickity-page-dot.is-selected {
    width: 64px;
    opacity: 1.2;
  }

  .fases-cards {
    position: absolute;
    display: flex;
    max-width: 260px;
    box-sizing: border-box;
    padding: var(--spacing-small-lg, 28px) var(--spacing-small-xs, 16px);
    flex-direction: column;
    flex-grow: 1;
    align-items: center;
    gap: 16px;
    margin-right: 16px;
    min-height: 100%;
  }

  .card-buttons {
    display: none;
    flex-direction: column;
    width: 100%;
    gap: 20px;
  }

  .grafismo-1 {
    left: 50%;
    transform: translateX(-50%);
    z-index: -5;
  }

  .grafismo-2 {
    left: 50%;
    transform: translateX(-50%);
    z-index: -5;
  }

  .grafismo-3 {
    left: 50%;
    transform: translateX(-50%);
    z-index: -5;
  }

  .fases-cards:nth-of-type(4) {
    background: rgba(255, 151, 175, 0.9);
  }

  .fases-cards:nth-of-type(4) h2 {
    color: #c23d5c;
  }

  .fases-cards:nth-of-type(4) h3 {
    color: #dd5171;
  }

  .grafismo-4 {
    left: 50%;
    transform: translateX(-50%);
    z-index: -5;
  }
}

.section-futuro {
  background: #36b271;
  padding: 80px 0;
}

.futuro-container {
  display: flex;
  gap: 32px;
  justify-content: space-between;
  position: relative;
}

.futuro-title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-sizing: border-box;
  width: 592px;
}

.futuro-title h1 {
  margin: 0px;
  color: #fff;
  font-family: "Open Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.futuro-title p {
  margin: 0px;
  color: #fff;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.futuro-container-cards {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  gap: 36px;
  width: 584px;
  flex-shrink: 0;
}

.futuro-cards {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 32px;
  align-self: stretch;
  flex-wrap: wrap;
}

.futuro-card {
  display: flex;
  width: 276px;
  box-sizing: border-box;
  padding: 24px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border-radius: 8px;
  background: #fbfdf7;
}

.futuro-card p {
  margin: 0px;
  color: var(--global-color-primary-p, var(--global-color-primary-p, #192a6b));
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.futuro-container button {
  width: 100%;
  background: var(--banner-bullet-green-inactive, #99ffce);
}

.futuro-container button p {
  color: #0e0d11;
}

.img-futuro-1 {
  position: absolute;
  width: 328px;
  height: 328px;
  aspect-ratio: 1/1;
  left: -20px;
  bottom: -150px;
}

.img-futuro-2 {
  position: absolute;
  width: 328px;
  height: 328px;
  aspect-ratio: 1/1;
  left: 280px;
  bottom: -150px;
}

.cards-mobile {
  display: none;
}

@media (max-width: 1260px) {
  .img-futuro-1 {
    display: none;
  }

  .img-futuro-2 {
    display: none;
  }
}

@media (max-width: 768px) {
  .section-futuro {
    padding: 40px 0;
  }

  .section-futuro .flickity-page-dots {
    display: flex;
    justify-content: center;
    padding-top: 20px;
  }

  .section-futuro .flickity-page-dot {
    border-radius: 100px;
    background: #1d804c;
    width: 16px;
    height: 16px;
    margin: 5px 10px;
  }

  .section-futuro .flickity-page-dot.is-selected {
    width: 64px;
  }

  .futuro-container {
    flex-direction: column;
  }

  .img-futuro-1 {
    display: none;
  }

  .img-futuro-2 {
    display: none;
  }

  .futuro-cards {
    flex-direction: column;
  }

  .futuro-container-cards {
    display: none;
  }

  .futuro-title {
    width: 100%;
  }

  .futuro-container-cards {
    width: 100%;
  }

  .cards-mobile {
    display: flex;
    flex-direction: column;
    gap: 36px;
  }

  .cards-mobile a {
    display: none;
  }

  .futuro-card {
    margin-right: 16px;
  }

  .futuro-title h1 {
    color: var(--global-color-newton-white, var(--newton-white, #fff));
    font-family: "Open Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }
}

.section-guia {
  background: #36b271;
  position: relative;
  padding: 40px 0px;
}

.background-guia {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
  mix-blend-mode: soft-light;
  pointer-events: none;
}

@keyframes backgroundPan {
  0% {
    transform: translateX(-60%);
  }

  100% {
    transform: translateX(-40%);
  }
}

.background-guia {
  animation: backgroundPan 15s ease-in-out infinite alternate;
}

.guia-container {
  display: flex;
  padding: 56px;
  padding-bottom: 72px;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
  border-radius: 16px;
  background: #1d804c;
}

.guia-container-2 {
  display: flex;
  padding: 56px;
  padding-bottom: 72px;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: 32px;
  align-self: stretch;
  border-radius: 16px;
  background: #1d804c;
}

.form-item[data-input="E-book"] {
  display: none;
}

.guia-texto {
  display: flex;
  width: 1000px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.guia-texto h1 {
  margin: 0px;
  color: #fff;
  font-family: "Open Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 8px;
}

.guia-texto h2 {
  margin: 0px;
  color: #fff;
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 8px;
}

.guia-texto p {
  margin: 0px;
  color: #fff;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.check-text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}

.check-text a {
  color: #99ffce;
  text-decoration: none;
}

.guia-form {
  display: flex;
  width: 488px;
  padding: 40px 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  border-radius: 12px;
  background: #36b271;
}

.guia-form button {
  width: 100%;
}

.verde {
  background: #1d804c;
}

.guia-form button p {
  color: #fff;
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

#btnEnviar {
  color: #fff;
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.form-item {
  width: 100%;
}

.form-label {
  margin: 0px;
  color: #08522b;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.inputs-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.form-input {
  display: flex;
  padding: 12px 12px 12px 16px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 4px;
  background: #fff;
  border: none;
  width: 100%;
  box-sizing: border-box;
  margin-top: 4px;
}

.form-input::placeholder {
  color: #9ba2b0;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.checkbox-container {
  position: relative;
  display: flex;
  min-height: 20px;
  padding: 0px 4px 0px 24px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

.checkbox-container p {
  margin: 0px;
  color: #0d4a2a;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.checkbox-container input {
  display: flex;
  width: 16px;
  height: 16px;
  padding: 4px;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
  background: #fff;
}

@media (max-width: 768px) {
  .section-guia {
    padding: 40px 0;
  }

  .guia-container {
    flex-direction: column;
    padding: 40px 20px;
  }

  .guia-container-2 {
    flex-direction: column;
    padding: 40px 20px;
  }

  .guia-texto {
    width: 100%;
  }

  .guia-form {
    width: 100%;
    padding: 40px 16px;
    box-sizing: border-box;
  }
}

.section-depoimentos {
  background: #f8cf8f;
  padding: 80px 0px;
  position: relative;
}

.section-depoimentos .carrossel-content {
  display: none;
}

.background-depoimentos {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.detalhe-depoimento-1 {
  position: absolute;
  width: 224.018px;
  height: 250px;
  aspect-ratio: 224.02/250;
  position: absolute;
  right: -40px;
  top: -60px;
}

.detalhe-depoimento-2 {
  position: absolute;
  width: 279.524px;
  height: 295.395px;
  transform: rotate(8.872deg);
  aspect-ratio: 279.52/295.4;
  left: -16px;
  bottom: -102.088px;
}

.depoimentos-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.depoimentos-container h1 {
  margin: 0px;
  color: #192a6b;
  font-family: "Open Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.depoimentos-cards {
  display: flex;
  align-items: stretch;
  gap: 32px;
  width: 100%;
}

.depoimento-card {
  display: flex;
  width: 384px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: 12px;
  overflow: hidden;
  box-sizing: border-box;
}

.depoimento-card:nth-of-type(3n + 1) {
  background: #db9434;
}

.depoimento-card:nth-of-type(3n + 2) {
  background: #dd5171;
}

.depoimento-card:nth-of-type(3n + 3) {
  background: #36b271;
}

.depoimento-card img {
  height: 372px;
  object-fit: cover;
  align-self: stretch;
  background: #f0f0f0;
}

.depoimento-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.depoimento-text p {
  margin: 0px;
  color: #fff;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
}

.depoimento-text img {
  width: 41.409px;
  height: 29.883px;
  fill: #f0f0f0;
  background: none;
}

.depoimento-text-container {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}

.depoimento-author h3 {
  margin: 0px;
  color: #fff;
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.depoimento-author p {
  margin: 0px;
  color: #fff;
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-wrap: wrap;
  line-height: 120%;
}

@media (max-width: 768px) {
  .section-depoimentos {
    padding: 40px 0 92px;
  }

  .section-depoimentos .carrossel-content {
    display: block;
  }

  .section-depoimentos .flickity-viewport {
    overflow: visible;
  }

  .depoimento-pai {
    display: flex;
    flex-direction: column;
    gap: 80px;
  }

  .detalhe-depoimento-1 {
    display: none;
  }

  .detalhe-depoimento-2 {
    display: none;
  }

  .depoimentos-cards {
    display: none;
  }

  .card-container {
    display: flex;
    min-height: 100%;
    overflow: visible;
    z-index: 1;
  }

  .card-container.card-container.is-selected {
    z-index: 5;
  }

  .card-container.is-selected .depoimento-card {
    opacity: 1;
    transform: scale(1.2);
    box-shadow: 0px 5px 14px -1px rgba(0, 0, 0, 0.12);
    z-index: 2;
    position: relative;
  }

  .depoimento-card {
    justify-content: flex-start;
    flex-grow: 1;
    width: 280px;
    opacity: 0.8;
    transition: transform 0.3s ease;
    transform-origin: center center;
  }

  .card-container:nth-of-type(3n + 1) .depoimento-card {
    background: #db9434;
  }

  .card-container:nth-of-type(3n + 2) .depoimento-card {
    background: #dd5171;
  }

  .card-container:nth-of-type(3n + 3) .depoimento-card {
    background: #36b271;
  }
}

.section-agendamento {
  padding: 80px 0;
}

.section-agendamento .carrossel-content {
  display: none;
}

.section-agendamento .carrossel-container {
  display: none;
}

.agendamento-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
}

.agendamento-cards {
  border-radius: 12px;
  padding: 40px 32px;
  align-items: flex-start;
}

.grid-numeros {
  display: flex;
  position: relative;
}

.grid-numeros .agendamento-familia {
  flex: 1;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.grid-numeros .agendamento-familia::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 3px;
  height: 152px;
  background: #1d804c;
}

.grid-numeros .agendamento-familia:last-child::after {
  display: none;
}

.agendamento-matricula {
  width: 48%;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: 24px;
  box-sizing: border-box;
  background: #1d804c;
}

.agendamento-matricula p:not(a p) {
  margin: 0px;
  color: #99ffce;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.agendamento-matricula h1 {
  margin: 0px;
  color: var(--banner-bullet-green-inactive, #99ffce);
  font-family: "Open Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.matricula-container-button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 32px;
  align-items: center;
}

.matricula-container-button button {
  box-sizing: border-box;
  width: 360px;
}

.big-numbers-desktop {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.big-numbers-bg {
  background: #99ffce;
  margin-bottom: 20px;
}

.item-title {
  display: flex;
  padding: var(--spacing-small-3xl, 40px) 20px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}

.item-title h1 {
  margin: 0px;
  color: var(--Darker-green, #1d804c);
  text-align: center;
  font-family: "Open Sans";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -1.68px;
}

.item-title p {
  margin: 0px;
  color: var(--Darker-green, #1d804c);
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.36px;
}

@media (max-width: 768px) {
  .section-agendamento {
    padding: 30px 0;
  }

  .section-agendamento .carrossel-content {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
  }

  .section-agendamento .flickity-viewport {
    border-radius: 12px;
  }

  .section-agendamento .carrossel-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
  }

  .big-numbers-bg {
    display: none;
  }

  .agendamento-matricula {
    align-items: center;
  }

  .agendamento-familia {
    display: flex;
    box-sizing: border-box;
    flex: 1;
    min-height: 100%;
    padding: 0 16px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: #99ffce;
  }

  .agendamento-carousel__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    padding: 0px;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .carousel__arrow--left {
    left: 0px;
  }

  .carousel__arrow--right {
    right: 0px;
  }
}

html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
  margin: 0;
  box-sizing: border-box;
}

body {
  position: relative;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}

img,
svg {
  display: block;
}

.hidden {
  display: none !important;
}

.svg {
  display: block;
}

.svg svg {
  display: block;
  position: relative;
}

.svg--width svg {
  width: 100%;
}

.svg--height svg {
  height: 100%;
}

.section__wrapper {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1216px;
  margin: 0 auto;
  box-sizing: border-box;
}

.section {
  position: relative;
  padding: 80px 0;
  width: 100%;
}

.containter__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.containter__title h2 {
  margin: 0;
  color: #111d4a;
  text-align: center;
  font-size: 24px;
  font-style: italic;
  font-weight: 800;
  line-height: 103%;
  text-transform: uppercase;
}

@media only screen and (max-width: 1200px) {
  .section__wrapper {
    padding: 0 20px;
    width: 100%;
  }

  .section {
    position: relative;
    padding: 30px 0;
    width: 100%;
  }
}

/* msg-sucesso-form */
.success-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.success-message {
  background: white;
  padding: 40px;
  border-radius: 8px;
  max-width: 500px;
  width: 90%;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.success-message h2 {
  color: #1db954;
  font-size: 28px;
  margin-bottom: 16px;
}

.success-message p {
  font-size: 18px;
  color: #333;
  margin-bottom: 24px;
}

.success-message button {
  padding: 10px 20px;
  background-color: #1db954;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.success-message button:hover {
  background-color: #17a44b;
}

.success-message a {
  padding: 10px 20px;
  background-color: #1db954;
  color: white;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
}

.success-message a:hover {
  background-color: #17a44b;
}

/* msg-sucesso-form */

/* lgpd-termos */
.checkLGPD {
  text-align: center;
  position: relative;
  margin: 0 auto 10px auto;
}

.checkLGPD .txt-termos {
  font-size: 16px;
  margin: 0;
  padding-left: 5px;
  font-weight: 300;
  line-height: 16px;
  text-align: left;
}

.checkLGPD .txt-termos span.openTerm {
  text-decoration: underline;
  color: #439ee4;
}

.checkLGPD {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.campoErro {
  color: #fff;
}

.txt-termos {
  color: #fff;
}

.txt-termos span {
  cursor: pointer;
}

.textLGPD {
  position: absolute;
  top: 0px;
  right: 0;
  width: 10px;
  height: 100%;
  z-index: 2;
  transition: all ease 0.4s;
  pointer-events: none;
}

.textLGPD > p {
  position: absolute;
  bottom: 0;
  right: -100%;
  opacity: 0;
  font-size: 15px;
  color: #fff;
  background: rgba(60, 73, 90, 0.95);
  width: 100%;
  height: auto;
  padding: 50px 30px 30px;
  z-index: 2;
  transition: all ease 0.4s;
  box-sizing: border-box;
}

.textLGPD.termoAberto {
  pointer-events: auto !important;
  width: 100%;
}

.textLGPD.termoAberto p {
  opacity: 1;
  right: 0;
}

.textLGPD > p a {
  color: var(--corSecundaria);
}

.fechar-termo {
  display: block;
  position: absolute;
  color: #fff;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

#msgLgpd {
  max-width: 400px;
  margin: 0 auto;
}

span.color-red {
  color: #ff2c35;
  text-decoration: none;
}
/* lgpd-termos */

.hidden {
  display: none !important;
}

.section-chatbot {
  background: #f8cf8f;
  position: relative;
  width: 100%;
}

.detalhe-1 {
  position: absolute;
  top: 0;
  right: 0;
}

.detalhe-2 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.grafismo1 {
  position: absolute;
  top: 0;
  right: 0;
}

.grafismo2 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.chatbot__wrapper {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1216px;
  margin: 0 auto;
  box-sizing: border-box;
}

.section {
  position: relative;
  padding: 96px 0;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .chatbot__wrapper {
    padding: 0 20px;
    width: 100%;
  }

  .section {
    padding: 40px 0;
  }
}

@media screen and (max-width: 768px) {
  #chatSection {
    padding: 56px 0px !important;
  }

  .checkLGPD {
    padding: 0;
  }
}

.checkLGPD.error input {
  border: 2px solid red;
}

.lgpd-error {
  margin-top: 8px;
  text-align: center;
}

.start-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.chat-fixed-footer.simulation-mode .inside-suggestions {
  display: none;
}

.chat-fixed-footer.simulation-mode {
  justify-content: flex-end;
}

.chat-overlay,
.modal-chat-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 12px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.chat-overlay .start-button,
.modal-chat-overlay .start-button {
  cursor: pointer;
  display: flex;
  height: 52px;
  padding: 0px 24px 0px 20px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  background: #fff;
  color: #192a6b;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  border: none;
}

#chatSection {
  display: flex;
  flex-direction: column;
  gap: 64px;
  margin: 0 auto;
  width: 100%;

  padding: 56px 32px;
}

.lgpd_container {
  display: flex;
  justify-content: center;
}

.chat-header-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-align: center;
  margin: 0;
  color: #db9434;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.chat-header-subtitle {
  margin: 0;
  color: #a86c1a;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
}

/* #registrationForm {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
} */

.chat-link {
  color: #439ee4;
  text-decoration: underline;
}

#chatContainer {
  background: rgba(219, 148, 52, 0.5);
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}

.chat-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
  font-size: 14px;
}

.chat-box {
  height: 400px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.message-list {
  padding: 16px 8px;
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.user-message,
.bot-message {
  border-radius: 4px;
  /* max-width: 70%; */
  color: #272727;
}

.user-message {
  padding: 12px 16px;
  align-self: flex-end;
  background-color: #f8cf8f;
}

.bot-message {
  align-self: flex-start;
  background-color: #dfa655;
  padding: 12px 16px;
}

.chat-fixed-footer {
  /* padding: 12px; */
  background: #f8cf8f;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.input-inside-box {
  background: transparent;
  border: none;
  outline: none;
  color: #272727;
  font-size: 16px;
  /* padding: 8px 0; */
  width: 100%;
  resize: none;
  line-height: 1.4;
  overflow-y: auto;
  max-height: 200px;
}

.input-inside-box::placeholder {
  color: #ffffff99;
}

.chat-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
}

.chat-footer.no-suggestions {
  justify-content: flex-end;
}

.inside-suggestions {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 8px;
  flex-grow: 1;
}

.suggestion {
  height: 48px;
  background: transparent;
  border: 1px solid #ffffff44;
  color: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
}

.suggestion:hover {
  background: #ffffff50;
}

.send-button {
  display: flex;
  height: 40px;
  padding: 0px 8px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  background: #ff9500;
  margin-right: 8px;
  cursor: pointer;
  border: none;
}

.send-button.small {
  font-size: 16px;
  flex-shrink: 0;
}

/* === MODAL === */
.modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.modal-content {
  background: rgba(219, 148, 52);
  padding: 24px;
  width: 100%;
  max-width: 1400px;
  border-radius: 8px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.close {
  align-self: flex-end;
  font-size: 28px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  margin-bottom: -12px;
}

.icon-button {
  cursor: pointer;
  display: flex;
  height: 40px;
  padding: 0px 8px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  /* z-index: -1; */
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
}

.message-list::-webkit-scrollbar {
  width: 4px;
}

.message-list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}

.message-list::-webkit-scrollbar-thumb {
  background-color: #b0b6c1;
  border-radius: 4px;
  border: 1spx solid transparent;
  background-clip: content-box;
}

.message-list {
  scrollbar-width: thin;
  scrollbar-color: #b0b6c1 rgba(255, 255, 255, 0.1);
}

.txt-termos-ebook {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
}

.checkLGPD .txt-termos-ebook span.openTerm {
  text-decoration: underline;
  color: #102d75;
}

.checkLGPD {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 10px 0;
  overflow: hidden;
  font-size: 14px;
  gap: 8px;
}

.logo-gif {
  width: 100%;
  height: 90px;
}

.checkLGPD input {
  width: 16px;
  height: 16px;
}

.checkLGPD div {
  display: flex;
  align-items: center;
}

.txt-termos-ebook span {
  cursor: pointer;
}

.form-wrapper {
  position: relative;
}

.textLGPD {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  z-index: 9;
  transition: all ease 0.4s;
  pointer-events: none;
}

.textLGPD > p {
  margin: 0;
  position: absolute;
  top: 0;
  left: -100%;
  opacity: 0;
  font-size: 15px;
  color: #fff;
  background: rgba(30, 42, 90, 0.95);
  width: 100%;
  height: 100%;
  padding: 50px 30px 30px;
  z-index: 10;
  transition: all ease 0.4s;
  box-sizing: border-box;
  overflow-y: auto;
}

.textLGPD.termoAberto {
  pointer-events: auto !important;
  width: 100%;
}

.textLGPD.termoAberto p {
  opacity: 1;
  left: 0%;
}

.fechar-termo {
  display: block;
  position: absolute;
  color: #fff;
  right: 20px;
  top: 20px;
  cursor: pointer;
  font-size: 16px;
}

.extern-term {
  margin-top: 8px;
  text-decoration: underline;
  color: #439ee4;
}

@media (max-width: 768px) {
  .form-grid {
    grid-template-columns: 1fr;
  }

  #chatContainer {
    padding: 12px;
  }

  .chat-box {
    height: 520px;
  }

  .modal-content {
    padding: 24px;
    width: 90%;
    max-width: 600px;
    border-radius: 8px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}

.section-guia {
  .checkLGPD {
    justify-content: flex-start;
    padding: 0;
    flex-direction: row;
    width: 100%;
  }
}

.section-futuro a {
  background-color: #99ffce;
}

.cta-mobile {
  display: none;
  width: 100%;
  padding: var(--spacing-small-xs, 16px) 0;
  justify-content: center;
  align-items: flex-start;
  gap: var(--spacing-small-lg, 28px);
  background: var(--banner-bullet-dark-blue-active, #102d75);
}

.botao-1-cta {
  display: flex;
  width: 154px;
  height: 44px;
  box-sizing: border-box;
  padding: var(--spacing-small-4xs, 4px) var(--spacing-small-sm, 20px)
    var(--spacing-small-4xs, 4px) var(--spacing-small-xs, 16px);
  justify-content: center;
  align-items: center;
  gap: var(--spacing-small-4xs, 4px);
  flex-shrink: 0;
  border-radius: var(--border-radius-xs, 4px);
  border: 1px solid var(--banner-bullet-blue-inactive, #91e1ff);
  background: var(--banner-bullet-blue-inactive, #91e1ff);
  text-decoration: none;
  /* Shadows/dark-sm */
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
}

.botao-1-cta p {
  color: var(--banner-bullet-dark-blue-active, #102d75);
  font-family: "Open Sans";
  font-size: var(--font-size-small-2xs, 12px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 12px */
  text-decoration: none;
  margin: 0px;
}

.botao-2-cta {
  display: flex;
  box-sizing: border-box;
  width: 154px;
  height: 44px;
  padding: var(--spacing-small-4xs, 4px) var(--spacing-small-sm, 20px)
    var(--spacing-small-4xs, 4px) var(--spacing-small-xs, 16px);
  justify-content: center;
  align-items: center;
  gap: var(--spacing-small-4xs, 4px);
  flex-shrink: 0;
  text-decoration: none;
  border-radius: var(--border-radius-xs, 4px);
  background: var(--banner-bullet-green-active, #36b271);

  /* Shadows/dark-sm */
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
}

.botao-2-cta p {
  color: var(--global-color-newton-white, var(--newton-white, #fff));
  font-family: "Open Sans";
  font-size: var(--font-size-small-2xs, 12px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 12px */
  text-decoration: none;
  margin: 0px;
}

@media (max-width: 768px) {
  .cta-mobile {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    flex-direction: row;
  }
}

.img-ebook {
  position: absolute;
  bottom: 0px;
  height: 288px;
  left: 204px;
}

.img-ebook-2 {
  position: absolute;
  bottom: 0px;
  height: 288px;
  right: 204px;
}

@media (max-width: 900px) {
  .img-ebook {
    display: none;
  }

  .img-ebook-2 {
    display: none;
  }
}

.content-term {
  width: 100%;
}
.azul-1 {
  background-color: #26aada;
}

.azul-2 {
  background-color: #3489ac;
}
