body {
  background: #fff !important;
}
.newHome section#banner {
  overflow: hidden;
  position: relative;
  padding-bottom: 26px;
  padding-top: 2px;
}
.newHome section#banner:hover button.setaBanner {
  opacity: 1;
}
.newHome section#banner button.setaBanner {
  background: none;
  height: 114px;
  border: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  z-index: 3;
  outline: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newHome section#banner button.setaBanner img {
  height: 100%;
}
.newHome section#banner button.setaBanner.prevArrowBanner {
  left: 8.333333333333334vw;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.newHome section#banner button.setaBanner.nextArrowBanner {
  right: 8.333333333333334vw;
}
.newHome section#banner .galeriaSlide {
  max-width: 1920px;
  margin: 0 auto;
}
.newHome section#banner .galeriaSlide .slide a {
  width: 100%;
  display: block;
  position: relative;
}
.newHome section#banner .galeriaSlide .slide a img {
  margin: 0 auto;
}
.newHome section#banner .galeriaSlide .slide .conteudo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.newHome section#banner .galeriaSlide .slide .conteudo .wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.newHome section#banner .galeriaSlide .slide .conteudo .wrapper.direita {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.newHome section#banner .galeriaSlide .slide .conteudo .wrapper:after {
  content: none;
}
.newHome section#banner .galeriaSlide .slide .conteudo .wrapper .texto {
  width: 20.3125vw;
  padding: 0 2.604166666666667vw;
  position: relative;
}
.newHome section#banner .galeriaSlide .slide .conteudo .wrapper .texto h3 {
  color: #fff;
  font-size: 2.604166666666667vw;
  font-weight: bold;
  text-transform: uppercase;
}
.newHome section#banner .galeriaSlide .slide .conteudo .wrapper .texto p {
  color: #fff;
  font-size: 1.25vw;
  letter-spacing: 1px;
}
.newHome section#banner .galeriaSlide .slide .conteudo .wrapper .texto p span.preco {
  font-size: 1.822916666666667vw;
  font-weight: bold;
}
.newHome section#banner .galeriaSlide .slide .conteudo .wrapper .texto:before {
  content: '';
  height: 70%;
  width: 3px;
  background: #e98000;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.newHome section#banner .galeriaSlide .slide .conteudo .wrapper .form {
  background: #f15f29;
  width: 18.229166666666668vw;
  height: 20.833333333333336vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newHome section#banner .galeriaSlide .slide .conteudo .wrapper .form form {
  width: 14.0625vw;
  margin-top: 2.083333333333333vw;
}
.newHome section#banner .galeriaSlide .slide .conteudo .wrapper .form form .input {
  position: relative;
  padding: 0 15px;
  width: 100%;
  margin-bottom: 2.083333333333333vw;
}
.newHome section#banner .galeriaSlide .slide .conteudo .wrapper .form form .input label {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 0.833333333333333vw;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  line-height: 0.833333333333333vw;
  color: #fff;
}
.newHome section#banner .galeriaSlide .slide .conteudo .wrapper .form form .input label.ativo {
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
  font-size: 0.625vw;
  line-height: 0.625vw;
}
.newHome section#banner .galeriaSlide .slide .conteudo .wrapper .form form .input input {
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  outline: 0;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 40px;
  display: block;
  width: 100%;
  font-size: 0.833333333333333vw;
  padding-top: 0.625vw;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.newHome section#banner .galeriaSlide .slide .conteudo .wrapper .form form .input input:focus + label {
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
  font-size: 0.625vw;
  line-height: 0.625vw;
}
.newHome section#banner .galeriaSlide .slide .conteudo .wrapper .form form .input .message {
  visibility: hidden;
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  bottom: -20px;
  font-size: 11px;
  right: 15px;
  color: #c00;
}
.newHome section#banner .galeriaSlide .slide .conteudo .wrapper .form form .input.error .message,
.newHome section#banner .galeriaSlide .slide .conteudo .wrapper .form form .input.success .message {
  visibility: visible;
  opacity: 1;
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}
.newHome section#banner .galeriaSlide .slide .conteudo .wrapper .form form .button {
  display: block;
  color: #f15f29;
  font-size: 0.9375vw;
  padding: 5px 15px;
  border: 0;
  border-radius: 0;
  background: #fff;
  margin: 1.041666666666667vw 15px 1.5625vw auto;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-position: center left;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-size: 200% 100%;
}
.newHome section#banner .galeriaSlide .slide .conteudo .wrapper .form form .button:hover {
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
          box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
