html{
  scroll-behavior:smooth;

}

body{
	font-family: sans-serif;
  background-color: #fff;
}

h1{
	font-size: 42px;
	font-weight: bold;
  padding-right: 400px;
	line-height: 1.1em;
	color: #fff;
  margin-bottom: 10px;
}

h2{
    font-weight: bold;
    color: #474195;

    margin-bottom: 12px;
    font-size: 36px;
    letter-spacing: .01em;
    font-family: sans-serif;
}

.btn img{
  display: inline;
}

h3{

  text-align: center;
  letter-spacing: .01em;
  margin-top: 14px;
  font-family: sans-serif;
  margin-top: 14px;
  color: #474195;
  font-size: 24px;
  font-weight: bold;
  margin-bottom:14px;

  }

p{
	font-family: sans-serif;
	font-size: 16px;
	line-height: 1.2em;
  color: #838AA6;
}

img{
	display: block;
	max-width: 100%;
}

.btn{
  padding: 12px 20px 10px 20px;
  color: #f9f9f9;
  background-color: #474195;
  font-family: sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 14px;
  border-radius: 10px;
}

.btn:hover{
  color: #eee;
  background-color: #6BBAB4;
}

.whatsapp-btn{
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 10;
}

/*header*/
.header{
	width: 100%;
  position: absolute;
	top: 0;
  z-index: 10;
  background-color: #fff;
}

.header img{
	margin-top: 18px;
  margin-bottom: 16px;
}

.header_menu{
text-align: right;
padding-top: 18px;

}

.header_menu ul li{
text-align: right;
display: inline-block;
margin-left: 50px;
margin-top: 10px;


}

.header_menu ul li a {
	color: #474195;
	font-family: SANS-serif;
  letter-spacing: .1em;
  font-size: 14px;
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  }

  .header_menu a:hover{
  	color: #6BBAB4;
  }

  .header_menu img{
    display: inline-block;
  }

  /*HEADER PARA CELULAR*/
  @media only screen and (max-width: 787px) {
    .header img{
      margin: 8px auto;
    }

    .header_menu{
    text-align: center;
    margin-bottom: 40px;
  }

  .header_menu ul li {
    margin: 0;
  }

  .header_menu ul li a {
    margin: 4px;
  border:2px solid #6BBAB4;
  float: left;
  width: 130px;
  display: block;
  text-align: center;
  font-size: 14px;
  }
  }
  /*INTRODUÇÃO*/

  .introducao{
    width: 100%;
    margin-top: 70px;
    background: url("../img/bg-introd.png") no-repeat center center;
    background-size: cover;
    text-align: left;
    padding-top:160px; /*descer conteúdo interno*/
    padding-bottom: 120px;
  }

  .introducao img{
    display: inline;
  }

  .introducao h1{
    padding-right: 600px;
  }

  .introducao p{
  color: #fff;
  margin-bottom: 40px;
  text-align: left;
  padding-right: 600px;
}


  /*Introdução PARA CELULAR*/
  @media only screen and (max-width: 787px) {
    .introducao{
      margin-top: 160px;
      text-align: center;
    }
    .introducao h1{
      text-align: center;
      font-size: 32px;
      line-height: 1.3em;
      padding-right: 0;
    }
    .introducao p{
      font-size: 16px;
      margin-top: 20px;
      padding-right: 0;
      text-align: center;
    }
    .introducao .btn{
      text-align: center;
    }
  }

  /*ICONES*/

  .icones h3 ,p ,img{
    text-align: center;
    margin: 0 auto;
  }

  .icones{
    padding: 40px;
  }

  .icones h3{
    margin-top: 14px;
    color: #4126A9;
    font-size: 24;
    font-weight: bold;
    margin-bottom:14px;
  }

  .icones p{
    padding-left: 10px;
    padding-right: 10px;
  }

  /*SOBRE*/

  .sobre{
    padding: 40px;
    text-align: left;
  }

  .sobre img{
    max-width: 70%;
  }

  .sobre h2{
    font-weight: bold;
    color: #453E63;
  }


  .sobre img{
    margin-top: 40px;
  }

  .sobre p{
    text-align: left;
    margin-bottom: 30px;
  }

    .sobre-2{
    background: url("../img/bg-produtos.png") no-repeat center center;
    padding: 40px;
    text-align: left;
  }

  .sobre-2 img{
    max-width: 70%;
  }

  .sobre-2 h2{
    font-weight: bold;
    color: #fafafa;
  }


  .sobre-2 img{
    margin-top: 40px;
  }

  .sobre-2 p{
    text-align: left;
    margin-bottom: 30px;
    color: #fafafa;
  }

    .sobre-2 .btn:hover{
    color: #fff;
  }


    /*Sobre para celular*/
  @media only screen and (max-width: 787px) {

    .sobre p{
      text-align: center;
      margin-left: 0;
      padding-right: 0;
    }

    .sobre h2{
      text-align:center;
      padding: 0;
    }
    .sobre h2:after{
      margin: 16px auto 20px auto;
    }
    .sobre .btn{
      text-align: center;
    }

    .sobre .btn{
      display: none;
    }

    .sobre img{
      margin-top: 10px;
    }
  }

        .sobre-2 p{
      text-align: center;
      margin-left: 0;
      padding-right: 0;
    }

    .sobre-2 h2{
      text-align:center;
      padding: 0;
    }
    .sobre-2 h2:after{
      margin: 16px auto 20px auto;
    }
    .sobre-2 .btn{
      text-align: center;
    }

    .sobre-2 .btn{
      display: none;
    }

    .sobre-2 img{
      margin-top: 20px;
    }

       /*Sobre 2 para celular*/
  @media only screen and (max-width: 787px) {

    .sobre-2{
  background: url("../img/bg-produtos-cell.png") no-repeat center center;
    }

    .sobre-2 p{
      text-align: center;
      margin-left: 0;
      padding-right: 0;
    }

    .sobre-2 h2{
      text-align:center;
      padding: 0;
    }
    .sobre-2 h2:after{
      margin: 16px auto 20px auto;
    }
    .sobre-2 .btn{
      text-align: center;
    }

    .sobre-2 .btn{
      display: none;
    }

    .sobre-2 img{
      margin-top: 10px;
    }
  }


  .solucoes{
    text-align: center;
    padding: 60px 0;
    background: url("../img/bg-servicos.png") no-repeat center center;
  }

  /*ATUAÇÃO*/
  .solucoes h2{
    font-weight: bold;
  }

  .solucoes p{
    color: #868C93;
    margin-bottom: 30px;
  }

  .solucoes .grandes{
    margin-top: 40px;
  }

  .solucoes h2::after{
    content: '';
    background-color: #02437a;
    height: 4px;
    width: 180px;
    margin: 0 auto 40px auto;
    display: block;
  }



  /*ATUAÇÃO CELULAR*/
  @media only screen and (max-width: 787px) {
    .atuacao{
      min-height: 800px;
      background-size: 800px 100%;
      text-align: center;
    }
    .atuacao img{
      padding-left: 10px;
    }
  }

  /*QUEBRA*/

  .quebra{
    width: 100%;
    height: 260px;
    padding: 100px 0;
    background: url("../img/bg-quebr.png") no-repeat center center;
    background-size: cover;
    text-align: center;
  }

