/* Estilos Gerais */

body {
  font-family: Arial, Helvetica, sans-serif;
}

p {
  font-family: Arial, Helvetica, sans-serif;
  color: #6a6565;
  font-size: 15px;
  line-height: 28px;
}

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

.btn {
  background-color: #25c48d;
  padding: 10px 30px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.btn:hover {
  background-color: #639206;
}

.subtitulo {
  font-family: "Times New Roman", Times, serif, Tahoma, Geneva, Verdana,
    sans-serif;
  font-size: 50px;
  color: #2e2e2e;
  text-align: center;
  margin: 90px 0px 30px 0px;
}

.subtitulo:after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #000;
  margin: 8px auto;
}

.call {
  padding-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  clear: both;
}

.call p {
  margin-bottom: 20px;
}

/* Header */

.header {
  position: fixed;
  top: 0px;
  width: 100%;
  background-image: linear-gradient(to right, white, grey);
  padding: 15px 0;
  z-index: 10;
}

.header_menu {
  text-align: right;
}

.header_menu ul li {
  display: inline-block;
  margin-top: 40px;
  margin-left: 25px;
}

.header_menu ul li a {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 14px;
  line-height: 20px;
  padding: 15px;

  
  position: relative;

}


.header_menu ul li a::after,
.header_menu ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: transform .3s ease-in-out;
}

.header_menu ul li a::before {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  transform: scaleY(0);
}

.header_menu ul li a::after {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: scaleX(0);
}

.header_menu ul li a:hover::before{
  color: rgba(2, 138, 93, 0.493);
  transform: scaleY(1);
}

.header_menu ul li a:hover::after{
  color: rgba(2, 138, 93, 0.493);
  transform: scaleX(1);
}


.header_menu ul li a.menu_ativo {
  border-bottom: 1px solid #000;
  transform: scaleX(1);
  color: #639206;
}

/* Introdução */
.introducao {
  width: 100%;
  height: 670px;
  background: url("../img/bg-introducao2.jpg") no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  margin-top: 92px;
  text-align: left;
  padding-top: 290px;
}

.introducao h1 {
  font-size: 64px;
  line-height: 50px;
  color: #ffffff;
  font-family: "Times New Roman", Times, serif, Tahoma, Geneva, Verdana,
    sans-serif;
  padding-bottom: 90px;
}

.introducao h2 {
  font-size: 30px;
  line-height: 25px;
  color: #f2f2f2;
  font-family: "Times New Roman", Times, serif, Tahoma, Geneva, Verdana,
    sans-serif;
  padding-bottom: 30px;
}



/*Contato*/

.contato {
  text-align: center;
}

.contato p {
  color: #6a6565;
  font-size: 21px;
  padding: 0px 0;
}

/*Sobre*/

.sobre:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #969392;
  margin-top: 80px;
}

.sobre {
  width: 100%;
  background: rgba(252, 247, 247, 0.986) ;
}

.conteudo-sobre {
  margin-top: 80px;
}

.conteudo-principal {
  padding-top: 80px;
}

.conteudo-principal h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #333;
  
}

.conteudo-principal h4::before {
  content: "";
  display: block;
  width: 90px;
  height: 3px;
  background: #000;
  margin: 20px 40%;
}

.conteudo-principal h4::after {
  content: "";
  display: block;
  width: 90px;
  height: 3px;
  background: #000;
  margin: 20px 40%;
}

.conteudo-sobre p {
  padding: 20px 0px 20px 0px;
  text-align: center;
}

.bg-sobre img {
  object-fit: cover;
  height: 700px;
  width: 100%;
  
}



/*Depoimento*/

.depoimento {
  background: url("../img/bg-depoimento.jpg") no-repeat center;
  background-color: rgba(0, 0, 0, 0.4);
  background-blend-mode: darken;
  background-size: cover;
}

.depoimento h2 {
  color: #fff;
}

.subtitulo-depoimento {
  font-family: "Times New Roman", Times, serif, Tahoma, Geneva, Verdana,
    sans-serif;
  font-size: 50px;
  color: #2e2e2e;
  text-align: center;
  margin: 90px 0px 30px 0px;
}

.subtitulo-depoimento::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #fff;
  margin: 8px auto;
}

.quote_clientes {
  display: inline-block;
  height: 420px;
  text-align: left;
  background: rgba(248, 234, 234, 0.7);
  border-radius: 10px;
  padding: 40px 20px 40px 20px;
  margin: 80px 0px 80px 0px;
}

.quote_clientes p {
  color: rgb(0, 0, 0);
  font-weight: 800;
  height: 280px;
}

.p2 {
  display: block;
  
  font-size: 17px;
  color: rgb(0, 0, 0);
  font-weight: 600;
}

.quote_clientes img {
  display: block;
  margin-left: 50%;
  
}

/*Quebra*/

.quebra {
  width: 100%;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.4);
  background-blend-mode: darken;
  padding-top: 40px;
}
.quebra p {
  font-family: Arial, Helvetica, sans-serif;
  text-align: right;
  font-size: 21px;
  color: #353535;
  padding-top: 1px;
}
.botao-quebra {
  padding-top: 14px;
  text-align: center;
}

/*Footer*/

.footer {
  width: 100%;
  background: #222222;
  color: #adadad;
  padding: 20px 0;
}

.footer h3 {
  font-size: 18px;
  line-height: 25px;
  color: #adadad;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.footer h3:after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #adadad;
  margin: 6px 0 12px 0;
}

.footer_historia {
  padding-right: 40px;
}

.footer_historia p {
  color: #adadad;
}

.footer_contato ul li {
  font-size: 14px;
  line-height: 20px;
  font-family: Georgia, "Times New Roman", serif;
}

.footer_redes ul li {
  filter: grayscale(100%);
  display: inline-block;
  margin-right: 10px;
}

.footer_redes ul li a {
  border: 3px solid #adadad;
  display: block;
  padding: 10px;
}

.footer_redes ul li a:hover {
  border-color: #fff;
}

.copy {
  width: 100%;
  background: #292929;
  padding: 20px 0;
}
.copy p {
  color: #adadad;
}
/*JAVASCRIPT*/

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

.js [data-slide-nav] {
  display: block;
  text-align: center;
  margin-top: 20px;
}

.js [data-slide-nav] button {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 4px;
  border: none;
  padding: 0px;
  border-radius: 6px;
  text-indent: -99px;
  overflow: hidden;
  background: #1d1d1d;
}

.js [data-slide-nav] button.active {
  background: #4c7470;
}

.js [data-anime] {
  opacity: 0;
}

.js .fadeInDown {
  transform: translate3d(0, -20px, 0);
}

.js .anime {
  opacity: 1;
  transform: none;
  transition: opacity 800ms, transform 800ms;
}

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

#form-sucesso p {
  color: #31aa39;
  padding-top: 30px;
}

#form-erro p {
  color: #f64540;
  padding-top: 30px;
}
