html{
  scroll-behavior:smooth;

}

body{
	font-family: Times, serif;
}

h1{
	font-size: 56px;
	font-weight: 300;
	line-height: 1em;
	color: #fff;
  margin-bottom: 40px;
}

h2{
    color: #8A4213;
    margin-bottom: 40px;
    font-size: 36px;
    letter-spacing: .01em;
    font-family: times, serif;
}

.btn img{
  display: inline;
}

h3{

  color: #8A4213;
  text-align: center;
  margin-bottom: 18px;
  font-size: 24px;
  letter-spacing: .01em;
  margin-top: 14px;
  font-family: times, serif;

  }

p{
	font-family: Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
  color: #7C6556;
}

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

.btn{
  padding: 12px 20px 10px 20px;
  color: #8A4213;
  font-family: arial, sans-serif;
  font-weight: bold;
  background-color: #fff; /*laranja PRINCIPAL*/
  letter-spacing: 0.04em;
  font-size: 14px;
}
.btn:hover{
  color: #d1d1d1;
  border-color: #fff;
}

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

.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: 28px;


}

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

  .header_menu a:hover{
  	color: #DDDFDE;
  }

  .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:4px solid #fff;
  float: left;
  width: 130px;
  display: block;
  text-align: center;
  font-size: 14px;
  }
  }
  /*INTRODUÇÃO*/

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

  .introducao img{
    display: inline;
  }

  /*Introdução PARA CELULAR*/
  @media only screen and (max-width: 787px) {
    .introducao{
      margin-top: 260px;
    }
    h1{
      font-size: 42px;
      line-height: 1.3em;
    }
    p{
      font-size: 16px;
      margin-top: 20px;
    }
  }

  /*SOBRE*/

  .sobre{
    padding-top:60px;
  }

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

  .sobre h2{
  }

  .sobre p{
    line-height: 1.3em;
    padding-right: 114px;
  }

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

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

    .sobre .btn:hover{
    color: #DDDFDE;
    margin-left: 10px;
  }


    /*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;
    }
    .sobre h2:after{
      margin: 16px auto 20px auto;
    }
    .sobre .btn{
      text-align: center;
    }

    .sobre .btn{
      display: none;
    }

  }

  /*QUEBRA-SALA*/

  .quebra-sala{
    width: 100%;
    height: 509px;
    background: url("../img/bg-sala.png") no-repeat center center;
    background-size: cover;
    text-align: center;
    margin-top: 80px;
  }

  .quebra-sala img{
    max-width: 40%;
    margin: 80px auto 0 auto;
  }

  /*quebra-sala responsivo*/

  @media only screen and (max-width: 787px) {
    .quebra-sala img{
      max-width: 100%;
      margin-top: 100px;
    }

  }


  /*ATALHOS*/

  .atalhos{
    width: 100%;
    background: url("../img/bg-servicos.png") no-repeat center center;
    background-size: cover;
    text-align: center;
  }

  .atalhos{
    padding: 40px 0 80px 0;
  }

  .atalhos h2{
    text-align: center;
  }

  .atalhos img{
    margin: 20px auto 0 auto; /*esse negativo é pra subir o botão*/
  }


  .atalhos p{
    text-align: center;
    padding: 0 22px 40px 22px; /*tirar esse pading aqui*/
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3em;
  }

  .entrar .btn{
    background-color: #C48981;
    color: #fff;
    text-align: center;
  }

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

  .entrar{
    text-align: center;
  }

  /*Atalhos para celular*/

  @media only screen and (max-width: 787px) {
    .atalhos p{
      padding: 0 0 40px 0;
    }
  }

  /*QUEBRA*/

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

.quebra p{
  font-size: 48px;
  font-family: times, serif;
  font-weight: 300;
  line-height: 1em;
  color: #fff;
  margin-bottom: 40px;
}

.quebra a{
  color: #fff;
  text-decoration: underline;
}

/*quebra celular*/

@media only screen and (max-width: 787px) {
  .quebra p{
    font-size: 30px;
    margin-top: -14px;
  }

  }


  /*FORMULARIO*/

  .contato{
    padding:40px;
  }

  .contato h3{
    text-align: left;
  }

  .contato p{
    color: #7C6556;
    font-size: 16px;
    margin-bottom: 20px;
  }

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

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

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

  .contato-dados img{
    padding-top: 40px;
    padding-left:80px; /*tirar no responsivo*/
  }


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

    .contato h3{
      text-align: center;
    }

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


.btn{
  cursor: pointer;
}

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

.grid-8{
  margin-left: 0px; /*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: #AE612E;
}

.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: #fff; 
  padding: 20px 0 20px 28px;
}

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

.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;
}

