@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black-wc: #363435;
  --white: white;
  --orange-wc-2: #f69634;
  --orange-pantone: #f56416;
  --steel-blue: #6386ae;
  --blue-cbvl: #001a53;
  --dark-slate-grey-wc: #005247;
  --dark-slate-grey: #1e6980;
  --alice-blue-fundo: #e0e7ef;
  --light-steel-blue: #b8bbca;
  --light-blue-wc: #3494f6;
  --orange-wc: #f69634;
  --cinza-fundo-wc: #e0e7ef;
  --dark-brown-wc: #402e32;
  --yellow: #fff112;
  --yellow-wc: #fef012;
  --gold: #f7c12a;
  --black: #766e1d;
  --dark-slate-grey-2: #1e6980;
  --blue: #3333f8;
  --chocolate: #df7000;
  --saddle-brown-wc: #613c32;
}

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

a {
  text-decoration: underline;
}

.body {
  background-color: #6386ae33;
}

.hero {
  background-image: url('../images/Capa-2-compressed.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  display: flex;
}

.titulo-hero {
  color: #fff;
  text-align: center;
  letter-spacing: 1.56px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px var(--black-wc);
  column-count: auto;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 5vh;
  font-weight: 600;
  line-height: 7vh;
}

.div-navbar {
  position: absolute;
  inset: 0% 0% auto;
}

.navbar {
  background-color: #ddd0;
}

.nav-link {
  color: var(--white);
  padding: 1.5vh;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 2vh;
  font-weight: 600;
}

.nav-link:hover {
  background-color: var(--white);
  color: var(--orange-wc-2);
}

.nav-link.w--current {
  color: var(--white);
}

.nav-link.w--current:hover {
  background-color: var(--white);
  color: var(--orange-pantone);
}

.div-titulo-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.divwhatsappclass {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  margin-bottom: 2vw;
  margin-right: 2vw;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.linkblkwhatsapp {
  margin-left: 0;
}

.imgclasswhatsapp {
  width: 140px;
  height: 140px;
  margin-bottom: auto;
  margin-right: auto;
}

.imgclasswhatsapp:hover {
  filter: contrast(200%);
}

.body-2 {
  flex-direction: column;
  display: flex;
}

.atividades {
  background-image: url('../images/quadrado-min-2.svg');
  background-position: 0 0;
  background-size: 5px 5px;
  height: auto;
  padding-top: 6vh;
  padding-bottom: 6vh;
}

.container-atividades {
  margin-bottom: 2vw;
}

.grid-atividades {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  grid-template-rows: auto;
  grid-auto-flow: row;
  padding-left: 2vh;
  padding-right: 2vh;
}

.div-atividade {
  background-color: var(--white);
  box-shadow: 1px 1px 3px 1px var(--steel-blue);
  border: .2vh #8090a8;
  border-radius: 20px;
  padding: 2vh;
  transform: perspective(600px);
}

.sub-titulo-black {
  color: var(--black-wc);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 2vh;
  padding-bottom: 4vh;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 3.3vh;
  font-weight: 500;
  line-height: 5.5vh;
  transform: perspective(800px);
}

.sub-titulo-black.number {
  padding-top: 0;
  padding-bottom: 0;
}

.img-como-voar {
  border-radius: 20px;
  transform: perspective(1000px);
}

.texto-voo-curso {
  color: var(--black-wc);
  text-align: center;
  min-width: auto;
  max-width: none;
  height: 30vh;
  margin-bottom: 2vh;
  padding: 2vh 1vh 1vh;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 2vh;
  line-height: 3vh;
  transform: perspective(1200px);
}

.div-botao-saiba-mais {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 85px;
  padding: 0;
  display: flex;
}

.botao-detalhes {
  box-shadow: 1px 1px 3px 0 var(--steel-blue);
  opacity: 1;
  text-align: center;
  text-transform: uppercase;
  background-color: #6386ae;
  border-radius: 8px;
  width: 90%;
  padding: 1.5vh;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.5vh;
  line-height: 2vh;
}

.botao-detalhes:hover {
  background-color: var(--orange-wc-2);
}

.botao-detalhes.interesse {
  background-color: var(--dark-slate-grey-wc);
}

.botao-detalhes.interesse:hover {
  background-color: var(--orange-wc-2);
}

.div-botoes {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.onde {
  box-shadow: 0 0 2px 0 var(--steel-blue);
  background-color: #b8bbca00;
  background-image: url('../images/quadrado-min-2.svg');
  background-position: 0 0;
  background-size: 5px 5px;
  border: 1px #000;
  padding-top: 6vh;
  padding-bottom: 6vh;
}

.container-onde {
  padding-bottom: 0;
}

.grid-onde {
  grid-template-rows: 1fr 1fr;
}

.paragraph-descricao {
  color: var(--black-wc);
  text-align: justify;
  letter-spacing: 1px;
  text-shadow: none;
  height: auto;
  margin-bottom: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 2vh;
  font-weight: 400;
  line-height: 3.5vh;
  overflow: visible;
}

.div-descricao {
  background-color: var(--white);
  box-shadow: 1px 1px 3px 1px var(--steel-blue);
  text-shadow: none;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: .5vw;
  display: flex;
}

.quem {
  border-style: none;
  border-width: 1px;
  border-color: transparent var(--steel-blue) var(--steel-blue);
  box-shadow: 0 0 2px 0 var(--steel-blue);
  background-color: #b8bbca00;
  background-image: url('../images/quadrado-min-2.svg');
  background-position: 0 0;
  background-size: 5px 5px;
  background-attachment: fixed;
  padding-top: 6vh;
  padding-bottom: 6vh;
}

.div-pilotos {
  border: 1px none var(--dark-slate-grey);
  background-color: var(--white);
  box-shadow: 1px 1px 3px 1px var(--steel-blue);
  border-radius: 20px;
  padding: 1vw;
}

.text-piloto {
  color: var(--black-wc);
  text-align: center;
  letter-spacing: 1px;
  padding-top: .5vh;
  padding-left: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: .8vw;
  font-weight: 500;
  line-height: 1.2vw;
}

.text-piloto.espa-o {
  padding-left: .3vw;
}

.text-piloto.bold {
  font-weight: 700;
}

.img-piloto {
  border: 1px solid var(--steel-blue);
  object-fit: fill;
  border-radius: 20px;
  margin-bottom: 1vh;
  padding-bottom: 0;
}

.depoimentos {
  border-style: none;
  border-width: 1px;
  border-color: transparent var(--steel-blue) var(--steel-blue);
  box-shadow: 0 0 2px 0 var(--steel-blue);
  background-image: url('../images/quadrado-min-2.svg');
  background-position: 0 0;
  background-size: 5px 5px;
  padding-top: 6vh;
  padding-bottom: 6vh;
}

.div-estrelas {
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

._5star {
  width: 20px;
}

.essencia {
  height: auto;
}

.div-essencia-eladio {
  background-image: url('../images/Eladio-3-min.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 150vh;
  display: flex;
}

.titulo-branco-essencia {
  border: 1px none var(--steel-blue);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 1px 1px 6px var(--black-wc);
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 2vh;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 7vh;
  font-weight: 400;
  line-height: 11vh;
  display: block;
}

.text-essencia {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 1px 1px 6px var(--black-wc);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 2.5vh;
  line-height: 3.5vh;
  display: block;
}

.div-titulo-essencia {
  background-color: #6386ae80;
  flex-direction: column;
  width: 50%;
  padding: 2vh;
  display: flex;
}

.container-text-eladio-mobile {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
}

.text-essencia-branco {
  color: var(--black-wc);
  text-align: center;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 2.5vh;
  line-height: 3.5vh;
}

.div-text-mobile {
  background-color: #ffffff40;
  width: 100%;
  padding: 1vw;
  position: static;
  top: -654px;
  left: 527px;
}

.divblock-depoimento {
  border: 1px none var(--steel-blue);
  background-color: var(--white);
  box-shadow: 1px 1px 3px 1px var(--steel-blue);
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 1vw 2vw;
  display: flex;
}

.collection-depoimentos {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-depoimento {
  border: 1px solid var(--steel-blue);
  object-fit: fill;
  border-radius: 20px;
  width: 60%;
  margin-top: 2vh;
  padding-top: 0;
}

.div-nav-interno {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.div-nav-midias {
  flex-direction: column;
  justify-content: flex-end;
  padding: 1vh;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.img-midia {
  filter: grayscale();
  border-radius: 11px;
  width: 5vh;
  max-width: none;
}

.img-midia:hover {
  filter: none;
}

.link-blk-midia {
  padding: 1vh 4vh 1vh 0;
}

.nav-menu {
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
}

.titulo-blk-orange-pantone {
  direction: ltr;
  color: var(--black-wc);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 7vh;
  font-weight: 400;
  line-height: 9vh;
}

.image-lugar {
  box-shadow: 1px 1px 3px 1px var(--steel-blue);
  border-radius: 20px;
}

.voo-duplo {
  box-shadow: 0 0 2px 0 var(--steel-blue);
  background-image: url('../images/quadrado-min-2.svg');
  background-position: 0 0;
  background-size: 5px 5px;
  border: 1px #0000;
  padding: 6vh 0;
}

.curso-de-parapente {
  box-shadow: 0 0 2px 0 var(--steel-blue);
  background-image: url('../images/quadrado-min-2.svg');
  background-position: 0 0;
  background-size: 5px 5px;
  border: 1px solid #0000;
  padding: 6vh 0;
}

.grid-voo-duplo {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.div-voo {
  background-color: var(--white);
  box-shadow: 1px 1px 3px 1px var(--steel-blue);
  border-radius: 19px;
  padding: 2vh;
}

.div-sub-titulo {
  text-align: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-number {
  border: 1px solid var(--black-wc);
  background-color: #0000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 8vh;
  height: 8vh;
  display: flex;
}

.div-titulo {
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 8vh;
  display: flex;
}

.imagem-duplo {
  border: 1px solid var(--steel-blue);
  border-radius: 20px;
  margin-top: 2vw;
}

.botao-quero {
  background-color: var(--light-blue-wc);
  box-shadow: 1px 1px 3px 1px var(--steel-blue);
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 40px;
  padding: 2vh 3vh;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 3vh;
  line-height: 4vh;
}

.botao-quero:hover {
  background-color: var(--light-blue-wc);
  filter: hue-rotate(180deg);
}

.div-botao {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 4vh;
  display: flex;
}

.text-decolagem {
  border: 1px none var(--black-wc);
  color: var(--black-wc);
  text-align: center;
  letter-spacing: 1px;
  padding-top: 4vh;
  padding-bottom: 2vh;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 2.6vh;
  line-height: 3.6vh;
}

.contato {
  box-shadow: 0 0 2px 0 var(--steel-blue);
  background-image: url('../images/quadrado-min-2.svg');
  background-position: 0 0;
  background-size: 5px 5px;
  border: 1px solid #0000;
  height: auto;
  min-height: 100vh;
  padding: 6vh 0;
}

.contato:hover {
  box-shadow: 1px 1px 3px 0 var(--steel-blue);
}

.text-blk-depo {
  color: var(--black-wc);
  text-align: center;
  letter-spacing: 1px;
  padding-top: 4vh;
  padding-bottom: 2vh;
  font-family: Montserrat, Arial, sans-serif;
  font-size: .8vw;
  line-height: 1.1vw;
}

.grid-obs-duplo {
  background-color: var(--white);
  box-shadow: 1px 1px 3px 1px var(--steel-blue);
  border-radius: 20px;
  grid-template-columns: 1fr 1fr;
  margin-top: 2vh;
  margin-bottom: 2vh;
  padding: 1vh;
}

.div-detalhes {
  flex-direction: row;
  justify-content: space-between;
  padding: 1vh;
  display: flex;
}

.image-4 {
  width: 5vh;
}

.div-texto {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.texto-detalhes-duplo {
  border: 1px none var(--black-wc);
  color: var(--black-wc);
  padding-left: 2vh;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 2.5vh;
  line-height: 3vh;
}

.form {
  background-color: var(--orange-wc);
  box-shadow: 1px 1px 3px 1px var(--steel-blue);
  border-radius: 20px;
  padding: 2vh;
}

.field-label {
  color: var(--white);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 2vh;
  font-weight: 400;
  line-height: 3vh;
}

.submit-button {
  background-color: var(--light-blue-wc);
  box-shadow: 1px 1px 3px 0 var(--steel-blue);
  text-transform: uppercase;
  border-radius: 40px;
  width: 60%;
  padding: 2vh 3vh;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 3vh;
  line-height: 4vh;
}

.submit-button:hover {
  background-color: var(--white);
  box-shadow: none;
  color: var(--orange-wc-2);
}

.div-submit {
  justify-content: center;
  align-items: center;
  margin-top: 2vh;
  display: flex;
}

.checkbox-quero-fazer {
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 1vw;
  padding-left: 0;
  padding-right: 2vw;
  display: flex;
}

.checkbox-label {
  color: var(--white);
  margin-bottom: 0;
  padding-left: 1vw;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 2vh;
  line-height: 3vh;
}

.footer {
  border: 1px none var(--steel-blue);
  background-color: #6386ae80;
  background-image: url('../images/quadrado-min-2.svg');
  background-position: 0 0;
  background-size: 5px 5px;
  height: 100vh;
  padding-top: 6vh;
  padding-bottom: 4vh;
}

.endereco {
  color: var(--black-wc);
  text-align: center;
  letter-spacing: 1px;
  padding: 2vh;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.2vw;
  line-height: 2vw;
  text-decoration: none;
}

.endereco:hover {
  color: var(--orange-pantone);
}

.link-blk-endereco {
  text-decoration: none;
}

.img-footer {
  width: 30%;
}

.container-footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-curso {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  margin-bottom: 2vh;
}

.div-fase-curso {
  background-color: var(--white);
  box-shadow: 1px 1px 3px 1px var(--steel-blue);
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2vh;
  display: flex;
}

.div-numero-fase {
  border: 1px solid var(--black-wc);
  background-color: #0000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 4vh;
  height: 4vh;
  font-size: 4vh;
  line-height: 4px;
  display: flex;
}

.div-texto-fase {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.div-fase {
  width: 100%;
  display: flex;
}

.text-fase-curso {
  color: var(--black-wc);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 3vh;
  line-height: 4vh;
}

.div-texto-curso {
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  height: auto;
  min-height: 35vh;
  max-height: 40vh;
  margin-top: 2vh;
  margin-bottom: 2vh;
  padding: 1vh;
  display: flex;
}

.text-curso {
  color: var(--black-wc);
  letter-spacing: 1px;
  flex: 1;
  margin-top: 0;
  padding: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 2vh;
  line-height: 3vh;
}

.div-tempo-fase {
  background-color: var(--cinza-fundo-wc);
  letter-spacing: 1px;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1vh;
  padding-bottom: 1vh;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1vw;
  line-height: 1.5vw;
  display: flex;
}

.paragraph-briefing {
  border: 1px none var(--dark-brown-wc);
  color: var(--black-wc);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: auto;
  padding-bottom: 4vw;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 2.6vh;
  font-style: italic;
  line-height: 3.6vh;
}

.text-titulo-fase-curso {
  color: var(--black-wc);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 3vh;
  line-height: 4vh;
}

.div-img-curso {
  flex: 0 auto;
  width: 100%;
  padding-top: 2vh;
  padding-bottom: 2vh;
}

.img-curso {
  border: 1px solid var(--steel-blue);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.heading {
  color: var(--white);
  text-align: center;
  margin-top: -47px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 2vh;
}

.div-checkox {
  display: flex;
}

.checkbox-opcao {
  width: 2vh;
  height: 2vh;
  margin-top: 0;
  margin-left: 0;
}

.fotos {
  box-shadow: 0 0 2px 0 var(--steel-blue);
  background-image: url('../images/quadrado-min-2.svg');
  background-position: 0 0;
  background-size: 5px 5px;
  border: 1px solid #0000;
  padding-top: 6vh;
  padding-bottom: 6vh;
}

.collection-list-fotos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.midia {
  box-shadow: 0 0 2px 0 var(--steel-blue);
  background-image: url('../images/quadrado-min-2.svg');
  background-position: 0 0;
  background-size: 5px 5px;
  border: 1px solid #0000;
  padding-top: 6vh;
  padding-bottom: 6vh;
}

.collection-list-midia {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-midia {
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 30vh;
  padding: 2vh;
  text-decoration: none;
  display: flex;
}

.img-foto {
  box-shadow: 1px 1px 3px 1px var(--steel-blue);
  border-radius: 20px;
  width: 100%;
}

.text-dep-tit {
  color: var(--black-wc);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.2vw;
  font-weight: 600;
  line-height: 2.2vw;
}

.titulo-blk-yellow-pantone {
  direction: ltr;
  color: var(--black-wc);
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 7vh;
  font-weight: 400;
  line-height: 9vh;
}

.bold-text-3 {
  color: var(--orange-wc-2);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.heading-midia-conteudo {
  color: var(--white);
  text-transform: capitalize;
  text-shadow: 1px 1px 6px var(--black-wc);
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: .2vw;
  font-family: Montserrat, Arial, sans-serif;
  font-size: .7vw;
  font-weight: 400;
  line-height: 2vw;
}

.thumbnail-youtube {
  border-radius: 9px;
  width: 100%;
}

.link-blok-youtube {
  width: 15%;
}

.div-tv-titulo {
  background-color: #36343591;
  border-radius: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 4vh;
  padding: 1vh;
  font-family: Montserrat, Arial, sans-serif;
  display: flex;
}

.image-7 {
  height: 100%;
}

.text-field, .text-field-2, .text-field-3 {
  border-radius: 20px;
}

.img-cbvl:hover {
  filter: hue-rotate(180deg);
}

.text-cbvl-1 {
  color: var(--blue-cbvl);
  text-align: center;
  letter-spacing: 1px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1vw;
  line-height: 2vw;
}

.link-cbvl {
  color: var(--dark-brown-wc);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block-3 {
  color: var(--blue-cbvl);
  text-align: center;
  letter-spacing: 1px;
  padding-top: 2vh;
  padding-bottom: 2vh;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1vw;
  font-weight: 700;
  line-height: 2vw;
}

.text-block-3:hover {
  color: var(--orange-pantone);
  text-decoration: none;
}

.div-blk-separador {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.separador {
  border: .7vh none var(--orange-wc-2);
  background-color: var(--yellow);
  background-image: linear-gradient(to right, var(--yellow-wc), #f69634 50%, var(--yellow-wc));
  border-radius: 20px;
  width: 100%;
  height: .7vh;
  margin-bottom: 8vh;
}

.text-block-4 {
  color: var(--orange-wc-2);
  background-color: #e0e7ef;
  border-radius: 18px;
  padding: 2vh 3vh;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 3vh;
  font-weight: 400;
  line-height: 4vh;
}

.text-block-4:hover {
  background-color: var(--orange-wc);
  color: var(--white);
}

.link-bot-o {
  background-image: linear-gradient(to right, var(--orange-wc-2), var(--yellow-wc) 50%, var(--orange-wc-2));
  border-radius: 18px;
  padding: .5vh;
  text-decoration: none;
}

.bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
  color: var(--orange-wc-2);
}

.lottie-animation {
  width: 10vw;
}

.text-block-5 {
  display: none;
}

.text-block-9 {
  z-index: 2;
  float: none;
  clear: none;
  color: var(--white);
  text-align: center;
  letter-spacing: 1.1px;
  flex: 0 auto;
  order: 1;
  align-self: center;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  display: block;
  position: relative;
  inset: -53px 0 auto;
}

.lottie-animation-3 {
  z-index: 1;
  height: 85px;
  position: relative;
}

.div-botao-tenho-interesse {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.div-block-9 {
  background-color: var(--steel-blue);
  border-radius: 40px;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 173px;
  height: 41px;
  display: flex;
}

.div-block-9:hover {
  background-color: var(--orange-wc-2);
}

.text-block-10 {
  color: var(--white);
  text-align: center;
  letter-spacing: 1.1px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
}

.link-blk-botao {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.link-blk-tenho-interesse {
  text-decoration: none;
}

.link-blk-tenho-interesse:hover {
  filter: hue-rotate(180deg);
}

.lottie-animation-4 {
  z-index: 1;
  width: 400px;
  height: auto;
  position: relative;
}

.txt-botao-interesse {
  z-index: 2;
  float: none;
  clear: none;
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  flex: 0 auto;
  order: 1;
  align-self: center;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: block;
  position: relative;
  inset: -99px 0 auto;
}

.link-blk-tenho-interesse-2 {
  text-decoration: none;
}

.link-blk-tenho-interesse-2:hover {
  filter: hue-rotate(171deg);
}

.div-botao-tenho-interesse-2 {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.text-block-11 {
  color: var(--black-wc);
  text-align: center;
  padding-top: 6vh;
  font-family: Montserrat, Arial, sans-serif;
  font-size: .8vw;
  font-weight: 300;
  line-height: 1.2vw;
}

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

.div-block-11 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, Arial, sans-serif;
  display: flex;
}

.list {
  padding-left: 1vw;
}

.list-item {
  font-family: Montserrat, Arial, sans-serif;
  font-size: .8vw;
  line-height: 1.2vw;
}

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

.button {
  box-shadow: 4px 4px 3px 1px var(--black-wc);
  color: #363435cc;
  letter-spacing: 2px;
  background-color: #ffffffa1;
  border: 1px #000;
  margin-top: 2vh;
  padding: .5vw 2vw;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.2vw;
  line-height: 2.2vw;
}

.button:hover {
  color: #fffc;
  background-color: #f69634cc;
}

.container-2 {
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.sub-titulo-mini {
  color: var(--black-wc);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 2vh;
  padding-bottom: 4vh;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 2.5vh;
  font-weight: 500;
  line-height: 3.5vh;
  transform: perspective(800px);
}

.sub-titulo-mini.number {
  padding-top: 0;
  padding-bottom: 0;
}

.email, .nome, .celular {
  border-radius: 20px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 2vh;
  line-height: 3vh;
}

.div-separrador-preco {
  justify-content: center;
  align-items: center;
  margin-top: 6vh;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 4vh;
  display: flex;
}

.div-separrador-preco.home {
  display: none;
}

.div-preco {
  background-color: var(--white);
  box-shadow: 1px 1px 3px 1px var(--steel-blue);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 50vh;
  padding: 2vh;
  display: flex;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-3 {
  text-transform: uppercase;
  font-family: Montserrat, Arial, sans-serif;
}

.tituo-preco {
  color: var(--black-wc);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2vh;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 4vw;
  font-weight: 300;
  line-height: 4vw;
}

.text-block-12 {
  font-family: Montserrat, Arial, sans-serif;
}

.preco {
  color: var(--black-wc);
  text-align: center;
  letter-spacing: 1.5px;
  margin-bottom: 2vh;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 3vw;
  font-weight: 400;
  line-height: 3vw;
}

.text-block-13 {
  color: var(--black-wc);
  text-align: center;
  letter-spacing: 1.5px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 1.5vw;
}

.titulo-hero {
  color: var(--orange-wc-2);
  text-shadow: none;
}

.div-titulo-hero-2 {
  background-color: #fffc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding: 2vh;
  display: flex;
}

.sub-titulo-hero {
  color: var(--orange-wc-2);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 4vh;
  font-weight: 400;
  line-height: 6vh;
}

.titulo-hero-white {
  color: #fff;
  text-align: center;
  letter-spacing: 1.56px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px var(--black-wc);
  column-count: auto;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 6vh;
  font-weight: 400;
  line-height: 8vh;
}

.html-embed {
  display: block;
}

.promocional {
  letter-spacing: 1.5px;
  margin-top: 2vh;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 1.5vw;
}

.gclid {
  color: var(--light-steel-blue);
  border-radius: 0;
  width: auto;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 2vh;
  line-height: 3vh;
  display: block;
}

.texto-promocao {
  color: var(--black-wc);
  text-align: center;
  letter-spacing: 1.5px;
  margin-top: 2vh;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1vw;
  font-style: italic;
  font-weight: 300;
  line-height: 2vw;
}

.link-blk-whatsapp {
  padding: 1vh 4vh 1vh 0;
}

.img-telefone {
  filter: grayscale();
  border-radius: 11px;
  width: 5vh;
  max-width: none;
}

.img-telefone:hover {
  filter: none;
}

.link-blk-telefone {
  padding: 1vh 4vh 1vh 0;
}

.sub-titulo-hero-white {
  color: var(--white);
  text-transform: lowercase;
  text-shadow: 1px 1px 6px var(--black-wc);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 4vh;
  font-weight: 400;
  line-height: 5vh;
}

.text-block-14 {
  color: var(--white);
  text-shadow: 1px 1px 6px var(--black-wc);
  padding-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: .7vw;
  font-weight: 500;
  line-height: 1vw;
  position: static;
  inset: auto auto -31% -35%;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.dv-blk-pq {
  background-color: var(--white);
  border: 1px solid #5e5e5e;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1vh;
  display: flex;
}

.image-16 {
  filter: grayscale();
  padding: .7vw;
}

.head-pq {
  color: var(--black-wc);
  text-align: center;
  text-transform: uppercase;
  margin-top: 1vw;
  margin-bottom: 1vw;
  font-size: .8vw;
  font-weight: 400;
  line-height: 2vw;
}

.text-block-36 {
  color: #1f4572;
  text-align: justify;
  padding: .7vw;
  font-size: .6vw;
  line-height: .9vw;
}

.reputacao-botao {
  text-align: center;
  letter-spacing: 1.1px;
  background-color: #108fce;
  border-radius: .5vw;
  margin-top: 4vh;
  margin-bottom: 2vh;
  padding: .5vw 1vw;
  font-size: .6vw;
  line-height: .8vw;
  display: block;
  box-shadow: 1px 1px 3px 1px #265a99;
}

.div-block-12 {
  width: 100%;
  padding: 1vh;
  font-family: Montserrat, Arial, sans-serif;
}

.text-block-37 {
  color: var(--black-wc);
  text-align: justify;
}

.div-block-13 {
  width: 100%;
  padding-bottom: .2vh;
  padding-left: 7vw;
}

.box-titulo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10vw;
  display: flex;
}

.bold-text-9 {
  font-weight: 700;
}

.formas {
  color: var(--black-wc);
  text-align: center;
  padding-top: 6vh;
  padding-bottom: 3vh;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.2vw;
}

@media screen and (min-width: 1920px) {
  .div-separrador-preco.home {
    display: none;
  }

  .div-preco {
    margin-top: 4vh;
  }

  .text-block-14 {
    font-size: 1.5vh;
    line-height: 2vh;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    height: 50vh;
  }

  .titulo-hero {
    text-shadow: 1px 1px 6px var(--black-wc);
    font-size: 3vh;
    line-height: 4vh;
  }

  .navbar {
    justify-content: space-between;
    display: flex;
    position: relative;
    right: auto;
    overflow: visible;
  }

  .nav-link, .nav-link.w--current {
    color: var(--steel-blue);
  }

  .nav-link.w--current:hover {
    color: var(--orange-wc-2);
  }

  .div-titulo-hero {
    flex-direction: column;
    flex: 1;
    justify-content: flex-end;
    height: 100%;
    margin-bottom: 10vh;
    display: flex;
  }

  .divwhatsappclass {
    width: 140px;
    height: 140px;
    margin-bottom: 0%;
    margin-right: 0%;
    inset: auto 0% 0% auto;
  }

  .imgclasswhatsapp {
    width: 70px;
    height: 70px;
  }

  .atividades {
    height: auto;
  }

  .sub-titulo-black {
    font-size: 2.5vh;
    line-height: 4.5vh;
  }

  .texto-voo-curso {
    height: 30vh;
    font-size: 1.9vh;
    line-height: 2.8vh;
  }

  .div-botao-saiba-mais {
    padding-left: .5vh;
    padding-right: .5vh;
  }

  .botao-detalhes {
    text-transform: uppercase;
    width: 90%;
    padding-top: 1vh;
    padding-bottom: 1vh;
    padding-left: 1vh;
    font-size: 1.3vh;
  }

  .botao-detalhes.interesse {
    width: 90%;
    padding-left: 1vh;
    padding-right: 1vh;
    font-size: 1.3vh;
  }

  .div-botoes {
    flex-direction: column;
    align-items: stretch;
  }

  .paragraph-descricao {
    padding: .2vw;
    font-size: 2.3vw;
    line-height: 3.2vw;
  }

  .div-descricao {
    background-color: var(--white);
    box-shadow: 1px 1px 3px 0 var(--steel-blue);
  }

  .quem {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .text-piloto {
    padding-left: 0;
    font-size: 2vw;
    line-height: 3vw;
  }

  .text-piloto.espa-o {
    padding-left: .5vw;
  }

  .div-essencia-eladio {
    height: 60vh;
    font-family: Montserrat, Arial, sans-serif;
  }

  .titulo-branco-essencia {
    font-size: 5vh;
    line-height: 6vh;
  }

  .text-essencia {
    font-size: 1.5vh;
    line-height: 2vh;
  }

  .div-titulo-essencia {
    width: 90%;
    padding: 1vh;
  }

  .bold-text {
    font-size: 1.5vh;
  }

  .text-essencia-branco {
    font-size: 1.5vh;
    line-height: 2vh;
  }

  .div-text-mobile {
    width: 80%;
    position: static;
  }

  .image-depoimento {
    width: 60%;
  }

  .div-nav-interno {
    flex-direction: row;
    justify-content: space-between;
  }

  .div-nav-midias {
    flex-direction: row;
    display: flex;
    position: static;
  }

  .img-midia {
    width: 4vw;
  }

  .link-blk-midia {
    padding: 1vh;
  }

  .nav-menu {
    background-color: var(--alice-blue-fundo);
  }

  .icon {
    font-size: 5vw;
    line-height: 6vw;
  }

  .menu-button {
    color: var(--white);
    padding: 1vh;
  }

  .titulo-blk-orange-pantone {
    font-size: 6vh;
    font-weight: 500;
    line-height: 8vh;
  }

  .image-lugar {
    box-shadow: 1px 1px 3px 0 var(--steel-blue);
  }

  .voo-duplo, .curso-de-parapente {
    padding-bottom: 0;
  }

  .botao-quero {
    background-color: var(--light-blue-wc);
    border-radius: 40px;
    padding-bottom: 2vh;
    padding-left: 3vh;
    padding-right: 3vh;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 3vh;
    line-height: 4vh;
  }

  .text-decolagem {
    font-size: 2vh;
    line-height: 3vh;
  }

  .contato {
    font-family: Montserrat, Arial, sans-serif;
  }

  .text-blk-depo {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .footer {
    background-color: #6386ae80;
  }

  .endereco {
    font-size: 3vw;
    line-height: 4vw;
  }

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

  .text-titulo-fase-curso {
    font-size: 2.5vh;
    line-height: 3vh;
  }

  .img-curso {
    width: 100%;
  }

  .collection-list-midia {
    grid-template-columns: 1fr 1fr;
  }

  .text-dep-tit {
    font-size: 3vw;
    line-height: 4vw;
  }

  .titulo-blk-yellow-pantone {
    font-size: 6vh;
    font-weight: 500;
    line-height: 8vh;
  }

  .heading-midia-conteudo {
    font-size: 2vw;
    line-height: 3vw;
  }

  .text-cbvl-1, .text-block-3 {
    font-size: 3vw;
    line-height: 4vw;
  }

  .lottie-animation {
    width: 60%;
    padding: 0;
  }

  .div-botao-tenho-interesse {
    align-self: center;
    padding-left: .5vh;
    padding-right: .5vh;
  }

  .link-blk-botao {
    flex-direction: row;
    flex: 1;
    display: flex;
  }

  .div-botao-tenho-interesse-2 {
    align-self: center;
    padding-left: .5vh;
    padding-right: .5vh;
  }

  .text-block-11 {
    font-size: 1.5vw;
    line-height: 2.5vw;
  }

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

  .list-item {
    font-size: 1.8vw;
    line-height: 2.5vw;
  }

  .container {
    flex-wrap: nowrap;
    flex: 1;
    justify-content: space-between;
    align-items: flex-start;
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
  }

  .button {
    color: #363435cc;
    background-color: #ffffffb3;
    font-size: 2.5vw;
    font-weight: 400;
    line-height: 4vw;
  }

  .container-2 {
    flex: 1;
    justify-content: flex-end;
  }

  .sub-titulo-mini {
    padding-top: 1vh;
    padding-bottom: 1vh;
    font-size: 2vh;
    line-height: 4vh;
  }

  .div-separrador-preco {
    margin-top: 2vh;
  }

  .tituo-preco {
    font-size: 7vw;
    font-weight: 400;
    line-height: 8vw;
  }

  .preco {
    font-size: 6vw;
    font-weight: 400;
    line-height: 5vw;
  }

  .text-block-13 {
    font-size: 3vw;
    line-height: 4vw;
  }

  .titulo-hero {
    text-shadow: none;
  }

  .div-titulo-hero-2 {
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    margin-bottom: 10vh;
    padding: 2vh;
    display: flex;
  }

  .sub-titulo-hero {
    font-size: 2vh;
    line-height: 3vh;
  }

  .titulo-hero-white {
    text-shadow: 1px 1px 6px var(--black-wc);
    font-size: 4vh;
    line-height: 6vh;
  }

  .promocional, .texto-promocao {
    font-size: 2vw;
    line-height: 2vw;
  }

  .link-blk-whatsapp {
    padding: 1vh;
  }

  .img-telefone {
    width: 4vw;
  }

  .link-blk-telefone {
    padding: 1vh;
  }

  .sub-titulo-hero-white {
    font-size: 3vh;
    line-height: 4vh;
  }

  .bold-text-8 {
    font-size: 2vh;
    line-height: 3vh;
  }

  .text-block-14 {
    font-size: 1.5vw;
    line-height: 2vw;
    bottom: -11%;
    left: -27%;
  }

  .head-pq {
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .text-block-36 {
    font-size: 1.8vw;
    line-height: 2.5vw;
  }

  .reputacao-botao {
    padding: 1vw 2vw;
    font-size: 2vw;
    line-height: 2vw;
  }

  .div-block-13 {
    padding-bottom: 1vh;
    padding-left: 2vh;
  }

  .box-titulo {
    flex: none;
    margin-top: 4vw;
  }

  .formas {
    font-size: 1.5vw;
    line-height: 2.5vw;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: 80vh;
  }

  .titulo-hero {
    text-shadow: 1px 1px 6px var(--black-wc);
    font-size: 5vw;
    line-height: 7vw;
  }

  .nav-link {
    color: var(--steel-blue);
  }

  .div-titulo-hero {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    height: 100%;
    margin-bottom: 10vh;
    display: flex;
  }

  .divwhatsappclass {
    width: 140px;
    height: 140px;
    margin-bottom: 0%;
    margin-right: 0%;
    inset: auto 0% 0% auto;
  }

  .imgclasswhatsapp {
    width: 70px;
    height: 70px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .sub-titulo-black {
    font-size: 4vw;
    line-height: 5vw;
  }

  .sub-titulo-black.number {
    font-size: 3.5vw;
    line-height: 5.5vw;
  }

  .texto-voo-curso {
    min-width: auto;
    max-width: none;
    height: 35vh;
    font-size: 1.6vh;
  }

  .div-botao-saiba-mais {
    padding-left: .5vh;
    padding-right: .5vh;
  }

  .botao-detalhes {
    padding-left: .5vh;
    padding-right: .5vh;
    font-size: 2.5vw;
    line-height: 3.5vw;
  }

  .botao-detalhes.interesse {
    font-size: 2.5vw;
  }

  .div-botoes {
    flex-direction: column;
  }

  .container-onde {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .paragraph-descricao {
    background-color: #0000;
    padding: .5vw;
    font-size: 2vw;
    font-weight: 400;
    line-height: 2.8vw;
  }

  .div-descricao {
    background-color: var(--white);
    box-shadow: 1px 1px 3px 0 var(--steel-blue);
    padding: .5vw;
  }

  .quem {
    padding-top: 6vh;
    padding-bottom: 6vh;
  }

  .container-quem {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .text-piloto {
    padding-left: 0;
    font-size: 2.5vw;
    line-height: 3.5vw;
  }

  .text-piloto.espa-o {
    padding-left: .5vw;
  }

  .depoimentos {
    padding: 4vh 2vh;
  }

  .titulo-branco-essencia {
    font-size: 3.5vh;
    line-height: 4.5vh;
  }

  .div-titulo-essencia {
    padding: 1vh;
  }

  .collection-depoimentos {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .image-depoimento {
    width: 60%;
  }

  .div-nav-interno {
    flex-direction: row;
  }

  .div-nav-midias {
    justify-content: space-between;
    width: 50vw;
    padding: 1vw;
    display: flex;
  }

  .div-nav-midias.cabecalho {
    width: 80vw;
  }

  .img-midia {
    width: 100%;
    min-width: 0;
  }

  .link-blk-midia {
    flex: 1;
    padding: 1.5vw;
  }

  .menu-button {
    padding: 1.5vw;
    font-size: 5vw;
    line-height: 6vw;
    position: static;
  }

  .titulo-blk-orange-pantone {
    padding-bottom: 0;
    font-size: 5vh;
    line-height: 7vh;
  }

  .voo-duplo {
    padding-top: 4vh;
    padding-left: 2vh;
    padding-right: 2vh;
  }

  .curso-de-parapente {
    padding: 4vh 2vh;
  }

  .div-number {
    width: 6vh;
    height: 6vh;
  }

  .div-titulo {
    height: 6vh;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .botao-quero {
    border-radius: 40px;
    font-size: 2.5vw;
    line-height: 3.5vw;
  }

  .botao-quero.w--current {
    font-size: 2.5vh;
    line-height: 3vh;
  }

  .text-decolagem {
    font-size: 3vw;
    line-height: 4vw;
  }

  .text-blk-depo, .texto-detalhes-duplo {
    font-size: 2vw;
    line-height: 3vw;
  }

  .form {
    box-shadow: 1px 1px 3px 0 var(--steel-blue);
  }

  .submit-button {
    font-size: 2.5vh;
    line-height: 3vh;
  }

  .grid-curso {
    grid-template-columns: 1fr;
    align-content: stretch;
    justify-items: stretch;
  }

  .div-fase-curso {
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-texto-fase {
    flex: 1;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .div-fase {
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
  }

  .text-fase-curso {
    color: var(--black-wc);
    font-size: 3.5vw;
    line-height: 5.5vw;
  }

  .text-curso {
    color: var(--black-wc);
    font-size: 3vw;
    line-height: 5vw;
  }

  .paragraph-briefing {
    font-size: 4vw;
    line-height: 6vw;
  }

  .text-titulo-fase-curso {
    color: var(--black-wc);
    text-align: center;
    text-transform: uppercase;
    font-size: 3.5vw;
    line-height: 5.5vw;
  }

  .img-curso {
    width: 100%;
  }

  .checkbox-opcao {
    border: 1px solid var(--orange-wc);
  }

  .fotos {
    padding-left: 2vh;
    padding-right: 2vh;
  }

  .container-midia {
    padding: 2vw;
  }

  .collection-list-midia {
    grid-template-columns: 1fr 1fr;
  }

  .div-midia {
    height: 30vh;
  }

  .text-dep-tit {
    font-size: 3vw;
    line-height: 4vh;
  }

  .titulo-blk-yellow-pantone {
    font-size: 5vh;
    line-height: 7vh;
  }

  .heading-midia-conteudo {
    font-size: 2.5vw;
    line-height: 3.5vw;
  }

  .div-blk-separador {
    margin-bottom: 2vh;
  }

  .lottie-animation {
    width: 40vw;
  }

  .text-block-9 {
    font-size: 13px;
    top: -86px;
  }

  .lottie-animation-3 {
    height: 150px;
    font-size: 12px;
  }

  .div-botao-tenho-interesse {
    padding-left: .5vh;
    padding-right: .5vh;
  }

  .div-block-9 {
    height: 41px;
  }

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

  .lottie-animation-4 {
    height: 150px;
    font-size: 12px;
  }

  .txt-botao-interesse {
    font-size: 16px;
    top: -91px;
  }

  .div-botao-tenho-interesse-2 {
    padding-left: .5vh;
    padding-right: .5vh;
  }

  .text-block-11 {
    font-size: 2vw;
    line-height: 3vw;
  }

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

  .list-item {
    font-size: 3vw;
    line-height: 4vw;
  }

  .button {
    box-shadow: 2px 2px 3px 1px var(--black-wc);
    padding: 1vw 3vw;
  }

  .container-2 {
    flex: 1;
    justify-content: center;
    align-items: center;
  }

  .sub-titulo-mini {
    font-size: 2.5vw;
    line-height: 3.5vw;
  }

  .sub-titulo-mini.number {
    font-size: 3.5vw;
    line-height: 5.5vw;
  }

  .tituo-preco {
    font-size: 8vw;
    line-height: 8vw;
  }

  .preco {
    font-size: 6vw;
    line-height: 6vw;
  }

  .text-block-13 {
    font-size: 4vw;
    line-height: 4vw;
  }

  .titulo-hero {
    text-shadow: none;
  }

  .div-titulo-hero-2 {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    height: 100%;
    margin-bottom: 10vh;
    display: flex;
  }

  .titulo-hero-white {
    text-shadow: 1px 1px 6px var(--black-wc);
    font-size: 5vw;
    line-height: 7vw;
  }

  .promocional {
    font-size: 4vw;
    line-height: 4vw;
  }

  .texto-promocao {
    text-align: center;
    font-size: 2vw;
    line-height: 3vw;
  }

  .link-blk-whatsapp {
    flex: 1;
    padding: 1.5vw;
  }

  .img-telefone {
    width: 100%;
    min-width: 0;
  }

  .link-blk-telefone {
    flex: 1;
    padding: 1.5vw;
  }

  .sub-titulo-hero-white {
    font-weight: 500;
  }

  .text-block-14 {
    font-size: 2vw;
    line-height: 2.5vw;
    bottom: -26%;
    left: -21%;
  }

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

  .dv-blk-pq {
    margin-top: 2vh;
  }

  .head-pq {
    font-size: 6vw;
    line-height: 7vw;
  }

  .text-block-36 {
    font-size: 3vw;
    line-height: 4vw;
  }

  .reputacao-botao {
    margin-top: 4vh;
    margin-bottom: 4vh;
    padding: 2vw 4vw;
    font-size: 4vw;
    line-height: 4vw;
  }

  .box-titulo {
    margin-top: 16vw;
  }

  .formas {
    font-size: 2vw;
    line-height: 3vw;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-color: #6386ae33;
  }

  .hero {
    background-position: 50%;
    justify-content: center;
    height: 125vw;
  }

  .titulo-hero {
    text-align: center;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    text-shadow: 1px 1px 6px var(--black-wc);
    font-size: 5vw;
    font-weight: 600;
    line-height: 8vw;
  }

  .nav-link {
    color: var(--blue-cbvl);
    text-align: right;
    padding: 1vh;
  }

  .nav-link.w--current {
    color: var(--blue-cbvl);
    text-align: right;
  }

  .marca.w--current {
    width: 100%;
    padding-left: 0;
  }

  .div-titulo-hero {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    height: 100%;
    margin-bottom: 5vh;
    display: flex;
  }

  .divwhatsappclass {
    z-index: 9999;
    object-fit: contain;
    width: 140px;
    height: 140px;
    margin-bottom: 0;
    margin-right: 0;
    display: flex;
    inset: auto 0% 0% auto;
    overflow: auto;
  }

  .linkblkwhatsapp {
    margin-top: 0;
    margin-left: 0;
  }

  .imgclasswhatsapp {
    width: 70px;
    height: 70px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .atividades {
    padding: 6vh 2vh;
  }

  .container-atividades {
    margin-bottom: 0;
  }

  .grid-atividades {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .div-atividade {
    border-radius: 4vw;
  }

  .sub-titulo-black {
    color: var(--black-wc);
    text-transform: uppercase;
    padding-bottom: 4vh;
    font-size: 6vw;
    font-weight: 400;
    line-height: 8vw;
  }

  .sub-titulo-black.number {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 6vw;
    line-height: 8vw;
    display: block;
  }

  .img-como-voar {
    text-align: center;
    border-radius: 4vw;
    flex: 1;
  }

  .texto-voo-curso {
    color: var(--black-wc);
    text-align: center;
    height: auto;
    padding-top: 2vh;
    font-size: 4vw;
    line-height: 6vw;
  }

  .botao-detalhes {
    background-color: var(--steel-blue);
    box-shadow: none;
    color: var(--white);
    cursor: pointer;
    border-radius: 4vw;
    flex: 1;
    padding-top: 2vh;
    padding-bottom: 2vh;
    font-size: 5vw;
    font-weight: 400;
    line-height: 5vw;
  }

  .botao-detalhes:hover {
    background-color: var(--orange-wc-2);
  }

  .botao-detalhes.interesse {
    background-color: var(--dark-slate-grey-wc);
    box-shadow: none;
    cursor: pointer;
    padding: 2vh .5vh;
    font-size: 5vw;
    font-weight: 400;
    line-height: 5vw;
  }

  .botao-detalhes.interesse:hover {
    background-color: var(--orange-wc-2);
  }

  .div-img {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-botoes {
    flex-direction: column;
  }

  .onde {
    border-top-style: solid;
    border-top-color: var(--steel-blue);
    padding: 6vh 2vh;
  }

  .container-onde {
    padding: 0;
  }

  .grid-onde {
    grid-template-rows: auto auto auto;
    grid-template-columns: auto;
    grid-auto-rows: auto;
  }

  .paragraph-descricao {
    color: var(--black-wc);
    height: auto;
    padding: 1vh;
    font-size: 4vw;
    line-height: 6vw;
  }

  .div-descricao {
    background-color: var(--white);
    box-shadow: 1px 1px 3px 0 var(--steel-blue);
    border-radius: 4vw;
    padding: 1vw;
  }

  .quem {
    background-color: #b8bbca00;
    padding: 6vh 2vh;
  }

  .container-quem {
    padding-left: 0;
    padding-right: 0;
  }

  .div-pilotos {
    box-shadow: 1px 1px 3px 0 var(--steel-blue);
    border-style: none;
    border-radius: 2vw;
    padding: 2vw;
  }

  .text-piloto {
    color: var(--black-wc);
    text-transform: none;
    padding-left: 0;
    font-size: 3vw;
    font-weight: 400;
    line-height: 4vw;
  }

  .text-piloto.espa-o {
    padding-left: .7vw;
  }

  .img-piloto {
    border-radius: 2vw;
  }

  .depoimentos {
    padding: 6vh 2vh;
  }

  .container-depoimentos {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .div-essencia-eladio {
    background-image: url('../images/Eladio-3-min.jpg');
    background-position: 50%;
    height: 45vh;
  }

  .titulo-branco-essencia {
    font-size: 6vw;
    line-height: 8vw;
  }

  .text-essencia {
    font-size: 1.5vh;
    line-height: 1.8vh;
  }

  .div-titulo-essencia {
    display: none;
  }

  .bold-text {
    font-size: 2vh;
  }

  .container-text-eladio-mobile {
    background-color: #82aacb00;
    background-image: radial-gradient(circle at 100% 0, #82aacb80, #82aacb);
    padding: 2vh 2vw 6vh;
    display: flex;
  }

  .text-essencia-branco {
    color: var(--white);
    font-size: 4vw;
    line-height: 6vw;
  }

  .div-text-mobile {
    background-color: #fff0;
    width: 90%;
  }

  .divblock-depoimento {
    box-shadow: 1px 1px 3px 0 var(--steel-blue);
    border-style: none;
    border-radius: 2vw;
    padding: 2vh;
  }

  .collection-depoimentos {
    grid-column-gap: 2vh;
    grid-row-gap: 2vh;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .image-depoimento {
    border-radius: 2vw;
    width: 80%;
  }

  .div-nav-interno {
    background-color: #fff0;
    border-radius: 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: auto;
    padding: .5vh 0 .5vh 2vh;
    display: flex;
  }

  .div-nav-midias {
    background-color: #ffffff40;
    border-radius: 20px;
    flex-direction: row;
    justify-content: space-between;
    width: auto;
    padding: .5vw;
    display: flex;
  }

  .div-nav-midias.cabecalho {
    width: 80%;
    padding: 1vh;
  }

  .img-midia {
    width: 100%;
    max-width: none;
  }

  .img-midia:hover {
    filter: none;
  }

  .link-blk-midia {
    flex: 1;
    padding: .5vw;
  }

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

  .icon {
    color: var(--blue-cbvl);
    font-size: 8vw;
    line-height: 9vw;
  }

  .div-marca {
    width: auto;
  }

  .menu-button {
    padding: 2vw;
  }

  .titulo-blk-orange-pantone {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 7vw;
    font-weight: 400;
    line-height: 9vw;
  }

  .image-lugar {
    border-radius: 4vw;
    width: 100%;
  }

  .voo-duplo {
    border-top: 1px solid var(--light-steel-blue);
    padding: 4vh 2vh;
  }

  .curso-de-parapente {
    border-top: 1px solid var(--light-steel-blue);
    padding: 6vh 2vh 4vh;
  }

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

  .div-voo {
    border-radius: 4vw;
  }

  .div-number {
    border-radius: 4vw;
    justify-content: center;
    align-items: center;
    width: 14vw;
    height: 14vw;
    display: flex;
  }

  .div-titulo {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 14vw;
    display: flex;
  }

  .imagem-duplo {
    border-radius: 4vw;
    width: 100%;
    margin-top: 4vw;
  }

  .botao-quero {
    background-color: var(--light-blue-wc);
    letter-spacing: .2px;
    text-transform: uppercase;
    border-radius: 40px;
    flex-direction: column;
    align-items: center;
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 1.6vh 1vh;
    font-size: 4vw;
    line-height: 6vw;
    display: flex;
  }

  .botao-quero:hover {
    background-color: var(--orange-wc-2);
  }

  .botao-quero.w--current {
    font-size: 2vh;
  }

  .div-botao {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 6vh;
    padding-bottom: 0;
    display: flex;
  }

  .text-decolagem {
    color: var(--black-wc);
    padding: 2vh 1vh 1vh;
    font-size: 4vw;
    line-height: 6vw;
  }

  .contato {
    height: auto;
    min-height: 100vh;
    padding-top: 6vh;
    padding-left: 1vh;
    padding-right: 1vh;
  }

  .text-blk-depo {
    color: var(--black-wc);
    padding: 2vh 1vh 1vh;
    font-size: 4vw;
    line-height: 5vw;
  }

  .grid-obs-duplo {
    background-color: var(--white);
    border-radius: 4vw;
    grid-template-columns: 1fr;
  }

  .div-texto {
    color: var(--black-wc);
  }

  .texto-detalhes-duplo {
    text-align: right;
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .form {
    background-color: var(--orange-wc-2);
    text-align: left;
    border-radius: 4vw;
    padding: 1vh;
    font-family: Montserrat, Arial, sans-serif;
  }

  .field-label {
    color: var(--white);
    font-size: 4vw;
    font-weight: 400;
    line-height: 6vw;
  }

  .submit-button {
    background-color: var(--light-blue-wc);
    color: var(--white);
    letter-spacing: .2px;
    border-radius: 40px;
    width: 90%;
    margin-top: 1vh;
    margin-bottom: 1vh;
    padding: 1.6vh 1vh;
    font-size: 4vw;
    line-height: 6vw;
  }

  .submit-button:hover {
    background-color: var(--white);
    color: var(--orange-pantone);
  }

  .div-submit {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .checkbox-label {
    color: var(--white);
    font-size: 4vw;
    line-height: 6vw;
  }

  .footer {
    border-color: var(--orange-wc-2);
    background-color: #6386ae80;
    height: auto;
    padding: 6vh 2vh 20vh;
  }

  .endereco {
    color: var(--black-wc);
    text-align: center;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 5vw;
    line-height: 7vw;
    text-decoration: none;
  }

  .endereco:hover {
    color: var(--orange-pantone);
    text-decoration: underline;
  }

  .link-blk-endereco {
    padding: 2vh;
    text-decoration: none;
  }

  .img-footer {
    width: 80%;
  }

  .grid-curso {
    grid-column-gap: 1vh;
    grid-row-gap: 1vh;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 100%;
    grid-auto-rows: auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
  }

  .div-fase-curso {
    border-radius: 4vw;
    justify-content: space-between;
    align-items: center;
    padding: 2vh;
  }

  .div-numero-fase {
    border-radius: 50%;
    width: 14vw;
    height: 14vw;
    font-size: 2.5vh;
    line-height: 3.5px;
  }

  .div-texto-fase {
    justify-content: center;
    align-items: center;
    height: 14vw;
    padding-left: 0;
    display: flex;
  }

  .div-fase {
    font-family: Montserrat, Arial, sans-serif;
  }

  .text-fase-curso {
    color: var(--black-wc);
    font-size: 5vw;
    line-height: 7vw;
  }

  .div-texto-curso {
    flex-direction: column;
    height: auto;
    margin-top: 2vh;
    margin-bottom: 2vh;
    padding: 0 0 0 2vh;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 4vw;
    line-height: 6vw;
  }

  .text-curso {
    color: var(--black-wc);
    flex: 1;
    padding-right: 0;
    font-size: 4.5vw;
    line-height: 6.5vw;
  }

  .div-tempo-fase {
    color: var(--black-wc);
    border-radius: 4vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .paragraph-briefing {
    color: var(--black-wc);
    text-align: center;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 4vh;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 4vw;
    font-style: italic;
    line-height: 6vw;
  }

  .text-titulo-fase-curso {
    color: var(--black-wc);
    text-transform: uppercase;
    padding-left: 4vw;
    font-size: 5vw;
    line-height: 7vw;
  }

  .div-img-curso {
    width: 100%;
    padding-top: 2vh;
    padding-bottom: 0;
  }

  .img-curso {
    border-radius: 4vw;
    width: 100%;
  }

  .div-checkox {
    flex-direction: column;
  }

  .collection-list-fotos {
    grid-template-columns: 1fr;
  }

  .div-foto {
    width: 100%;
  }

  .container-midia {
    padding-left: 2vh;
    padding-right: 2vh;
  }

  .collection-list-midia {
    grid-template-columns: 1fr;
  }

  .div-midia {
    object-fit: fill;
    border-radius: 4vw;
    width: auto;
    height: 30vh;
    overflow: visible;
  }

  .container-fotos {
    padding-left: 0;
    padding-right: 0;
  }

  .img-foto {
    border-radius: 4vw;
  }

  .text-dep-tit {
    color: var(--black-wc);
    font-size: 6vw;
    font-weight: 600;
    line-height: 8vw;
  }

  .titulo-blk-yellow-pantone {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 7vw;
    font-weight: 400;
    line-height: 9vw;
  }

  .bold-text-3 {
    font-weight: 700;
  }

  .heading-midia-conteudo {
    padding-left: 1vw;
    font-size: 5vw;
    line-height: 5vw;
  }

  .div-tv-titulo, .text-field, .text-field-2, .text-field-3 {
    border-radius: 4vw;
  }

  .div-cbvl {
    flex-direction: column;
    align-items: center;
    padding-top: 4vh;
    padding-bottom: 4vh;
    display: flex;
  }

  .img-cbvl {
    width: auto;
    height: 20vw;
    margin-top: 0;
  }

  .img-cbvl:hover {
    filter: hue-rotate(180deg);
  }

  .text-cbvl-1 {
    color: var(--blue-cbvl);
    text-align: center;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 4vw;
    line-height: 6vw;
  }

  .link-cbvl {
    flex-direction: column;
    align-items: center;
    padding-top: 4vw;
    text-decoration: none;
    display: flex;
  }

  .text-block-3 {
    color: var(--blue-cbvl);
    text-align: center;
    padding-top: 2vh;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 4vw;
    line-height: 6vw;
  }

  .text-block-3:hover {
    color: var(--orange-pantone);
    text-decoration: underline;
  }

  .div-blk-separador {
    margin-bottom: 6vh;
  }

  .separador {
    width: 80%;
    height: .5vh;
    margin-top: 1vh;
    margin-bottom: 0;
  }

  .bold-text-6, .bold-text-7 {
    color: var(--orange-wc-2);
  }

  .lottie-animation {
    width: 45vw;
    padding-top: 0;
    padding-left: 0;
  }

  .text-block-9 {
    letter-spacing: .2px;
    font-size: 14px;
    top: -57px;
  }

  .lottie-animation-3 {
    height: 95px;
  }

  .div-block-9 {
    background-color: var(--steel-blue);
    max-width: 198px;
    height: 47px;
  }

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

  .lottie-animation-4 {
    width: auto;
    height: 95px;
    margin-top: 2vh;
  }

  .lottie-animation-4.quero {
    height: 105px;
  }

  .txt-botao-interesse {
    letter-spacing: .2px;
    font-size: 14px;
    top: -66px;
  }

  .link-blk-tenho-interesse-2 {
    margin-top: 2vh;
  }

  .div-botao-tenho-interesse-2 {
    margin-top: 2vh;
    padding-top: 0;
  }

  .text-block-11 {
    text-align: center;
    padding-top: 4vh;
    font-size: 3vw;
    line-height: 4vw;
  }

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

  .list {
    margin-bottom: auto;
    padding-left: 0;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 4vw;
    line-height: 6vw;
  }

  .list-item {
    font-size: 4.5vw;
    line-height: 6.5vw;
  }

  .button {
    padding: 2vw 4vw;
    font-size: 4vw;
    line-height: 6vw;
  }

  .container-2 {
    justify-content: center;
  }

  .sub-titulo-mini {
    color: var(--black-wc);
    text-transform: uppercase;
    padding-top: 1vh;
    padding-bottom: 1vh;
    font-size: 3.5vw;
    font-weight: 400;
    line-height: 5vw;
  }

  .sub-titulo-mini.number {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 6vw;
    line-height: 8vw;
    display: block;
  }

  .email, .nome, .celular {
    border-radius: 4vw;
    font-size: 4vw;
    line-height: 6vw;
  }

  .tituo-preco {
    text-align: center;
    font-size: 10vw;
    line-height: 11vw;
  }

  .preco {
    font-size: 9vw;
    line-height: 11vw;
  }

  .text-block-13 {
    text-align: center;
    font-size: 5vw;
    line-height: 6vw;
  }

  .titulo-hero {
    text-shadow: none;
    font-size: 4vw;
    line-height: 6vw;
  }

  .div-titulo-hero-2 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-end;
    height: 100%;
    margin-bottom: 5vh;
    display: flex;
  }

  .sub-titulo-hero {
    font-size: 3vw;
    line-height: 5vw;
  }

  .titulo-hero-white {
    text-align: center;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    text-shadow: 1px 1px 6px var(--black-wc);
    font-size: 5vw;
    font-weight: 400;
    line-height: 8vw;
  }

  .promocional {
    font-size: 6vw;
    line-height: 6vw;
  }

  .texto-promocao {
    text-align: center;
    font-size: 4vw;
    line-height: 5vw;
  }

  .link-blk-whatsapp {
    flex: 1;
    padding: .5vw;
  }

  .img-telefone {
    width: 100%;
    max-width: none;
  }

  .img-telefone:hover {
    filter: none;
  }

  .link-blk-telefone {
    flex: 1;
    padding: .5vw;
  }

  .sub-titulo-hero-white {
    font-size: 4vw;
    font-weight: 400;
    line-height: 6vw;
  }

  .text-block-14 {
    padding-bottom: 0;
    font-size: 2.5vw;
    line-height: 3.5vw;
    bottom: -11.7vh;
    left: -13.7vw;
  }

  .dv-blk-pq {
    margin-top: 10px;
  }

  .image-16 {
    margin-top: 2vh;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .head-pq {
    color: #1f4572;
    margin-top: 2vh;
    margin-bottom: 0;
    font-size: 7vw;
    font-weight: 400;
    line-height: 8.5vw;
  }

  .text-block-36 {
    color: #1f4572;
    margin: 2vh 2vw;
    font-size: 4vw;
    line-height: 5vw;
  }

  .reputacao-botao {
    margin-top: 2vh;
    margin-bottom: 2vh;
  }

  .div-block-13 {
    padding-bottom: .5vh;
    padding-left: 1vh;
  }

  .box-titulo {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 24vw;
    display: flex;
  }

  .formas {
    text-align: center;
    padding-top: 4vh;
    font-size: 3vw;
    line-height: 4vw;
  }
}

#w-node-_09a4c8e1-3b66-a078-bbfe-4d59051cc6c6-ee2386f2 {
  place-self: center;
}

#w-node-_65610d77-212a-7885-af9a-31b6f4ce55ca-ee2386f2 {
  align-self: start;
}

#w-node-_6c3b6ede-ad2b-278e-fbb0-d218cff7e3ac-ee2386f2 {
  align-self: auto;
}

#w-node-_65610d77-212a-7885-af9a-31b6f4ce55ca-1b48340a {
  align-self: start;
}

#w-node-_6c3b6ede-ad2b-278e-fbb0-d218cff7e3ac-1b48340a {
  align-self: auto;
}

#w-node-c9a6b2d6-2e74-164f-a573-9b5ce55a1130-1b48340a, #w-node-c9a6b2d6-2e74-164f-a573-9b5ce55a1139-1b48340a, #w-node-c9a6b2d6-2e74-164f-a573-9b5ce55a1142-1b48340a, #w-node-c9a6b2d6-2e74-164f-a573-9b5ce55a114e-1b48340a {
  place-self: stretch center;
}

#w-node-_09a4c8e1-3b66-a078-bbfe-4d59051cc6c6-1b48340a {
  place-self: center;
}

#w-node-_3628650f-c06d-8efe-fc73-028ad50105ab-16464caa, #w-node-_3628650f-c06d-8efe-fc73-028ad50105b2-16464caa, #w-node-_3628650f-c06d-8efe-fc73-028ad50105b9-16464caa, #w-node-_3628650f-c06d-8efe-fc73-028ad50105c0-16464caa {
  place-self: stretch center;
}

#w-node-_09a4c8e1-3b66-a078-bbfe-4d59051cc6c6-16464caa {
  place-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-b8677d21-8d36-4bf6-4792-dc9462ca24d3-ee2386f2 {
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b8677d21-8d36-4bf6-4792-dc9462ca24d3-ee2386f2 {
    justify-self: center;
  }

  #w-node-_6accdf0f-3ee3-f223-abf8-3dd4e0ddb313-ee2386f2, #w-node-_6accdf0f-3ee3-f223-abf8-3dd4e0ddb313-1b48340a {
    place-self: stretch stretch;
  }
}


@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}