/*#######################################################
  #### FONTES
#######################################################
*/
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700&display=swap');

/*
#######################################################
  #### BÁSICO
#######################################################
*/
* {
  margin: 0;
  padding: 0;
  font-family: 'Lato';
}

.center {
  width: 1200px; 
  margin: 0 auto;
  position: relative;
}

#top_banner {
  background: url(../imagens/back1.jpg) center center no-repeat;
  width: 100%;
  height: 100%;
  display: table;
  background-size: cover;
  position: relative;
  z-index: 99;
}

#top_banner h1 {
  width: 148px;
  height: 100px;
  background: url(../imagens/logo.png) center center no-repeat;
  text-indent: -20000px;
  margin-top: 25px;
  float: left;
}

#top_banner .top ul{
    float: right;
}

#top_banner .top li {
  float: left;
  margin-top: 50px;
  padding-left: 26px;
  list-style-type: none;
} 

#top_banner .top a {
  font-family: Lato;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
}

#top_banner .top a.inicial {
  background: url(../imagens/side.jpg) left center no-repeat;
  padding-left: 8px;

}

#top_banner .top a.call {
  font-size: 20px;
  font-family: Lato;
  font-weight: 900;
  background: url(../imagens/call.jpg) left center no-repeat;
  background-size: auto ;
  padding: 45px;
}

.headerText {
  position: absolute;
  top: 35%;
  text-align: center;
  text-transform: uppercase;
  display: table;
  width: 100%;   
}

.headerText h2 {
  font-size: 34px;
  color: #ffffff;
  font-family: 'Playfair Display';
    font-weight: 300;
  line-height: 24px;
    letter-spacing: 0.2px;
}


.headerText h3 {
  color: #cb9807;
    font-family: 'Lato', 600;
    font-size: 110px;
    letter-spacing: 0.4px;
    line-height: 24px;
    padding-bottom: 40px;
    padding-top: 50px; 

}

.headerText h4 {
  font-size: 34px;
  color: #ffffff;
  font-family: 'Playfair Display';
    font-weight: 300;
  text-align: center;
  line-height: 44px;
    letter-spacing: 0.2px;
}

.headerText p {
  width: 242px;
  height: 40px; 
  position: absolute;
  background: #cb9807;
  font-weight: 800;
  font-family: 'Lato', bold;
  text-align: center;
  left: 483px;
  margin-top: 28px;
    padding-top: 20px;
    
}

.headerText a {
    text-decoration: none;
    text-transform: uppercase;
    color: #FFF;
}

/* duas linhas aos lados do "direito" escrito centro */ 
.headerText .lin1 {
  display: block;
  width: 115px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 360px;
  top: ;
}

.headerText .lin2 {
  display: block;
  width: 115px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 360px;
  bottom: ;
}


/* lista dos icones de redes sociais */

#top_banner .social{
  position: absolute;
  right: 25px;
  top: 35%;
}
#top_banner .social ul{
  display: block;
  width: 25px;
  position: relative;
}
#top_banner .social ul li{
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 30px;
  margin-bottom: 25px;
}
#top_banner .social ul li a{
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -20000px;
  transition: all 0.08s ease-in;
}

/*problemas com a animação no photoshop */

#top_banner .social ul li.bt_linkedin a {
  background: url(../imagens/linklogo.png) left top no-repeat;
}
#top_banner .social ul li.bt_linkedin a:hover {
  background: url(../imagens/linklogo.png) right top no-repeat;
}
#top_banner .social ul li.bt_google a {
  background: url(../imagens/googlep.png) left top no-repeat;
}
#top_banner .social ul li.bt_google a:hover {
  background: url(../imagens/googlep.png) right top no-repeat;
}
#top_banner .social ul li.bt_facebook a {
  background: url(../imagens/facelogo.png) left top no-repeat;
}
#top_banner .social ul li.bt_facebook a:hover {
  background: url(../imagens/facelogo.png) right top no-repeat;
}
#top_banner .social ul li.bt_twitter a {
  background: url(../imagens/bt_twitter.png) left top no-repeat;
}

#top_banner .social ul li.bt_twitter a:hover {
  background: url(../imagens/bt_twitter.png) right top no-repeat;
}

#top_banner .social span.linha {
  display: block;
  width: 1px;
  height: 180px;
  background: #fff;
  position: absolute;
  right: 15px;
  bottom: -185px;
}

#top_banner span.square {
    height: 11px;
    width: 11px;
    background: #cb9807;
    position: absolute;
    left: 564px;
    bottom: 26px;
}

#top_banner span.square1 {
    height: 11px;
    width: 11px;
    background: #cb9807;
    position: absolute;
    left: 584px;
    bottom: 26px;
}

#top_banner span.square2 {
    height: 11px;
    width: 11px;
    background: #cb9807;
    position: absolute;
    left: 604px;
    bottom: 26px;
}

