/* Estilos Gerais */


/* Header */

.menu {
  background: #484b4d;
  overflow: hidden;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
}

.menu nav {

  text-align: right;
  padding: 15px 15px 0 0;

}

.menu nav ul {
  
  padding: 0px;
  margin: 0px;
  
}

.menu nav li {
  display: inline-block;
  text-align: right;
  
}

.menu nav li a {
  font-family: times-new-roman;
  display: block;
  color: white;
  margin-top: 35px;
  padding: 5px 0px 5px 20px;
  text-decoration: none;
  font-family: monospace;
  text-transform: uppercase;
  font-size: 1.3em;
  letter-spacing: 2px;
  float: left;
}

.menu nav li a::after {
  content: '';
  display: block;
  background: white;
  height: 2px;
  width: 0;
  transition: .3s;
}

.menu nav li a:hover::after {
  width: 100%;
}

.logo {
  display: block;
  left: 0px;
  width: 384px;
  padding: 10px 10px 14px 0px;
  text-decoration: none;
  float: left;
  
}

/* Introdução */

.introducao {
	width: 940px;
	height: 140px;
	margin-top: 120px;

}


/* Escritório */

.escritorio img{

	display: block;
	margin: 0 auto;
}
.sobre img {
    margin-top: 15px;
}
 .subtitulo_esc {
 	font-family: times-new-roman;
 	font-size: 24px;
 	line-height: 30px;
 	font-weight: bold;
 	letter-spacing: .1em;
 	color: #484b4d;
 	text-align: center;
 	margin-bottom: 30px;
 }

 .subtitulo_esc:after {
	content: "";
	width: 940px;
	height: 2px;
	display: block;
	margin: -12px auto 12px auto;
	background: url("../img/ret_esc.png") no-repeat center;
}

.escritorio {
	
	padding: 60px 0px 20px 0px;
	margin-bottom: 20px;
	
} 

.escritorio .esc_sobre p{
    height: 400px;

}


.escritorio li p{
	color: #484b4d;
	font-family: times-new-roman;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	text-align: justify;
  letter-spacing: .1em;
	padding: 10px 20px 0px 20px;
	

}


.escritorio li h3 {
	color: #484b4d;
	font-family: times-new-roman;
	font-weight: bold;
	font-size: 24px;
	line-height: 25px;
	letter-spacing: .1em;
	margin-top: 20px;
	text-align: center;
}





/* Advogados */


.adv {
  width: 100%;
	height: 630px;
	background: #484b4d;
	padding: 60px 0px 20px 0px;
  position: relative;
 
}

.adv img{
	display: block;
	margin: 0 auto;
}

.subtitulo_adv {
 	font-family: times-new-roman;
 	font-size: 24px;
 	line-height: 30px;
 	font-weight: bold;
 	letter-spacing: .1em;
 	color: #a9aeb3;
 	text-align: center;
 	margin-bottom: 30px;
 }

 .subtitulo_adv:after {
	content: "";
	width: 940px;
	height: 2px;
	display: block;
	margin: -12px auto 12px auto;
	background: url("../img/ret_esc.png") no-repeat center;

}
.advs{

  display: flex;
  justify-content: center;
  }

.tab-menu {
 
}

.tab-menu ul li a{
  display: inline-block;
}



}
.item {
    background: #484b4d;
     overflow: auto;
}

[data-target] {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(-50px,0,0);
  position: absolute;
  top: 0;
}
[data-click].active{

}
[data-target].active {
  opacity: 1;
  visibility: visible;
  transition: .3s;
  position: relative;
  top: auto;
  transform: translate3d(0px,0,0);
}

.item-img1, .item-img2, .item-img3, .item-img4{
    float: left;
}

.item-img5{
  
  float: left;
}

.item-img6{
  border-left: 10px solid #d1b280;
  float: left;
}

.item-img6 h1{
  color: #a9aeb3;
  font-family: times-new-roman;
  font-weight: lighter;
  font-size: 24px;
  line-height: 25px;
  letter-spacing: .1em;
  float: left;
  margin-left: 15px;
}

.item-img7{
  color: #a9aeb3;
  font-family: times-new-roman;
  font-weight: lighter;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: .1em;
  margin-top: 10px;
  padding-top: 10px;
  float: left;
  border-top: 1px solid #a9aeb3;
  border-bottom: 1px solid #a9aeb3;
}

.item-img8{
  position: relative;
}
.item-img8 p{
    margin-top: 81px;
    font-family: times-new-roman;
    letter-spacing: .1em;
    color: #d1b280;
    font-weight: bold;
}


.item-img8 ul li{
    margin-top: 1px;
    text-align: center;
    display: inline-block;

}

.item-img8 ul li a {
    display: inline-block;
    padding: 10px 0px;
    width: 150px;
    margin: 20px;
    letter-spacing: .1em;
    font-family: times-new-roman;
    color: #a9aeb3;
    text-decoration: none;
    text-transform: uppercase;
    border-top: 1px solid #a9aeb3;
    border-bottom: 1px solid #a9aeb3;
}

