@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --cinza--claro: rgba(211, 211, 211, 1);
  --border-neutral-primary: rgba(211, 211, 211, 1);
  --surface--neutral-primary: rgba(252, 252, 252, 1);
  --border-neutral-primary: rgba(211, 211, 211, 1);
  --text-neutral-tertiary: rgba(145, 145, 145, 1);
  --cinza--escuro: rgba(77, 77, 77, 1);
  --red: #E80537;
  --red--hover: rgba(192, 10, 50, 1);
  --amarelo: rgba(242, 118, 13, 1);
  --amarelo--escuro: rgba(153, 61, 0, 1);
  --black: rgba(0, 0, 0, 1);
}

body::-webkit-scrollbar-thumb {
  background-color: #E80537;
  border-radius: 6px;
  border: 0px solid #F5F5F5;
}

::-webkit-scrollbar {
  width: 6px;
  height: 12px;
  background-color: #F5F5F5;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  background-color: #cdcdcd;
  border-radius: 6px;
  border: 0px solid #F5F5F5;
}

::-webkit-scrollbar-corner {
  background-color: transparent;
}

html {
  scroll-behavior: smooth;
}


* {
  padding: 0;
  margin: 0;
  font-family: "Inter", sans-serif !important;
  box-sizing: border-box !important;
}

main {
  position: relative;
}

body {
  background-color: #FF7500;
  font-family: Poppins, sans-serif;
}

/*  */
/* header */

.width {
  width: calc(100% - 200px);
  max-width: 1288px;
  margin: auto;
}

.header {
  display: flex;
  align-items: center;
  justify-content: center;


  background: #FFAB66;
  height: 64px;

  border-radius: 16px;
  margin: 24px 80px 0 80px;
}

.header__logo {
  width: 76px;
}


/**/
.svg-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: 24px;
  background: #163516;
  max-width: 307px;
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  /* 20px */
  letter-spacing: 0.1px;
  height: 44px;
  margin-bottom: 36px;
}

.svg-circle span {
  color: #59D359;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 20px */
  letter-spacing: 0.1px;
}

.svg-circle p {
  margin-bottom: 0;
  padding: 10px;
}

.vagas_limitadas {
  color: #FFE082;
  font-family: Roboto;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 41.6px */
  letter-spacing: 0.16px;
}

.banner-title {

  color: #FFF;
  font-family: Roboto;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 56px */
  letter-spacing: 0.56px;
  margin-bottom: 24px;

}

.banner-sub-title {
  color: #FFF;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 26px */
  letter-spacing: 0.1px;

}

.banner {
  padding: 80px 0;
  position: relative;
  background: #FF7500;
}

.banner__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  gap: 20px;

}

.grafismo_folbas {
  position: absolute;
  top: -53px;
  left: 0;
  z-index: 99;
  width: 151px;
}

.grafismo_form {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 450px;
}




/**/


/*PERSONAS*/
.personas {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FF7500;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: -1;
}

.personas img {
  width: 266px;
}

.title_personas {
  color: #7A2818;
  text-align: center;
  font-family: var(--Font-Family-base, Roboto);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 48px */
  letter-spacing: 0.48px;
  margin-bottom: 56px;
  max-width: 950.73px;
}

.container_personas {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
  max-width: 1200px;
  padding: 0 20px;
}

.text_personas {
  color: #7A2818;
  text-align: center;
  font-family: var(--Font-Family-base, Roboto);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 24px */
  letter-spacing: 0.24px;
  margin-bottom: 0;
  margin-top: 80px;
}

.container_personas_ {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px;
  max-width: 1200px;
  padding: 0 20px;
  margin-top: 48px;
}


/*APRENDER*/
.aprender {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFAB66;
  position: relative;

}

.grafismo_left_aprender {
  position: absolute;
  left: 0;
  top: -130px;
  max-width: 300px;
}

.grafismo {
  z-index: 999;
}

.grafismo_right_aprender {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 300px;
}

.container_aprender {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 1200px;
  padding: 0 20px;
}

.card_aprender {
  text-align: left;
  display: flex;

  max-width: 530px;
  height: 269px;
  padding: 52px;
  align-content: center;
  gap: 12px 10px;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 28px;
  border: 2px solid #F4502F;
  background: #FCFCFC;
}

.title_aprender {
  color: #7A2818;
  text-align: center;
  font-family: Roboto;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 48px */
  letter-spacing: 0.48px;
  margin-bottom: 80px;
}

.button_aprender {
  border-radius: 16px;
  background: #E80537;
  display: inline-flex;
  padding: 0px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 48px;
  margin-top: 54px;
}

.button_aprender a {
  color: #FCFCFC;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 16px */
  letter-spacing: 0.08px;
  text-decoration: none;
}

/*ESSENCIAL*/
.essencial {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #163516;
  position: relative;
}

.grafismo_left_essencial {
  position: absolute;
  left: 0;
  max-width: 202px;
  bottom: -215px;
}

.container_essencial {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 1200px;
  padding: 0 20px;
}