#top_banner span.square3 {
    height: 11px;
    width: 11px;
    background: #cb9807;
    position: absolute;
    left: 624px;
    bottom: 26px;
}

#top_banner span.square a:hover {
    height: 15px;
    width: 15px;    
    background: #101820;
}


/* seção 2 */
#quem_sec2 {
  background: #FFF;
  width: 100%;
    height: 100%;
    display: table;
    position: relative;
    top: -75px;
}

#quem_sec2 h2 {
  position: absolute;
    margin-top: 200px;
  text-transform: uppercase;
    font-family: 'Playfair Display';
    font-weight: 700;
}

#quem_sec2 p {
  float: left;
  text-align: justify center;
    margin-top: 270px;
    width: 550px;
    line-height: 30px;

    
}

/* linha  amarela  */
#quem_sec2 span.linha {
  display: block;
  width: 115px;
  height: 1px;
  background: #cb9807;
  position: absolute;
  left: 185px;
  top: 217px;
    
}

#quem_sec2 img {
  float: right;
  display: inline-grid;
    margin-top: 150px;
}

#quem_sec2 figure {
    position: absolute;
    margin-left: 30px;
    margin-top: 120px;
}

/*------seção 3------*/

#services {
    background: url(../imagens/services_bckrd.jpg) center top no-repeat;
    width: 100%;
    display: table;
    padding-bottom: 80px;
    display: table;
    background-size: cover;
}
#services .center{
    display: table;
    padding-bottom: 60px;
}
#services h2 {
    font-family: 'Playfair Display';
    font-size: 40px;
    font-weight: 700;
    color: #cb9807;
    text-align: center;
    text-transform: uppercase;
    margin-top: 80px;
}

#services h3 {
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-family: 'Playfair Display';
    padding-top: 17px;
}

#services p {
    text-align: center;
    font-family:'lato';
    font-size: 14px;
    line-height: 30px;
    color: #FFF;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 35px;
}

#services .linha {
  width: 134px;
  height: 1px;
  background: #cb9807;
  position: absolute;
    left: 315px;
    top: 110px;
}

#services .linha1 {
  width: 134px;
  height: 1px;
  background: #cb9807;
  position: absolute;
    right: 315px;
    top: 110px;
}

#services .serv {
    color:#FFF;
    margin-top: 30px;
    font-family: 'lato';
    font-size: 16px;
    text-align: center;
    line-height: 32px;
}

#services .consult {
    border: 1px solid #cb9807;
    width: 550px;
    float: left;
    margin-top: 40px;
}

#services .defesas {
    border: 1px solid #cb9807;    
    float: right;
    width: 550px;
    margin-top: 40px;
    
}

#services .contenc {
    border: 1px solid #cb9807;
    width: 550px;
    float: left;
    margin-top: 40px;
}


#services .emp {
    border: 1px solid #cb9807;
    width: 550px;
    float: right;
    margin-top: 40px;
}




#services a.botao {
  width: 160px;
  height: 35px;
    padding-top: 10px;
  background: #cb9807;
    font-size: 16px;
  font-weight: 600;
  font-family: 'Lato';
    text-decoration: none;
    color: #000;
    float: none;
    text-align: center;
    float: none;
    clear: both;
    position: absolute;
    bottom: -35px;
    left: 50%;
    margin-left: -80px;
}

/* --------seção 4-------*/

#sobre {
    width: 100%;
    display: table;
}

#sobre h2 {
    margin-top: 265px;
    font-family: 'Playfair Display';
    font-size: 40px;
    position: absolute;
    text-transform: uppercase;
    left: 630px;
}

#sobre .line {
  width: 134px;
  height: 1px;
  background: #cb9807;
  position: absolute;
    left: 800px;
    top: 295px;
}

#sobre p {
    margin-top: 335px;
    font-family: 'lato';
    font-size: 14px;
    line-height: 30px;
    width: 520px;
    text-align: justify;
    position: absolute;
    left: 630px;

}

#sobre img {
    margin-top: 145px;
    float: left;  
    display: inline-grid;
    position: relative;
}

#sobre figure {
    position: absolute;
    margin-left: 1200px;
    margin-top: 180px;
}

#sobre img.margem {
    padding-bottom: 150px;
}

/* div -----------contato---------- */

#contato{
    background: #FFF url(../imagens/bck2.jpg) center bottom no-repeat;
    display: table;   
    width: 100%;
    padding-bottom: 45px;
    margin-top: -45px;
    background-size: 100% auto;
}

#contato .contato {
    text-align: center;
    float: none;
    clear: both;
    background: #101820 url(../imagens/conosco.png) center top no-repeat;
    max-width: 800px;
    min-height: 535px;
    display: table;
    margin: 0 auto;
    border-bottom: 5px solid #cb9807;
}

