html{
  scroll-behavior:smooth;

}

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

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

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

h2{
    color: #B29C8F;
    margin-bottom: 12px;
    font-size: 36px;
    letter-spacing: .01em;
    font-family: sans-serif;
}

.btn img{
  display: inline;
}

h3{

  color: #B29C8F;
  text-align: center;
  margin-bottom: 18px;
  font-size: 28px;
  letter-spacing: .01em;
  margin-top: 14px;
  font-family: sans-serif;

  }

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: #E1CAAE;
  font-family: sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 14px;
}

.btn-2{
  padding: 12px 20px 10px 20px;
  color: #56505F;
  background-color: #E1CAAE;
  font-family: sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 14px;
}

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

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

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

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

}

.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: 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: #E1CAAE;
  }

  .header_menu img{
    display: inline-block;
  }

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

    .header{
      background-color: #0B0217;
    }

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

  .header_menu ul li {
    margin: 0;
  }

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

  .introducao{
    margin-top: 70px;
    background: url("../img/bg-advogado-claudio-franca.png") no-repeat center center;
    background-size: cover;
    padding-top:140px; /*descer conteúdo interno*/
    text-align: left;
    padding-bottom: 180px;
  }

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


  .introducao img{
    display: inline;
  }

  .introducao span{
  font-size: 42px;
  font-weight: bold;
  line-height: 1.1em;
  color: #E1CAAE;
  margin-bottom: 20px;
}

  .introducao .btn{
    background-color: #D7B994;
    color: #213242;
  }


  /*Introdução PARA CELULAR*/
  @media only screen and (max-width: 787px) {
    .introducao{
      margin-top: 210px;
      text-align: center;
      padding-top: 120px;
      padding-bottom: 40px;
      background: url("../img/bg-advogado-claudio-franca.png") no-repeat center left 70%;

    }


    h1{
      text-align: center;
      font-size: 24px;
      line-height: 1.3em;
      padding-right: 0;
    }

    .introducao span{
      font-size: 24px;
    }

   .introducao p{
      font-size: 16px;
      margin-top: 20px;
      text-align: center;
      padding-right: 0;
    }
    .introducao .btn{
      text-align: center;
    }
  }

  .missao{
    text-align: center;
    padding: 60px 0;
  }

  .missao h2{
    color: #213242;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
  }

  .missao p{
    color: #5A646D;
    font-size: 20px;
    margin-bottom: 0;
  }

    /*MISSÃO PARA CELULAR*/
  @media only screen and (max-width: 787px) {
 
    .missao p{
      font-size: 16px;
    }
  }

/*SOBRE*/

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


  .sobre h2{
    font-weight: bold;
    color: #fff;
    margin-top: 40px;
  }

  .sobre .btn-2{
    background-color: #D7B994;
    color: #213242;
  }

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

  .sobre img{
    margin-top: 0;
    text-align: right;
    width: 100%;
  }

  .diminuir img{
    max-width: 50%;
    margin-bottom: 30px;
    margin-top: 40px;
  }

    .sobre .btn:hover{
    color: #DCAB58;
  }

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

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

    .sobre{
      padding-bottom: 40px;
      background-size: cover;
    }

    .sobre h2{
      text-align:center;
      padding: 0;
      padding-top: 20px;
    }

    .sobre .btn-2{
      text-align: center;
    }

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


    .sobre img{
      margin-top: 20px;
      padding-bottom: 0;
      margin-bottom: -60px;
    }

    .diminuir img{
      margin: 0 auto;
      margin-bottom: 20px;
      margin-top: 20px;
      max-width: 70%;
    }
  }

   /*SOLUÇÕES*/

     .solucoes{
    padding: 40px;
    background-color: #213242;
    text-align: center;
  }

  .solucoes .btn{
    color: #213242;
    background-color: #D7B994;
  }

  .solucoes h2{
    color: #D7B994;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
  }

  .solucoes img{
    margin-bottom: 40px;
  }


  /*SOLUÇÕES 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{
    height: 364px;
    background: url("../img/bg-joinville.png") no-repeat center center;
    background-size: cover;
    text-align: center;
  }

   /*QUEBRA CELULAR*/
  @media only screen and (max-width: 787px) {

    .quebra{
      background-size: contain;
      max-height: 126px;
    }
  }

  /*PRECIFICAÇÃO*/

  .precificacao {
    text-align: center;
  }

  .precificacao .item{
  background: #E7D5BF;
  padding: 20px 38px;
  }

  .precificacao p{
    text-align: center;
    font-size: 18px;
    color: #5A646D;
  }

  .precificacao h2{
    margin-top: 40px;
    margin-bottom: 50px;
    font-weight: bold;
    color: #213242;
  }

  .precificacao h3{
    font-weight: bold;
    font-size: 20px;
    color: #364553;
  }

/*Precificação para celular*/
  @media only screen and (max-width: 787px) {
    
  .precificacao h2{
    font-size: 28px;
  }
  }

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

    
  .sobrepor p{
    font-size: 14px;
  }

  .sobrepor{
    margin-top: -90;
  }
  }

  /*FORMULARIO - USAR MARGIN TOP NEGATIVA PRA PRA ENCAIXAR NA SOBREPOSIÇÃO*/

  .contato{
    padding-bottom: 40px;
    margin-top: -50px;
    background: url("../img/bg-contato.png") no-repeat center center;
  }

  .contato a{
    font-weight: bold;
  }

  .contato .btn{
    color: #fff;
  }

  .contato h2{
    margin-top: 80px;
    font-weight: bold;
    color: #fff;
  }

  .contato h3{
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
  }

  .contato p{
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
    padding-right: 580px;
  }

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

  .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;
      padding: 0;
    }

    .contato p{
      padding: 0;
    }

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

  /*ESCURO*/
  .escuro{
    padding-top: 160px;
    padding-bottom: 40px;
    background: #213242;
  }

  .escuro h2{
    padding-right: 300px;
    font-weight: bold;
    color: #D7B994;
  }

  .escuro p{
    padding-right: 100px;
    color: #fff;
  }

  /*CLARO*/
  .claro{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .claro h2{
    padding-right: 240px;
    font-weight: bold;
    color: #213242;
  }

  .claro p{
    padding-right: 100px;
    color: #5A646D;
  }

   /*ESCURO-2*/
  .escuro-2{
    padding-top: 40px;
    padding-bottom: 40px;
    background: #213242;
  }

  .escuro-2 h2{
    padding-right: 300px;
    font-weight: bold;
    color: #D7B994;
  }

  .escuro-2 p{
    padding-right: 100px;
    color: #fff;
    margin-bottom: 40px;
  }

  .escuro-2 .btn{
    background-color: ;
    color: ;
  }

    /*CLARO E ESCURO PARA CELULAR*/
  @media only screen and (max-width: 787px) {
    .escuro {
      padding-top: 260px}

    .escuro h2{
      padding-right: 0;
      text-align: center;
      font-size: 26px;
    }

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

    .claro {
      padding-top:}

    .claro h2{
      padding-right: 0;
      text-align: center;
      font-size: 26px;
    }

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

        .escuro-2 {
      padding-top: px}

    .escuro-2 h2{
      padding-right: 0;
      text-align: center;
      font-size: 26px;
    }

    .escuro-2 p{
      padding-right: 0;
      text-align: center;
    }
  }


.btn{
  cursor: pointer;
}

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


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

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

.footer a{
  color: #DCAB58;
}

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

/*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;
}

