@font-face {
  font-family: "Happynessv 2";
  src: url('../fonts/happynessV2.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --branco: white;
  --azul-happy: #0c306c;
  --azul-claro: #1f94de;
  --turquesa: #29d7cc;
  --amarelo-destaque: #d9cf10;
  --happyness: "Happynessv 2", Impact, sans-serif;
  --roboto: Roboto, sans-serif;
  --verde-code: #b1eb4c;
  --amarelo-money: #fcb017;
  --vermelho-speech: #dd3736;
  --laranja-english: #f37021;
  --transparente: transparent;
  --turquesa-50: #29d7cc80;
  --waves-library--white: white;
  --waves-library--black: #131313;
  --azul-happy-50: #0c306c80;
  --verde-code-50: #b1eb4c80;
  --amarelo-money-50: #fcb01780;
  --branco-50: #ffffff80;
  --roxo: #851db6;
  --roboto-condensed: "Roboto Condensed", sans-serif;
  --vermelho-speech-50: #dd373680;
  --laranja-english-50: #f3702180;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@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: Roboto Condensed, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--branco);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Happynessv 2", Impact, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}

h2 {
  color: var(--branco);
  text-align: right;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Happynessv 2", Impact, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h5 {
  color: var(--azul-happy);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Happynessv 2", Impact, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.5em;
}

p {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.section {
  box-sizing: border-box;
  aspect-ratio: 16 / 9;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: url('../images/BANNER-HOME.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  background-clip: content-box;
  border-radius: 0;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.text-block {
  z-index: auto;
  color: #fff;
  object-fit: contain;
  max-height: 0;
  margin-bottom: 300px;
  margin-left: 100px;
  margin-right: 500px;
  font-family: "Happynessv 2", Impact, sans-serif;
  font-size: 67px;
  line-height: 70px;
  position: absolute;
  inset: auto 0% 0%;
}

.body {
  line-height: 14px;
}

.image-carousel {
  box-sizing: border-box;
  aspect-ratio: auto;
  text-align: center;
  vertical-align: baseline;
  border-radius: 10px;
  height: 220px;
  margin-top: 0;
  padding-left: 10px;
  display: inline-block;
}

.body-2 {
  text-align: center;
}

.headong {
  color: #fff;
  text-align: left;
  vertical-align: baseline;
  margin: 0 auto;
  font-family: "Happynessv 2", Impact, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 60px;
  display: block;
  position: static;
  top: 140px;
  left: 15%;
  right: 40%;
  overflow: visible;
}

.headong.heading {
  color: #fff;
  padding-right: 35%;
  font-size: 80px;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: absolute;
  inset: 0% 50px 0% 10%;
}

.image-2 {
  opacity: 1;
  background-color: #0c306c;
}

.heading {
  z-index: auto;
  color: #f8e85d;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Happynessv 2", Impact, sans-serif;
  font-size: 90px;
  font-weight: 400;
  line-height: 90px;
  display: block;
  position: static;
  left: 15%;
}

.container-2 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  object-fit: scale-down;
  flex-flow: column;
  grid-template: ". ."
                 ". Area"
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 986px;
  height: auto;
  margin: 100px auto auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navbar {
  z-index: 9999999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0c306c00;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding-top: 0;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.brand {
  float: left;
  clear: right;
  text-align: left;
  background-image: url('../images/LOGO-HAPPY-novo-jeito-bco.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  order: -9999;
  justify-content: flex-start;
  align-self: flex-end;
  width: 150px;
  min-width: auto;
  height: auto;
  min-height: auto;
  margin: auto auto auto 0;
  padding-right: 0%;
  line-height: 0;
  display: flex;
  position: static;
  inset: 0% auto 0% 0%;
}

.brand.w--current {
  background-image: url('../images/LOGO-HAPPY-menubar.svg');
  background-position: 0 0;
  background-size: auto;
  background-attachment: fixed;
  width: auto;
  display: block;
}

.nav-link {
  float: none;
  color: #fff;
  text-shadow: 0 0 5px #000000b3;
  font-family: Roboto Condensed, sans-serif;
  text-decoration: none;
}

.nav-link-2, .nav-link-3 {
  color: #fff;
  text-shadow: 0 0 5px #000000b3;
  font-family: Roboto Condensed, sans-serif;
}

.nav-link-4 {
  float: none;
  clear: none;
  opacity: 1;
  outline-offset: 0px;
  color: #fff;
  mix-blend-mode: normal;
  border: 1px solid #1f94de;
  border-radius: 15px;
  outline: 3px #1f94de;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  font-family: "Happynessv 2", Impact, sans-serif;
  line-height: 0;
  position: relative;
}

.nav-menu {
  float: right;
  order: 9999;
  align-self: center;
  margin-top: 10px;
  margin-right: 0;
  display: flex;
}

.section-2 {
  aspect-ratio: auto;
  background-image: linear-gradient(180deg, var(--azul-happy) 9%, var(--azul-claro) 89%);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: fill;
  background-clip: border-box;
  flex-flow: column;
  align-self: center;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 0;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  overflow: visible;
}

.box_geolocation {
  background-color: #0000;
  background-image: radial-gradient(circle farthest-corner at 0% 0%, var(--turquesa), var(--azul-happy) 46%);
  opacity: 1;
  perspective: none;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  border-radius: 10px;
  max-width: none;
  max-height: none;
  margin: -50px 25% 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  transition: flex-grow .55s;
  position: static;
  inset: -29px 0% auto;
  transform: none;
  box-shadow: 0 2px 11px 4px #0006;
}

.box_geolocation.full_width {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--amarelo-destaque);
  background-image: none;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  margin: 0;
  padding: 10px;
  display: flex;
  position: relative;
  inset: auto;
}

.box_geolocation.main {
  float: none;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 800px;
  max-width: 986%;
  height: auto;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  position: relative;
  inset: -50px 0% 0%;
}

.menu-button {
  background-image: url('../images/menu_24dp_FFFFFF_FILL0_wght300_GRAD0_opsz24.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: row;
  order: 9999;
  justify-content: flex-end;
  padding-right: 30px;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.heading-2 {
  color: #fff;
  text-align: center;
  font-family: "Happynessv 2", Impact, sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.heading-2.center {
  margin: auto;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 50px;
  font-weight: 400;
  line-height: 55px;
  display: flex;
}

.heading-2.right {
  color: var(--branco);
  text-align: right;
  font-size: 40px;
  line-height: 45px;
}

.container-4 {
  box-sizing: content-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: scale-down;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start flex-start;
  place-items: start;
  margin: auto;
  padding-top: 0;
  padding-right: 0;
  display: grid;
}

.icon {
  font-size: 50px;
}

.para {
  color: #fff;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
}

.waves---section-medium {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves-master-gallery-3 {
  height: auto;
  padding-top: 40px;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.waves-bottom-gird-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: .9fr .8fr 1.2fr .7fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 0;
}

.waves-top-grid-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: .7fr 1.2fr .8fr .9fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 16px;
}

.waves-small-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 70%;
  position: relative;
  overflow: hidden;
}

.waves-medium-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 80%;
  position: relative;
  overflow: hidden;
}

.waves-big-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.waves-image-gallery-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button {
  clear: none;
  background-color: var(--azul-happy);
  color: #fff;
  text-align: center;
  border: 1px solid #29d7cc;
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  margin: auto;
  padding: .2em 1em;
  font-family: "Happynessv 2", Impact, sans-serif;
  font-size: 1.5em;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button.phone {
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  overflow: visible;
}

.button.card-5e6, .button.card-7e8, .button.card-9a12 {
  top: 0;
}

.button.card-13a17 {
  border-style: none;
  position: relative;
  top: 0;
}

.button.right {
  float: right;
  overflow-wrap: normal;
  object-fit: fill;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  align-self: flex-end;
  max-width: 300px;
  overflow: visible;
}

.video {
  border-radius: 0;
  flex: 0 auto;
  align-self: auto;
  width: 100%;
  height: auto;
  position: relative;
}

.quick-stack {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  width: 986px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.paragraph {
  text-align: right;
  font-weight: 400;
}

.paragraph.centered {
  text-align: center;
  flex-flow: column;
  max-width: none;
  margin: auto;
  padding: 0 20px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 25px;
  display: block;
  position: relative;
  inset: 0% auto 0;
}

.paragraph.right {
  margin-bottom: 20px;
  line-height: 25px;
}

.paragraph.left {
  text-align: left;
  margin-bottom: 1em;
  display: block;
  position: relative;
  inset: 0%;
}

.img_rounded {
  outline-offset: 0px;
  vertical-align: middle;
  mix-blend-mode: normal;
  border: 0 #000;
  border-radius: 20px;
  outline: 3px #333;
  order: -9999;
  align-self: stretch;
  max-width: none;
  max-height: none;
  margin-top: 350px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0;
  position: static;
  overflow: hidden;
}

.carousel-container {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: auto;
  margin-top: 0;
  display: flex;
  position: relative;
  inset: 0 0%;
  overflow: hidden;
}

.img_container {
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  object-fit: fill;
  flex: 0 auto;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: block;
  position: static;
  left: auto;
  overflow: visible;
}

.carousel_slider {
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
  left: -134px;
  overflow: hidden;
}

.heading-3 {
  max-width: none;
  color: var(--branco);
  text-align: center;
  align-self: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0 173px;
  font-family: "Happynessv 2", Impact, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 90px;
}

.heading-1 {
  aspect-ratio: auto;
  color: #d9cf10;
  text-align: left;
  margin-top: 0;
  font-family: "Happynessv 2", Impact, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 100px;
}

.heading-5 {
  color: var(--branco);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
}

.heading-5.text-happy {
  margin-top: 0;
  margin-bottom: 0;
}

.background-video {
  display: block;
  position: static;
}

.image-3 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 57rem;
  margin: auto;
  display: block;
  overflow: clip;
}

.div-block {
  z-index: auto;
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(0deg, #0c306c 22%, #fff0);
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100px;
  margin-top: -100px;
  display: block;
  position: static;
  inset: 0% 0% auto;
  overflow: visible;
}

.image-4 {
  vertical-align: super;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.image-5 {
  vertical-align: super;
  object-fit: contain;
  order: -9999;
  align-self: flex-start;
  width: 360px;
  max-width: none;
  max-height: none;
  margin-left: 10%;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.link-block {
  cursor: pointer;
  background-image: url('../images/LOGO-HAPPY-menubar.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 360px;
  height: 75px;
}

.link-block.w--current {
  float: left;
  clear: right;
  object-fit: fill;
  background-image: url('../images/LOGO-HAPPY-menubar.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  order: -9999;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 360px;
  max-width: none;
  height: 75px;
  max-height: none;
  margin-left: auto;
  display: flex;
  position: static;
}

.separator {
  z-index: 1;
  box-sizing: content-box;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: 50% 100%;
  width: auto;
  max-width: none;
  height: auto;
  display: block;
  position: relative;
  inset: -100px auto auto;
  overflow: hidden;
}

.separator.down {
  aspect-ratio: auto;
  position: relative;
  inset: auto 0%;
}

.section-3 {
  flex-flow: column;
  height: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.cell {
  justify-content: space-between;
  font-size: 50px;
  line-height: 55px;
}

.text-span {
  color: var(--amarelo-destaque);
  font-family: "Happynessv 2", Impact, sans-serif;
}

.text-span-2, .text-span-3 {
  color: var(--amarelo-destaque);
}

.image-6 {
  clear: none;
  object-fit: fill;
  align-self: flex-end;
  width: 70%;
  position: static;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.link {
  clear: none;
  font-family: var(--happyness);
  color: var(--azul-happy);
  letter-spacing: normal;
  overflow-wrap: normal;
  margin: auto;
  padding-top: 0;
  font-size: 30px;
  line-height: 30px;
  text-decoration: none;
  position: static;
}

.image-7 {
  width: 30px;
  margin-right: 10px;
  line-height: 20px;
}

.image-7.icon.whatsapp {
  vertical-align: middle;
  width: 20px;
}

.link-2 {
  font-family: var(--roboto);
  color: var(--branco);
  font-size: 18px;
  text-decoration: none;
}

.image-8 {
  width: 20px;
  margin-right: 10px;
}

.link-block-2 {
  font-family: var(--roboto);
}

.link-3 {
  font-family: var(--roboto);
  color: var(--branco);
  font-size: 18px;
  text-decoration: none;
}

.cell-2 {
  justify-content: space-between;
}

.section-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  background-image: linear-gradient(180deg, var(--turquesa) 31%, var(--azul-happy) 81%);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: auto 0;
  padding-top: 0;
  display: block;
  position: relative;
  top: 0;
}

.heading-6 {
  margin-top: 0;
  position: relative;
  top: 100px;
}

.heading-6.heading-2.centered {
  justify-content: center;
  width: auto;
  max-width: none;
  margin: 0 5% auto;
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 300%;
  line-height: 100%;
  display: block;
  position: relative;
  inset: 0 auto auto;
}

.grid-4colunas {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  align-items: stretch;
  width: 100%;
  max-width: 986px;
  height: 100%;
  max-height: 100%;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: auto;
  right: auto;
}

.div-block-2 {
  background-image: url('../images/5e6-hero2.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 361px 641px;
  background-attachment: fixed;
  width: 24.3913%;
  display: block;
}

.flip-wrapper {
  background-color: #0000;
  border-radius: 0;
  flex-flow: column;
  width: 100%;
  height: 700px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  transform: rotate(0);
}

.heading-7 {
  margin-top: 0;
}

.div-block-3 {
  background-image: url('../images/5e6-hero2.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 100%;
  height: 350px;
  display: block;
  position: relative;
}

.card-titulo {
  font-family: var(--happyness);
  color: var(--branco);
  text-align: left;
  padding-bottom: 10px;
  font-size: 36px;
  line-height: 45px;
}

.card-titulo._5e6 {
  padding-bottom: 0;
  position: relative;
  top: 0;
}

.card-icones {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  padding: 0 0 10px;
  display: flex;
  position: relative;
  inset: 0%;
}

.icon-code {
  width: 20px;
}

.icon-english {
  width: 30px;
}

.card-face {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.link-4 {
  color: #fff;
  font-family: Roboto, sans-serif;
  line-height: 15px;
  text-decoration: none;
}

.div-block-4 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.div-block-5 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  align-items: center;
  width: 900px;
  margin-top: 100px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.background-video-2 {
  flex-flow: column;
  width: 100%;
  height: 800px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: .5em;
  display: flex;
  position: relative;
  inset: 0%;
}

.img-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #0000;
  justify-content: space-around;
  min-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  left: auto;
}

.card-item {
  background-image: url('../images/5e6-hero2.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 300px 20px 20px;
  position: absolute;
  inset: 0%;
}

.card-item.back {
  background-color: var(--branco);
  background-image: linear-gradient(180deg, var(--verde-code), #769c35);
  backface-visibility: hidden;
  transform-style: preserve-3d;
  padding: 20px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-item._7e8 {
  background-image: url('../images/5e6-hero2.avif');
  position: static;
}

.card-item._7e8.front {
  background-image: url('../images/7e8-hero.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  width: 100%;
  margin-bottom: auto;
  padding-top: 350px;
  position: absolute;
  inset: 0%;
}

.card-item._7e8.back {
  background-color: var(--amarelo-money);
  background-image: linear-gradient(180deg, var(--amarelo-money), #9f6e0d);
  position: relative;
}

.card-item._5e6.front {
  background-position: 50%;
  width: 100%;
  margin-bottom: auto;
  padding-top: 380px;
  padding-left: 10px;
  padding-right: 10px;
  inset: 0%;
}

.card-item._5e6.back {
  background-image: linear-gradient(180deg, var(--verde-code), #769c35);
}

.card-item._9a12.front {
  background-image: url('../images/9a12-hero2.avif');
  background-position: 50%;
  width: 100%;
  margin-bottom: auto;
  padding-top: 380px;
  padding-left: 10px;
  padding-right: 10px;
  inset: 0%;
}

.card-item._9a12.back {
  background-image: linear-gradient(180deg, var(--vermelho-speech), #812120);
}

.card-item._13a17.front {
  background-image: url('../images/13a17-hero.avif');
  background-position: 50%;
  width: 100%;
  margin-bottom: auto;
  padding-top: 380px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  inset: 0%;
}

.card-item._13a17.back {
  background-image: linear-gradient(180deg, var(--laranja-english), #974514);
}

.card-item._7-8 {
  background-image: linear-gradient(180deg, var(--amarelo-money), #78530a);
  padding-left: 10px;
  padding-right: 10px;
}

.card-item._7-8.front {
  background-image: url('../images/7e8-hero.avif');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  margin-bottom: auto;
  padding-top: 380px;
}

.icon-money {
  width: 26px;
}

.icon-speech {
  width: 23px;
}

.image-9 {
  object-fit: contain;
}

.div-block-6, .div-block-7, .div-block-8 {
  height: 230px;
}

.section-5 {
  background-image: linear-gradient(180deg, var(--azul-claro) 28%, var(--turquesa) 72%);
  height: auto;
  margin-top: -1px;
  position: relative;
  top: 0;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  aspect-ratio: auto;
  grid-template: "Area Area-4 Area-5" minmax(50%, auto)
                 "Area Area-3 Area-6" minmax(50%, auto)
                 / 1.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  justify-items: stretch;
  width: 986px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: static;
  inset: 0%;
}

.div-block-speech {
  border: 1px solid var(--turquesa);
  background-color: var(--verde-code);
  background-image: url('../images/Avatares-Code.png'), radial-gradient(circle farthest-corner at 50% 0%, #0c306c, var(--azul-happy) 67%, var(--verde-code));
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 100%, auto;
  background-attachment: scroll, scroll;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.div-block-speech.money {
  background-image: url('../images/Avatares-Money.png'), radial-gradient(circle farthest-corner at 50% 0%, #0c306c, var(--azul-happy) 67%, var(--amarelo-money));
  border-style: solid;
  border-width: 1px;
}

.div-block-speech.speech {
  background-image: url('../images/Avatares-Speech.png'), radial-gradient(circle farthest-corner at 0% 0%, #0c306c, var(--azul-happy) 67%, var(--vermelho-speech));
  background-position: 0 100%, 0 0;
  justify-content: flex-start;
  align-items: flex-end;
  padding-right: 0;
}

.div-block-speech.speech.english {
  background-image: url('../images/Avatares-English.png'), radial-gradient(circle farthest-corner at 0% 0%, #0c306c, var(--azul-happy) 67%, var(--laranja-english));
}

.div-block-speech.english {
  background-color: var(--laranja-english);
  background-image: url('../images/Avatares-English.png'), radial-gradient(circle farthest-corner at 50% 0%, #0c306c, var(--azul-happy) 67%, var(--laranja-english));
  background-position: 0 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 100%, auto;
  background-attachment: scroll, scroll;
  justify-content: flex-start;
  align-items: flex-end;
  padding-right: 0;
}

.div-block-speech.speech-copy {
  background-image: url('../images/Avatares-Speech.png'), radial-gradient(circle farthest-corner at 0% 0%, #0c306c, var(--azul-happy) 67%, var(--vermelho-speech));
  background-position: 0 100%, 0 0;
  justify-content: flex-start;
  align-items: flex-end;
  padding-right: 0;
}

.div-block-speech.speech-copy.english {
  background-image: url('../images/Avatares-English.png'), radial-gradient(circle farthest-corner at 0% 0%, #0c306c, var(--azul-happy) 67%, var(--laranja-english));
}

.form-item {
  border: 1px solid var(--turquesa);
  color: var(--branco);
  background-color: #ffffff80;
  border-radius: 10px;
}

.form-item.form-pa-s {
  width: 450px;
  max-width: 986px;
  color: var(--branco);
  text-align: left;
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-start;
  font-weight: 400;
  display: inline-flex;
}

.field-label, .field-label-2 {
  color: var(--branco);
  font-weight: 300;
}

.text-field-3 {
  border: 1px solid var(--turquesa);
  color: #fff;
  -webkit-text-stroke-width: 0px;
  background-color: #ffffff80;
  border-radius: 10px;
  width: 100%;
}

.div-block-10 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  display: flex;
}

.div-block-11 {
  background-color: var(--vermelho-speech);
  border: 1px #000;
  border-radius: 10px;
}

.div-block-12 {
  background-color: var(--amarelo-money);
  border-radius: 10px;
}

.form-block {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  display: block;
}

.div-block-13 {
  background-color: var(--laranja-english);
  border: 10px #000;
  border-radius: 10px;
}

.form {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  display: flex;
}

.grid-2 {
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: 986px;
  margin-top: -130px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: grid;
  position: static;
  inset: 0%;
}

.box-big-number {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid var(--turquesa);
  background-color: var(--transparente);
  background-image: radial-gradient(circle farthest-corner at 50% 100%, var(--azul-claro) 21%, var(--azul-happy));
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  padding: 20px 10px;
  display: flex;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
}

.text-block-2 {
  clear: none;
  width: auto;
  height: auto;
  color: var(--amarelo-destaque);
  text-align: center;
  overflow-wrap: normal;
  justify-content: center;
  font-family: "Happynessv 2", Impact, sans-serif;
  font-size: 70px;
  line-height: 70px;
  text-decoration: none;
  display: flex;
}

.text-block-3 {
  color: var(--branco);
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.image-10 {
  object-fit: contain;
  display: block;
  overflow: visible;
}

.image-11 {
  aspect-ratio: auto;
  overflow-wrap: normal;
  object-fit: fill;
  max-width: none;
  height: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.heading-8 {
  text-align: right;
  padding-left: 6rem;
  padding-right: 1rem;
  font-size: 22px;
  line-height: 22px;
}

.heading-8.left {
  text-align: left;
  padding-left: 1rem;
  padding-right: 6rem;
}

.heading-9 {
  background-color: var(--transparente);
  color: var(--amarelo-money);
  margin-top: 4px;
  margin-bottom: 0;
  padding-left: 10px;
  font-family: "Happynessv 2", Impact, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.heading-9.code {
  color: var(--verde-code);
}

.heading-9.speech {
  color: var(--vermelho-speech);
  text-align: right;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-9.english {
  color: var(--laranja-english);
  padding-left: 0;
  padding-right: 10px;
}

.text-block-4 {
  color: var(--branco);
  text-align: right;
  padding-left: 5rem;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 700;
}

.text-block-4.left {
  text-align: left;
  padding-left: 10px;
  padding-right: 5rem;
}

.text-block-4.right {
  padding-left: 6rem;
}

.text-block-5 {
  color: var(--branco);
  padding-left: 10px;
}

.text-block-5.right {
  padding-right: 10px;
}

.grid-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: stretch;
  justify-items: center;
  width: auto;
  max-width: 986px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.section-6 {
  background-color: var(--transparente);
  flex-flow: column;
  margin-top: 0;
  display: block;
}

.image-12 {
  z-index: 0;
  transform-style: preserve-3d;
  margin-top: -2px;
  padding-top: 0;
  display: block;
  position: absolute;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.image-12.flipped {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.div-prova-social {
  aspect-ratio: auto;
  border: 2px solid var(--turquesa);
  filter: drop-shadow(0 2px 5px #000000b3);
  background-image: url('../images/david-lucas.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  width: 15rem;
  min-width: auto;
  max-width: none;
  height: 18rem;
  display: flex;
  position: relative;
}

.div-prova-social.david {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--azul-happy);
  filter: drop-shadow(0 2px 5px #000000b3);
  background-image: url('../images/david-lucas.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-style: solid;
  border-width: 1px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 20rem;
  min-width: auto;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.div-prova-social.joao {
  background-image: url('../images/Joao-Paulo.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-width: 1px;
  width: 15rem;
  min-width: auto;
  max-width: none;
  height: 18rem;
  min-height: auto;
  display: block;
  position: relative;
  inset: auto;
  overflow: visible;
}

.div-prova-social.jose {
  background-image: url('../images/Jose-Neto.png');
  background-position: 50%;
  background-size: cover;
  border-width: 1px;
  width: 15rem;
  min-width: auto;
  max-width: none;
  height: 18rem;
}

.div-prova-social.luan {
  background-image: url('../images/Luan-Vicentini.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-width: 1px;
  width: 15rem;
  min-width: auto;
  max-width: none;
  height: 18rem;
}

.play-button {
  vertical-align: middle;
  width: 60px;
  max-width: none;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-15 {
  border: 2px solid var(--turquesa);
  background-color: var(--azul-happy);
  border-radius: 10px;
  flex-flow: column;
  margin-top: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.text-block-6 {
  background-color: var(--transparente);
  color: var(--branco);
  text-align: left;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 40px;
  padding-left: 10px;
  font-family: "Happynessv 2", Impact, sans-serif;
  font-size: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-7 {
  color: var(--branco);
  flex-flow: column;
  justify-content: flex-end;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
  font-size: 18px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.image-14 {
  aspect-ratio: auto;
  vertical-align: middle;
  object-fit: fill;
  width: auto;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.div-block-16 {
  background-color: var(--azul-claro);
  margin-bottom: 0;
}

.div-block-17 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  width: 986px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-18 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-image: linear-gradient(180deg, var(--azul-claro), var(--turquesa));
  flex-flow: column;
  display: flex;
  position: static;
}

.image-15 {
  position: static;
  inset: auto 0% 0%;
}

.section-7 {
  background-color: var(--branco);
  background-image: url('../images/background_globo.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  margin: 10px auto auto;
  padding-top: 0;
}

.form-2 {
  flex-flow: column;
  max-width: 986px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.field-label-3, .field-label-4 {
  color: var(--branco);
}

.form-block-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-19 {
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 90px;
}

.div-block-20 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: wrap;
  justify-content: center;
  height: auto;
  margin-bottom: 50px;
  display: flex;
}

.div-block-21 {
  height: 5em;
}

.section-8 {
  background-color: var(--azul-happy);
}

.div-block-22 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-left: 15%;
  margin-right: 15%;
  padding-top: 30px;
  display: flex;
}

.footer-img {
  vertical-align: top;
  width: auto;
  max-width: 30px;
  height: 30px;
  display: block;
  position: static;
}

.footer-img.logo-happy {
  width: 200px;
  max-width: none;
  height: auto;
  position: static;
}

.text-block-8 {
  color: var(--branco);
  font-family: "Happynessv 2", Impact, sans-serif;
  font-size: 18px;
}

.link-5 {
  color: var(--branco);
  text-decoration: none;
}

.div-block-23, .div-block-24, .div-block-25 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.div-block-26 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  align-items: center;
  display: flex;
}

.text-button {
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
}

.text-block-9 {
  text-align: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 14px;
  position: relative;
  inset: 0% 0% 0;
}

.body-3 {
  flex-flow: column;
  display: flex;
}

.div-block-27 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.section-9 {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  flex-flow: column;
  display: flex;
}

.body-4 {
  background-color: var(--azul-happy);
}

.text-block-10 {
  color: var(--branco);
}

.heading-10 {
  text-align: center;
  font-size: 50px;
  line-height: 45px;
}

.image-16 {
  max-width: 50%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.box_hero {
  z-index: 2;
  clear: none;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  aspect-ratio: auto;
  background-color: #0000;
  background-image: radial-gradient(circle farthest-corner at 0% 0%, var(--turquesa), var(--azul-happy) 46%);
  opacity: 1;
  perspective: none;
  text-align: center;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 800px;
  height: auto;
  max-height: none;
  margin: auto;
  padding: 20px;
  transition: flex-grow .55s;
  display: flex;
  position: relative;
  inset: -200px auto auto;
  transform: none;
  box-shadow: 0 2px 11px 4px #0006;
}

.box_hero.full_width {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--amarelo-destaque);
  background-image: none;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 989px;
  height: auto;
  margin: 0 auto;
  padding: 5px 1em;
  display: flex;
  position: absolute;
  top: 100px;
  bottom: auto;
}

.box_hero.main {
  float: none;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 800px;
  max-width: 986%;
  height: auto;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  position: relative;
  inset: -50px 0% 0%;
}

.box_hero.ideathon {
  box-sizing: border-box;
  clear: none;
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  aspect-ratio: auto;
  object-fit: none;
  object-position: 50% 50%;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  max-width: 70%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em;
  position: relative;
}

.box_hero.exploradores {
  justify-content: flex-start;
  align-items: center;
  top: auto;
}

.count-escolas_number {
  font-size: 4rem;
  line-height: 1;
  display: flex;
}

.div-block-28 {
  order: 0;
  justify-content: center;
  display: flex;
}

.body-5 {
  background-color: var(--azul-happy);
  flex-flow: column;
  display: flex;
}

.play-pause-button {
  display: none;
}

.image-17 {
  vertical-align: bottom;
  margin-top: -160px;
  display: inline-block;
}

.heading-11 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.div-block-29 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 986px;
  margin-top: 300px;
  margin-left: 15%;
  margin-right: 15%;
  display: flex;
  position: absolute;
}

.text-span-4 {
  text-transform: lowercase;
  font-family: "Happynessv 2", Impact, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.body-6 {
  background-color: var(--azul-happy);
  flex-flow: column;
  align-items: center;
  height: auto;
  display: flex;
}

.section-10 {
  align-self: center;
  height: 700px;
  display: block;
}

.image-18 {
  z-index: 1;
  align-self: center;
  margin-top: -100px;
  display: block;
  position: relative;
  inset: auto 0% 0;
}

.div-block-30 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 10%;
  margin-right: 10%;
  display: flex;
  position: relative;
  top: 80px;
}

.image-19 {
  vertical-align: baseline;
  align-self: center;
  max-width: 80%;
  margin-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
  top: auto;
  bottom: auto;
}

.heading-12 {
  max-width: 100%;
  max-height: 100px;
  color: var(--branco);
  align-self: center;
  margin: auto;
  padding-bottom: 5px;
  font-size: 2em;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
}

.heading-12.topo {
  color: var(--branco);
  text-align: center;
  margin-top: -50px;
  font-size: 2em;
  line-height: 1.3em;
  position: relative;
}

.div-block-31 {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px none var(--turquesa);
  background-image: linear-gradient(0deg, var(--laranja-english) 28%, var(--amarelo-destaque));
  text-align: center;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 60%;
  margin: 20px auto 10px;
  padding: 1em 1em .5em;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 3px 3px 5px 1px #0003;
}

.section-11 {
  flex-flow: column;
  align-self: center;
  max-width: 100%;
  display: flex;
  position: relative;
}

.image-20 {
  display: block;
  position: relative;
}

.paragraph-2 {
  font-size: 1.5em;
}

.paragraph-3 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5em;
  position: relative;
}

.paragraph-3.paragraph-50 {
  max-width: 50%;
}

.background-video-3 {
  opacity: 1;
  min-width: auto;
  height: 700px;
  min-height: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.image-21 {
  z-index: 2;
  object-fit: contain;
  width: 100%;
  height: 6px;
  margin-top: -1px;
  position: fixed;
  inset: 0% 0% auto;
}

.heading-13 {
  color: var(--amarelo-destaque);
  text-align: center;
  margin: 50px auto 20px;
}

.heading-13.tema {
  margin-top: 200px;
  font-size: 6em;
  line-height: 1em;
}

.image-22 {
  text-align: center;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.section-12 {
  opacity: 1;
  background-image: url('../images/vôlei2x.avif');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 701px;
  background-attachment: fixed;
}

.div-block-32 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  margin-bottom: 40px;
  display: flex;
}

.section-13 {
  background-image: url('../images/textura-fundo.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  position: relative;
}

.div-block-33 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.heading-14 {
  color: var(--turquesa);
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  font-size: 1.8em;
  line-height: 1em;
}

.heading-14.premia-o {
  font-size: 2.5em;
}

.text-block-11 {
  color: var(--amarelo-destaque);
  text-align: center;
  font-size: 3em;
  font-weight: 700;
  line-height: 1em;
}

.text-block-11.premia-o {
  font-size: 2em;
}

.div-block-34 {
  border: 1px solid var(--turquesa);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.div-block-34.premia-o {
  border-style: none;
}

.heading-15 {
  text-align: center;
  margin-top: 40px;
}

.div-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: stretch;
  width: auto;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-grid.premia-o {
  justify-content: center;
  margin-bottom: 40px;
  padding-top: 30px;
}

.div-block-36 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.text-block-12 {
  max-width: 30%;
  color: var(--turquesa);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  position: relative;
}

.texto-legal {
  color: var(--turquesa-50);
  text-align: center;
  font-size: 1em;
}

.image-23 {
  border: 2px solid var(--turquesa);
  border-radius: 20px;
  width: 150px;
}

.section-14 {
  background-image: url('../images/GINASTA2x.avif');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  flex-flow: column;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: relative;
  bottom: auto;
}

.image-24 {
  text-align: center;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.link-block-4 {
  z-index: 2;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.image-25 {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: 0% 0% auto;
}

.button-2 {
  border: 1px solid var(--turquesa);
  background-color: var(--azul-claro);
  border-radius: 10px;
}

.div-block-37 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  justify-content: center;
  padding-top: 20px;
  display: flex;
  position: static;
}

.image-26 {
  float: left;
  clear: left;
  opacity: .5;
  max-width: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.image-27, .image-28 {
  width: 150px;
}

.section-15 {
  box-sizing: border-box;
  background-image: url('../images/GINASTA2x.avif');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 906px;
  flex-flow: column;
  align-self: stretch;
  min-width: auto;
  max-width: none;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.image-29 {
  z-index: 2;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.waves---nav-container {
  border: 1px #000;
  max-width: 1440px;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
  position: sticky;
}

.waves---nav-brand-link {
  justify-content: center;
  width: 350px;
  height: 75px;
  display: flex;
}

.waves---brand {
  width: 350px;
  max-width: none;
  height: 75px;
}

.waves---nav-link {
  padding: 12px 16px;
}

.waves---nav-buttons-right {
  justify-content: flex-end;
  align-items: center;
  padding-top: 15px;
  display: flex;
}

.waves---nav-menu {
  grid-column-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves-dropdown-toggle {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 8px 12px 16px;
  display: flex;
}

.waves-icon-drodpdown {
  width: 24px;
  height: 24px;
}

.waves-dropdown-list.w--open {
  background-color: var(--waves-library--white);
  border: 1px solid #1313131a;
  border-radius: 4px;
}

.waves---dropdown-link {
  text-align: center;
}

.waves-master-nav-2 {
  z-index: 1;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  opacity: 1;
  outline-offset: 0px;
  color: #fff0;
  -webkit-text-stroke-color: #464646;
  mix-blend-mode: normal;
  border: 1px #000;
  outline: 0 #333;
  grid-template-rows: auto;
  grid-template-columns: 240px 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start;
  width: 100%;
  height: 100%;
  display: flex;
  position: sticky;
}

.waves-middle-nav-2 {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves-navbar-2 {
  z-index: 104;
  background-color: var(--transparente);
  border-bottom: 1px solid #13131333;
  justify-content: center;
  height: 80px;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.waves---nav-cta {
  border: 1px solid var(--turquesa);
  background-color: var(--transparente);
  background-image: linear-gradient(0deg, var(--laranja-english), var(--amarelo-destaque));
  width: 200px;
  height: 52px;
  color: var(--azul-happy);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 24px;
  font-family: "Happynessv 2", Impact, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.form-block-3 {
  background-color: var(--transparente);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-38 {
  background-color: var(--turquesa-50);
  border-radius: 20px;
  margin-left: 25%;
  margin-right: 25%;
  padding: 20px;
}

.heading-16 {
  text-align: center;
}

.field-label-5 {
  color: var(--branco);
}

.text-field-4 {
  border-radius: 10px;
}

.field-label-6 {
  color: var(--branco);
}

.div-block-39 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.div-block-40 {
  width: 80%;
}

.text-field-5, .text-field-6, .text-field-7 {
  border-radius: 10px;
}

.form-3 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  padding-bottom: 0;
  display: flex;
}

.submit-button {
  border: 1px solid var(--turquesa);
  background-color: var(--transparente);
  background-image: linear-gradient(0deg, var(--laranja-english), var(--amarelo-destaque));
  border-radius: 10px;
}

.div-block-41 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  order: 0;
  display: flex;
}

.selo-certificado, .selo, .image-32, .image-33, .image-34 {
  height: 12em;
}

.heading-text {
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  position: relative;
}

.body-7 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #0000004d, var(--azul-happy-50)), url('../images/BG-stadium.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.div-block-42 {
  outline-offset: 0px;
  pointer-events: auto;
  outline: 3px #3330;
  flex-flow: column;
  align-items: center;
  display: flex;
  position: relative;
  top: 0;
}

.image-35 {
  width: 99.9991%;
  margin-top: -100px;
  overflow: visible;
}

.image-36 {
  vertical-align: middle;
  padding-top: 110px;
  display: block;
}

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

.image-37 {
  width: 150px;
}

.text-block-13 {
  border: 1px none var(--verde-code);
  background-color: var(--verde-code);
  text-align: center;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  width: 150px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1.5em;
  line-height: 1.2em;
  display: flex;
}

.div-block-43 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-14 {
  background-color: var(--amarelo-money);
  width: 200px;
  color: var(--azul-happy);
  text-align: center;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 2em;
  display: flex;
}

.grid-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  justify-items: center;
  margin-top: 50px;
  display: flex;
}

.text-block-15 {
  color: var(--branco);
  justify-content: center;
  padding-top: 10px;
  display: flex;
}

.div-block-45 {
  border: 1px solid var(--turquesa);
  background-color: var(--transparente);
  background-image: linear-gradient(180deg, var(--azul-happy-50), var(--turquesa-50));
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 10px;
  justify-content: center;
  max-width: 80%;
  max-height: 100%;
  margin: 50px auto auto;
  padding: 15px;
  display: flex;
}

.div-block-45.box-small {
  max-width: none;
}

.text-block-16 {
  max-width: 1186px;
  color: var(--branco);
  text-align: center;
  align-self: center;
  padding: 20px;
  font-size: 1.5em;
  line-height: 1.3em;
}

.bold-text-2 {
  color: var(--amarelo-destaque);
  font-family: "Happynessv 2", Impact, sans-serif;
  font-weight: 400;
}

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

.div-block-46 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 50px;
  display: flex;
}

.div-block-47 {
  border: 2px none var(--turquesa);
  background-color: var(--verde-code-50);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 20px;
  flex-flow: column;
  align-items: center;
  padding: 20px 10px;
  display: flex;
  box-shadow: 3px 3px 5px 3px #0003;
}

.div-block-47.money {
  background-color: var(--amarelo-money-50);
}

.div-block-47.code {
  background-color: var(--transparente);
  border-style: none;
  border-width: 1px;
}

.div-block-47.money {
  background-color: var(--transparente);
  border-style: none;
}

.div-block-47.speech, .div-block-47.english {
  background-color: var(--transparente);
}

.image-38 {
  width: 100px;
}

.text-block-17 {
  color: var(--branco);
  text-align: center;
  padding-bottom: 20px;
  font-size: 1.5em;
  line-height: 1em;
}

.heading-17 {
  background-color: var(--verde-code);
  color: var(--branco);
  font-size: 1.7em;
}

.heading-17.code {
  background-color: var(--transparente);
  background-image: linear-gradient(125deg, var(--verde-code), var(--azul-happy-50));
  border-radius: 10px;
  padding: 10px;
}

.heading-17.money {
  background-color: var(--transparente);
  background-image: linear-gradient(125deg, var(--amarelo-money), var(--azul-happy-50));
  border-radius: 10px;
  padding: 10px;
}

.heading-17.speech {
  background-color: var(--transparente);
  background-image: linear-gradient(125deg, var(--vermelho-speech), var(--azul-happy-50));
  border-radius: 10px;
  padding: 10px;
}

.heading-17.english {
  background-color: var(--transparente);
  background-image: linear-gradient(125deg, var(--laranja-english), var(--azul-happy-50));
  border-radius: 10px;
  padding: 10px;
}

.grid-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-auto-flow: row;
  max-width: 60%;
}

.image-39 {
  width: auto;
  max-width: none;
  height: auto;
  max-height: 150px;
}

.div-block-48 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.radio-button-label {
  color: var(--branco);
}

.radio-button {
  font-size: 20px;
}

.heading-18 {
  max-width: 80%;
  color: var(--branco);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 2em;
  line-height: 1.5em;
}

.div-block-50 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: stretch;
  max-width: 80%;
  margin-top: -50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-18 {
  color: var(--azul-happy);
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.7em;
}

.paragraph-51 {
  color: var(--azul-happy);
  text-align: left;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 1em;
  line-height: 1.3em;
}

.body-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparente);
  background-image: url('../images/BG-stadium.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  display: flex;
}

.div-block-51 {
  background-color: var(--branco-50);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 10px;
  padding: 10px;
}

.image-40 {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-41 {
  align-self: center;
  width: 50px;
}

.div-block-52 {
  align-self: center;
}

.div-block-53 {
  flex-flow: column;
  display: flex;
}

.text-block-19 {
  color: var(--turquesa);
  font-family: "Happynessv 2", Impact, sans-serif;
  font-size: .8em;
  font-weight: 400;
}

.div-block-54 {
  flex-flow: column;
  display: flex;
}

@media screen and (max-width: 991px) {
  .container-2 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    max-width: none;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: relative;
  }

  .navbar {
    top: 0;
  }

  .brand {
    float: none;
    width: 30%;
    margin-top: 10px;
    margin-bottom: 10px;
    position: absolute;
  }

  .nav-link, .nav-link-2, .nav-link-3 {
    text-align: right;
  }

  .nav-link-4 {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .nav-menu {
    text-align: right;
    background-color: #476696;
    margin-top: 80px;
    margin-right: 0;
    display: block;
  }

  .section-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin: auto;
    position: relative;
    top: 150px;
  }

  .box_geolocation {
    margin-left: 5%;
    margin-right: 5%;
  }

  .box_geolocation.full_width {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-items: center;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    inset: 0% 0% auto;
  }

  .box_geolocation.main {
    width: auto;
    margin-left: 10%;
    margin-right: 10%;
  }

  .menu-button {
    box-sizing: border-box;
    float: none;
    clear: none;
    aspect-ratio: auto;
    color: var(--branco);
    object-fit: fill;
    flex-flow: row-reverse;
    flex: none;
    order: 9999;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin: auto 0 auto auto;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    display: block;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .menu-button.w--open {
    background-color: #0c306c;
    margin-top: 10px;
    font-size: 30px;
  }

  .container-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    grid-template-rows: auto;
  }

  .icon {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 30px;
  }

  .button {
    margin-left: auto;
    padding-left: .5em;
    padding-right: .5em;
  }

  .video {
    width: 70%;
  }

  .heading-3 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10%;
  }

  .heading-1.destaque {
    margin-top: auto;
    margin-bottom: auto;
  }

  .heading-5 {
    margin-top: auto;
    margin-bottom: 0;
    padding-top: 0;
  }

  .heading-5.text-happy {
    margin-top: 0;
  }

  .image-3 {
    overflow: visible;
  }

  .image-4 {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .separator {
    object-fit: cover;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .section-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .link {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-4colunas {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
    margin-left: 5%;
    margin-right: 5%;
  }

  .background-video-2 {
    position: absolute;
    inset: 0% 0% auto;
  }

  .img-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-block-9 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .box_hero {
    align-self: center;
    width: 800px;
    height: auto;
    margin: auto;
    left: auto;
    right: auto;
  }

  .box_hero.full_width {
    width: 690px;
    margin-left: 10%;
  }

  .box_hero.main {
    width: auto;
    margin-left: 10%;
    margin-right: 10%;
  }

  .box_hero.ideathon {
    justify-content: center;
    align-items: stretch;
    max-width: 90.0024%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    left: 5%;
    right: 5%;
  }

  .image-18 {
    margin-top: 0;
    top: -50px;
  }

  .div-block-30 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-19 {
    max-width: 95%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-12 {
    text-align: center;
  }

  .div-block-31 {
    max-width: 90%;
    margin-top: 50px;
  }

  .section-11 {
    max-width: 90%;
  }

  .paragraph-3 {
    max-width: none;
  }

  .heading-13.tema {
    margin-top: 100px;
  }

  .div-grid {
    flex-flow: column;
  }

  .text-block-12 {
    max-width: 40%;
  }

  .section-15 {
    background-position: 0 100%;
  }

  .waves---nav-brand-link {
    padding-left: 0;
  }

  .waves---nav-link {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
    display: flex;
  }

  .waves---nav-buttons-right {
    grid-column-gap: 8px;
  }

  .waves---nav-menu {
    background-color: var(--waves-library--white);
    border: 1px solid #1313131a;
    border-radius: 8px;
    margin-top: 4px;
  }

  .waves-dropdown-toggle {
    padding-right: 16px;
    font-size: 20px;
  }

  .waves-dropdown-list.w--open {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .waves---dropdown-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
  }

  .waves-master-nav-2 {
    display: flex;
  }

  .waves---menu-button {
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---menu-button.w--open {
    background-color: var(--waves-library--black);
    border-radius: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---hamburger-icon {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
  }

  .waves---nav-dropdown {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-38 {
    margin-left: 10%;
    margin-right: 10%;
  }

  .div-block-44 {
    display: flex;
  }

  .grid-5 {
    max-width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    margin-top: 0;
    inset: 0% 0% auto;
  }

  .brand {
    width: 40%;
    margin-left: 40px;
  }

  .nav-link {
    text-align: right;
    background-color: #476696;
  }

  .nav-link-2, .nav-link-3 {
    text-align: right;
  }

  .nav-link-4 {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .nav-menu {
    background-color: #476696;
    margin-right: 0;
  }

  .section-2 {
    top: 300px;
  }

  .box_geolocation {
    margin: auto 5%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .box_geolocation.full_width {
    flex-flow: column;
  }

  .menu-button {
    color: #fff;
    background-color: #0000;
    font-family: Roboto, sans-serif;
  }

  .menu-button.w--open {
    background-color: #0c306c;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-3 {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0%;
  }

  .text-block-9 {
    max-width: none;
  }

  .box_hero {
    margin: auto 5%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .image-18 {
    margin-top: auto;
    top: -145px;
  }

  .image-19 {
    max-width: 95%;
  }

  .div-block-31 {
    margin-bottom: auto;
  }

  .paragraph-3 {
    max-width: none;
  }

  .paragraph-3.paragraph-50 {
    max-width: 70%;
    margin-bottom: 0;
  }

  .background-video-3 {
    object-fit: cover;
    height: 600px;
    min-height: auto;
    inset: 0%;
  }

  .heading-13 {
    margin-top: 50px;
    position: relative;
  }

  .heading-13.tema {
    padding-top: 70px;
  }

  .image-22 {
    max-width: 70%;
  }

  .div-block-32 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-block-12 {
    max-width: 60%;
  }

  .waves---nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .waves-master-nav-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .grid-4 {
    flex-flow: wrap;
  }
}

@media screen and (max-width: 479px) {
  .container-2 {
    z-index: auto;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .brand {
    flex: 1;
    align-self: flex-end;
    width: 50%;
    margin-top: 8px;
    margin-bottom: 0;
  }

  .box_geolocation.full_width {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .box_geolocation.main {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: auto;
    max-width: none;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .menu-button {
    justify-content: flex-start;
    align-items: flex-start;
    width: 50px;
    margin: 0;
    padding-right: 10px;
    font-size: 50px;
  }

  .container-4 {
    margin-top: 5px;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves-bottom-gird-gallery-3 {
    grid-template-columns: .8fr 1.2fr .7fr;
    height: 30vh;
  }

  .waves-top-grid-gallery-3 {
    grid-template-columns: .7fr 1.2fr .8fr;
    height: 30vh;
    margin-bottom: 16px;
  }

  .waves-small-image-wrap-gallery-3.last-image-top-grid {
    display: none;
  }

  .button {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-3 {
    color: #fff;
    text-align: center;
    min-width: auto;
    min-height: auto;
    margin-top: 100px;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 50px;
    line-height: 45px;
    overflow: visible;
  }

  .heading-1.destaque {
    color: var(--amarelo-destaque);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 90px;
    line-height: 80px;
  }

  .heading-5 {
    color: var(--branco);
    text-align: center;
    text-shadow: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .link-block.w--current {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    margin-top: -5px;
    margin-left: 0;
  }

  .link {
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 8px;
    font-weight: 400;
  }

  .text-block-9 {
    max-width: none;
  }

  .link-block-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .box_hero {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 10%;
    right: 10%;
  }

  .box_hero.full_width {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: auto;
    margin-right: 10%;
  }

  .box_hero.main {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: auto;
    max-width: none;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .box_hero.ideathon {
    flex-flow: column;
    align-items: center;
    max-width: 95%;
    padding-left: .5em;
    padding-right: .5em;
    display: flex;
  }

  .image-18 {
    top: -125px;
  }

  .image-19 {
    max-width: 98%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
    bottom: 50%;
    overflow: visible;
  }

  .heading-12 {
    flex-flow: column;
    justify-content: space-between;
    max-height: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 2em;
    display: flex;
  }

  .heading-12.topo {
    max-width: 80%;
    margin-top: -30px;
    font-size: 2em;
  }

  .div-block-31 {
    border: 1px solid var(--turquesa);
    -webkit-backdrop-filter: drop-shadow(4px 4px 5px #000000b3);
    backdrop-filter: drop-shadow(4px 4px 5px #000000b3);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    max-width: 95%;
    height: 100%;
    max-height: none;
    margin-top: 30px;
    line-height: 1em;
    position: relative;
    overflow: clip;
  }

  .paragraph-2 {
    font-size: 1em;
  }

  .paragraph-3 {
    max-width: 90%;
    font-size: 1em;
  }

  .paragraph-3.paragraph-50 {
    max-width: 90%;
  }

  .background-video-3 {
    inset: 0% 0% auto;
  }

  .image-21 {
    width: 100%;
    max-width: none;
  }

  .heading-13 {
    margin-top: 20px;
  }

  .heading-13.tema {
    padding-top: 70px;
    font-size: 3em;
  }

  .image-22 {
    max-width: 95%;
  }

  .section-12 {
    background-size: 350px;
  }

  .div-block-32 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-34 {
    max-width: none;
  }

  .div-grid {
    align-items: stretch;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-36 {
    justify-content: center;
    width: 100px;
    display: flex;
  }

  .text-block-12 {
    max-width: 60%;
  }

  .div-block-37 {
    flex-flow: column;
  }

  .image-26 {
    max-width: 100%;
    position: fixed;
    inset: auto 0% 0%;
  }

  .section-15 {
    background-position: 40% 100%;
  }

  .waves-master-nav-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .waves---nav-cta {
    display: none;
  }

  .form-block-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-38 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .div-block-41 {
    flex-flow: column;
  }

  .selo-certificado {
    height: 15em;
  }

  .div-block-45 {
    flex-flow: wrap;
    align-self: center;
    max-width: 90%;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-5 {
    max-width: 90%;
  }

  .div-block-48 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    max-width: 90%;
  }

  .div-block-49 {
    flex-flow: column;
    justify-content: center;
    display: flex;
  }

  .heading-18 {
    max-width: 90%;
    line-height: 1.2em;
  }

  .div-block-50 {
    max-width: 90%;
  }

  .image-40 {
    max-width: 80%;
  }
}

#w-node-_8b2d4c8e-9c35-2f8c-8b5f-90c8fe7e6a9d-c2071a5c {
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr .75fr;
  display: grid;
}

#w-node-_8b2d4c8e-9c35-2f8c-8b5f-90c8fe7e6a9f-c2071a5c {
  grid-row: span 3 / span 3;
}

#w-node-_2f668a07-bc8d-5ba7-ae57-242dc22a051d-c2071a5c {
  order: 1;
  grid-area: Area;
}

#w-node-f79e6c57-8130-e79f-60c2-be853531e645-c2071a5c, #w-node-_29f55f19-2499-5475-9b0f-68e0ed33f306-c2071a5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_581a5cdd-7ebb-b6e6-41cc-5dc481f0a6e6-81f0a6e3 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: auto;
}

#w-node-b74d2d23-c4b7-da7d-5840-73d1d3242337-0ccc973b, #w-node-_2cff2ab8-463a-85d9-ffc5-2393a94f2dad-5f6ed2e7 {
  justify-self: auto;
}

#w-node-_0a3b437b-cae4-9599-2422-d0d0491e695a-5f6ed2e7, #w-node-_8bc0fbd3-e68a-bb75-b905-1e9e7b81203b-5f6ed2e7, #w-node-d4679162-e9d2-0ec2-8118-1768b61238e0-5f6ed2e7, #w-node-_656a4a72-8c08-c3f9-1667-d3617992ac8e-5f6ed2e7 {
  place-self: center;
}


@font-face {
  font-family: 'Happynessv 2';
  src: url('../fonts/happynessV2.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}