@media (max-width: 1024px) {
  .newHome section#banner .galeriaSlide .slide .conteudo .wrapper .form {
    width: 34.1796875vw;
    height: 27.34375vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .newHome section#banner .galeriaSlide .slide .conteudo .wrapper .form form {
    width: 26.3671875vw;
    margin-top: 1.953125vw;
  }
  .newHome section#banner .galeriaSlide .slide .conteudo .wrapper .form form .input {
    margin-bottom: 2.44140625vw;
  }
  .newHome section#banner .galeriaSlide .slide .conteudo .wrapper .form form .input label {
    font-size: 1.3671875vw;
    line-height: 1.3671875vw;
  }
  .newHome section#banner .galeriaSlide .slide .conteudo .wrapper .form form .input label.ativo {
    font-size: 1.171875vw;
    line-height: 1.171875vw;
  }
  .newHome section#banner .galeriaSlide .slide .conteudo .wrapper .form form .input input {
    font-size: 1.5625vw;
    padding-top: 1.171875vw;
  }
  .newHome section#banner .galeriaSlide .slide .conteudo .wrapper .form form .input .message {
    font-size: 10px;
    bottom: -15px;
  }
  .newHome section#banner .galeriaSlide .slide .conteudo .wrapper .form form .button {
    font-size: 1.3671875vw;
    margin: 1.953125vw 15px 2.9296875vw auto;
  }
}
@media (max-width: 768px) {
  .newHome section#banner .galeriaSlide .slide .conteudo .wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 580px) {
  .newHome section#banner {
    padding-top: 18px;
  }
  .newHome section#banner button.setaBanner {
    opacity: 1;
    height: 42px;
  }
  .newHome section#banner button.setaBanner.prevArrowBanner {
    left: 20px;
  }
  .newHome section#banner button.setaBanner.nextArrowBanner {
    right: 20px;
  }
  .newHome section#banner .galeriaSlide .slide .conteudo .wrapper {
    padding: 0 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .newHome section#banner .galeriaSlide .slide .conteudo .wrapper.direita {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .newHome section#banner .galeriaSlide .slide .conteudo .wrapper .form {
    height: auto;
    width: 270px;
  }
  .newHome section#banner .galeriaSlide .slide .conteudo .wrapper .form form {
    width: 100%;
  }
  .newHome section#banner .galeriaSlide .slide .conteudo .wrapper .form form .input input:focus + label {
    font-size: 9px;
  }
  .newHome section#banner .galeriaSlide .slide .conteudo .wrapper .form form .input label {
    font-size: 14px;
  }
  .newHome section#banner .galeriaSlide .slide .conteudo .wrapper .form form .button {
    font-size: 14px;
  }
}
.newHome section#contato {
  background: url("../../images/web/compromissoFael/fundoCompromisso.png") no-repeat;
  overflow: hidden;
  padding: 50px 0;
}
.newHome section#contato .contato {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newHome section#contato .contato .compromisso {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.newHome section#contato .contato .compromisso .menina {
  width: 25.78125vw;
}
.newHome section#contato .contato .compromisso .menina img {
  width: 100%;
}
.newHome section#contato .contato .compromisso .conteudo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-left: 50px;
}
.newHome section#contato .contato .compromisso .conteudo h2 img {
  width: 17.083333333333336vw;
}
.newHome section#contato .contato .compromisso .conteudo p {
  margin: 30px 0;
  color: #939393;
  font-size: 1.25vw;
}
.newHome section#contato .contato .compromisso .conteudo a img {
  width: 18.28125vw;
}
.newHome section#contato .contato .form {
  padding: 1.302083333333333vw 3.125vw;
  display: block;
}
.newHome section#contato .contato .form h3 {
  color: #19652f;
  font-size: 2.604166666666667vw;
  font-weight: bold;
  line-height: 2.864583333333333vw;
  width: 17.447916666666668vw;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1.5625vw;
}
.newHome section#contato .contato .form form {
  width: 22.395833333333336vw;
}
.newHome section#contato .contato .form form .input {
  position: relative;
  margin-bottom: 1.5625vw;
}
.newHome section#contato .contato .form form .input input {
  background: none;
  border: 1px solid #19652f;
  color: #19652f;
  width: 100%;
  padding: 0.520833333333333vw 1.041666666666667vw;
  border-radius: 0;
}
.newHome section#contato .contato .form form .input input::-webkit-input-placeholder {
  color: #19652f;
}
.newHome section#contato .contato .form form .input input:-ms-input-placeholder {
  color: #19652f;
}
.newHome section#contato .contato .form form .input input::-ms-input-placeholder {
  color: #19652f;
}
.newHome section#contato .contato .form form .input input::placeholder {
  color: #19652f;
}
.newHome section#contato .contato .form form .input .message {
  visibility: hidden;
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  bottom: -20px;
  font-size: 11px;
  right: 0;
  color: #c00;
}
.newHome section#contato .contato .form form .input.error .message {
  visibility: visible;
  opacity: 1;
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}
.newHome section#contato .contato .form form .button {
  display: block;
  color: #fff;
  font-size: 0.9375vw;
  padding: 12px 18px;
  border: 0;
  border-radius: 0;
  background: linear-gradient(106deg, #1d7544, #144e24, #1d7544);
  margin: 1.041666666666667vw 0 1.5625vw auto;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-position: center left;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-size: 200% 100%;
}
.newHome section#contato .contato .form form .button: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);
}
@media (min-width: 1920px) {
  .newHome section#contato .contato {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .newHome section#contato .contato .compromisso {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .newHome section#contato .contato .compromisso .menina {
    width: 495px;
  }
  .newHome section#contato .contato .compromisso .menina img {
    width: 100%;
  }
  .newHome section#contato .contato .compromisso .conteudo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin-left: 50px;
  }
  .newHome section#contato .contato .compromisso .conteudo h2 img {
    width: 328px;
  }
  .newHome section#contato .contato .compromisso .conteudo p {
    margin: 30px 0;
    color: #939393;
    font-size: 24px;
  }
  .newHome section#contato .contato .compromisso .conteudo a img {
    width: 351px;
  }
  .newHome section#contato .contato .form {
    padding: 25px 60px;
    display: block;
  }
  .newHome section#contato .contato .form h3 {
    font-size: 50px;
    line-height: 55px;
    width: 335px;
    margin-bottom: 30px;
  }
  .newHome section#contato .contato .form form {
    width: 430px;
  }
  .newHome section#contato .contato .form form .input {
    margin-bottom: 30px;
  }
  .newHome section#contato .contato .form form .input input {
    padding: 10px 20px;
  }
  .newHome section#contato .contato .form form .button {
    font-size: 18px;
    margin: 20px 0 30px auto;
  }
}
@media (max-width: 1024px) {
  .newHome section#contato .contato .compromisso .menina {
    display: none;
  }
  .newHome section#contato .contato .compromisso .conteudo {
    margin: 0;
  }
  .newHome section#contato .contato .compromisso .conteudo h2 img {
    width: 219px;
  }
  .newHome section#contato .contato .compromisso .conteudo p {
    font-size: 14px;
  }
  .newHome section#contato .contato .compromisso .conteudo a img {
    width: 234px;
  }
  .newHome section#contato .contato .img {
    height: 39.0625vw;
    overflow: hidden;
  }
  .newHome section#contato .contato .img img {
    height: 100%;
    width: auto;
  }
  .newHome section#contato .contato .form {
    width: 40.0390625vw;
  }
  .newHome section#contato .contato .form h3 {
    width: 70%;
  }
  .newHome section#contato .contato .form form {
    width: 100%;
  }
  .newHome section#contato .contato .form form .input {
    margin-bottom: 2.734375vw;
  }
  .newHome section#contato .contato .form form .input span {
    bottom: -15px;
  }
  .newHome section#contato .contato .form form .button {
    font-size: 1.46484375vw;
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .newHome section#contato .contato {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .newHome section#contato .contato .img {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
  }
  .newHome section#contato .contato .img img {
    height: auto;
    width: 100%;
  }
  .newHome section#contato .contato .form {
    width: 100%;
    position: static;
    background: rgba(255,255,255,0.7);
    top: 0;
    left: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .newHome section#contato .contato .form h3 {
    width: 100%;
    font-size: 5.333333333333333vw;
    margin-bottom: 5vw;
  }
  .newHome section#contato .contato .form form .input .message {
    bottom: 0;
  }
  .newHome section#contato .contato .form form .button {
    font-size: 2.666666666666667vw;
  }
}
.newHome section#experimente {
  position: relative;
}
.newHome section#experimente img {
  width: 100%;
  display: block;
}
.newHome section#experimente .conteudo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.newHome section#experimente .conteudo .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.newHome section#experimente .conteudo .wrapper .experimente {
  width: 19.53125vw;
  position: relative;
}
.newHome section#experimente .conteudo .wrapper .experimente h3 {
  color: #fff;
  font-size: 2.604166666666667vw;
  line-height: 2.864583333333333vw;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1.5625vw;
}
.newHome section#experimente .conteudo .wrapper .experimente p {
  color: #fff;
  font-size: 1.302083333333333vw;
  line-height: 1.770833333333333vw;
  margin-bottom: 1.5625vw;
}
.newHome section#experimente .conteudo .wrapper .experimente p span {
  color: #b8db66;
  font-size: 1.302083333333333vw;
  line-height: 1.770833333333333vw;
}
.newHome section#experimente .conteudo .wrapper .experimente a {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#1d7241), color-stop(#134922), to(#1d7241));
  background: linear-gradient(to right, #1d7241, #134922, #1d7241);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.302083333333333vw;
  padding: 0.520833333333333vw 0.78125vw;
  margin-bottom: 1.5625vw;
  background-size: 200% 100%;
  background-position: center left;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.newHome section#experimente .conteudo .wrapper .experimente a: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);
}
.newHome section#experimente .conteudo .wrapper .experimente a img {
  width: 1.041666666666667vw;
  display: inline;
  margin-left: 8px;
}
.newHome section#experimente .conteudo .wrapper .experimente:before {
  content: '';
  width: 46%;
  height: 5px;
  background: #136134;
  top: 0;
  left: 0;
}
@media (min-width: 1920px) {
  .newHome section#experimente .conteudo .wrapper .experimente {
    width: 375px;
  }
  .newHome section#experimente .conteudo .wrapper .experimente h3 {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 30px;
  }
  .newHome section#experimente .conteudo .wrapper .experimente p {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 30px;
  }
  .newHome section#experimente .conteudo .wrapper .experimente p span {
    font-size: 25px;
    line-height: 34px;
  }
  .newHome section#experimente .conteudo .wrapper .experimente a {
    font-size: 25px;
    padding: 10px 15px;
    margin-bottom: 30px;
  }
  .newHome section#experimente .conteudo .wrapper .experimente a img {
    width: 20px;
  }
}
@media (max-width: 1024px) {
  .newHome section#experimente .conteudo .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .newHome section#experimente .conteudo .wrapper .experimente {
    width: 29.296875vw;
  }
  .newHome section#experimente .conteudo .wrapper .experimente h3 {
    font-size: 2.9296875vw;
    line-height: 3.125vw;
  }
  .newHome section#experimente .conteudo .wrapper .experimente p {
    font-size: 1.66015625vw;
    line-height: 2.05078125vw;
  }
  .newHome section#experimente .conteudo .wrapper .experimente p span {
    font-size: 1.66015625vw;
  }
  .newHome section#experimente .conteudo .wrapper .experimente a {
    font-size: 1.7578125vw;
    width: 1.46484375vw;
  }
}
@media (max-width: 600px) {
  .newHome section#experimente img {
    height: 30vh;
  }
  .newHome section#experimente .conteudo .wrapper {
    padding: 0 20px;
  }
  .newHome section#experimente .conteudo .wrapper .experimente {
    width: 100%;
  }
  .newHome section#experimente .conteudo .wrapper .experimente h3 {
    font-size: 6.333333333333333vw;
    line-height: 6.666666666666667vw;
  }
  .newHome section#experimente .conteudo .wrapper .experimente p {
    font-size: 4.166666666666667vw;
    line-height: 4.666666666666667vw;
    margin-bottom: 3.333333333333333vw;
  }
  .newHome section#experimente .conteudo .wrapper .experimente p span {
    font-size: 4.166666666666667vw;
  }
  .newHome section#experimente .conteudo .wrapper .experimente a {
    font-size: 4.166666666666667vw;
    padding: 1.333333333333333vw 1.666666666666667vw;
  }
  .newHome section#experimente .conteudo .wrapper .experimente a img {
    height: auto;
    width: 3.666666666666667vw;
  }
}
.newHome section#graduacao {
  padding: 2.083333333333333vw 0;
}
.newHome section#graduacao h3 {
  font-size: 1.5625vw;
  color: #367b52;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.822916666666667vw;
}
.newHome section#graduacao a.verTodos {
  font-size: 1.5625vw;
  font-weight: bold;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 36.145833333333336vw;
  padding: 0.78125vw 0;
  background: -webkit-gradient(linear, left top, right top, from(#397f1c), color-stop(#175e24), to(#397f1c));
  background: linear-gradient(to right, #397f1c, #175e24, #397f1c);
  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%;
}
.newHome section#graduacao a.verTodos: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);
}
.newHome section#graduacao .graduacao {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.822916666666667vw;
}
.newHome section#graduacao .graduacao .curso {
  width: 22.291666666666668vw;
  background-position: center left;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-size: 200% 100%;
  position: relative;
  overflow: hidden;
}
.newHome section#graduacao .graduacao .curso:nth-child(3n-2) {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#357c6a), color-stop(#357a51), color-stop(#52a977), color-stop(#357a51), to(#357c6a));
  background-image: linear-gradient(to bottom right, #357c6a, #357a51, #52a977, #357a51, #357c6a);
}
.newHome section#graduacao .graduacao .curso:nth-child(3n-1) {
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(96,144,82,0.5)), color-stop(rgba(179,215,102,0.5)), color-stop(rgba(118,192,113,0.5)), color-stop(rgba(179,215,102,0.5)), to(rgba(96,144,82,0.5))), -webkit-gradient(linear, right bottom, left top, from(#82b25f), color-stop(#97cc6b), color-stop(#9ed974), color-stop(#97cc6b), to(#82b25f));
  background-image: linear-gradient(to bottom right, rgba(96,144,82,0.5), rgba(179,215,102,0.5), rgba(118,192,113,0.5), rgba(179,215,102,0.5), rgba(96,144,82,0.5)), linear-gradient(to top left, #82b25f, #97cc6b, #9ed974, #97cc6b, #82b25f);
}
.newHome section#graduacao .graduacao .curso:nth-child(3n-0) {
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(135,213,140,0.5)), color-stop(rgba(140,204,132,0.5)), color-stop(rgba(106,164,104,0.5)), color-stop(rgba(140,204,132,0.5)), to(rgba(135,213,140,0.5))), -webkit-gradient(linear, right bottom, left top, from(#62ba7a), color-stop(#87cc83), color-stop(#ceea8e), color-stop(#87cc83), to(#62ba7a));
  background-image: linear-gradient(to bottom right, rgba(135,213,140,0.5), rgba(140,204,132,0.5), rgba(106,164,104,0.5), rgba(140,204,132,0.5), rgba(135,213,140,0.5)), linear-gradient(to top left, #62ba7a, #87cc83, #ceea8e, #87cc83, #62ba7a);
}
.newHome section#graduacao .graduacao .curso:hover {
  background-position: 99% center;
}
.newHome section#graduacao .graduacao .curso .novo {
  position: absolute;
  top: -28px;
  right: -48px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  width: 125px;
}
.newHome section#graduacao .graduacao .curso img {
  width: 100%;
  display: block;
}
.newHome section#graduacao .graduacao .curso .detalhes {
  padding: 2.34375vw 3.90625vw;
  position: relative;
}
.newHome section#graduacao .graduacao .curso .detalhes .desconto {
  position: absolute;
  top: 5px;
  right: 0;
  width: 20%;
  height: auto;
}
.newHome section#graduacao .graduacao .curso .detalhes h4 {
  font-size: 1.302083333333333vw;
  line-height: 1.5625vw;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1.041666666666667vw;
  max-width: 85%;
}
.newHome section#graduacao .graduacao .curso .detalhes p {
  color: #fff;
  font-size: 0.885416666666667vw;
  letter-spacing: 0.5px;
  margin-bottom: 1.041666666666667vw;
}
.newHome section#graduacao .graduacao .curso .detalhes p.preco {
  position: relative;
  padding: 10px;
  border-left: 2px solid #e98000;
  margin-bottom: 1.302083333333333vw;
}
.newHome section#graduacao .graduacao .curso .detalhes p.preco span {
  font-size: 2.8125vw;
  font-weight: bold;
}
.newHome section#graduacao .graduacao .curso .detalhes p.preco span.cobrir {
  font-size: 1.145833333333333vw;
  background: #eb870e;
  color: #fff;
}
.newHome section#graduacao .graduacao .curso .detalhes p.preco span.valor {
  font-size: 1.40625vw;
}
.newHome section#graduacao .graduacao .curso .detalhes p.preco span sup {
  vertical-align: super;
  font-size: 50%;
  font-weight: bold;
}
.newHome section#graduacao .graduacao .curso .detalhes a.info {
  color: #fff;
  font-size: 0.885416666666667vw;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 0 auto;
  text-align: center;
  border-radius: 50%;
  display: block;
  width: 1.302083333333333vw;
  height: 1.302083333333333vw;
  line-height: 1.25vw;
  background: #eb870e;
}
@media (min-width: 1920px) {
  .newHome section#graduacao {
    padding: 40px 0;
  }
  .newHome section#graduacao h3 {
    font-size: 30px;
    margin-bottom: 35px;
  }
  .newHome section#graduacao a.verTodos {
    font-size: 30px;
    width: 694px;
    padding: 15px 0;
  }
  .newHome section#graduacao .graduacao {
    margin-bottom: 35px;
  }
  .newHome section#graduacao .graduacao .curso {
    width: 428px;
  }
  .newHome section#graduacao .graduacao .curso .detalhes {
    padding: 45px 75px;
  }
  .newHome section#graduacao .graduacao .curso .detalhes h4 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .newHome section#graduacao .graduacao .curso .detalhes p {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .newHome section#graduacao .graduacao .curso .detalhes p.preco {
    margin-bottom: 25px;
  }
  .newHome section#graduacao .graduacao .curso .detalhes p.preco span {
    font-size: 54px;
  }
  .newHome section#graduacao .graduacao .curso .detalhes p.preco span.cobrir {
    font-size: 22px;
  }
  .newHome section#graduacao .graduacao .curso .detalhes p.preco span.valor {
    font-size: 27px;
  }
  .newHome section#graduacao .graduacao .curso .detalhes a.info {
    font-size: 17px;
    width: 25px;
    height: 25px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .newHome section#graduacao {
    padding: 3.90625vw 0;
  }
  .newHome section#graduacao h3 {
    font-size: 2.44140625vw;
    margin-bottom: 2.44140625vw;
  }
  .newHome section#graduacao a.verTodos {
    font-size: 2.44140625vw;
    width: 59.5703125vw;
    padding: 1.171875vw 0;
  }
  .newHome section#graduacao .graduacao {
    margin-bottom: 2.63671875vw;
  }
  .newHome section#graduacao .graduacao .curso {
    width: 30.2734375vw;
  }
  .newHome section#graduacao .graduacao .curso .detalhes {
    padding: 4.39453125vw 1.953125vw;
  }
  .newHome section#graduacao .graduacao .curso .detalhes h4 {
    font-size: 1.953125vw;
    line-height: 2.44140625vw;
    margin-bottom: 1.46484375vw;
  }
  .newHome section#graduacao .graduacao .curso .detalhes p {
    font-size: 1.46484375vw;
    margin-bottom: 1.953125vw;
  }
  .newHome section#graduacao .graduacao .curso .detalhes p.preco {
    margin-bottom: 2.44140625vw;
  }
  .newHome section#graduacao .graduacao .curso .detalhes p.preco span {
    font-size: 3.90625vw;
  }
  .newHome section#graduacao .graduacao .curso .detalhes p.preco span.cobrir {
    font-size: 2.1484375vw;
  }
  .newHome section#graduacao .graduacao .curso .detalhes p.preco span.valor {
    font-size: 1.953125vw;
  }
  .newHome section#graduacao .graduacao .curso .detalhes a.info {
    font-size: 1.66015625vw;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 0 auto;
    text-align: center;
    border-radius: 50%;
    display: block;
    width: 2.44140625vw;
    height: 2.44140625vw;
    line-height: 2.34375vw;
    background: #eb870e;
  }
}
@media (max-width: 600px) {
  .newHome section#graduacao {
    padding: 6.666666666666667vw 0;
  }
  .newHome section#graduacao h3 {
    font-size: 4.166666666666667vw;
    margin-bottom: 4.166666666666667vw;
  }
  .newHome section#graduacao a.verTodos {
    font-size: 3.333333333333333vw;
    width: 75vw;
    padding: 2vw 0;
  }
  .newHome section#graduacao .graduacao {
    margin-bottom: 4.5vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 0 20px;
  }
  .newHome section#graduacao .graduacao .curso {
    width: 66.66666666666667vw;
  }
  .newHome section#graduacao .graduacao .curso .detalhes {
    padding: 7.5vw 3.333333333333333vw;
  }
  .newHome section#graduacao .graduacao .curso .detalhes h4 {
    font-size: 5.833333333333333vw;
    line-height: 6.666666666666667vw;
    margin-bottom: 2.5vw;
  }
  .newHome section#graduacao .graduacao .curso .detalhes p {
    font-size: 3.333333333333333vw;
    margin-bottom: 3.333333333333333vw;
  }
  .newHome section#graduacao .graduacao .curso .detalhes p.preco {
    margin-bottom: 5vw;
  }
  .newHome section#graduacao .graduacao .curso .detalhes p.preco span {
    font-size: 6.666666666666667vw;
  }
  .newHome section#graduacao .graduacao .curso .detalhes p.preco span.cobrir {
    font-size: 3.666666666666667vw;
  }
  .newHome section#graduacao .graduacao .curso .detalhes p.preco span.valor {
    font-size: 4.166666666666667vw;
  }
  .newHome section#graduacao .graduacao .curso .detalhes a.info {
    color: #fff;
    font-size: 2.833333333333333vw;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 0 auto;
    text-align: center;
    border-radius: 50%;
    display: block;
    width: 4.166666666666667vw;
    height: 4.166666666666667vw;
    line-height: 4vw;
    background: #eb870e;
  }
}
.newHome section#mapa {
  background: url("../../images/web/background/fundo-polo.jpg") no-repeat;
  background-size: auto 100%;
  height: 506px;
  padding: 2.604166666666667vw 0;
  background-position: right;
}
.newHome section#mapa .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.newHome section#mapa .wrapper:after {
  content: none;
}
.newHome section#mapa .wrapper .texto {
  width: 36.458333333333336vw;
}
.newHome section#mapa .wrapper .texto h3 {
  color: #000;
  font-size: 2.5vw;
  font-size: 2.96875vw;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1.041666666666667vw;
}
.newHome section#mapa .wrapper .texto a.confira {
  font-size: 1.5625vw;
  font-weight: bold;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 0.78125vw 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%;
}
.newHome section#mapa .wrapper .texto a.confira: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);
}
@media (min-width: 1920px) {
  .newHome section#mapa {
    padding: 50px 0;
  }
  .newHome section#mapa .wrapper .texto {
    width: 700px;
  }
  .newHome section#mapa .wrapper .texto h3 {
    font-size: 48px;
    font-size: 57px;
    margin-bottom: 20px;
  }
  .newHome section#mapa .wrapper .texto a.confira {
    font-size: 30px;
    padding: 15px 0;
  }
  .newHome section#mapa .wrapper img {
    width: 604px;
  }
}
@media (max-width: 600px) {
  .newHome section#mapa .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .newHome section#mapa .wrapper .texto {
    width: 53.333333333333336vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 3.333333333333333vw;
  }
  .newHome section#mapa .wrapper .texto h3 {
    font-size: 5vw;
  }
  .newHome section#mapa .wrapper .texto a.confira {
    font-size: 3.333333333333333vw;
  }
  .newHome section#mapa .wrapper img {
    width: 53.333333333333336vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1px;
            order: 1px;
    margin-bottom: 3.333333333333333vw;
  }
}
.newHome section#matricula {
  position: relative;
  overflow: hidden;
}
.newHome section#matricula img {
  width: 100%;
  display: block;
  position: relative;
}
.newHome section#matricula:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(238,133,35,0.3);
  z-index: 1;
  -webkit-filter: hue-rotate(-19deg) saturate(11) brightness(70%) contrast(93%);
          filter: hue-rotate(-19deg) saturate(11) brightness(70%) contrast(93%);
}
.newHome section#matricula .conteudo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.newHome section#matricula .conteudo .wrapper {
  height: 100%;
}
.newHome section#matricula .conteudo .wrapper .matricula {
  -webkit-box-shadow: 0 0 10px;
          box-shadow: 0 0 10px;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#eea023), to(#ee8523));
  background-image: linear-gradient(to bottom right, #eea023, #ee8523);
  padding: 0 2.1875vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 21.875vw;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.newHome section#matricula .conteudo .wrapper .matricula h3 {
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 0.833333333333333vw;
  text-align: justify;
  line-height: 1.666666666666667vw;
}
.newHome section#matricula .conteudo .wrapper .matricula h3 span {
  color: #fff;
  font-weight: bold;
  font-size: 1.822916666666667vw;
  display: block;
}
.newHome section#matricula .conteudo .wrapper .matricula a {
  background: rgba(0,0,0,0.2);
  color: #fff;
  font-size: 1.770833333333333vw;
  line-height: 2.604166666666667vw;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 0.520833333333333vw;
}
@media (min-width: 1920px) {
  .newHome section#matricula .conteudo .wrapper .matricula {
    padding: 0 42px;
    width: 420px;
  }
  .newHome section#matricula .conteudo .wrapper .matricula h3 {
    width: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: justify;
    line-height: 32px;
  }
  .newHome section#matricula .conteudo .wrapper .matricula h3 span {
    font-size: 35px;
  }
  .newHome section#matricula .conteudo .wrapper .matricula a {
    font-size: 34px;
    line-height: 50px;
    margin-top: 10px;
  }
}
@media (max-width: 1024px) {
  .newHome section#matricula .conteudo .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 0 20px;
  }
  .newHome section#matricula .conteudo .wrapper .matricula {
    padding: 0 2.1484375vw;
    width: 22.4609375vw;
  }
  .newHome section#matricula .conteudo .wrapper .matricula h3 {
    font-size: 1.5625vw;
    line-height: 3.125vw;
  }
  .newHome section#matricula .conteudo .wrapper .matricula h3 span {
    font-size: 1.7578125vw;
  }
}
@media (max-width: 600px) {
  .newHome section#matricula {
    overflow: hidden;
  }
  .newHome section#matricula img {
    max-width: initial;
    height: 30vh;
  }
  .newHome section#matricula .conteudo .wrapper .matricula {
    width: 35.166666666666664vw;
    padding: 3.333333333333333vw;
  }
  .newHome section#matricula .conteudo .wrapper .matricula h3 {
    font-size: 2.666666666666667vw;
    line-height: 5.333333333333333vw;
  }
  .newHome section#matricula .conteudo .wrapper .matricula h3 span {
    font-size: 3vw;
  }
  .newHome section#matricula .conteudo .wrapper .matricula a {
    line-height: 5vw;
    font-size: 3.333333333333333vw;
    margin-top: 2.5vw;
  }
}
.newHome section#noticiasHome {
  padding: 60px 0;
  overflow: hidden;
  width: 100%;
}
.newHome section#noticiasHome h3 {
  text-align: center;
}
.newHome section#noticiasHome h3 a {
  color: #19683a;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.newHome section#noticiasHome button.seta {
  background: none;
  height: 114px;
  border: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  z-index: 2;
  outline: 0;
}
.newHome section#noticiasHome button.seta img {
  height: 100%;
}
.newHome section#noticiasHome button.seta.left {
  left: 8.333333333333334vw;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.newHome section#noticiasHome button.seta.right {
  right: 8.333333333333334vw;
}
.newHome section#noticiasHome .galeriaNoticias {
  position: relative;
  overflow: hidden;
}
.newHome section#noticiasHome .noticia {
  width: 33%;
  position: relative;
  height: 19.6875vw;
}
.newHome section#noticiasHome .noticia:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.7);
  visibility: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.newHome section#noticiasHome .noticia.slick-current:after {
  background: rgba(0,0,0,0);
  visibility: 0;
  z-index: -1;
}
.newHome section#noticiasHome .noticia .img {
  width: 100%;
}
.newHome section#noticiasHome .noticia .img img {
  width: 100%;
}
.newHome section#noticiasHome .noticia .conteudo {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(25,101,47,0.9);
  width: 100%;
  padding: 1.302083333333333vw 2.552083333333333vw;
}
.newHome section#noticiasHome .noticia .conteudo h4 {
  color: #fff;
  font-size: 1.041666666666667vw;
  line-height: 1.354166666666667vw;
}
.newHome section#noticiasHome .noticia .conteudo p {
  color: #fff;
  font-size: 1.041666666666667vw;
  font-weight: 300;
  line-height: 1.354166666666667vw;
}
@media (min-width: 1920px) {
  .newHome section#noticiasHome button.seta.left {
    left: 160px;
  }
  .newHome section#noticiasHome button.seta.right {
    right: 160px;
  }
  .newHome section#noticiasHome .noticia {
    height: 378px;
  }
  .newHome section#noticiasHome .noticia .conteudo {
    padding: 25px 49px;
  }
  .newHome section#noticiasHome .noticia .conteudo h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .newHome section#noticiasHome .noticia .conteudo p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .newHome section#noticiasHome .track {
    width: 570px;
    margin: 0 auto;
  }
  .newHome section#noticiasHome button.seta img {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
  .newHome section#noticiasHome button.seta.left {
    left: 4.166666666666667vw;
  }
  .newHome section#noticiasHome button.seta.right {
    right: 4.166666666666667vw;
  }
  .newHome section#noticiasHome .noticia {
    height: 250px;
  }
  .newHome section#noticiasHome .noticia .conteudo {
    padding: 10px 20px;
  }
  .newHome section#noticiasHome .noticia .conteudo h4 {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
  }
  .newHome section#noticiasHome .noticia .conteudo p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
  }
}
@media (max-width: 600px) {
  .newHome section#noticiasHome {
    padding: 60px 20px;
  }
  .newHome section#noticiasHome .track {
    width: 100%;
  }
  .newHome section#noticiasHome button.seta img {
    -webkit-filter: invert(0);
            filter: invert(0);
    height: 42px;
  }
  .newHome section#noticiasHome .noticia {
    height: 295px;
    background: rgba(25,101,47,0.9);
  }
  .newHome section#noticiasHome .noticia .conteudo {
    position: static;
    height: 108px;
  }
  .newHome section#noticiasHome .noticia .img {
    height: 187px;
    overflow: hidden;
  }
}
.newHome section#posgraduacao {
  padding: 2.083333333333333vw 0;
}
.newHome section#posgraduacao h3 {
  font-size: 1.5625vw;
  color: #eb870e;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.822916666666667vw;
}
.newHome section#posgraduacao a.verTodos {
  font-size: 1.5625vw;
  font-weight: bold;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 37.5vw;
  padding: 0.78125vw 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%;
}
.newHome section#posgraduacao a.verTodos: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);
}
.newHome section#posgraduacao .graduacao {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.822916666666667vw;
}
.newHome section#posgraduacao .graduacao .curso {
  width: 22.291666666666668vw;
  background-position: center left;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-size: 200% 100%;
  position: relative;
  overflow: hidden;
}
.newHome section#posgraduacao .graduacao .curso:nth-child(3n-2) {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#ebaf1c), color-stop(#eb741c), to(#ebaf1c));
  background-image: linear-gradient(to bottom right, #ebaf1c, #eb741c, #ebaf1c);
}
.newHome section#posgraduacao .graduacao .curso:nth-child(3n-1) {
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(237,145,30,0.7)), color-stop(rgba(238,142,38,0.7)), color-stop(rgba(238,162,37,0.7)), color-stop(rgba(238,142,38,0.7)), to(rgba(237,145,30,0.7))), -webkit-gradient(linear, right bottom, left top, from(#ed981f), color-stop(#ee8e27), to(#ed981f));
  background-image: linear-gradient(to bottom right, rgba(237,145,30,0.7), rgba(238,142,38,0.7), rgba(238,162,37,0.7), rgba(238,142,38,0.7), rgba(237,145,30,0.7)), linear-gradient(to top left, #ed981f, #ee8e27, #ed981f);
}
.newHome section#posgraduacao .graduacao .curso:nth-child(3n-0) {
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(232,163,69,0.5)), color-stop(rgba(211,157,71,0.5)), to(rgba(232,163,69,0.5))), -webkit-gradient(linear, right bottom, left top, from(#efa140), color-stop(#db9f46), to(#efa140));
  background-image: linear-gradient(to bottom right, rgba(232,163,69,0.5), rgba(211,157,71,0.5), rgba(232,163,69,0.5)), linear-gradient(to top left, #efa140, #db9f46, #efa140);
}
.newHome section#posgraduacao .graduacao .curso:hover {
  background-position: 99% center;
}
.newHome section#posgraduacao .graduacao .curso .novo {
  position: absolute;
  top: -28px;
  right: -48px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  width: 125px;
}
.newHome section#posgraduacao .graduacao .curso img {
  width: 100%;
  display: block;
}
.newHome section#posgraduacao .graduacao .curso .detalhes {
  padding: 2.34375vw 3.90625vw 2.34375vw 3.125vw;
}
.newHome section#posgraduacao .graduacao .curso .detalhes h4 {
  font-size: 1.302083333333333vw;
  line-height: 1.5625vw;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1.041666666666667vw;
}
.newHome section#posgraduacao .graduacao .curso .detalhes p {
  color: #fff;
  font-size: 0.885416666666667vw;
  letter-spacing: 0.5px;
  margin-bottom: 1.041666666666667vw;
}
.newHome section#posgraduacao .graduacao .curso .detalhes p.preco {
  position: relative;
  padding: 10px 10px 0 10px;
  border-left: 2px solid #3f6331;
  margin-bottom: 1.302083333333333vw;
}
.newHome section#posgraduacao .graduacao .curso .detalhes p.preco span {
  font-size: 2.8125vw;
  font-weight: bold;
}
.newHome section#posgraduacao .graduacao .curso .detalhes p.preco span.valor {
  font-size: 1.40625vw;
}
.newHome section#posgraduacao .graduacao .curso .detalhes p.preco span.bolsas {
  font-size: 1.145833333333333vw;
  color: #367b52;
}
.newHome section#posgraduacao .graduacao .curso .detalhes p.preco span sup {
  vertical-align: super;
  font-size: 50%;
  font-weight: bold;
}
.newHome section#posgraduacao .graduacao .curso .detalhes a.info {
  color: #fff;
  font-size: 0.885416666666667vw;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 0 auto;
  text-align: center;
  border-radius: 50%;
  display: block;
  width: 1.302083333333333vw;
  height: 1.302083333333333vw;
  line-height: 1.25vw;
  background: #3f6331;
}
.newHome section#posgraduacao .graduacao .curso.ead40:nth-child(3n-2) {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#25a798), to(#166166));
  background-image: linear-gradient(to bottom right, #25a798, #166166);
}
.newHome section#posgraduacao .graduacao .curso.ead40 .detalhes p.preco {
  border-left-color: #fff;
}
.newHome section#posgraduacao .graduacao .curso.ead40 .detalhes p.preco span.bolsas {
  color: #3dd4c3;
  text-transform: uppercase;
}
.newHome section#posgraduacao .graduacao .curso.ead40 .detalhes p.preco span.bolsas small {
  display: block;
  font-size: 0.625vw;
  text-transform: none;
}
.newHome section#posgraduacao .graduacao .curso.ead40 .detalhes a.info {
  background: #fff;
  color: #406234;
}
@media (min-width: 1920px) {
  .newHome section#posgraduacao {
    padding: 40px 0;
  }
  .newHome section#posgraduacao h3 {
    font-size: 30px;
    margin-bottom: 35px;
  }
  .newHome section#posgraduacao a.verTodos {
    font-size: 30px;
    width: 720px;
    padding: 15px 0;
  }
  .newHome section#posgraduacao .graduacao {
    margin-bottom: 35px;
  }
  .newHome section#posgraduacao .graduacao .curso {
    width: 428px;
  }
  .newHome section#posgraduacao .graduacao .curso .detalhes {
    padding: 45px 75px 45px 60px;
  }
  .newHome section#posgraduacao .graduacao .curso .detalhes h4 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .newHome section#posgraduacao .graduacao .curso .detalhes p {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .newHome section#posgraduacao .graduacao .curso .detalhes p.preco {
    margin-bottom: 25px;
  }
  .newHome section#posgraduacao .graduacao .curso .detalhes p.preco span {
    font-size: 54px;
  }
  .newHome section#posgraduacao .graduacao .curso .detalhes p.preco span.valor {
    font-size: 27px;
  }
  .newHome section#posgraduacao .graduacao .curso .detalhes p.preco span.bolsas {
    font-size: 22px;
  }
  .newHome section#posgraduacao .graduacao .curso .detalhes a.info {
    font-size: 17px;
    width: 25px;
    height: 25px;
    line-height: 24px;
  }
  .newHome section#posgraduacao .graduacao .curso.ead40 .detalhes p.preco span.bolsas small {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .newHome section#posgraduacao {
    padding: 3.90625vw 0;
  }
  .newHome section#posgraduacao h3 {
    font-size: 2.44140625vw;
    margin-bottom: 2.44140625vw;
  }
  .newHome section#posgraduacao a.verTodos {
    font-size: 2.44140625vw;
    width: 63.4765625vw;
    padding: 1.171875vw 0;
  }
  .newHome section#posgraduacao .graduacao {
    margin-bottom: 2.63671875vw;
  }
  .newHome section#posgraduacao .graduacao .curso {
    width: 30.2734375vw;
  }
  .newHome section#posgraduacao .graduacao .curso .detalhes {
    padding: 4.39453125vw 1.953125vw;
  }
  .newHome section#posgraduacao .graduacao .curso .detalhes h4 {
    font-size: 1.953125vw;
    line-height: 2.44140625vw;
    margin-bottom: 1.46484375vw;
  }
  .newHome section#posgraduacao .graduacao .curso .detalhes p {
    font-size: 1.46484375vw;
    margin-bottom: 1.953125vw;
  }
  .newHome section#posgraduacao .graduacao .curso .detalhes p.preco {
    margin-bottom: 2.44140625vw;
  }
  .newHome section#posgraduacao .graduacao .curso .detalhes p.preco span {
    font-size: 3.90625vw;
  }
  .newHome section#posgraduacao .graduacao .curso .detalhes p.preco span.bolsas {
    font-size: 1.953125vw;
  }
  .newHome section#posgraduacao .graduacao .curso .detalhes p.preco span.valor {
    font-size: 1.953125vw;
  }
  .newHome section#posgraduacao .graduacao .curso .detalhes a.info {
    color: #fff;
    font-size: 1.66015625vw;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 0 auto;
    text-align: center;
    border-radius: 50%;
    display: block;
    width: 2.44140625vw;
    height: 2.44140625vw;
    line-height: 2.34375vw;
    background: #3f6331;
  }
  .newHome section#posgraduacao .graduacao .curso.ead40 .detalhes p.preco span.bolsas small {
    font-size: 1.171875vw;
  }
}
@media (max-width: 600px) {
  .newHome section#posgraduacao {
    padding: 6.666666666666667vw 0;
  }
  .newHome section#posgraduacao h3 {
    font-size: 4.166666666666667vw;
    margin-bottom: 4.166666666666667vw;
  }
  .newHome section#posgraduacao a.verTodos {
    font-size: 3.333333333333333vw;
    width: 80vw;
    padding: 2vw 0;
  }
  .newHome section#posgraduacao .graduacao {
    margin-bottom: 4.5vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 0 20px;
  }
  .newHome section#posgraduacao .graduacao .curso {
    width: 66.66666666666667vw;
  }
  .newHome section#posgraduacao .graduacao .curso .detalhes {
    padding: 7.5vw 3.333333333333333vw;
  }
  .newHome section#posgraduacao .graduacao .curso .detalhes h4 {
    font-size: 5.833333333333333vw;
    line-height: 6.666666666666667vw;
    margin-bottom: 2.5vw;
  }
  .newHome section#posgraduacao .graduacao .curso .detalhes p {
    font-size: 3.333333333333333vw;
    margin-bottom: 3.333333333333333vw;
  }
  .newHome section#posgraduacao .graduacao .curso .detalhes p.preco {
    margin-bottom: 5vw;
  }
  .newHome section#posgraduacao .graduacao .curso .detalhes p.preco span {
    font-size: 6.666666666666667vw;
  }
  .newHome section#posgraduacao .graduacao .curso .detalhes p.preco span.valor {
    font-size: 4.166666666666667vw;
  }
  .newHome section#posgraduacao .graduacao .curso .detalhes p.preco span.bolsas {
    font-size: 2.44140625vw;
  }
  .newHome section#posgraduacao .graduacao .curso .detalhes a.info {
    color: #fff;
    font-size: 2.833333333333333vw;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 0 auto;
    text-align: center;
    border-radius: 50%;
    display: block;
    width: 4.166666666666667vw;
    height: 4.166666666666667vw;
    line-height: 4vw;
    background: #3f6331;
  }
  .newHome section#posgraduacao .graduacao .curso.ead40 .detalhes p.preco span.bolsas small {
    font-size: 2vw;
  }
}
.newHome #main_content .full--block {
  margin-bottom: 0;
}