.quebra p{
  font-size: 38px;
  font-family: sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1em;
  color: #FFF;
  margin-top: 20px;
  font-weight: bold;
}

.quebra a{
  color: #FFF;
  font-weight: bold;
  font-style: italic;
  text-decoration: underline #fff 5px;
}

/*quebra celular*/

@media only screen and (max-width: 787px) {
  .quebra p{
    font-size: 30px;
    margin-top: -14px;
    line-height: 1.3em;
  }
  .parceiros ul li{
    margin: 0 auto;
    display: block;
  }
  .parceiros img{
    margin: 0 auto;
    display: block;
  }
  .parceiros{
    margin: 0 auto;
    text-align: center;
  }
  }

  /*PRODUTOS*/
  .produtos{
    padding: 0 0 60px 0;
    text-align: center;
  }

  .produtos p{
    margin-bottom: 24px;
  }

  .produtos img{
    margin-top: 60px;
  }


  /*DEPOIMENTOS*/
.depoimentos{
  text-align: center;
  padding: 60px;
  background: url("../img/bg-depo.png") no-repeat center center;
  height: 330px;
}

.depoimentos span{
  font-style: italic;
}

.depoimentos p{
  margin-top: 10px;
  font-weight: bold;
}

/*DEPOIMENTOS PARA CELULAR*/
  @media only screen and (max-width: 787px) {
    .depoimentos{
      text-align: center;
      height: 380px
  }

    .depoimentos h2{
      font-size: 28px;
    }
  }




/*FORMULARIO*/

  .contato{
    padding:40px 0;
    background-color: #f5f5f5;
    text-align: left;
  }

  .contato h2{
    margin-top: 10px;
    color: #474195;
  }

  .contato h3{
    text-align: left;
    color: #474195;
  }

  .contato p{
    color: #2C3144;
    font-size: 16px;
    margin-bottom: 20px;
    padding-right: 60px;
    text-align: left;
  }

  .contato .btn{
    background-color: #C48981;
    color: #fff;
    margin-left: 10px;
  }

  .contato .btn:hover{
    color: #DDDFDE;
  }

  .mapa img{
    margin-bottom: 60px;
    padding-left: 0;
  }

  .contato-dados img{
    padding-top: 40px;
  }


    /*CONTATO PARA CELULAR*/
  @media only screen and (max-width: 787px) {
    .contato{
      text-align: center}

    .contato h3{
      text-align: center;
      padding: 0;
    }

    .contato h2{
      font-size: 28px;
    }

    .contato p{
      padding: 0;
      text-align: center;
    }

    .contato-dados img{
      padding-left: 0;
    }
  }


.btn{
  cursor: pointer;
  text-align: center;

}

.nao-aparece{
  visibility: hidden;
  position: absolute;
  height: 0px;
}

.grid-8{ /*grid-8 é a classe de todo o conteúdo do formulário, usei o margin 0 pra colar ele na esquerda*/
}

.mapa{
  margin-top: 40px;
}

.rodape{
  padding: 40px 0;
  background-color: #474195;
}

.rodape h2{
  color: #fff;
}
.rodape p{
  line-height: 1.3em;
  font-size: 14px;
  color: #fff;
  margin-top: -20px;
  padding-right: 80px; /*tirar no responsivo*/
}

/*Rodape Celular*/
@media only screen and (max-width: 787px) {
    .rodape{
      text-align: center;
    }
    .rodape p{
      padding-right: 0;
    }
  }


.footer{
  background-color: #474195; 
  padding: 20px 0 20px 28px;
}

.footer p{
  color: #fff;
  font-size: 14px;
  margin-top: 
}

.footer a{
  color: #DCAB58;
}

.footer img{
  float: left;
  margin: -10px 0;
  padding-right: 60px;
}

/*Footer Celular*/
@media only screen and (max-width: 787px) {
    .footer p{
      text-align: center;
    }
    .footer img{
      float: none;
      margin: 0 auto;
      padding-right: 0;
    }
  }

.js [data-slide] {
  position: relative;
}
.js [data-slide] > * {
  position: absolute;
  top: 0px;
  opacity: 0;
}
.js [data-slide] > .active {
  position: relative;
  opacity: 1;
  transition: opacity 900ms;
}