.card_essencial {
  text-align: left;
  display: flex;

  max-width: 530px;
  height: 269px;
  padding: 52px;
  align-content: center;
  gap: 12px 10px;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 28px;
  border: 2px solid #59D359;
  background: #FCFCFC;
  z-index: 999;
}


.title_essencial {
  color: #FFAB66;
  text-align: center;
  font-family: var(--Font-Family-base, Roboto);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 48px */
  letter-spacing: 0.48px;
  margin-bottom: 80px;
}













/* FOOTER */

footer {
  border-radius: 32px;
  background: #E80537;
  margin: 0 80px 24px 80px;
}

.grafismo_footer {
  position: absolute;
  right: 0;
  max-width: 325px;
  z-index: -1;
  bottom: -25px;
}

.blog_title {
  display: flex;
  height: 48px;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 14px;
  background: #FFF;
  width: 192px;
  color: #E80537;
  text-align: center;

  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.container_redes {
  display: flex;
  justify-content: space-between;
  padding: 4vh 5vw;

}

.border {
  background-color: #FFF;
  height: 1px;
  width: 90%;

  margin-left: 5%;
  border: none !important;
}

.container_redes_mob {
  display: flex;
  gap: 8px;
}

.icons {
  display: flex;
  gap: 8px;
}

.direitos_title {
  color: var(--Backgrounds-Primary, #FFF);
  font-feature-settings: 'ss01' on;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}

.termos {
  display: flex;
  gap: 32px;
}

.termos a {
  color: var(--Backgrounds-Primary, #FFF);

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  text-decoration-line: underline;
}

.termos p {
  color: var(--Backgrounds-Primary, #FFF);
  font-feature-settings: 'ss01' on;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}

.container_termos {
  display: flex;
  justify-content: space-between;
  padding: 4vh 5vw;
}

/*FORMULÁRIO*/
.form {
  display: flex;
  flex-direction: column;
  background-color: var(--surface--neutral-primary);
  box-sizing: border-box;
  border: 1px solid var(--border-neutral-primary);
  width: 350px;
  border-radius: 32px;
  border-width: 1px;
  gap: 20px;
  padding: 28px;
  z-index: 1;
}

.form__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 0px;
}

.form__ctn {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form__grafismo {
  position: absolute;
  height: 100%;
  left: 100px;
  max-height: 600px;
}

.form__inputCtn {
  position: relative;
  width: 100%;
}

.form__input,
.form__select {
  background: var(--surface--neutral-primary);
  border-radius: 12px;
  border: none;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  height: 48px;
  padding: 4px 20px 0;
  width: 100%;
  outline: 1px solid var(--cinza--claro);
}

.form__select {
  appearance: none;
  cursor: pointer;
}

option {
  color: rgba(77, 77, 77, 1);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

.form__select--1 {
  position: relative;
  display: flex;
  flex-direction: column;
}

.form__select--arrow::after {
  content: '';
  background-image: url('https://image.fala.caju.com.br/lib/fe3211737164047b701270/m/1/0bc96ced-05d8-4dca-9ac2-24f370718e9c.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  color: rgb(158, 158, 158);
  width: 12px;
  height: 12px;
  right: 20px;
  top: 18px;
  z-index: 2;
  transition: .2s;
  pointer-events: none;
}

.form__cut {
  background-color: var(--surface--neutral-primary);
  border-radius: 0px;
  height: 10px;
  left: 14px;
  position: absolute;
  top: -12px;
  transform: translateY(0);
  transition: transform 200ms;
  width: 76px;
}

.form__cut-short {
  width: 50px;
}

.form__input:focus~.form__cut,
.form__input:not(:placeholder-shown)~.form__cut {
  transform: translateY(8px);
}

.form__select:valid~.form__cut {
  transform: translateY(8px);
}

.form__placeholder {
  color: var(--text-neutral-tertiary);
  font-family: sans-serif;
  font-weight: 400;
  line-height: 14px;
  font-size: 14px;
  pointer-events: none;
  position: absolute;
  transform-origin: 0 50%;
  transition: transform 350ms, color 200ms;
  left: 20px;
  top: 18px;
}

.form__input:focus~.form__placeholder,
.form__input:not(:placeholder-shown)~.form__placeholder {
  transform: translateY(-24px) translateX(-2px);
}

.form__select:valid~.form__placeholder {
  transform: translateY(-24px) translateX(-2px);
}

.form__input--focus .form__input,
.form__input--focus .form__select {
  outline: 2px solid black;
  color: black;
}

.form__input--focus .form__placeholder {
  color: black;
  transition: .5s;
}

.form__placeholder:focus {
  color: var(--black);
  transition: .5s;
}

.form__labels {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

/* Button */
.form__submit {
  background-color: var(--red);
  border-radius: 16px;
  border: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  height: 48px;
  margin-top: 0px;
  text-align: center;
  width: 100%;
  transition: .2s;
}

.form__submit:hover {
  background-color: var(--red--hover);
  transition: .2s;
}

.form__submit:active {
  transition: .2s;
  background-color: var(--red--hover);
}

.form__disclamer {
  font-size: 10px;
  color: #919191;
  text-align: center;
  margin: 0;
}

.form__disclamer a {
  color: #919191;
}

.form__disclamer a {
  color: #919191;
}

.input--1 .form__cut {
  width: 140px;
}

.input--2 .form__cut {
  width: 146px;
}

.form__input--3 .form__cut {
  width: 246px;
}

.form__input--4 .form__cut {
  width: 172px;
}

.form__input--5 .form__cut {
  width: 262px;
}

/* Select */
.form__select--1 .form__cut {
  width: 228px;
}

.form__select--2 .form__cut {
  width: 147px;
}

.form__select--3 .form__cut {
  width: 195px;
}

.form__select--1 .form__placeholder {
  top: 18px;
}

.form__input--telefone {
  display: flex;
  position: relative;
}

/*  */
.form__error {
  position: relative;
  display: block;
  color: var(--amarelo--escuro);
  font-size: 14px;
  margin-top: 8px;
  z-index: 2;
}

.form__error-err.form__select--arrow::after {
  right: 55px;
  transition: .2s;
  pointer-events: none;
}

.form__error-err::before {
  content: '';
  position: absolute;
  right: 18px;
  top: 14px;
  width: 20px;
  height: 20px;
  background-image: url('https://image.fala.caju.com.br/lib/fe3211737164047b701270/m/1/10c40112-7e96-4c1b-a691-3134fe85ae8f.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.form__error-err .form__input,
.form__error-err .form__select {
  outline: 2px solid var(--amarelo) !important;
}

.form__error-err .form__placeholder {
  color: var(--amarelo--escuro) !important;
}

.form__error-err .form__input,
.form__error-err .form__select {
  padding-right: 60px;
}

/* Checkboxs */
.form__checkbox {
  display: flex;
  gap: 16px;
  font-size: 14px;
}

.form__check--title {
  font-weight: 500;
  color: rgba(145, 145, 145, 1);
}

input[type="radio"] {
  display: none;
}

.radio-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  color: rgba(145, 145, 145, 1);
}

.form__radio-custom {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(145, 145, 145, 1);
  background: rgba(243, 243, 243, 1);
  border-radius: 26px;
  margin-right: 4px;
  position: relative;
}

input[type="radio"]:checked+.form__radio-custom::after {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 14px;
  background-color: var(--red);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

input[type="radio"]:checked~.form__radio-custom {
  border-color: var(--red);
  border-width: 2px;
}

.radio-label:hover .form__radio-custom {
  border-color: var(--red);
}

.form__submit--ctn {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/**/
.card {
  display: flex;
display: none;
  height: 564px;
  padding: 28px 28px 32px 28px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 20px;
 border: none;
  background: #FCFCFC;

}
  .card-title {
    color: #FF7500;
    text-align: center;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .card-text {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  #form_redirect{}



  @media screen and (max-width: 1200px) {
    footer {
      margin: 32px 13px;
    }

    .grafismo_left_essencial {
      display: none;
    }
  }

  @media screen and (max-width: 1150px) {

    .container_aprender,
    .container_essencial {
      grid-template-columns: repeat(1, 1fr);
      gap: 20px;
    }

    .grafismo_left_aprender {
      width: 150px;

    }

    .grafismo {
      z-index: 0;
    }

    .grafismo_right_aprender {
      width: 116px;
      bottom: 70px;
    }
  }

  @media screen and (max-width: 1050px) {
    .banner__container {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .g-container__texts {

      display: flex;
      align-items: center;
      flex-direction: column;
      text-align: center;

    }

    .container_redes {
      justify-content: center;
      flex-direction: column;
      align-items: center;
    }

    .container_termos {
      flex-direction: column;
      align-items: center;
    }

    .icons {
      flex-direction: column;
      align-items: center;
    }

    .termos {
      flex-direction: column;
      text-align: center;
      gap: 16px;
    }

    .container_blog {
      margin: 20px 0;
    }

  }

  @media screen and (max-width: 1000px) {
    form {
      width: 100%;
    }

    .container_personas,
    .container_personas_ {
      grid-template-columns: repeat(1, 1fr);

    }
  }

  @media screen and (max-width: 900px) {



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

    .aprender,
    .essencial,
    .personas,
    .banner {
      padding: 32px 0;
    }

    .grafismo_left_aprender {
      width: 116px;
      top: 59px;
      z-index: 999;
    }
  }

  @media screen and (max-width:650px) {


    .banner-title {
      font-size: 24px;
      width: 100%;

    }


    .banner {
      padding: 40px 0;
    }




    .g-container__texts {
      text-align: center;
      width: 300px;
      display: flex;
      align-items: center;
      flex-direction: column;
      margin-top: 0;

    }

    .banner-sub-title {
      font-size: 16px;
      width: 100%;

    }


    .header {
      margin: 24px;
    }

    .grafismo_folbas {
      width: 60px;
    }

    .title_aprender,
    .title_essencial,
    .title_personas {
      font-size: 32px;
      margin-bottom: 28px;
      padding: 0 10px;

    }

    .button_aprender {
      margin-top: 28px;
    }

    .grafismo_form {
      width: 350px;
    }

    @media screen and(max-width: 400px) {
      .form__input {
        font-size: 14px;
      }
    }
  }