#contato .contato h3 {
    font-size: 40px;
    font-family: 'Playfair Display';
    color: #cb9807;
    text-align: center;
    text-transform: uppercase;
    padding-top: 50px;
    
}

#contato .contato .lin1 {
    width: 134px;
  height: 1px;
  background: #cb9807;
    
}

#contato .contato form{
    margin-left: 50px;
    margin-right: 50px;
    padding-top: 28px;
    padding-bottom: 25px;
}
#contato .contato form input[type=text],
#contato .contato form input[type=tel],
#contato .contato form input[type=email]{
    display: block;
    background: none;
    width: 48%;
    height: 42px;
    float: left;
    border: 1px solid #7d7d7d;
    margin-bottom: 30px;
    color: #fff;
    text-indent: 20px;
    border-radius: 3px;
    font-size: 13px;
}
#contato .contato form textarea{
    display: block;
    background: none;
    width: 100%;
    height: 42px;
    float: left;
    border: 1px solid #7d7d7d;
    margin-bottom: 30px;
    color: #fff;
    text-indent: 20px;
    border-radius: 3px;
    resize: none;
    padding-top: 15px;
    height: 120px;
    font-size: 13px;
}

#contato .contato form input:nth-child(2n){
    float: right;
}

#contato .contato form input[type=submit]{
    display: block;
    background: #cb9807;
    width: 227px;
    height: 47px;
    border: none;
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    margin: 15px auto;
    font-weight: 700;
    float: none;
    padding-bottom: 5px;
}

.coluna_rodape{
  display: table;
  width: 100%;
}
.coluna_rodape p {
    display: block;
    width: 33.33%;
    float: left;
    color: #fff;
    padding-top: 65px;
    font-size: 14px;
    line-height: ;
    font-family: 'Playfair Display';
    text-align: ;
    
}
.coluna_rodape p.tel{
  background: url(../imagens/tel.png) left bottom no-repeat;
}
.coluna_rodape p.mail{
  background: url(../imagens/mail.png) left bottom no-repeat;
}
.coluna_rodape p.place{
  background: url(../imagens/place.png) left 85% no-repeat;
}
.coluna_rodape p b {
    display: block;
    font-weight: normal;
    font-size: 13px;
    font-family: 'lato';
    padding-top: 6px;
    padding-left: 25px;
}
.coluna_rodape p a{
  color: #fff;
  text-decoration: none;
}
#footer .sociaul {
    padding-top: 30px;
    padding-bottom: 33px;
}

#footer .sociaul ul {
  display: inline-block;
  position: relative;
  float: left;
}

#footer .sociaul ul li {
    list-style-type: none;
  display: inline-block;
    width: 18px;
    height: 18px;
}

#footer .sociaul ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-indent: -20000px;
  transition: all 0.08s ease-in;
}

#footer .sociaul p {
    display: inline;
    position: absolute;
    font-size: 14px;
    font-weight: 900px;
    text-transform: uppercase;
    color: #6c7e90;
    font-family: 'lato';
}

#footer .sociaul ul li.facefoot a {
  background: url(../imagens/facefoot.png) left top no-repeat;
}

#footer .sociaul ul li.facefoot a:hover {
  background: url(../imagens/facefoot.png) right top no-repeat;
}
#footer .sociaul ul li.facefoot{
  margin-right: 6px;  
}
#footer .sociaul ul li.twitfoot{
  height: 18px;
  width: 18px;
  padding: 0;
  margin-right: 12px;
}
#footer .sociaul ul li.twitfoot a {
  background: url(../imagens/twitfoot.png) left top no-repeat;
}

#footer .sociaul ul li.twitfoot a:hover {
  background: url(../imagens/twitfoot.png) right top no-repeat;
}

#footer .sociaul ul li.linkfoot a {
  background: url(../imagens/linkfoot.png) left top no-repeat;
}
#footer .sociaul ul li.linkfoot a:hover {
  background: url(../imagens/linkfoot.png) right top no-repeat;
}
#footer .sociaul ul li.googlefoot a {
  background: url(../imagens/googlefoot.png) left top no-repeat;
}
#footer .sociaul ul li.googlefoot a:hover {
  background: url(../imagens/googlefoot.png) right top no-repeat;
}
#footer .center p.oab {
    font-family: 'lato';
    font-size: 13px;
    float: left;
    display: inline-block;
    color: #6c7e90;
    font-weight: 900;
    padding-top: 2px;
    padding-left: 45px;
}
#footer .center p.direitos {
    font-family: 'lato';
    font-size: 13px;
    float: right;
    display: inline-block;
    color: #6c7e90;
    font-weight: 400;
    padding-top: 2px;
    text-transform: none;
    position: absolute;
    right: 0;
    top: 0;
    color: #414141;
    padding-top: 21px;
}
#footer .center p.direitos a{
     color: #414141;
}

