:root {
  --white: white;
  --black: black;
}

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

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

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

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

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

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

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

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

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

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

.u-section-nav {
  width: 100%;
  position: absolute;
}

.u-container, .u-container._2 {
  max-width: 1256px;
}

.body {
  background-color: #000;
  padding-bottom: 93px;
}

.u-space {
  padding-left: 20px;
  padding-right: 20px;
}

.u-space.u-space-nav {
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 26px;
  display: flex;
}

.u-space.u-space-hero {
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 180px;
  padding-bottom: 127px;
  display: flex;
}

.u-space.u-space-aprender {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 75px;
  display: flex;
}

.u-space.u-space-conhecimento {
  padding-top: 80px;
  padding-bottom: 0;
}

.u-space.u-space-bio {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 90px;
  padding-bottom: 80px;
  display: flex;
}

.u-space.u-space-vaga {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 129px;
  padding-bottom: 43px;
  display: flex;
}

.u-space.u-space-rodape {
  justify-content: space-between;
  align-items: center;
  padding-top: 46px;
  padding-bottom: 46px;
  display: flex;
}

.u-space.u-space-fix {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.image {
  display: block;
}

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

.text-block {
  color: #ffc86f;
  text-transform: uppercase;
  font-family: Gotham, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
}

.div-block-2 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: none;
}