.item-img8 ul li a:hover {
    display: inline-block;
    padding: 10px 0px;
    width: 150px;
    margin: 20px;
    letter-spacing: .1em;
    font-family: times-new-roman;
    color: #a9aeb3;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: inset 5 0 0 0px #53a7ea;
    
}
 

.item-img9 p{
    margin-top: 10px;
    font-family: times-new-roman;
    letter-spacing: .1em;
    color: #d1b280;
    font-weight: bold;
}

.item-img9 ul li{
    margin-top: 0px;
    text-align: center;
    display: inline-block;

}

.item-img9 ul li a {
    display: inline-block;
    padding: 10px 0px;
    width: 150px;
    margin: 20px;
    letter-spacing: .1em;
    font-family: times-new-roman;
    color: #a9aeb3;
    text-decoration: none;
    text-transform: uppercase;
    border-top: 1px solid #a9aeb3;
    border-bottom: 1px solid #a9aeb3;
}

.item-img10 p{
    margin-top: 89px;
    font-family: times-new-roman;
    letter-spacing: .1em;
    color: #d1b280;
    font-weight: bold;
}

.item-img10 ul li{
    margin-top: 0px;
    text-align: center;
    display: inline-block;

}

.item-img10 ul li a {
    display: inline-block;
    padding: 10px 0px;
    width: 150px;
    margin: 20px;
    letter-spacing: .1em;
    font-family: times-new-roman;
    color: #a9aeb3;
    text-decoration: none;
    text-transform: uppercase;
    border-top: 1px solid #a9aeb3;
    border-bottom: 1px solid #a9aeb3;
}


.item-img11 p{
    margin-top: 110px;
    font-family: times-new-roman;
    letter-spacing: .1em;
    color: #d1b280;
    font-weight: bold;
}

.item-img11 ul li{
    margin-top: 0px;
    text-align: center;
    display: inline-block;

}

.item-img11 ul li a {
    display: inline-block;
    padding: 10px 0px;
    width: 150px;
    margin: 20px;
    letter-spacing: .1em;
    font-family: times-new-roman;
    color: #a9aeb3;
    text-decoration: none;
    text-transform: uppercase;
    border-top: 1px solid #a9aeb3;
    border-bottom: 1px solid #a9aeb3;
}

.flo a{
  display: block;
  width: 221px;
  height: 332px;
  transition: 0.5s ease;
  background-image: url(../img/dr/dr.florencio_cinza.jpg);
}

.flo a:hover{
  display: block;
  width: 221px;
  height: 332px;
  background-image: url(../img/dr/dr.florencio_color2.jpg);
}

.flo p{
    font-family: times-new-roman;
    text-align: center;
    color: #a9aeb3;
    font-weight: bold;
    letter-spacing: .1em;
    font-size: 20px;
    line-height: 40px;
    border-bottom: 1px solid #a9aeb3;
}


.car a{
  display: block;
  width: 221px;
  height: 332px;
  transition: 0.5s ease;
  background-image: url(../img/dr/dr.carneiro_cinza.jpg);
}

.car a:hover{
  display: block;
  width: 221px;
  height: 332px;
  background-image: url(../img/dr/dr.carneiro_color2.jpg);
}

.car p{
    font-family: times-new-roman;
    text-align: center;
    color: #a9aeb3;
    font-weight: bold;
    letter-spacing: .1em;
    font-size: 20px;
    line-height: 40px;
    border-bottom: 1px solid #a9aeb3;
}
.kar a{
  display: block;
  width: 221px;
  height: 332px;
  transition: 0.5s ease;
  background-image: url(../img/dr/dra.karine_cinza.jpg);
}

.kar a:hover{
  display: block;
  width: 221px;
  height: 332px;
  background-image: url(../img/dr/dra.karine_color2.jpg);
}

.kar p{
    font-family: times-new-roman;
    text-align: center;
    color: #a9aeb3;
    font-weight: bold;
    letter-spacing: .1em;
    font-size: 20px;
    line-height: 40px;
    border-bottom: 1px solid #a9aeb3;
}

.bea a{
  display: block;
  width: 221px;
  height: 332px;
  transition: 0.5s ease;
  background-image: url(../img/dr/dra.beatriz_cinza.jpg);
}

.bea a:hover{
  display: block;
  width: 221px;
  height: 332px;
  background-image: url(../img/dr/dra.beatriz_color2.jpg);
}

.bea p{
    font-family: times-new-roman;
    text-align: center;
    color: #a9aeb3;
    font-weight: bold;
    letter-spacing: .1em;
    font-size: 20px;
    line-height: 40px;
    border-bottom: 1px solid #a9aeb3;
}
.banca a{
  position: absolute;
  display: block;
  left: 620px;
  top: 99px;
 }

 .banca2 a{
  position: absolute;
  display: block;
  left: 870px;
  top: 270px;
 }

 .banca3 a{
  position: absolute;
  display: block;
  left: 870px;
  top: 270px;
 }

 .banca4 a{
  position: absolute;
  display: block;
  left: 870px;
  top: 270px;
 }
