@font-face {
  font-family: Bebaskai;
  src: url('../fonts/BebasKai-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bebasneue;
  src: url('../fonts/BebasNeue-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bebasneue;
  src: url('../fonts/BebasNeue-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bebasneue;
  src: url('../fonts/BebasNeue-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bebasneue Book;
  src: url('../fonts/BebasNeue-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --preto: #000;
  --verde-sp2b: #3cd5a6;
  --azul-medio-transparente: #1c4dc873;
  --rosa: #ee2b55;
  --purple-dark: #362c6f;
  --azul: #5b89c1;
  --amarelo: #eed15f;
  --color-3: #913e83;
  --verde: #3cd5a6;
  --azul-medio: #1c4dc8;
  --branco: white;
  --laranja: #db9038;
  --azul-claro: #add3e7;
  --color-6: #a186b9;
  --color-7: #b768a1;
  --font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --azul-escuro: #001b3d;
  --cinza-escuro: #2b2b2b;
  --laranja-medio: #ff703c;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

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

body {
  color: #333;
  font-family: Bebasneue, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.background-video, .header {
  height: 100vh;
}

.header_video {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-image: none;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100vh;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.header_content {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1000px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading {
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Big Shoulders, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 63px;
}

.paragraph {
  letter-spacing: 0;
  flex-flow: row;
  margin-top: 40px;
  font-family: Pathway Extreme, sans-serif;
  font-size: 26px;
  font-weight: 100;
  line-height: 36px;
  display: block;
}

.header_logo {
  width: 300px;
}

.text-span {
  font-size: 132px;
  line-height: 0;
}

.sp2b_content {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 1200px;
  display: block;
}

.sp2b {
  background-color: var(--preto);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 60px;
  display: block;
  position: relative;
}

.sp2b_paragraph {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 100px;
  width: auto;
  max-width: 1200px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0;
  font-family: Pathway Extreme, sans-serif;
  font-size: 26px;
  font-weight: 100;
  line-height: 36px;
  position: static;
  top: -113px;
}

.image {
  width: auto;
  margin-bottom: 100px;
  display: none;
}

.titulo_section {
  color: var(--preto);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Big Shoulders, sans-serif;
  font-size: 100px;
  font-weight: 900;
  line-height: 100px;
}

.titulo_section.sp2b {
  color: var(--verde-sp2b);
  padding-top: 0;
  padding-bottom: 0;
}

.form-block {
  z-index: 1;
  text-align: left;
  width: 60%;
  position: relative;
}

.text-field {
  color: #8f8f8f;
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  height: 45px;
  margin-bottom: 12px;
  padding: 8px 12px;
  font-family: Bebasneue, Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.sp2b_form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 60px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.checkbox-label {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 12px;
}

.submit-button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 2px solid #fff;
  border-radius: 0;
  width: 160px;
  height: 50px;
  margin-top: 10px;
  font-family: Big Shoulders, sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.text-block-2 {
  z-index: 0;
  color: var(--azul-medio-transparente);
  text-align: left;
  text-transform: uppercase;
  font-family: Big Shoulders, sans-serif;
  font-size: 135px;
  font-weight: 100;
  line-height: 120px;
  position: relative;
  inset: 0% 0 0 -2%;
}

.programacao {
  background-image: url('../images/bg_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 140px 60px;
  display: none;
}

.programacao_content {
  width: auto;
  max-width: 1200px;
  padding-top: 0;
  padding-bottom: 0;
}

.text_data {
  color: var(--preto);
  margin-bottom: 40px;
  font-family: Pathway Extreme, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.programacao_info {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 2px solid var(--rosa);
  border-radius: 5px 200px 200px 5px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 60px;
  padding: 40px 100px 40px 0;
  display: flex;
}

.paragraph-2 {
  color: var(--preto);
  letter-spacing: 0;
  font-family: Pathway Extreme, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-3 {
  color: var(--preto);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Big Shoulders, sans-serif;
  font-size: 33px;
  font-weight: 900;
  line-height: 30px;
}

._2b_transformed {
  max-width: 22%;
  display: inline-flex;
  position: relative;
  bottom: 0;
  left: -47px;
}

.programacao_text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 450px;
  margin: 0 40px 0 0;
  display: flex;
}

.programacao_text_right {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center end;
  width: 300px;
  height: 180px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: grid;
}

.text-block-3-copy {
  color: var(--preto);
  text-align: right;
  margin-bottom: 0;
  font-family: Big Shoulders, sans-serif;
  font-size: 47px;
  font-weight: 900;
  line-height: 40px;
}

.paragraph-2-copy {
  color: var(--preto);
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: Big Shoulders, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 20px;
}

._2b_connected {
  max-width: 22%;
  display: inline-flex;
  position: relative;
  bottom: 0;
  left: -47px;
}

.img_conexao {
  width: auto;
  max-width: 260px;
}

.img_exp {
  width: 290px;
  max-width: none;
}

.programacao_img_conexao_right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 320px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
}

.programacao_img_exp_right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
}

.form {
  position: static;
  right: 0;
}

.palco {
  background-image: url('../images/aerial-view-ibirapuera-park-sao-paulo-sp-residential-buildings-around-lake-ibirapuera-park_1.webp');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 80vh;
  display: flex;
}

.palco_titulo {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1200px;
  height: auto;
  margin-top: 60px;
  display: flex;
}

.palco_img2, .palco_img1, .palco_img3 {
  border: 2px solid #fff;
  border-radius: 5px;
  width: 390px;
  max-width: none;
  height: auto;
}

.palco_img {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  display: inline-flex;
  position: relative;
  top: 118px;
}

.div-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 0px solid var(--purple-dark);
  background-image: none;
  border-radius: 0;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  max-width: 1200px;
  margin-top: 220px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.mapa {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 140px;
  display: flex;
}

.paragraph-2-mapa {
  color: var(--preto);
  letter-spacing: 1px;
  -webkit-text-stroke-color: #fff;
  margin-bottom: 0;
  font-family: Pathway Extreme, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.palco_mapa {
  border-radius: 10px;
  width: auto;
  max-width: 510px;
  display: inline-flex;
}

.text_h2_palco {
  color: var(--preto);
  font-family: Pathway Extreme, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.titulo_section_palco {
  color: var(--preto);
  text-transform: uppercase;
  font-family: Big Shoulders, sans-serif;
  font-size: 100px;
  font-weight: 900;
  line-height: 100px;
}

.footer {
  background-color: var(--preto);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 13vh;
  padding-top: 0;
  display: flex;
}

.div-block-2 {
  background-color: var(--purple-dark);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 3vh;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  font-weight: 300;
  text-decoration: none;
}

.text-block-5 {
  color: #fff;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 13px;
}

.div-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-4 {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.div-block-6 {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  padding-right: 0;
  display: flex;
}

.link-block {
  background-color: var(--purple-dark);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  text-decoration: none;
  display: flex;
}

.image-2 {
  max-width: none;
  height: 5vh;
}

.background-video-2 {
  width: 100vw;
  height: 100vh;
}

.background-video-3 {
  text-align: center;
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: static;
}

.programacao_content-copy {
  width: 920px;
  padding-top: 0;
  padding-bottom: 0;
}

.programacao-copy {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.programacao_animada {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  padding-top: 220px;
  padding-bottom: 220px;
  display: flex;
}

.div-block-7 {
  width: auto;
  max-width: 1200px;
}

.lightbox-link {
  width: auto;
  max-width: none;
  height: auto;
}

.sobre {
  background-color: var(--preto);
  background-image: none;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.text-span-2 {
  font-family: Bebasneue, Arial, sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 33px;
}

.video {
  border-radius: 0;
  width: 100%;
  margin-top: 60px;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-10 {
  width: 100%;
  min-width: auto;
  max-width: none;
}

.container {
  max-width: 1200px;
}

.navbar {
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  vertical-align: baseline;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  display: block;
}

.nav-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Big Shoulders, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: transform .3s cubic-bezier(.55, .085, .68, .53);
  position: static;
}

.nav-link:hover {
  color: var(--amarelo);
  transform: scale(1.1);
}

.nav-link.w--current {
  color: #fff;
}

.brand {
  justify-content: center;
  align-items: center;
  width: 200px;
  max-width: none;
  height: auto;
  max-height: none;
  display: block;
  position: static;
}

.nav-menu {
  color: #fff;
}

.text-block-6 {
  color: var(--verde-sp2b);
  text-transform: uppercase;
  width: 70%;
  margin-bottom: 40px;
  font-family: Big Shoulders, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.bold-text {
  color: var(--rosa);
}

.image-3 {
  max-width: none;
  margin-top: 0;
}

.header_logo-mob {
  width: 300px;
  display: none;
}

.background-video-4 {
  display: none;
}

.developer, .designer {
  width: 250px;
  height: 250px;
}

.slider-2 {
  display: none;
}

.div-block-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 0px solid var(--purple-dark);
  background-image: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1200px;
  margin-top: 220px;
  padding-left: 0;
  padding-right: 20px;
  display: none;
}

.success-message {
  background-color: #d3ff4f;
}

.text-block-9 {
  font-size: 24px;
  line-height: 24px;
}

.error-message {
  background-color: #ff1495;
}

.text-block-10 {
  color: #fff;
  letter-spacing: 1px;
  font-size: 16px;
}

.text-field-copy {
  z-index: auto;
  color: #8f8f8f;
  background-color: #fff;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 45px;
  margin-bottom: 12px;
  padding: 0;
  font-family: Bebasneue, Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  display: flex;
}

.text-field-2 {
  color: #8f8f8f;
  background-color: #fff0;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 0;
  font-family: Bebasneue, Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  display: flex;
}

.dropdown-list {
  width: auto;
  display: block;
}

.dropdown-toggle {
  flex: 1;
  width: auto;
  margin-left: 0;
  padding: 8px 12px;
}

.text-block-11, .icon-2 {
  color: #8f8f8f;
}

.dropdown-list-2 {
  z-index: auto;
  text-align: left;
  background-color: #ebebeb;
  border-radius: 0 0 5px 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: none;
  top: 41.5px;
}

.dropdown-link {
  color: #8f8f8f;
}

.text-block-12 {
  color: #fff;
  font-family: Bebasneue, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.icon-3 {
  color: #fff;
  font-weight: 100;
}

.dropdown_pt-en {
  padding-left: 20px;
  padding-right: 20px;
}

.dropdown-list-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
  top: 61px;
  left: 1.79688px;
}

.dropdown-link-2 {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px;
}

.dropdown-link-2:hover, .dropdown-link-2:active, .dropdown-link-2:visited {
  color: var(--color-3);
}

.bold-text-2 {
  font-weight: 400;
}

.navbar-mob {
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.grid {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-12 {
  background-color: var(--preto);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-family: Pathway Extreme, sans-serif;
  font-size: 20px;
  display: flex;
}

.div-block-12-copy {
  background-color: var(--preto);
  color: var(--verde-sp2b);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-family: Pathway Extreme, sans-serif;
  font-size: 20px;
  display: flex;
}

.gradient-text-bar {
  background-image: linear-gradient(94deg, var(--verde), var(--verde-sp2b) 16%, var(--azul-medio) 51%, #b53474 78%, var(--rosa));
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 35px;
  margin-top: 20px;
  font-family: Pathway Extreme, sans-serif;
  font-size: 20px;
  display: flex;
}

.conteudo {
  margin-top: 20px;
}

.conteudo-content {
  display: flex;
}

.text-block-13 {
  width: 50%;
  font-size: 32px;
  line-height: 40px;
}

.experiencias {
  margin-top: 20px;
}

.bold-text-3 {
  color: var(--verde-sp2b);
  font-family: Big Shoulders, sans-serif;
}

.italic-text {
  font-style: italic;
  font-weight: 100;
}

.text-span-3 {
  font-size: 40px;
}

.uui-footer04_social-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  margin-left: 10px;
  margin-right: 10px;
  display: grid;
}

.uui-footer04_social-link {
  color: #98a2b3;
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer04_social-link:hover {
  color: #667085;
}

.uui-footer04_social-icon {
  color: var(--branco);
  width: 1.5rem;
  height: 1.5rem;
}

.text-block-14 {
  color: #fff;
  margin-right: 40px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
}

.uui-footer04_social-icon-facebook {
  color: #502070;
  width: 1.5rem;
  height: 1.5rem;
  display: none;
}

.text-span-4 {
  color: var(--rosa);
}

.bold-text-4 {
  color: var(--amarelo);
}

.bold-text-5 {
  color: var(--color-3);
}

.text_data-copy {
  color: var(--preto);
  margin-bottom: 40px;
  font-family: Pathway Extreme, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

@media screen and (max-width: 991px) {
  .header_video {
    flex-flow: row;
    padding-top: 60px;
    display: flex;
  }

  .header_content {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    max-width: 480px;
    margin-top: 0;
  }

  .heading {
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 48px;
    line-height: 48px;
  }

  .paragraph {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
  }

  .header_logo {
    width: 220px;
    max-width: none;
    display: none;
  }

  .text-span {
    font-size: 120px;
    line-height: 20px;
  }

  .sp2b {
    padding-left: 40px;
    padding-right: 40px;
  }

  .sp2b_paragraph {
    text-align: center;
    max-width: 648px;
    font-size: 25px;
    line-height: 30px;
  }

  .titulo_section {
    text-align: center;
  }

  .form-block {
    z-index: 1;
    width: 648px;
    left: 0;
    right: 0;
  }

  .sp2b_form {
    justify-content: space-between;
    align-items: center;
    width: auto;
    max-width: none;
    margin-top: 60px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-2 {
    z-index: 0;
    justify-content: flex-start;
    align-items: center;
    font-size: 58px;
    line-height: 50px;
    display: none;
    position: static;
    inset: auto 2% 25% auto;
  }

  .text_data {
    text-align: center;
  }

  .programacao_info {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 350px;
    border-bottom-left-radius: 350px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 120px;
    margin-bottom: 20px;
    padding: 0 60px 80px;
  }

  .paragraph-2 {
    font-size: 23px;
    line-height: 32px;
  }

  .text-block-3 {
    font-size: 35px;
    line-height: 35px;
  }

  ._2b_transformed {
    justify-content: center;
    align-items: center;
    max-width: 150px;
    max-height: 160px;
    bottom: 77px;
    left: 0;
  }

  .programacao_text {
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .programacao_text_right {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
    padding-left: 10px;
  }

  .text-block-3-copy {
    font-size: 50px;
    line-height: 42px;
  }

  .paragraph-2-copy {
    text-align: left;
    font-size: 22px;
    line-height: 22px;
  }

  ._2b_connected {
    max-width: 150px;
    max-height: 160px;
    bottom: 77px;
    left: 0;
  }

  .img_exp {
    margin-bottom: 20px;
  }

  .palco_titulo {
    max-width: none;
    margin-bottom: 10px;
  }

  .palco_img2, .palco_img1, .palco_img3 {
    width: 250px;
  }

  .palco_img {
    max-width: 648px;
    display: none;
  }

  .div-block {
    flex-flow: column;
    max-width: 648px;
    margin-top: 140px;
    padding-right: 0;
    display: flex;
  }

  .mapa {
    padding-bottom: 100px;
  }

  .paragraph-2-mapa {
    text-align: center;
    margin-top: -52px;
  }

  .palco_mapa {
    max-width: 648px;
  }

  .text_h2_palco {
    margin-bottom: 10px;
  }

  .titulo_section_palco {
    text-align: center;
  }

  .footer {
    height: 15vh;
  }

  .div-block-4 {
    flex-flow: column;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-5 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 11vh;
    padding: 20px 40px;
  }

  .div-block-6 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 4vh;
  }

  .image-2 {
    height: 4vh;
  }

  .programacao_animada {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-7 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 648px;
    max-width: 648px;
    display: flex;
  }

  .sobre {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .div-block-10 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    display: flex;
  }

  .container {
    max-width: 648px;
  }

  .navbar {
    display: none;
  }

  .container-2 {
    width: 100%;
    max-width: none;
    padding-top: 0;
    padding-left: 20px;
    display: flex;
  }

  .nav-link {
    width: 90%;
  }

  .nav-menu {
    background-color: #181818;
  }

  .text-block-6 {
    text-align: center;
    width: 100%;
  }

  .image-3 {
    margin-top: 0;
  }

  .menu-button {
    width: auto;
    height: auto;
    bottom: 0;
  }

  .menu-button:active {
    color: #000;
  }

  .menu-button.w--open {
    background-color: #001b3d;
  }

  .icon {
    color: #fff;
    width: auto;
    height: auto;
    font-size: 35px;
    line-height: 35px;
  }

  .header_logo-mob {
    flex-flow: row;
    width: 400px;
    max-width: none;
    display: block;
  }

  .slide {
    background-image: url('../images/Auditório_Ibirapuera_Parque_do_Ibirapuera_São_Paulo_2019-6179_1.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 46vw;
    max-height: none;
  }

  .slide-2 {
    background-image: url('../images/aerial-view-ibirapuera-park-so-paulo-sp-residential-buildings-around_1.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 40vw;
    max-height: none;
  }

  .slider {
    width: 648px;
    max-width: 648px;
    max-height: 200px;
    margin-top: 0;
    top: 135px;
  }

  .slide-nav {
    max-width: 300px;
    max-height: none;
  }

  .slide-3 {
    background-image: url('../images/Auditório_Ibirapuera_Parque_do_Ibirapuera_São_Paulo_2019-6179_1.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .slide-4 {
    background-image: url('../images/aerial-view-ibirapuera-park-so-paulo-sp-residential-buildings-around_1.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .slider-2 {
    background-color: #ddd0;
    border: 1px solid #fff;
    border-radius: 5px;
    width: auto;
    max-width: none;
    height: auto;
    top: 219px;
  }

  .left-arrow {
    background-color: #fff0;
  }

  .mask {
    border: 3px solid #fff;
    border-radius: 5px;
    width: 550px;
    height: 31vh;
    right: auto;
  }

  .slide-nav-2 {
    display: none;
  }

  .slide-5 {
    background-image: url('../images/Parque_Ibirapuera_Oscar_Niemeyer_5877302081_1.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-copy {
    flex-flow: column;
    max-width: 648px;
    margin-top: 337px;
    padding-right: 0;
    display: none;
  }

  .text-block-9 {
    font-size: 20px;
  }

  .text-field-copy {
    margin-left: 0;
  }

  .dropdown_pt-en {
    width: 12vw;
    height: 100%;
    margin-right: 0;
  }

  .dropdown-list-3 {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    display: none;
    top: 66px;
    left: .796875px;
  }

  .dropdown-link-2 {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    transition: transform .3s;
  }

  .dropdown-link-2:hover {
    transform: scale(1.1);
  }

  .navbar-mob {
    display: block;
  }

  .dropdown-toggle-2 {
    height: auto;
  }

  .italic-text {
    font-style: italic;
  }

  .uui-footer04_social-list, .text-block-14 {
    margin-right: 0;
  }

  .text_data-copy {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .header {
    display: inline-block;
  }

  .sp2b {
    padding: 0 20px 60px;
    display: block;
  }

  .sp2b_paragraph {
    max-width: none;
    font-size: 25px;
    line-height: 30px;
  }

  .titulo_section {
    font-size: 82px;
    line-height: 82px;
  }

  .form-block {
    width: 100%;
  }

  .text-field {
    width: 100%;
    max-width: none;
  }

  .programacao {
    padding: 60px 20px;
    display: none;
  }

  .text_data {
    font-size: 40px;
    line-height: 40px;
  }

  .programacao_info {
    padding-left: 40px;
    padding-right: 40px;
  }

  .palco {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 80vh;
    margin-top: -10px;
    padding-top: 0;
    display: flex;
  }

  .div-block {
    margin-top: 60px;
  }

  .mapa {
    padding: 30px 20px 60px;
    display: block;
  }

  .paragraph-2-mapa {
    width: 100%;
    margin-top: 0;
  }

  .palco_mapa {
    width: 100%;
    max-width: none;
  }

  .titulo_section_palco {
    text-align: center;
    font-size: 80px;
    line-height: 80px;
  }

  .footer {
    display: flex;
  }

  .text-block-5 {
    text-align: right;
  }

  .div-block-4 {
    justify-content: space-between;
  }

  .div-block-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-6 {
    padding-right: 0;
  }

  .programacao_animada {
    padding: 60px 20px;
    display: inline-block;
  }

  .div-block-7 {
    width: auto;
    max-width: none;
  }

  .sobre {
    padding: 40px;
    display: inline-block;
  }

  .div-block-10 {
    align-items: stretch;
    display: flex;
  }

  .container {
    max-width: 100%;
  }

  .navbar {
    display: none;
  }

  .menu-button {
    margin-left: 30px;
  }

  .section {
    background-image: linear-gradient(#000, #fff);
    height: 100vh;
  }

  .background-video-4 {
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: none;
  }

  .text-block-7 {
    font-size: 60px;
  }

  .text-block-8 {
    text-align: center;
    font-size: 50px;
    line-height: 50px;
    position: relative;
    top: -26px;
  }

  .div-block-11 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    display: flex;
  }

  .developer {
    display: none;
  }

  .slider-2 {
    width: 80%;
  }

  .mask {
    width: 100%;
    height: 25vh;
  }

  .div-block-copy {
    max-width: 100%;
    margin-top: 60px;
  }

  .text-field-copy {
    width: 100%;
  }

  .navbar-mob {
    display: inline-block;
  }

  .dropdown-toggle-2 {
    margin-right: 0;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    width: auto;
    max-width: none;
  }

  .div-block-12 {
    font-size: 18px;
  }

  .div-block-12-copy {
    font-size: 16px;
  }

  .gradient-text-bar {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .uui-footer04_social-link:hover {
    color: #98a2b3;
  }

  .text-block-14 {
    text-align: right;
  }

  .text_data-copy {
    font-size: 40px;
    line-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .header_video {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header_content {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    max-width: none;
  }

  .heading {
    margin-bottom: 20px;
    font-size: 9vw;
    line-height: 4vh;
  }

  .paragraph {
    margin-top: 60px;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
  }

  .text-span {
    font-size: 90px;
    line-height: 22px;
  }

  .sp2b_paragraph {
    letter-spacing: 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
  }

  .titulo_section {
    font-size: 50px;
    line-height: 50px;
  }

  .text_data {
    font-size: 32px;
    line-height: 33px;
  }

  .programacao_info {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .programacao_text_right {
    justify-content: space-between;
    width: auto;
  }

  .text-block-3-copy {
    font-size: 42px;
  }

  .paragraph-2-copy {
    font-size: 18px;
    line-height: 41px;
  }

  .img_conexao {
    width: 79vw;
  }

  .img_exp {
    width: 70vw;
  }

  .palco {
    padding-left: 20px;
    padding-right: 20px;
  }

  .palco_titulo {
    margin-top: 60px;
  }

  .paragraph-2-mapa {
    margin-top: 5vw;
  }

  .text_h2_palco {
    font-size: 30px;
    line-height: 30px;
  }

  .titulo_section_palco {
    font-size: 62px;
    line-height: 62px;
  }

  .footer {
    height: auto;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .text-block-5 {
    margin-bottom: 10px;
  }

  .div-block-4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-bottom: 0;
  }

  .div-block-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 20px;
    padding: 0;
  }

  .div-block-6 {
    width: auto;
    height: 3vh;
    margin-bottom: 5px;
  }

  .image-2 {
    height: 5vh;
    margin-bottom: 20px;
  }

  .programacao_animada {
    width: 100%;
  }

  .container-2 {
    padding-left: 10px;
  }

  .brand {
    width: auto;
    padding-left: 0;
  }

  .text-block-6 {
    font-size: 36px;
    line-height: 35px;
  }

  .image-3 {
    width: 43vw;
    margin-top: 0;
  }

  .icon {
    font-size: 24px;
    line-height: 24px;
  }

  .header_logo-mob {
    width: 90%;
  }

  .slide-3 {
    background-image: url('../images/Auditório_Ibirapuera_Parque_do_Ibirapuera_São_Paulo_2019-6179_1.webp');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
  }

  .slide-4 {
    background-size: cover;
  }

  .slider-2 {
    width: 100%;
    height: 50vw;
    display: block;
    top: 41.3vw;
  }

  .mask {
    height: 50vw;
  }

  .slide-5 {
    background-size: cover;
  }

  .success-message {
    color: #333;
    background-color: #b9ff63;
  }

  .text-block-9 {
    color: #001b3d;
    font-size: 16px;
    line-height: 17px;
  }

  .text-block-10 {
    font-size: 14px;
    line-height: 14px;
  }

  .dropdown_pt-en {
    padding-left: 0;
    padding-right: 0;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-12 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
  }

  .div-block-12-copy {
    font-size: 15px;
  }

  .gradient-text-bar {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .uui-footer04_social-list {
    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .text-block-14 {
    margin-bottom: 0;
    margin-right: 0;
  }

  .text_data-copy {
    font-size: 32px;
    line-height: 33px;
  }
}

#w-node-_965cfd91-313e-d9fd-a5de-e4459b4fb9a1-dcb52552 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bfecfd44-89c8-0d16-53c3-5c56a2b93fce-dcb52552 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_1e035c07-cd0b-9aa2-14bd-df1e97bf397a-dcb52552 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_276c5c36-3e40-5ca8-cca0-8ae1134daca2-dcb52552 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_9bb83fb0-a2fc-93f0-34b9-8a8af0cad234-dcb52552 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: center start;
}

#w-node-cf5bcf4b-b0d8-ceda-d07a-545a512e496e-dcb52552 {
  grid-area: 3 / 2 / 4 / 3;
  place-self: center start;
}

#w-node-b053b4a3-7809-acd6-7e68-bb0a7f5e08de-dcb52552 {
  grid-area: 4 / 2 / 5 / 3;
  align-self: center;
}

#w-node-_4d6fac77-6528-0167-b632-7e845fcb70a7-dcb52552 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-_965cfd91-313e-d9fd-a5de-e4459b4fb9a1-22de9496 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bfecfd44-89c8-0d16-53c3-5c56a2b93fce-22de9496 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_1e035c07-cd0b-9aa2-14bd-df1e97bf397a-22de9496 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_276c5c36-3e40-5ca8-cca0-8ae1134daca2-22de9496 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_9bb83fb0-a2fc-93f0-34b9-8a8af0cad234-22de9496 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: center start;
}

#w-node-cf5bcf4b-b0d8-ceda-d07a-545a512e496e-22de9496 {
  grid-area: 3 / 2 / 4 / 3;
  place-self: center start;
}

#w-node-b053b4a3-7809-acd6-7e68-bb0a7f5e08de-22de9496 {
  grid-area: 4 / 2 / 5 / 3;
  align-self: center;
}

#w-node-_4d6fac77-6528-0167-b632-7e845fcb70a7-22de9496 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

@media screen and (max-width: 767px) {
  #w-node-_8e4dec53-435a-9e7e-6fbf-491fa5d1ec24-dcb52552 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8a5e06aa-6f0f-dab0-cfcb-a029744f5e76-dcb52552 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_057faced-5921-b831-07c1-31d3d64fcb8f-dcb52552 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_029d1239-4674-454c-c893-fc496cae9554-dcb52552 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-b37cab21-295d-43df-8396-ff5a0ea6da8f-dcb52552 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_4a964557-e0c6-8e82-af95-2fc231c48bef-dcb52552 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_8e4dec53-435a-9e7e-6fbf-491fa5d1ec24-22de9496 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8a5e06aa-6f0f-dab0-cfcb-a029744f5e76-22de9496 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_057faced-5921-b831-07c1-31d3d64fcb8f-22de9496 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_029d1239-4674-454c-c893-fc496cae9554-22de9496 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-b37cab21-295d-43df-8396-ff5a0ea6da8f-22de9496 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_4a964557-e0c6-8e82-af95-2fc231c48bef-22de9496 {
    grid-area: 4 / 2 / 5 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_029d1239-4674-454c-c893-fc496cae9554-dcb52552 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-b37cab21-295d-43df-8396-ff5a0ea6da8f-dcb52552 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_4a964557-e0c6-8e82-af95-2fc231c48bef-dcb52552 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_029d1239-4674-454c-c893-fc496cae9554-22de9496 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-b37cab21-295d-43df-8396-ff5a0ea6da8f-22de9496 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_4a964557-e0c6-8e82-af95-2fc231c48bef-22de9496 {
    grid-area: 4 / 2 / 5 / 3;
  }
}


@font-face {
  font-family: 'Bebaskai';
  src: url('../fonts/BebasKai-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebasneue Book';
  src: url('../fonts/BebasNeue-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}