.btn {
  display: flex;
  width: min-content;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  min-width: 130px;
  padding: 10px 20px;
  border: 0;
  border-radius: 50px;
  cursor: pointer;
  white-space: nowrap;
  transition: 0.3s ease all;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2em;
  background-color: #8f69d4;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
}

.btn_two {
  background-color: #fff;
  color: #7d37e2;
  padding: 12px 40px;
  min-height: auto;
}

.btn-three {
  min-height: 48px;
  padding: 0px 20px 0px 16px;
  gap: 4px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}

.btn_text-laranja {
  color: #ffa273;
}

.btn:hover {
  background-color: #7d37e2;
}

.btn-three:hover {
  background-color: #fff;
  color: #7d37e2;
}

.btn-three:hover svg path {
  stroke: #7d37e2;
}

.btn svg {
  display: block;
  width: 24px;
  height: 24px;
  transition: 0.3s ease all;
}

.btn svg path {
  transition: 0.3s ease all;
}

.btn-flutuante {
  position: fixed;
  right: 5vw;
  bottom: 20vh;
  z-index: 9;
}

.btn-flutuante__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: 0.3s ease all;
  overflow: hidden;
  text-decoration: none;
  border-radius: 4px 32px 32px 4px;
  padding: 15px 0;
}

.btn-flutuante__overflow {
  transform: translateX(110%);
  transition: 0.5s ease all;
}

.btn-flutuante__content:hover .btn-flutuante__overflow {
  transform: translateX(0%);
}

.btn-flutuante__text {
  border-radius: 4px 32px 32px 4px;
  background: #f9fafb;
  box-shadow: 0px 2px 7px -1px rgba(0, 0, 0, 0.2);
  padding: 8px 70px 6px 12px;
  max-width: 150px;
}

.btn-flutuante__text p {
  margin: 0;
}

.btn-flutuante__title {
  color: #00ab5f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
}

.btn-flutuante__lead {
  color: #4f587e;
  font-size: 11px;
  font-weight: 400;
  line-height: 1em;
}

.btn-flutuante__icon {
  display: flex;
  width: 64px;
  height: 64px;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  background: #00ab5f;
  position: absolute;
  right: 0;
}

.btn-flutuante__icon svg {
  display: block;
  width: 40px;
  height: 40px;
}

@media only screen and (max-width: 992px) {
  .btn-flutuante {
    bottom: 5vh;
  }
}

.hero {
  position: relative;
  background: #111d4a;
  z-index: 2;
}

.hero .flickity-button {
  display: none;
}

.hero__background {
  position: absolute;
  inset: 0;
  margin: auto;
}

.title_hero {
  position: absolute;
  z-index: 1;
}

.banner-topo {
  background: #111d4a;
}