/* Atuação */

.atuacao {
	padding: 60px 0px 20px 0px;
}



.atuacao img{
	display: block;
	margin: 0 auto;
}

.subtitulo_atua {
	font-family: times-new-roman;
 	font-size: 24px;
 	line-height: 30px;
 	font-weight: bold;
 	letter-spacing: .1em;
 	color: #d1b280;
 	text-align: center;
 	margin-bottom: 40px;
 }

 .subtitulo_atua:after {
	content: "";
	width: 940px;
	height: 2px;
	display: block;
	margin: -18px auto 18px auto;
	background: url("../img/ret_dou.png") no-repeat center;

}

.direitos_menu {
    text-align: center;
    margin-top: 35px;
}

.direitos_menu ul li {
    display: inline-block;
    margin-left: 25px;
    
}

.direitos_menu ul li p {
    font-family: times-new-roman;
    color: #857d74;
    font-weight: bold;
    letter-spacing: .1em;
    font-size: 20px;
    line-height: 40px;
}






/* Quebra */

.quebra {
    
}


/* Efeito Slides */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }




.rslides, .rslides_quebra {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li, .rslides_quebra li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child, .rslides_quebra li:first-child, {
  position: relative;
  display: block;
  float: left;
  }

.rslides img, .rslides_quebra img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }





/* Contato */


.contato {
    width: 100%;
    height: 312px;
    background: #484b4d;
    padding: 60px 0px 20px 0px;
}



.contato img{
    display: block;
    margin: 0 auto;
}

.subtitulo_contato {
    font-family: times-new-roman;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: .1em;
    color: #a9aeb3;
    text-align: center;
    margin-bottom: 40px;
 }

 .subtitulo_contato:after {
    content: "";
    width: 940px;
    height: 2px;
    display: block;
    margin: -12px auto 12px auto;
    background: url("../img/ret_esc.png") no-repeat center;

}

.contatorodape p{
    font-family: times-new-roman;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .1em;
    color: #a9aeb3;
    text-align: right;
 }

 .contatorodape h3{
    font-size: 14px;
    font-family: times-new-roman;
    color: #a9aeb3;
    text-transform: uppercase; 
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 20px;
    text-align: right;
 }

.logorodape img {
    
    margin-left: 0px;
}





/* Opacidade antes da Animação a baixo */
.js .logov img, .js .header_menu li, .js .animar {
    opacity: 0;
}




/* Animação da logo inicial e navegação */

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}


@media only screen and (max-width: 768px) {

.mobile-btn {
  display: block;
  color: white;
  width: 36px;
  height: 36px;
  border-top: 4px solid;
  margin: 20px 20px 0 0;
  float: left;
  position: relative;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  right: 0px;
}

.mobile-btn::after, .mobile-btn::before {
  content: '';
  display: block;
  height: 4px;
  margin-top: 6px;
  background: currentColor;
  position: relative;
  transition: transform .2s ease;
}

.mobile-btn.active {
  border-top-color: transparent; 
}

.mobile-btn.active::after {
  margin-top: 0px;
  top: 2px;
  transform: rotate(45deg);
}

.mobile-btn.active::before {
  margin-top: 0px;
  top: 6px;
  transform: rotate(135deg);
}

.menu-nav.mobile-menu{
  position: fixed;
  background: #484b4d;
  padding: 10px;
  top: 87px;
  right: 0px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(87px, 0px, 0px);
  transition: .3s;
}

.menu-nav.mobile-menu.active{
  opacity: 1;
  visibility: visible;
  transform: translate3d(0px, 0px, 0px);
}

.menu-nav.mobile-menu li{
  display: block;
}

.menu-nav.mobile-menu li a{
  border-top: 2px solid;
  width: 100%;
  text-align: center;
)  

}

/* Effect 9: second text and borders */
.cl-effect-9 a {
  margin: 0 20px;
  padding: 18px 20px;
}

.cl-effect-9 a::before,
.cl-effect-9 a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  content: '';
  opacity: 0.2;
  -webkit-transition: opacity 0.3s, height 0.3s;
  -moz-transition: opacity 0.3s, height 0.3s;
  transition: opacity 0.3s, height 0.3s;
}

.cl-effect-9 a::after {
  top: 100%;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}

.cl-effect-9 a span:first-child {
  z-index: 2;
  display: block;
  font-weight: 300;
}

.cl-effect-9 a span:last-child {
  z-index: 1;
  display: block;
  padding: 8px 0 0 0;
  color: rgba(0,0,0,0.4);
  text-shadow: none;
  text-transform: none;
  font-style: italic;
  font-size: 0.75em;
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}

.cl-effect-9 a:hover::before,
.cl-effect-9 a:focus::before {
  height: 6px;
}

.cl-effect-9 a:hover::before,
.cl-effect-9 a:hover::after,
.cl-effect-9 a:focus::before,
.cl-effect-9 a:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

.cl-effect-9 a:hover span:last-child,
.cl-effect-9 a:focus span:last-child {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
}