.div-block-2.desk {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.text-block-2 {
  color: #fff;
  letter-spacing: .62px;
  font-family: Exo, sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 42px;
}

.text-block-3 {
  color: rgba(255, 255, 255, .7);
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-size: 9px;
  font-weight: 300;
  line-height: 140%;
}

.div-block-4 {
  background-color: #ffc86f;
  border-radius: 100%;
  width: 100%;
  min-width: 6px;
  max-width: 6px;
  height: 6px;
  min-height: 6px;
  max-height: 6px;
}

.u-section-hero {
  background-image: url('../images/bg-hero_1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.text-block-4 {
  color: #fff;
  letter-spacing: .8px;
  background-image: linear-gradient(90deg, rgba(112, 112, 112, .2), rgba(255, 255, 255, .2) 42%, rgba(0, 0, 0, .2));
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 272px;
  height: 47px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 120%;
  display: flex;
}

.text-block-4.mob {
  display: none;
}

.bold-text {
  color: #ffc86f;
  margin-left: 5px;
}

.heading {
  color: #fff;
  letter-spacing: 1.38px;
  text-transform: uppercase;
  max-width: 685px;
  margin-top: 27px;
  margin-bottom: 13px;
  font-family: Poppins, sans-serif;
  font-size: 46px;
  line-height: 100%;
}

.text-span {
  color: #ffc86f;
}

.paragraph {
  color: #fff;
  max-width: 719px;
  margin-bottom: 32px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 145%;
}

.cta-pagina {
  color: #272727;
  letter-spacing: .52px;
  background-color: #ffc86f;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 433px;
  height: 72px;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 800;
  display: flex;
  box-shadow: 0 9px 39px rgba(255, 200, 111, .7);
}

.u-section-aprender {
  background-image: url('../images/bg-aprender_1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.image-2 {
  display: block;
}

.heading-2 {
  color: #fff;
  margin-bottom: 14px;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 130%;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  max-width: 535px;
  margin-bottom: 51px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 145%;
}

.div-block-5 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block-6 {
  background-image: url('../images/aula1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 287px 540px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 287px;
  height: 540px;
  padding-bottom: 36px;
  display: flex;
}

.div-block-6._2 {
  background-image: url('../images/aula2.png');
}

.div-block-6._3 {
  background-image: url('../images/aula3.png');
}

.div-block-6._4 {
  background-image: url('../images/aula4.png');
}

.text-block-6 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  display: flex;
}

.text-span-2 {
  color: #ffc86f;
}

.text-block-7 {
  color: #fff;
  text-align: center;
  max-width: 230px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 130%;
}

.text-block-7._1 {
  max-width: 215px;
}

.div-block-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-transform: uppercase;
  background-color: #1d1d1d;
  border: 1px solid #ffc86f;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 174px;
  height: 35px;
  margin-bottom: 18px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
  display: flex;
}

.image-3 {
  display: block;
}

.text-block-8 {
  color: #171717;
  letter-spacing: .16px;
  text-transform: uppercase;
  background-color: #ffc86f;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 78px;
  height: 27px;
  font-family: Gotham, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  display: flex;
}

.u-section-conhecimento {
  background-image: url('../images/bg-conhecimento_1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  height: 575px;
}

.div-block-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-left: 3px solid #ffc86f;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 621px;
  margin-left: auto;
  padding-left: 27px;
  display: flex;
}

.heading-3 {
  color: #fff;
  letter-spacing: .38px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  line-height: 130%;
}

.paragraph-2 {
  color: #fff;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 145%;
}

.u-section-bio {
  background-image: url('../images/bg-bio_1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.heading-4 {
  color: #fff;
  letter-spacing: .38px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 130%;
}

.paragraph-3 {
  color: #fff;
  max-width: 564px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 145%;
}

.text-span-3 {
  font-weight: 500;
}

.u-section-vaga {
  background-color: #ffc86f;
  background-image: url('../images/bg-vaga_1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.heading-5 {
  color: #000;
  text-align: center;
  letter-spacing: .38px;
  max-width: 677px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 125%;
}

.text-block-9 {
  color: #090b19;
  letter-spacing: .56px;
  font-family: Gotham, sans-serif;
  font-size: 28px;
  line-height: 140%;
}

.u-section-rodape {
  background-image: linear-gradient(#181818, #000);
  border: .5px solid #54555f;
}

.div-block-9 {
  grid-column-gap: 76px;
  grid-row-gap: 76px;
  color: #fff;
  text-align: center;
  letter-spacing: -.07px;
  justify-content: flex-start;
  align-items: center;
  font-family: Exo, sans-serif;
  line-height: 145%;
  display: flex;
}

.image-4 {
  display: block;
}

.link {
  color: rgba(255, 255, 255, .7);
  font-family: Exo, sans-serif;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.p-section-hero {
  background-image: url('../images/bg-parabens_1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.p-container {
  max-width: 1140px;
}

.p-space {
  padding-left: 20px;
  padding-right: 20px;
}

.p-space.p-space-hero {
  justify-content: center;
  align-items: center;
  padding-top: 94px;
  padding-bottom: 450px;
  display: flex;
}

.image-5 {
  max-width: 98px;
  display: block;
}

.heading-6 {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  max-width: 394px;
  margin: 0 20px 0 29px;
  font-family: Poppins, sans-serif;
  font-size: 44px;
  line-height: 127%;
}

.text-span-4 {
  color: #ffc86f;
}

.div-block-10 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  color: #fff;
  text-align: center;
  background-color: rgba(94, 240, 117, .2);
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 489px;
  padding-top: 19px;
  padding-bottom: 33px;
  font-family: Urbanist, sans-serif;
  font-size: 20px;
  line-height: 140%;
  display: flex;
}

.text-span-5 {
  font-weight: 800;
}

.text-block-11 {
  max-width: 410px;
}

.div-block-11 {
  background-image: url('../images/botao.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 435px;
  height: 74px;
  display: flex;
}

.link-block {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  color: #14491c;
  background-image: linear-gradient(#5ef075, #25c73f);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 425px;
  height: 62px;
  font-family: Space Grotesk, sans-serif;
  font-size: 21px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  box-shadow: 0 28px 80px rgba(39, 219, 68, .22), 0 12px 33px rgba(39, 219, 68, .16), 0 6px 18px rgba(39, 219, 68, .13), 0 4px 10px rgba(39, 219, 68, .11), 0 2px 5px rgba(39, 219, 68, .09), 0 1px 2px rgba(39, 219, 68, .06);
}

.body-2 {
  background-color: #120b0e;
}

.image-6 {
  display: block;
}

.button-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #ea6e38;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 356px;
  height: 51px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  display: flex;
  box-shadow: 0 2px 2px #ea6e38;
}

.button-2.mob2 {
  background-color: #4c2a24;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  box-shadow: 0 2px 2px #311717;
}

.checkbox-label-2 {
  color: #fff;
  max-width: 352px;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.checkbox-label-2.a {
  color: #fff;
  max-width: 355px;
  font-family: Poppins, sans-serif;
}

.campo-phone {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 0 #000;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 0 28px 0 0;
  font-size: 16px;
  font-weight: 300;
}

.campo-phone:focus {
  border: 1px rgba(0, 0, 0, 0);
}

.campo-phone::placeholder {
  color: rgba(255, 255, 255, .7);
  font-weight: 300;
}

.campo-phone.phone {
  color: #000;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.campo-phone.phone::placeholder {
  color: rgba(1, 1, 6, .6);
  font-weight: 500;
}

.modal-title {
  color: #fff;
  text-align: center;
  max-width: 345px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 31.9px;
  display: none;
}

.modal-title.open {
  font-family: Poppins, sans-serif;
  display: block;
}

.close-modal-captura {
  color: rgba(255, 255, 255, .8);
  display: block;
}

.modal-forme {
  max-width: 440px;
  margin-bottom: 0;
  display: none;
}

.modal-forme.open {
  z-index: 99;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, .6);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.close-modal-2 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-top: 0;
  display: none;
  position: absolute;
  top: 18px;
  bottom: auto;
  left: auto;
  right: 14px;
}

.close-modal-2.open {
  display: block;
}

.text-block-279 {
  color: #fff;
  text-align: center;
}

.success-message-2 {
  background-color: rgba(221, 221, 221, .2);
}

.html-embed-34 {
  opacity: .6;
  margin-bottom: -4px;
  margin-right: 14px;
}

.error-message-2 {
  color: #000;
  background-color: rgba(221, 221, 221, .2);
  width: 100%;
  max-width: 440px;
}

.form-background-div-2 {
  z-index: 15;
  color: #000;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: 400px;
  height: 48px;
  max-height: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 16px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.text-field-3 {
  color: #000;
  background-image: none;
  background-position: 4%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 6px;
  width: 100%;
  max-width: 400px;
  height: 48px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 52px;
  font-size: 16px;
  line-height: 24px;
}

.text-field-3.campo-nome {
  color: #000;
  background-color: #fff;
  background-image: url('../images/user.svg');
  font-family: Poppins, sans-serif;
}

.text-field-3.campo-nome::placeholder {
  color: rgba(0, 0, 0, .6);
}

.text-field-3.campo-email {
  color: #000;
  background-color: #fff;
  background-image: url('../images/mail.svg');
  font-family: Poppins, sans-serif;
}

.text-field-3.campo-email::placeholder {
  color: rgba(0, 0, 0, .6);
}

.box-forme {
  max-width: 440px;
  position: relative;
}

.box-forme.open {
  background-color: #000;
  border: 1px solid #2c2c2c;
  border-radius: 10px;
  width: 100%;
  max-width: 500px;
  padding: 40px;
  position: relative;
}

.link-4 {
  color: #fff;
}

.checkbox-field-2 {
  max-width: 400px;
  margin: 16px auto;
  padding-left: 30px;
}

.bold-text-copy {
  color: #ffc86f;
  margin-left: 0;
}

.u-section-fix {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, .8);
  border-top: 1px solid #2b2b2b;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media screen and (max-width: 991px) {
  .u-container, .u-container._2 {
    max-width: 360px;
  }

  .u-space.u-space-nav {
    padding-top: 16px;
    padding-bottom: 13px;
  }

  .u-space.u-space-hero {
    padding-top: 74px;
    padding-bottom: 29px;
  }

  .u-space.u-space-aprender {
    padding-top: 32px;
    padding-bottom: 62px;
  }

  .u-space.u-space-conhecimento {
    padding-top: 268px;
    padding-bottom: 47px;
  }

  .u-space.u-space-bio {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding-top: 328px;
    padding-bottom: 60px;
  }

  .u-space.u-space-vaga {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    padding-top: 128px;
    padding-bottom: 59px;
  }

  .u-space.u-space-rodape {
    flex-flow: column;
    padding-top: 41px;
    padding-bottom: 49px;
  }

  .image {
    max-width: 85px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block {
    display: none;
  }

  .div-block-2 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    grid-template-rows: auto;
    grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
    grid-auto-columns: 1fr;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .u-section-hero {
    background-image: url('../images/mob-hero.webp');
  }

  .text-block-4 {
    max-width: 320px;
    display: none;
  }

  .text-block-4.mob {
    letter-spacing: .48px;
    background-image: linear-gradient(90deg, #030303, #000 42%, #2e2e2e);
    border: 1px solid #2e2e2e;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    max-width: 310px;
    height: 29px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    display: flex;
  }

  .heading {
    max-width: 300px;
    margin-top: 235px;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 106%;
  }

  .paragraph {
    margin-bottom: 24px;
    font-size: 14px;
  }

  .cta-pagina {
    letter-spacing: .32px;
    max-width: 308px;
    height: 45px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .u-section-aprender {
    background-image: url('../images/mob-aprender.webp');
  }

  .image-2 {
    max-width: 29px;
  }

  .heading-2 {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 25px;
  }

  .text-block-5 {
    max-width: 276px;
    margin-bottom: 29px;
    font-size: 14px;
  }

  .div-block-5 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    grid-template-columns: 1fr;
    align-items: start;
    justify-items: center;
  }

  .div-block-6 {
    background-size: 270px 445px;
    max-width: 270px;
    height: 445px;
    padding-bottom: 29px;
  }

  .text-block-6 {
    max-width: 260px;
    font-size: 19px;
  }

  .text-block-7 {
    margin-top: 8px;
    margin-bottom: 16px;
    font-size: 14px;
  }

  .div-block-7 {
    max-width: 144px;
    height: 29px;
    margin-bottom: 15px;
    font-size: 16px;
  }

  .image-3 {
    max-width: 16px;
  }

  .u-section-conhecimento {
    background-image: url('../images/mob-conhecimento.webp');
    height: 694.453px;
  }

  .div-block-8 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-left-style: none;
    padding-left: 0;
  }

  .heading-3 {
    letter-spacing: .25px;
    border-left: 4px solid #ffc86f;
    padding-left: 16px;
    font-size: 25px;
  }

  .paragraph-2 {
    font-size: 14px;
    font-weight: 400;
  }

  .u-section-bio {
    background-image: url('../images/mob-bio.webp');
  }

  .heading-4 {
    letter-spacing: .25px;
    border-left: 4px solid #ffc86f;
    max-width: 206px;
    padding-left: 16px;
    font-size: 25px;
    line-height: 120%;
  }

  .paragraph-3 {
    max-width: 312px;
    font-size: 14px;
  }

  .u-section-vaga {
    background-image: url('../images/mob-vaga.jpg');
  }

  .heading-5 {
    letter-spacing: .27px;
    max-width: 300px;
    font-size: 27px;
  }

  .text-block-9 {
    letter-spacing: .3px;
    font-size: 15px;
  }

  .div-block-9 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: flex-start;
    max-width: 260px;
    margin-bottom: 29px;
    font-size: 15px;
  }

  .link {
    color: #fff;
  }

  .p-section-hero {
    background-image: url('../images/mob-parabens.webp');
  }

  .p-container {
    max-width: 360px;
  }

  .p-space.p-space-hero {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 29px;
    padding-bottom: 569px;
  }

  .image-5 {
    max-width: 50px;
  }

  .heading-6 {
    text-align: center;
    margin: 14px auto 41px;
    font-size: 24px;
    line-height: 115%;
  }

  .div-block-10 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 33px 13px 51px;
  }

  .text-block-11 {
    max-width: 286px;
  }

  .div-block-11 {
    background-size: 294px 61px;
    max-width: 294px;
    height: 61px;
  }

  .link-block {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    max-width: 284px;
    height: 51px;
    font-size: 15px;
  }

  .image-6 {
    max-width: 20px;
  }

  .button-2.mob2 {
    font-size: 13px;
    line-height: 20px;
  }

  .checkbox-label-2 {
    color: #2c2c2c;
    font-size: 10px;
    line-height: 13px;
  }

  .checkbox-label-2.a {
    color: #fff;
  }

  .campo-phone.phone {
    padding-right: 28px;
  }

  .campo-phone.phone::placeholder {
    font-size: 14px;
    line-height: 16px;
  }

  .modal-title {
    font-size: 20px;
    line-height: 26px;
    display: none;
  }

  .modal-title.open {
    max-width: 245px;
    font-size: 16px;
    line-height: 21px;
  }

  .modal-forme {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .close-modal-2.open {
    width: 18px;
    height: 18px;
  }

  .html-embed-34 {
    margin-right: 10px;
  }

  .checkbox {
    margin-left: -22px;
  }

  .form-background-div-2 {
    height: 40px;
    padding-left: 13px;
    padding-right: 5px;
  }

  .text-field-3 {
    max-width: none;
    height: 40px;
  }

  .text-field-3.campo-nome {
    background-image: url('../images/user.svg');
    background-position: 13px;
    background-size: 24px 24px;
    margin-bottom: 11px;
    padding-left: 45px;
    font-family: Exo, sans-serif;
  }

  .text-field-3.campo-nome::placeholder {
    color: #010106;
    font-family: Exo, sans-serif;
    font-size: 14px;
    line-height: 16px;
  }

  .text-field-3.campo-email {
    background-image: url('../images/mail.svg');
    background-position: 13px;
    background-size: 24px 24px;
    margin-bottom: 11px;
    padding-left: 45px;
  }

  .text-field-3.campo-email::placeholder {
    color: #010106;
    font-family: Exo, sans-serif;
    font-size: 14px;
    line-height: 16px;
  }

  .box-forme.open {
    border-radius: 11px;
    max-width: 320px;
    padding: 60px 10px 40px;
  }

  .link-4 {
    color: #fff;
  }

  .checkbox-field-2 {
    padding-left: 21px;
  }
}

@media screen and (max-width: 767px) {
  .modal-title {
    margin-bottom: 15px;
  }

  .checkbox-field-2 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .checkbox-label-2 {
    max-width: 355px;
  }

  .campo-phone {
    font-size: 15px;
    font-weight: 400;
  }

  .campo-phone.phone {
    padding-right: 0;
  }

  .modal-title {
    margin-bottom: 15px;
  }

  .modal-forme {
    width: 100%;
  }

  .modal-forme.open {
    z-index: 999;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding-left: 10px;
    padding-right: 10px;
  }

  .close-modal-2 {
    right: 8px;
  }

  .html-embed-34 {
    margin-right: 10px;
  }

  .checkbox {
    margin-left: -25px;
  }

  .form-background-div-2 {
    width: 100%;
    max-width: 100%;
    height: 40px;
    margin-bottom: 0;
    padding-left: 11px;
  }

  .text-field-3.campo-nome, .text-field-3.campo-email {
    margin-bottom: 8px;
  }

  .box-forme {
    width: 100%;
    max-width: 100%;
  }

  .box-forme.open {
    max-width: none;
    padding-top: 50px;
  }

  .checkbox-field-2 {
    padding-left: 25px;
  }
}


@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-XLightItalic.otf') format('opentype'), url('../fonts/Gotham-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.otf') format('opentype'), url('../fonts/Gotham-XLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-UltraItalic.otf') format('opentype'), url('../fonts/Gotham-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}