.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.is-home {
  display: flex;
}

.section {
  overflow: clip;
}

.section.is-home {
  background-image: url('../images/background.png');
  background-position: 50%;
  background-size: cover;
}

.section.is-grey {
  background-color: #ebebeb;
}

.section.image {
  opacity: 1;
  background-image: url('../images/Sexta_5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.is-yellow {
  background-color: #f89e01;
}

.section.is-black {
  background-color: #333;
}

.is-homesplash {
  width: 100%;
  min-height: 60svh;
  margin-left: auto;
  margin-right: auto;
}

.navbar-logo-center {
  background-color: #e0e0e0;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #f89e01;
  overflow-wrap: normal;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: obviously, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #cfcfcf;
  font-family: obviously, sans-serif;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.navbar {
  background-color: #e0e0e0;
}

.navbar-logo-left {
  background-color: #ebebeb;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.text_full_container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6%;
}

.title_container {
  padding-top: 5%;
  padding-bottom: 5%;
}

.text_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 5%;
}

.text_container.is-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text_container.is-grid1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.titulo1 {
  text-align: center;
  text-transform: uppercase;
  padding-top: 8%;
  padding-bottom: 8%;
  font-family: obviously, sans-serif;
  font-size: 6rem;
  font-weight: 700;
}

.titulo1.is-whitetype {
  color: #333;
  text-underline-offset: 23px;
  font-family: obviously-wide, sans-serif;
  -webkit-text-decoration: underline wavy #333;
  text-decoration: underline wavy #333;
}

.titulo1.is-whitetype.is-realwhite {
  color: #f89e01;
  text-decoration-color: #f89e01;
}

.paragrafo1 {
  color: #333;
  text-align: left;
  padding-top: 3%;
  padding-bottom: 3%;
  font-family: obviously-wide, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
  text-decoration: none;
}

.barra_laranja {
  background-color: #141414;
  height: 30px;
}

.nota {
  max-width: 1140px;
  margin: 3% auto;
}

.textonota {
  color: #f89e01;
  text-align: left;
  text-transform: uppercase;
  font-family: obviously, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
}

.subnota {
  color: #333;
  text-align: center;
  margin-top: 2%;
  font-family: obviously, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
}

.is_laranja {
  color: #333;
  text-underline-offset: 6px;
  font-family: obviously-extended, sans-serif;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.text-span {
  color: #f89e01;
  text-underline-position: under;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.divider {
  display: block;
}

.divider.is-hidden {
  display: none;
}

.divider45 {
  background-color: #000;
  width: 105%;
  height: 80px;
  margin-top: -41px;
  margin-left: -72px;
  transform: rotate(2deg);
}

.fullwidth-laranja {
  opacity: 1;
  mix-blend-mode: screen;
  background-color: #f89e01;
  position: static;
}

.is_underlined {
  color: #f89e01;
  text-underline-offset: 4px;
  text-underline-position: auto;
  font-family: obviously-wide, sans-serif;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.video_container {
  padding-top: 4%;
  padding-bottom: 2%;
}

.divider_90 {
  background-color: #f89e01;
  height: 20px;
}

.programa {
  display: none;
}

.rectangle {
  opacity: 1;
  background-image: linear-gradient(#f89e01, #fff);
  border-radius: 10px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5%;
  padding-bottom: 5%;
  box-shadow: 7px 6px 16px -7px #0003;
}

.data {
  color: #fff;
  text-align: center;
  padding-top: 5%;
  padding-bottom: 5%;
  font-family: obviously, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: underline;
}

.horario {
  margin-top: 8%;
  margin-bottom: 2%;
}

.text-block {
  text-align: center;
}

.horas {
  text-align: center;
  font-family: obviously, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.info {
  text-align: center;
  margin-top: 1%;
  font-family: obviously, sans-serif;
  font-size: 1rem;
}

.grid2_1 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-span-2 {
  text-underline-offset: -14px;
  text-underline-position: under;
  -webkit-text-decoration: underline wavy #f89e01;
  text-decoration: underline wavy #f89e01;
  text-decoration-thickness: calc(1em / 5);
}

.video {
  box-shadow: 14px 18px 14px -5px #0003;
}

.map {
  margin-top: 2%;
}

.code-embed {
  margin-top: 3%;
}

.grid_perguntas {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  margin-top: 1%;
  margin-bottom: 4%;
  display: grid;
}

.grid_perguntas.is-last {
  margin-bottom: 0%;
}

.pergunta {
  color: #fff;
  font-family: obviously-wide, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2rem;
}

.resposta {
  color: #333;
  font-family: obviously, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2rem;
}

.divider_perguntas {
  background-color: #fff;
  height: 3px;
  margin-top: 2%;
}

.button {
  background-color: #f89e01;
  border-radius: .9rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 11px 9px 14px 5px #0003;
}

.texto_botao {
  color: #fff;
  text-align: center;
  padding-top: 5%;
  padding-bottom: 5%;
  font-family: obviously, sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

.subtitulo {
  color: #ebebeb;
  text-align: center;
  font-family: obviously, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 5rem;
}

.is-big {
  font-size: 5rem;
}

.is-big.is-chamada {
  color: #f89e01;
  font-size: 2rem;
}

.is-hidden {
  display: none;
}

.subnoota {
  color: #e7e7e7;
  text-align: center;
  text-underline-offset: 12px;
  font-size: 2rem;
  -webkit-text-decoration: underline wavy;
  text-decoration: underline wavy;
  text-decoration-thickness: 7px;
}

.footer {
  filter: invert();
  background-color: #000;
  background-image: url('../images/financiamento25.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25%;
  height: 75px;
}

.link {
  color: #fff;
  font-family: obviously-extended, sans-serif;
}

.link-block {
  width: 100%;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .titulo1.is-whitetype {
    font-size: 4.6rem;
  }

  .paragrafo1 {
    text-align: left;
    font-size: .9rem;
    line-height: 1.7rem;
  }

  .textonota {
    text-align: center;
    margin-top: 4%;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 1.6rem;
  }

  .subnota {
    margin-left: 5%;
    margin-right: 5%;
    font-size: 1.5rem;
  }

  .subnota.is-new {
    margin-top: 8%;
  }

  .video_container {
    margin-top: 2%;
  }

  .grid2_1 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    margin-left: 5%;
    margin-right: 5%;
  }

  .grid_perguntas {
    margin-top: 4%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .pergunta, .resposta {
    font-size: .9rem;
  }

  .button {
    max-width: 640px;
  }

  .texto_botao {
    font-size: 2rem;
  }

  .subtitulo {
    font-size: 2rem;
    line-height: 4.4rem;
  }

  .is-big {
    font-size: 3.8rem;
  }

  .is-big.is-chamada {
    font-size: 1.7rem;
  }

  .footer {
    background-size: 80%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .titulo1.is-whitetype {
    font-size: 3.3rem;
  }

  .subnota {
    font-size: 1.4rem;
  }

  .button {
    max-width: 440px;
  }

  .texto_botao {
    font-size: 1.5rem;
  }

  .subtitulo {
    font-size: 1.4rem;
  }

  .is-big {
    font-size: 4rem;
  }

  .is-big.is-chamada {
    font-size: 1.2rem;
    line-height: 4rem;
  }
}

@media screen and (max-width: 479px) {
  .is-homesplash {
    min-height: 34svh;
  }

  .container {
    max-width: none;
  }

  .nav-menu-three, .nav-menu-two {
    flex-direction: column;
  }

  .titulo1.is-whitetype {
    font-size: 1.8rem;
  }

  .paragrafo1 {
    font-family: obviously, sans-serif;
    font-size: .8rem;
    line-height: 1.5rem;
  }

  .textonota {
    font-size: 1.1rem;
    line-height: 2.1rem;
  }

  .subnota {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .is_underlined {
    font-size: .8rem;
  }

  .grid_perguntas {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .pergunta {
    font-size: .9rem;
    line-height: 1.5rem;
  }

  .resposta {
    font-size: .7rem;
    line-height: 1.6rem;
  }

  .button {
    max-width: 280px;
  }

  .texto_botao {
    font-size: 1rem;
  }

  .subtitulo {
    line-height: 2.5rem;
  }

  .is-big {
    font-size: 2.6rem;
    line-height: 1.9rem;
  }

  .is-big.is-chamada {
    line-height: 1.6rem;
  }

  .footer {
    height: 40px;
  }

  .link {
    font-family: obviously, sans-serif;
    font-size: .7rem;
  }
}

#w-node-_41ec88a7-7498-2776-e672-e05cbc105cb7-1c39df93 {
  align-self: start;
}

#w-node-_5525d22c-ce81-c1ec-5861-908cff3d1e36-1c39df93 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bff8e65c-918a-53d5-2b40-78eaec1fdf11-1c39df93 {
  place-self: start;
}

#w-node-bff8e65c-918a-53d5-2b40-78eaec1fdf15-1c39df93 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_63169af1-a636-1934-2519-c98877cc9fd7-1c39df93 {
  place-self: start;
}

#w-node-_663eda43-8f1b-3301-e6ce-39d06460332a-1c39df93 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c6a99e49-749d-7b1b-3259-fd3f42bfcc45-1c39df93 {
  align-self: start;
}

#w-node-c6a99e49-749d-7b1b-3259-fd3f42bfcc49-1c39df93 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ed20af6d-1944-df58-8f3a-b25aadab00e0-1c39df93 {
  place-self: start;
}

#w-node-ed20af6d-1944-df58-8f3a-b25aadab00e4-1c39df93 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_79b7c3d7-a294-c3e9-cbb9-c4f0b50fe84c-1c39df93 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_41ec88a7-7498-2776-e672-e05cbc105cb7-1c39df93 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-bff8e65c-918a-53d5-2b40-78eaec1fdf0f-1c39df93 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bff8e65c-918a-53d5-2b40-78eaec1fdf11-1c39df93 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_663eda43-8f1b-3301-e6ce-39d064603324-1c39df93 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_63169af1-a636-1934-2519-c98877cc9fd7-1c39df93 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-c6a99e49-749d-7b1b-3259-fd3f42bfcc43-1c39df93 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c6a99e49-749d-7b1b-3259-fd3f42bfcc45-1c39df93 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-ed20af6d-1944-df58-8f3a-b25aadab00de-1c39df93 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ed20af6d-1944-df58-8f3a-b25aadab00e0-1c39df93 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }
}


