#formInscricao {
  background: #1d6431;
  padding: 50px 20px;
}
#formInscricao .titulo {
  font-size: 1.666666666666667vw;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 24px;
}
#formInscricao .subtitulo {
  display: none;
}
#formInscricao .wrapper .form {
  display: block;
  text-align: center;
}
#formInscricao .wrapper .form .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 21px;
}
#formInscricao .wrapper .form .group .inputs {
  width: 240px;
  margin: 10px 5px;
  position: relative;
}
#formInscricao .wrapper .form .group .inputs input,
#formInscricao .wrapper .form .group .inputs select {
  width: 100%;
  padding: 13px 20px;
  border: 1px solid #fff;
  background: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #fff;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
}
#formInscricao .wrapper .form .group .inputs input::-webkit-input-placeholder,
#formInscricao .wrapper .form .group .inputs select::-webkit-input-placeholder {
  color: #fff;
}
#formInscricao .wrapper .form .group .inputs input:-ms-input-placeholder,
#formInscricao .wrapper .form .group .inputs select:-ms-input-placeholder {
  color: #fff;
}
#formInscricao .wrapper .form .group .inputs input::-ms-input-placeholder,
#formInscricao .wrapper .form .group .inputs select::-ms-input-placeholder {
  color: #fff;
}
#formInscricao .wrapper .form .group .inputs input::placeholder,
#formInscricao .wrapper .form .group .inputs select::placeholder {
  color: #fff;
}
#formInscricao .wrapper .form .group .inputs select {
  height: 49px;
}
#formInscricao .wrapper .form .group .inputs select option {
  color: #383838;
}
#formInscricao .wrapper .form .group .inputs span.erro {
  position: absolute;
  bottom: -17px;
  width: 100%;
  right: 0;
  font-size: 14px;
}
#formInscricao .wrapper .form .group .check label {
  color: #fff;
  font-size: 16px;
}
#formInscricao .wrapper .form .group .check label span {
  line-height: 1.2em;
}
#formInscricao .wrapper .form .group .check label span:not(.labelTitle) {
  font-size: 14px;
}
#formInscricao .wrapper .form .group .check .labelTitle {
  display: block;
}
#formInscricao .wrapper .form input,
#formInscricao .wrapper .form select {
  border: none;
}
#formInscricao .wrapper .form input.button,
#formInscricao .wrapper .form select.button {
  background: #e77e23;
  color: #fff;
  border-radius: 0;
  text-align: center;
  width: 216px;
  line-height: 46px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#formInscricao .wrapper .form input.button:hover,
#formInscricao .wrapper .form select.button:hover {
  -webkit-box-shadow: 0 0 10px 10px rgba(0,0,0,0.2);
          box-shadow: 0 0 10px 10px rgba(0,0,0,0.2);
}
#formInscricao.cursosGratuitos {
  background: #3dbaa1;
}
#formInscricao.cursosGratuitos .titulo {
  margin-bottom: 0px;
  font-size: 40px;
}
#formInscricao.cursosGratuitos .subtitulo {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}
#formInscricao.cursosGratuitos .wrapper .form.enviado {
  position: relative;
}
#formInscricao.cursosGratuitos .wrapper .form.enviado:before {
  content: attr(data-enviado);
  position: absolute;
  top: 0;
  left: 0;
  bottom: -20px;
  right: 0;
  background: #3dbaa1;
  z-index: 1;
  color: #fff;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 25px;
}
#formInscricao.extensao {
  background: #3dbaa1;
}
#formInscricao.extensao .wrapper .form .group .inputs {
  width: 33%;
}
footer#mainFooter {
  background: #19652f;
  padding: 50px 20px 140px;
}
footer#mainFooter a.scroll {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 6.5625vw;
  left: 2.5%;
  padding: 6px;
  background: -webkit-gradient(linear, left top, right top, from(#397f1c), color-stop(#175e24), to(#397f1c));
  background: linear-gradient(to right, #397f1c, #175e24, #397f1c);
  z-index: 2;
  background-position: center left;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-size: 200% 100%;
}
footer#mainFooter a.scroll:hover {
  background-position: -100% center;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
          box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
footer#mainFooter a.scroll div svg {
  width: 38px;
  height: 38px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer#mainFooter a.scroll.toggleSeta div svg {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
footer#mainFooter .navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
footer#mainFooter .navs nav {
  max-width: 230px;
  width: 100%;
}
footer#mainFooter .navs nav div h4 {
  color: #cbe988;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1.302083333333333vw;
}
footer#mainFooter .navs nav div ul li {
  padding: 7px 0;
}
footer#mainFooter .navs nav div ul li a,
footer#mainFooter .navs nav div ul li p {
  color: #fff;
}
footer#mainFooter .navs nav .canal {
  margin-top: 50px;
}
footer#mainFooter .navs nav .canal h4 {
  margin-bottom: 10px;
}
footer#mainFooter .navs nav .canal a {
  text-decoration: underline;
  color: #203e50;
}
footer#mainFooter .icones .imgs {
  height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
