@import url('https://fonts.googleapis.com/css?family=Anton|Roboto:300,400,500,700,900&subset=latin-ext');
@import url('vendor/bootstrap.min.css');
@import url('fonts.css');
@import url('vendor/flexslider.css');
@import url('vendor/hamburgers.css');
@import url('vendor/magnific-popup.css');
@import url('vendor/animate.css');
/**
 * RESET CSS
 */

.x {
  font-family: 'Anton', sans-serif;
  font-family: 'Roboto', sans-serif;
}
* {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  -webkit-appearance: none;
}
:focus {
  outline: 0;
}
a, a:hover, a:active, a:focus {
  outline: 0;
  text-decoration: none;
}
/**
 * GENERAL STYLES
 */

.img-fluid {
  display: block;
  width: 100%;
  height: auto;
}
.transition {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
/**
 * CODE HERE
 * HEADER HOME
 */

body {
  background: #eee;
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}
.header {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 99;
}
.header-effect.header {
  position: fixed;
  background: rgba(54, 60, 72, 0.9);
}
.header-effect.header:hover {
  background: rgba(54, 60, 72, 1);
}
.header-top {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.header-effect.header-top {
  display: none;
}
.header-menu-1 {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-menu-1 li {
  display: inline-block;
}
.header-menu-1 li a {
  color: #fff;
  display: block;
  padding: 13px 15px;
}
.header-menu-1 li:last-child {
  margin-right: 0;
}
.header-menu-1 li a:hover {
  background: rgba(0, 0, 0, 0.6);
}
.header-menu-2 {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-menu-2 li {
  display: inline-block;
}
.header-menu-2 li a {
  color: #fff;
  display: block;
  padding: 10px 15px;
  font-size: 18px;
}
.header-menu-2 li:last-child {
  margin-right: 0;
}
.header-menu-2 li a:hover {
  background: rgba(0, 0, 0, 0.6);
}
.header-menu {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-menu li {
  display: inline-block;
}
.header-menu li a {
  border-top: 4px solid transparent;
  color: #fff;
  display: block;
  padding: 22px 15px 26px 15px;
}
.header-menu li:last-child {
  margin-right: 0;
}
.header-menu li a:hover {
  border-top: 4px solid #0065FE;
  background: rgba(0, 0, 0, 0.6);
}
.menu-ativo a {
  border-top: 4px solid #0065FE !important;
  background: rgba(0, 0, 0, 0.6);
}
.logo {
  float: left;
  width: 132px;
  height: 50px;
  margin-top: 13px;

}
/**
 * BANNER
 */

.banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #161417;
}
.slides li {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
}
.banner-item {
  height: auto;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-position: right;
  background-position: center center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.banner-absolute {
  position: absolute;
  top: 80%;
  left: 50%;
  height: 250px;
  margin-top: -125px;
  margin-left: -450px;
  width: 900px;
  overflow: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  text-align: center;
}
.banner-titulo {
  margin-top: 0;
  font-size: 70px;
  color: #fff;
  text-align: center;
  font-family: 'Anton', sans-serif;
  text-shadow: 0 0 5px #000000;
}
.banner-titulo span {
  font-family: 'Roboto', sans-serif;
  display: block;
  font-size: 40px;
  margin-bottom: 20px;
}
.banner-titulo-btn {
  background: #CCA435;
  color: #0b0d13;
  padding: 10px 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.banner-titulo-btn:hover {
  background: #FFCC00;
  color: #0b0d13;
  -webkit-box-shadow: 0 0 8px 0 #FFCC00;
  box-shadow: 0 0 8px 0 #FFCC00;
}
.social-links {
  margin-top: 120px;
  margin-left: 130px;
  list-style: none;
}
.social-links li {
  margin-right: 20px;
}
.social-links li:last-child {
  margin-right: 0;
}
.social-links li {
  float: left;
}
.social-links li a {
  font-size: 22px;
  color: #fff;
}
.social-links li a:hover, .social-links li a:focus {
  color: #CCA435;
}
.banner-seta {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 6;
  margin-top: -18px;
}
.banner-seta_esquerda {
  left: 30px;
}
.banner-seta_direita {
  right: 30px;
}
.titulo-sessao {
  margin: 50px 0;
  font-size: 40px;
  color: #fff;
  text-align: center;
  font-family: 'Anton', sans-serif;
  text-shadow: 0 0 5px #000000;
}
.no-shadow {
  text-shadow: none;
}
.black {
  color: #333;
}
.passos {
  z-index: 2;
  position: relative;
  width: 100%;
  margin-top: -30px;
}
.passo {
  width: 33%;
  min-height: 200px;
  background: #f1f1f1;
  float: left;
}
.passo-claro {
  background: #f6f6f6;
}
.passo-img {
  z-index: 1;
}
.passo-numero-box {
  position: relative;
  text-align: center;
  margin-top: -35px;
  z-index: 2;
}
.passo-numero {
  width: 70px;
  margin: 0 auto;
  display: table;
  font-family: 'VAGRoundedStd-Black';
  color: #fff;
}
.passo-numero span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 32px;
  width: 70px;
  height: 70px;
  border-radius: 35px;
  border: 5px solid #fff;
  background: #0065FE;
}
.passo:hover span {
  -webkit-box-shadow: 0 0 15px 0 #0065FE;
  box-shadow: 0 0 15px 0 #0065FE;
}
.passo-titulo {
  display: block;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #383838;
  font-size: 16px;
}
.passo-desc {
  display: block;
  text-align: center;
  color: #383838;
  font-size: 14px;
  line-height: 1.7;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}
.section-textos {}
.section-promocoes {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-image: url(../img/bg-promocoes.jpg);
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 50px;
}
.box-promocao-img {
  position: relative;
}
.box-promocao-img figure {
  overflow: hidden;
}
.box-promocao:hover .box-promocao-img img {
  -moz-transform: scale(1.09);
  -webkit-transform: scale(1.09);
  -o-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09)
}
.box-off {
  background: url(../img/bg-promocoes.png) bottom left no-repeat;
  width: 90px;
  height: 50px;
  position: absolute;
  top: 30px;
  left: -10px;
}
.off {
  width: 90px;
  height: 40px;
  background: #0065FE;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding-top: 10px;
}
.box-promocao {
  margin-top: 30px;
}
.box-promocao-content {
  background: #fff;
  padding: 10px 20px;
}
.titulo-promocao {
  color: #333;
  font-weight: 700;
  font-size: 16px;
}
.preco-promocao {
  font-weight: 700;
  font-size: 18px;
  text-align: right;
}
.preco-promocao span {
  font-size: 14px;
  text-decoration: line-through;
  color: #999;
}
.promocao-itens {
  font-size: 16px;
  color: #8C8C8C;
}
.promocao-itens span {
  color: #0065FE !important;
  display: inline-block;
  width: 26px;
}
.section-cursos {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
}
.cursos-header {
  width: 100%;
  background: #0065FE url(../img/map.png) center top;
  background-position: center center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  padding-bottom: 50px;
}
.btn-pesquisar {
  background: #0057D9;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 5px 0;
  width: 100%;
}
.depoimentos {
  width: 100%;
  min-height: 100px;
  background: #fff;
  padding-bottom: 30px;
}
.depoimento {
  margin-bottom: 40px;
}
.depoimento-texto {
  font-style: italic;
  text-align: justify;
  margin-bottom: 20px;
}
.depoimento-nome {
  margin-top: 10px;
  font-weight: 700;
  font-size: 16px;
}
.depoimento-nome span {
  display: block;
  font-weight: 400;
  font-size: 14px;
}
.image-shadow {
  -webkit-box-shadow: 0 0 5px 0 #5E5E5E;
  box-shadow: 0 0 5px 0 #5E5E5E;
  transform: rotate(3deg);
  margin: 30px 0;
  display: block;
}
#frm-contato {
  margin-bottom: 20px;
}
#frm-contato label {
  width: 100%;
  font-weight: 400;
  display: inline;
}
.field-contato {
  font-size: 15px;
  color: #454545;
  background-color: #F7F7F7;
  border: 1px solid #2583F5;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
}
.field-contato:focus {
  -webkit-box-shadow: 0 0 5px 0 #2583F5;
  box-shadow: 0 0 5px 0 #2583F5;
}
.text-contato {
  color: #454545;
  font-size: 16px;
  background-color: #F7F7F7;
  border: 1px solid #2583F5;
  width: 100%;
  padding: 15px;
  margin-bottom: 25px;
  min-height: 150px;
  max-width: 100%;
  min-width: 100%;
}
.text-contato:focus {
  -webkit-box-shadow: 0 0 5px 0 #2583F5;
  box-shadow: 0 0 5px 0 #2583F5;
}
input.error {
  border: 1px solid #BB1E25;
}
select.error {
  border: 1px solid #BB1E25;
}
textarea.error {
  border: 1px solid #BB1E25;
}
.button-contato {
  color: #fff;
  padding: 10px 15px;
  display: inline-block;
  font-size: 15px;
  background: #2583F5;
  text-transform: uppercase;
  padding: 10px 20px;
  margin-bottom: 15px;
  text-align: center;
  display: block;
  float: right;
}
.button-contato:hover, .button-contato:focus {
  -webkit-box-shadow: 0 0 5px 0 #2583F5;
  box-shadow: 0 0 5px 0 #2583F5;
}
.orcamento {
  background: #fff;
  padding-bottom: 30px;
}
.orcamento-header {
  width: 100%;
  height: auto;
  background-image: url(../img/bg-orcamento.jpg);
  overflow: hidden;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 30px;
}
.orcamento-contatos {
  text-transform: uppercase;
  color: #0065FE;
  font-size: 16px;
  font-family: 'Anton', sans-serif;
}
.orcamento-contatos span {
  display: block;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 15px;
  color: #333;
  font-family: 'Roboto', sans-serif;
}
.orcamento-contatos a {
  color: #333;
}
.footer {
  padding-top: 30px;
  width: 100%;
  overflow: hidden;
  background: #363C48;
  border-top: 5px solid #0054D2;
}
.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100px;
  margin: 0 auto;
}
.footer-menu span {
  color: #fff;
}
.footer-menu a {
  color: #fff;
}
.footer-menu a:hover, .footer-menu a:focus {
  color: #0065FE;
  text-decoration: none;
}
.footer-down {
  width: 100%;
  background: #272C34;
  margin-top: 20px;
}
.footer-down p {
  padding: 15px;
  color: #fff;
  overflow: hidden;
  margin: 0;
  font-size: 12px;
}
.toggle-menu{
  display: none;
  position: absolute;
  right: 15px;
  top: 15px;
}
.img-cadastur{
  margin-bottom:30px;
  max-width: 300px;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .banner-absolute {
    position: absolute;
    top: 80%;
    left: 50%;
    margin-left: -350px;
    width: 700px;
  }
  .banner-titulo {
    font-size: 50px;
  }
  .banner-titulo span {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) {
    #menu {
        display: block !important;
    }
}

@media only screen and (max-width: 767px) {
  .toggle-menu{
    display: block;
  }
  .header {
    position: fixed;
    background: rgba(54, 60, 72, 0.9);
  }
  .header:hover{
    background: rgba(54, 60, 72, 1);
  }
  .header-menu-1 {
    display: none;
  }
  .header-menu-2 {
    display: none;
  }

  .box-menu{
    margin-top: 80px;
    overflow: hidden;
  }
  .header-menu {
    display: none;
    float: none;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .header-menu li {
    display: block;
    width: 100%;
  }
  .header-menu li a {
    border-top: 1px solid transparent;
    color: #fff;
    display: block;
    padding: 11px 15px 13px 15px;
  }
  .header-menu li:last-child {
    margin-right: 0;
  }
  .header-menu li a:hover {
    border-top: 1px solid #0065FE;
    background: rgba(0, 0, 0, 0.6);
  }
  .menu-ativo a{
    border-top: 1px solid #0065FE  !important;
  }

  .passo {
    width: 50%;
  }

  .img-people{
    max-width: 100px !important;
    margin: 0 auto;
  }
  .depoimento-nome{
    text-align: center;
  }
  .orcamento-contatos{
    text-align: center;
  }
  .footer-menu{
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .footer-menu li{
    text-align: center;
  }
}

@media only screen and (max-width: 700px) {
  .banner-absolute {
    position: absolute;
    top: 90%;
    left: 50%;
    margin-left: -240px;
    width: 480px;
  }
  .banner-titulo {
    font-size: 30px;
  }
  .banner-titulo span {
    font-size: 18px;
  }
}

@media only screen and (max-width: 500px) {
  .banner-absolute {
    position: absolute;
    top: 80%;
    left: 50%;
    margin-left: -140px;
    width: 280px;
  }
  .banner-titulo {
    font-size: 30px;
  }
  .banner-titulo span {
    font-size: 18px;
  }

  .passo {
    width: 100%;
  }

}