.carousel-image {
  display: block;
  height: 300px;
  min-width: 150px;
  max-width: 100%;
  margin-right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.carousel.is-fullscreen .carousel-image {
  height: auto;
  max-height: 100%;
}

.hero-mobile {
  display: none;
}

@media (max-width: 768px) {
  .carousel {
    display: none;
  }

  .hero-mobile {
    display: block;
  }
  .carousel-cell {
    width: 100%;
  }
  .carousel-cell-image {
    width: 100%;
  }
}

.videos h3 {
  color: #192a6b;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.txt-azul {
  color: #192a6b;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.bk-escuro {
  background: #192a6b;
}

.bk-escuro h3 {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

p.icone {
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
}

.svg-ico {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: solid 1px #fff;
  padding: 5px;
  margin: 0 5px 0 15px;
}

.span-svg-ico {
  position: relative;
  width: 129px;
  height: 28px;
  border-radius: 50px;
  border: solid 1px #fff;
  padding: 5px;
  margin-right: 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.span-svg-ico svg {
  position: absolute;
}

.ico-fiep {
  top: 7px;
  left: 16px;
}

.ico-senai {
  top: 7px;
  left: 68px;
}

.ico-sesi {
  top: 21px;
  left: 20px;
}

.ico-iel {
  top: 21px;
  left: 75px;
}

.container {
  display: flex;
}

.section-video {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  color: #fff;
  transition: flex 0.4s ease;
  position: relative;
  border-radius: 20px;
}

.section-video .ico-play, .section-video .ico-play2, .section-video .ico-play3 {
  position: absolute;
  z-index: 8;
  top: 250px;
  left: 41%;
  cursor: pointer;
}
.largura-103 {
  opacity: 0.5;
}

.largura-103 .ico-play, .largura-103 .ico-play2, .largura-103 .ico-play3 {
  left: 0;
}
.section-video .content {
  z-index: 9;
}
.disponivel-breve {
  display: block;
}
.disponivel-breve-vert {
  display: none;
}
.largura-103 .disponivel-breve {
  display: none;
}
.largura-103 .disponivel-breve-vert {
  display: block;
}
.section-video:hover {
  flex: 9;
  border-radius: 20px;
}

.section-video:hover .capa-video {
  display: none;
}

.video-expanded {
  display: none;
}

.section-video:hover .video-expanded {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
#VIDEO-2 {
  cursor: default;
}
.section-video-2 {
  padding: 0 20px;
}
.txt-video {
  display: none;
  opacity: 0;
  transition: opacity 5s ease;
  padding: 20px;
  margin-top: 570px;
}

.iframe-video {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  width: 100%;
  z-index: 9;
  height: 580px;
}

.section-video:hover .txt-video {
  display: block;
  width: 920px;
  transition: opacity 5s ease;
  opacity: 1;
}

.section-video:hover .iframe-video {
  display: block;
}

.container-modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: 100%;
}

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

button {
  padding: 8px 12px;
  background-color: #000;
  border: none;
  color: #fff;
  border-radius: 6px;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
}

dialog {
  padding: 20px;
}

dialog button {
  width: 100%;
}

.videos-mobile {
  display: none;
}
.videos-desk {
    margin: 0;
    padding: 0;
    gap: 20px;
}
@media only screen and (max-width: 768px) {
  .videos-mobile {
    display: block;
  }
  .section-video iframe {
    height: 210px;
  }
  .section-video content {
    position: absolute;
    top: 320px;
  }
  .ico-play {
    display:  none;
  }
  .card-casa {
    position: inherit;
  }
  .videos-desk {
    display: none;
  }
  .videos h3 {
    font-size: 28px;
  }

  .container {
    display: flex;
    flex-direction: column;
  }
  .container__casas {
    display: block;
  }

  .section-video {
    flex: none;
    display: block;
    width: 100%;
  }

  .section-video:hover .txt-video {
    width: 100%;
    padding: 32px 0px;
  }

  .txt-video {
    width: 100%;
    margin-top: 206px;
  }

  .txt-video h4 {
    color: var(--global-color-newton-white, var(--newton-white, #fff));
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }

  .icone {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    margin-right: 0px;
  }

  .iframe-video {
    max-width: -webkit-fill-available;
  }
  .capa-video {
    width: 100%;
  }

  h4 {
    margin: 0;
  }

  li.video-mobile div {
    height: 0;
    opacity: 0;
    background-color: #f4f4f4;
    transition: all 400ms ease;
  }

  li.video-mobile {
    list-style: none;
    width: 200px;
  }

  li.video-mobile h4 {
    background-color: #b2efff;
  }

  li.video-mobile h4.active + div {
    display: block;
    height: 40px;
    opacity: 1;
  }
}

.title-noticias {
  color: #192a6b;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.blue-line {
  background: #192a6b;
  color: #fff;
  margin: 16px 0;
  padding: 10px 0;
}

.card-noticia {
  display: flex;
  width: 280px;
  height: 480px;
  margin-left: 24px;
  margin-right: 32px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 5px 14px -1px rgba(0, 0, 0, 0.12);
}

.card-noticia img {
  border-radius: 8px 8px 0 0;
  height: 156px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .card-noticia {
    width: 100%;
  }
  .card-noticia img {
    height: auto;
  }
}
.cont-noticia {
  padding: 0 20px 20px 20px;
}

.data-noticia {
  color: var(--luciocosta-gray-700, #5d677d);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin: 16px 0 8px 0;
}

.tit-noticia {
  color: var(--luciocosta-gray-900, #333f5b);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 8px 0;
}

.excerpt-noticia {
  overflow: hidden;
  color: var(--luciocosta-gray-700, #5d677d);
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.saiba-mais {
  color: #00e0ec;
  font-size: var(--font-size-small-xs, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  width: 100%;
  height: 38px;
  padding: 10px 20px;
  align-items: center;
  gap: 8px;
  position: absolute;
  bottom: 0px;
  background: #192a6b;
  border-radius: 0 0 8px 8px;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-content: center;
}

.saiba-mais svg {
  vertical-align: middle;
  display: inline-flex;
}
.flickity-prev-next-button.next {
  right: -50px;
}
.flickity-prev-next-button.previous {
  left: -50px;
}
.title-instagram {
  align-self: stretch;
  color: var(--secondary-800, #192a6b);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.cont_insta {
  padding-top: 32px;
}

.insta__left {
  display: inline-flex;
  gap: 32px;
  width: 901px;
}

.post-insta {
  display: inline-flex;
}

.insta__right {
  display: inline-block;
  width: 268px;
  vertical-align: top;
  padding-left: 32px;
}

.insta__right p {
  display: block;
  width: 100%;
  color: var(--corbusier-gray-900, #272727);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.insta__right a {
  border-radius: var(--border-radius-sm, 8px);
  border: 2px solid #00d1e6;
  background: var(--sistema-color-secundary-p, #00e0ec);
  display: flex;
  padding: 20px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  color: var(--Button-content-button, #333f5b);
  text-align: center;
  text-decoration: none;
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.insta__right a svg {
  display: inline;
}

.quatro-casas {
  margin: 40px 0 0 0;
  background: #111d4a;
}
.quatro-casas .flickity-page-dot {
  background: #FFF;
}
.quatro-casas .is-selected {
  background: #00e0ec;
}
.quatro-casas .flickity-page-dots {
  width: 70vw;
}
.quatro-casas .flickity-button {
  display: none;
}
.container__casas {
  display: grid;
  margin: 40px 0 0 0;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 32px;
}

.casas-title {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -1.6px;
}

.card-casa {
  position: relative;
  display: flex;
  padding: 0 8px;
  width: 284px;
  height: 312px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.card-casa p {
  line-height: 180%;
}

.background-card {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

.card_header {
  position: relative;
  z-index: 1;
  padding: 20px 0;
  border-bottom: solid 1px #fff;
}

.card_header svg {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.card_header svg path {
  fill: #fff;
}

.card_cont {
  display: none;
  height: 0;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: -0.16px;
  transition: height 0.35s ease;
  --transition-collapse: height 0.35s ease;
  --transition-fade: opacity 0.15s linear;
}
.card_cont span {
  display: block;
  text-align: left;
  padding: 0 16px;
}
.card_cont ul {
  padding: 0 20px;
}

.card-casa:hover {
  display: inline-block;
  align-items: initial;
  justify-content: initial;
}

.card-casa:hover .card_cont {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 200px;
}
.card-casa:hover .background-card {
  opacity: 50%;
}

.acesse {
  color: #fff;
  text-decoration: none;
  padding: 5px 15px 5px 20px;
  border-radius: 4px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0);
  margin-left: 40px;
}

.acesse:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.acesse svg {
  display: inline;
  vertical-align: middle;
}

.acesse:hover svg path {
  stroke: #fff;
}

.sistema-fiep {
  background: #00e0ec;
}

.sistema-fiep p {
  color: var(--global-color-primary-p, var(--global-color-primary-p, #192a6b));
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.tit-sistema-fiep {
  color: #192a6b;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.institucional_fiep {
  background: #192a6b;
}

.institucional_fiep svg {
  display: inline-block;
}

.institucional_fiep a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
}

.institucional_fiep .esq {
  width: 276px;
}

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: 1206px;
  margin: 0 auto;
  box-sizing: border-box;
}

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

.coluna {
  display: inline-flex;
}

.title-line {
  display: block;
  margin-top: 10px;
  width: 64px;
  height: 4px;
  border: none;
  margin: 0;
}

.dark-blue {
  background: #192a6b;
  margin-bottom: 16px;
}

.light-blue {
  background: #00e0ec;
}

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

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

h1 {
  font-size: 48px;
}

h2 {
  font-size: 48px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 768px) {
  h2 {
    margin-top: 0;
  }
}

h3 {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

p {
  font-size: 16px;
}

.dark-grey {
  color: #272727;
}

.light-grey {
  color: #555;
}

.menuPrincipal .nav .nav-item .nav-link {
  color: #0069ab !important;
  background-color: #fff !important;
  border-color: #fff !important;
  font-size: 16px !important;
  font-weight: bold;
  font-family: "Source Sans 3";
  text-transform: uppercase;
  letter-spacing: 1px;
}

.dropdownMenuTop {
  z-index: 5;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.dropdown-pos-1 {
  position: absolute;
  top: -40px;
  right: 0px;
}

.dropdown-pos-2 {
  position: absolute;
  top: -40px;
  right: 160px;
}

.dropdown-pos-3 {
  position: absolute;
  top: -40px;
  right: 260px;
}

.dropdown_box a {
  border-radius: 0px;
  background-color: #fff;
  color: #000;
  padding: 2px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Source Sans 3";
}

.dropdown-menu {
  border-radius: 0px;
  font-size: 14px;
  font-family: "Source Sans 3";
}

.video-button {
  max-width: 100%;
  display: flex;
  width: 100%;
  padding: 10px 0 0 0;
  justify-content: center;
  align-items: center;
  gap: 4px;
  height: auto;
  border-radius: var(--border-radius-xs, 4px);
  background: var(--sistema-color-secundary-p, #00e0ec);
}

.video-button p {
  color: var(--global-color-primary-p, var(--global-color-primary-p, #192a6b));
  text-align: center;
  font-family: "Open Sans";
  font-size: var(--font-size-small-2xs, 12px);
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  max-width: 80%;
}

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

.lista-noticias {
  .flickity-slider {
    position: relative;
    width: auto;
    height: auto;
  }
}

.icones-container {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 8px;
}
.icones-container-1 span {
  display: inline;
}
.icones-container-1 span:first-child img {
  width: 120px;
}

.svg-ico {
  margin: 0px;
}

.icones-container-1 {
  display: flex;
  gap: 32px;
  padding-bottom: 22px;
}

.quatro-casas {
  .section__wrapper {
    padding: 96px 20px;
  }
}

.acesse {
  margin-left: 0px;
}

.dir {
  display: flex;
  gap: 40px;
}

.esq {
  width: 100%;
}

.institucional_fiep {
  .section__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

@media only screen and (max-width: 768px) {
  .videos {
    padding: 30px 0px;
  }
  .videos-mobile {
    display: block;
  }

  .card-casa {
    position: inherit;
    margin-right: 32px;
  }
  .videos-desk {
    display: none;
  }

  .videos h3 {
    font-size: 28px;
  }

  .container {
    display: flex;
    flex-direction: column;
    padding: 0px;
    margin: 0px;
    gap: 30px;
    max-width: 100%;
  }
  .container__casas {
    display: block;
    margin: 30px 0px 0px;
    padding: 0px 20px 50px;
  }
  .background-card {
    width: 100%;
    height: 100%;
  }

  .bk-escuro {
    .section__wrapper {
      padding: 30px 20px;
    }
  }

  .bk-escuro h3 {
    margin: 0;
    padding-bottom: 22px;
  }

  .txt-video p {
    margin: 0px;
  }

  .section-video:hover .txt-video {
    display: flex;
    flex-direction: column;
    gap: 22px;

    p {
      margin: 0px;
    }
  }

  p.icone {
    margin-right: 0px;
  }

  .svg-ico {
    margin: 0px;
  }

  .icones-container {
    flex-direction: row;
    align-items: center;
    display: flex;
    gap: 12px;
  }

  .video-button {
    max-width: 100%;
    display: flex;
    width: 100%;
    padding: 5px var(--spacing-small-xs, 16px);
    justify-content: center;
    align-items: center;
    gap: 4px;
    height: auto;
  }

  .title-noticias {
    color: var(
      --global-color-primary-p,
      var(--global-color-primary-p, #192a6b)
    );
    font-family: "Open Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    padding-bottom: 16px;
    margin: 0px;
  }

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

  .noticias .section__wrapper {
    padding: 0 20px;
  }

  .blue-line {
    padding: 0px;
    margin: 16px 0px 50px;
  }
  .blue-line .section__wrapper {
    padding: 10px 20px;
  }

  .quatro-casas .section__wrapper {
    padding: 40px 20px;
  }
  .casas-title {
    color: #fff;
    font-family: "Open Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 10px;
  }

  .acesse {
    margin-left: 0px;
  }

  .instagram {
    padding: 40px 0px;

    .section__wrapper {
      padding: 0 20px;
    }
  }

  .title-instagram {
    color: #192a6b;
    font-family: "Open Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
  }

  .insta__left {
    display: block;
    width: 100%;
    padding: 0px 20px;

    .flickity-page-dots {
      position: initial;
      padding: 10px 0px;
    }
  }

  .carousel-insta img {
    width: 100%;
    height: 356px;
    aspect-ratio: 283/354;
    padding: 0px 8px;
    display: block;
    margin: 0 auto;
  }

  .cont_insta {
    display: flex;
    flex-direction: column;
  }
  .insta__right {
    width: 100%;
    padding-left: 0px;

    a {
      font-size: 20px;
    }
  }
  .tit-sistema-fiep {
    color: #272727;
    margin: 0;
    font-family: "Open Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 33.6px */
  }

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

  .sistema-fiep {
    .section__wrapper {
      display: flex;
      flex-direction: column;
      gap: 22px;
    }
  }

  .institucional_fiep {
    .section__wrapper {
      padding: 50px 24px;
      display: flex;
      gap: 40px;
      flex-direction: column;
      align-items: center;
    }

    .esq {
      width: fit-content;
    }
  }

  .dir {
    width: 100%;
    gap: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .lista-noticias {
    .flickity-slider {
      position: relative;
    }
  }
  .video-expanded {
    width: 100%;
  }

  .icones-container-1 {
    flex-direction: column;
    padding-bottom: 0px;
  }
}

/* Fundo do modal */
.formulario {
  display: none; /* Escondido por padrão, será alterado via JS */
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6); /* Fundo escuro */
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* Conteúdo interno do modal */
.formulario .modal-content {
  display: flex;
  flex-direction: column;
  width: 1000px;
  height: 500px;
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
  position: relative;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

/* Botão de fechar */
.formulario .close-button {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}

.form-inputs {
  background: white;
  padding: 32px;
  border-radius: 16px;
}

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

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

.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 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 {
  position: relative;
  display: flex;
  width: 512px;
  padding: var(--spacing-small-md, 24px);
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  border-radius: 8px;
  background: var(--newton-white, #fff);
}

.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;
}

.inputs-container h1 {
  color: var(
    --global-color-neutral-800,
    var(--global-color-neutral-800, #48536c)
  );

  /* heading/bold-700/normal/sm */
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
}
.inputs-container h2 {
  color: var(
    --global-color-neutral-800,
    var(--global-color-neutral-800, #48536c)
  );

  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
}
.form-input {
  display: flex;
  padding: 12px 12px 12px 16px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid var(--global-color-neutral-300, #b0b6c1);
  background: var(--transparent, rgba(255, 255, 255, 0));
  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-texto {
    width: 100%;
  }

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

/* 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: #00e0ec;
  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;
  gap: 8px;
  align-items: center;
  justify-content: start;
  overflow: hidden;
}

.campoErro {
  color: #555;
}

.txt-termos {
  color: #555;
}

.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: #962121;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

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

.buttonFechar {
  background: none;
  padding: 0px;
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
}

.botao-enviar {
  border-radius: var(--border-radius-xs, 4px);
  background: var(--sistema-color-secundary-p, #00e0ec);
  display: flex;
  height: var(--sizing-48, 48px);
  padding: 0 var(--spacing-small-xs, 16px) 0 var(--spacing-small-sm, 20px);
  justify-content: center;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  width: 100%;
}

.botao-enviar p {
  margin: 0px;
  color: var(--candido-blue-900, #111d4a);
  font-family: Poppins;
  font-size: var(--font-size-small-sm, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 16px */
}

.content-term {
  width: 100%;
}

.agenda-terms-text {
  margin: 0px;
}

.menuPrincipal {
  .container {
    flex-direction: row;
  }
}