footer#mainFooter .icones .imgs img {
  height: 100%;
  margin: 10px;
}
footer#mainFooter .fixInscricaoBar {
  width: 100%;
  background: #19652f;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 5.520833333333334vw;
  z-index: 2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
footer#mainFooter .fixInscricaoBar span,
footer#mainFooter .fixInscricaoBar a {
  color: #fff;
  font-size: 1.25vw;
  text-transform: uppercase;
}
footer#mainFooter .fixInscricaoBar a.cliqueAqui {
  font-size: 1.25vw;
  font-weight: bold;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  margin: 0 5px;
  width: 13.020833333333334vw;
  padding: 0.520833333333333vw 0;
  background: -webkit-gradient(linear, left top, right top, from(#e99c00), color-stop(#e97515), to(#e99c00));
  background: linear-gradient(to right, #e99c00, #e97515, #e99c00);
  text-transform: uppercase;
  background-position: center left;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-size: 200% 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer#mainFooter .fixInscricaoBar a.cliqueAqui img {
  width: 1.09375vw;
  margin: 0 8px;
}
footer#mainFooter .fixInscricaoBar a.cliqueAqui:hover {
  background-position: -100% center;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
          box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
footer#mainFooter .fixInscricaoBar.scroll {
  height: 4.166666666666667vw;
}
@media (max-width: 1024px) {
  #formInscricao .wrapper .form .group .inputs select {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  #formInscricao .titulo {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  footer#mainFooter {
    padding: 50px 20px 80px;
  }
  footer#mainFooter a.scroll {
    bottom: 20.833333333333332vw;
  }
  footer#mainFooter .icones .imgs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    height: auto;
  }
  footer#mainFooter .icones .imgs img {
    height: 95px;
  }
  footer#mainFooter .fixInscricaoBar {
    width: 250px;
    height: 80px !important;
    border-top-right-radius: 15px;
    border-top-left-radius: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  footer#mainFooter .fixInscricaoBar span,
  footer#mainFooter .fixInscricaoBar a {
    font-size: 3.666666666666667vw;
  }
  footer#mainFooter .fixInscricaoBar a.cliqueAqui {
    font-size: 15px;
    width: 170px;
    line-height: 30px;
  }
  footer#mainFooter .fixInscricaoBar.scroll {
    height: 13.333333333333334vw;
  }
  #formInscricao .wrapper .form .group .check .labelTitle {
    display: none;
  }
  #formInscricao .wrapper .form .group .check input {
    width: auto;
    margin-bottom: 0;
  }
  #formInscricao.cursosGratuitos .titulo {
    font-size: 32px;
  }
  #formInscricao.cursosGratuitos .subtitulo {
    font-size: 18px;
  }
  #formInscricao.extensao .wrapper .form .group .inputs {
    width: 100%;
  }
}
