@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,400&display=swap');

body{
	margin:0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
.topo{
	background: #F8F8F8;
}
.topo .redes-sociais{
	background: #1C1C24;
	color:#fff;
	padding: 10px;
}
.topo .redes-sociais a{
	font-size: 16px;
	color: #fff;
}
.topo .redes-sociais .fa-instagram{
	padding: 0px 6px;
}
.topo .fone-top{
	float: left;
	padding: 10px;
}
.topo .fone-top h6{
	float: left;
	font-size: 16px;
	font-weight: 600;
	color:#15151B;
}
.topo .fone-top span{
	float: left;
    font-size: 10px;
    font-weight: 300;
    padding-top: 2px;
    padding-right: 2px;
    color: #15151B; 
}

.topo .fone-top img{
	float: left;
	color:#15151B;
	margin-right: 5px;
}
.topo .fone-top .fa-whatsapp{
	float: left;
	color:#15151B;
	padding-right: 5px;
	font-size: 16px;
	padding-left: 12px;
}
.navbar{
	padding-top: 1rem;
    padding-bottom: 1rem;
}
.navbar .fa-bars{
	color:#fff;
}

.navbar .nav-link:after{
	display: block;
	background: transparent;
	height: 2px;
	width: 0px;
	content: "";
	margin-top: 5px;
	transition: 0.8s all;
}
.navbar .nav-link:hover:after{
	display: block;
	background: #15151B;
	height: 2px;
	width: 100%;
	content: "";
	margin-top: 5px;
} 

@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    color:#1C1C24;
    font-size: 16px;
    font-weight: 500;
}
}

.banner{
	background: url(../img/banner.jpg) center;
	width: 100%;
	height: auto;
	background-size: cover;
	position: relative;
}
.banner .txt-banner{
	padding: 220px 15px;
}
.banner span{
	font-size: 16px;
	color: #393738;
	font-weight: 600;
	padding-bottom: 15px;
	display: block;
	letter-spacing: 2px;
}
.banner .cauduro{
	font-size: 34px;
	color: #1B1B24;
	font-weight: 700;
}
.banner .advogados{
	font-size: 34px;
	color: #fff;
	font-weight: 700;
	background: #1B1B24;
	display: inline;
}
.banner p{
	color:#1B1B24;
	font-size: 24px;
	line-height: 30px;
    padding-top: 23px;
}
.banner strong{
	font-weight: 700;
}
@media (max-width: 992px){
	.banner .txt-banner {
		background: rgba(255,255,255, 0.8);
		padding: 140px 15px;
	}
	.banner{
	background: url(../img/banner-mobile.jpg) center!important;
	}
}

.empresa{
	padding: 80px 0px;
}
.empresa span{
	color:#393738;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 2px;
}
.empresa h2{
	color:#15151B;
	font-size: 30px;
	font-weight: 700;
}
.empresa strong{
	font-weight: 700;
}
.empresa p{
	font-size: 18px;
	color: #393738;
	padding: 25px 0px;
}
.empresa .saiba-mais{
	color:#15151B;
	border: solid #15151B 1px;
	padding: 8px 12px;
	font-size: 18px;
	font-weight: 600;
	transition: 0.8s all;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 15px;
    display: table;
    letter-spacing: 2px;
}
.empresa .saiba-mais:hover{
	background: #15151B;
	color: #fff;

}
.areas{
	padding: 80px 0px;
	background: #F8F8F8;
}
.areas p{
	color:#393738;
	font-size: 16px;
}
.areas h5{
	color:#15151B ;
	font-size: 18px;
	font-weight: 700;
	margin-top: 15px;
}
.areas .sprites{
	background: url(../img/sprites.png) no-repeat;
}

.areas span{
	color:#393738;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 2px;
}
.areas h2{
	color:#15151B;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 40px;
}

.areas .box-areas .adminstrativo{
	background-position-x:0px;
	background-position-y:0px;
	width: 75px;
	height: 75px; 
}

.areas .box-areas .previ{
	background-position-x:-79px;
	background-position-y:0px;
	width: 80px;
	height: 75px; 
}

.areas .box-areas .trabalho{
	background-position-x:-171px;
	background-position-y:0px;
	width: 75px;
	height: 75px; 
}

.areas .box-areas .familia{
	background-position-x:0px;
	background-position-y:-82px;
	width: 75px;
	height: 75px; 
}

.areas .box-areas .saude{
	background-position-x:-84px;
	background-position-y:-82px;
	width: 75px;
	height: 75px; 
}

.areas .box-areas .correspondente{
	background-position-x:-171px;
	background-position-y:-82px;
	width: 75px;
	height: 75px; 
}

.areas .box-areas{
	border: solid #D8D8D8 1px;
	padding: 30px 15px;
}

.areas .col-md-4{
	margin-bottom: 25px;
}

.areas .saiba-mais{
	color:#15151B;
	border: solid #15151B 1px;
	padding: 8px 12px;
	font-size: 18px;
	font-weight: 600;
	transition: 0.8s all;
	text-decoration: none;
	cursor: pointer;
	margin: 30px auto 0px;
    display: table;
    letter-spacing: 2px;
}
.areas .saiba-mais:hover{
	background: #15151B;
	color: #fff;
}
.noticias{
	padding: 80px 0px;
}
.noticias span{
	color:#393738;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 2px;
}
.noticias h2{
	color:#15151B;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 40px;
}
.noticias .col-md-4{
	position: relative;
}
.noticias .data{
	background: #1C1C24;
    right: 9px;
    display: inline-block;
    padding: 12px 18px;
    line-height: 20px;
    float: right;
    margin-top: -35px;
    z-index: 999;
    position: relative;
}
	

.noticias .data .dia{
	font-size: 24px;
	font-weight: 900;
	color: #fff;
}
.noticias .data .mes{
	text-transform: uppercase;
	font-size: 16px;
	color:#fff;
}
.noticias h5{
	color: #393738;
	font-size: 18px;
	font-weight: 600;
	margin-top: 40px;
	margin-bottom: 20px;
}
.noticias .leia-mais{
	color:#fff;
	background: #15151B;
	border: solid #15151B 1px;
	padding: 8px 12px;
	font-size: 16px;
	font-weight: 400;
	transition: 0.8s all;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 15px;
    display: table;
    letter-spacing: 2px;
}
.noticias .leia-mais:hover{
	background: #fff;
	border: solid #15151B 1px;
	color: #15151B;

}
footer{
	background: #F8F8F8;
	padding: 40px 0px;
}

footer .box-ft{
	background: #15151B;
	padding:20px;
	float: left;
}
footer .info-ft{
	margin-left: 8px;
	float: left;
}
footer .info-ft span{
	letter-spacing: 2px;
	color: #15151B;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 15px;

}

footer .info-ft p{
	color: #393738;
	font-size: 16px;
	margin-bottom: 0;
}
footer .info-ft a{
	color: #393738;
	font-size: 16px;
	text-decoration: none;
}
@media (max-width:1024px) {
	
	footer .box-ft{
		display: none !important;
	}
	
}
.lex{
	background: #15151B;
	padding: 15px 0px;
    height: auto;
    display: table;
    width: 100%;
}

.lex .direitos .rights {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    float: left;
}
.lex .direitos .conquista {
    width: auto;
    height: 24px;
    background: url(../img/lex.png) 0 0 no-repeat;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    float: right;
}

.page{
	background: #15151B;
}

.page h2{
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	padding: 20px 0px;
	margin-bottom: 0px;
}
.escritorio-in h3{
	font-size: 22px;
	font-weight: 700;
	color: #15151B;
}
.escritorio-in{
	padding: 80px 0px;
}
.escritorio-in h3{
	font-size: 20px;
	font-weight: 900;
	color: #15151B;
	margin-bottom: 30px;
}
.escritorio-in h3:after{
	content: "";
    width: 50px;
    height: 4px;
    background: #15151B;
    display: block;
    margin-top: 30px;

}
.escritorio-in .regular-text{
	padding-bottom: 12px;
	font-size: 18px;
}
.regular-text{
	color: #393738;
	font-size: 16px;
}
.regular-text strong {
	font-weight: 700;
}
.areas-in{
	padding: 80px 0px;
}

.areas-in .adminstrativo{
	background-position-x:0px;
	background-position-y:0px;
	width: 75px;
	height: 75px; 
}

.areas-in .previ{
	background-position-x:-79px;
	background-position-y:0px;
	width: 80px;
	height: 75px; 
}

.areas-in .trabalho{
	background-position-x:-171px;
	background-position-y:0px;
	width: 75px;
	height: 75px; 
}

.areas-in .familia{
	background-position-x:0px;
	background-position-y:-82px;
	width: 75px;
	height: 75px; 
}

.areas-in .saude{
	background-position-x:-84px;
	background-position-y:-82px;
	width: 75px;
	height: 75px; 
}

.areas-in .correspondente{
	background-position-x:-171px;
	background-position-y:-82px;
	width: 75px;
	height: 75px; 
}

.areas-in .active .sprites{
	background-image: url(../img/sprites2.png);
	margin: 15px auto;
}

.areas-in .sprites{
	background-image: url(../img/sprites.png);
	margin: 15px auto;

}
.areas-in .nav-pills .nav-link{
	border-radius: 0px;
	border: solid #D8D8D8 1px;
	padding: 15px;
	font-weight: 600;
	color: #15151B;
	width: 100%;
}
.areas-in  .nav-pills .nav-link.active, .areas-in  .nav-pills .show > .nav-link{
	background: #15151B;
	color: #fff;
}
@media (max-width:576px) {
	.areas-in .sprites{
		display: none!important;
	}
	.areas-in .active .sprites{
		display: none!important
	}
	.areas-in .nav-pills .nav-link{
		font-size: 16px;
	}
}

.areas-in .tab-content{
	margin-top: 25px;
}

.noticias-in{
	padding: 80px 0px;
}

.noticias-in .col-md-4{
	position: relative;
}
.noticias-in .data{
	background: #1C1C24;
    right: 9px;
    display: inline-block;
    padding: 12px 18px;
    line-height: 20px;
    float: right;
    margin-top: -35px;
    z-index: 999;
    position: relative;
}
	

.noticias-in .data .dia{
	font-size: 24px;
	font-weight: 900;
	color: #fff;
}
.noticias-in .data .mes{
	text-transform: uppercase;
	font-size: 16px;
	color:#fff;
}
.noticias-in h5{
	color: #393738;
	font-size: 18px;
	font-weight: 600;
	margin-top: 40px;
	margin-bottom: 20px;
}
.noticias-in .leia-mais{
	color:#fff;
	background: #15151B;
	border: solid #15151B 1px;
	padding: 8px 12px;
	font-size: 16px;
	font-weight: 400;
	transition: 0.8s all;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 15px;
    display: table;
    letter-spacing: 2px;
}
.noticias-in .leia-mais:hover{
	background: #fff;
	border: solid #15151B 1px;
	color: #15151B;

}

.noticias-in .col-md-4{
	margin-bottom: 20px;
}

.noticia{
	padding: 60px 0px;
}
.noticia .img-noticia{
	float: left;
    padding: 0px 15px 15px 0px;
}

.noticia h5{
	font-size: 20px;
	margin-bottom:20px;
	color: #15151B;
	font-weight: 700;
}
.noticia  .date{
	color:#393738;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 2px;
}
.noticia .fa-calendar-alt{
	padding-right: 8px;
}
.equipe{
	padding: 80px 0px;
}
.equipe h5{
	font-size: 20px;
	color: #15151B;
	font-weight: 700;
	margin-top: 15px;
}

.contato{
	padding: 80px 0px;
	background: rgb(246,246,246);
	width: 100%;
}
@media (min-width:768px) {
.contato{
	background: linear-gradient(90deg, rgba(246,246,246,1) 50%, rgba(255,255,255,1) 50%);
}
}
.contato .bg-gray{
	background: rgb(246,246,246);
	padding: 30px 20px;
}

.contato input[type="number"], .contato input[type="text"], .contato input[type="email"]{
    display: block;
    width: 100%;
    height: 55px;
    font-size: 15px;
    color: #565a62;
    line-height: normal;
    padding: 0px 15px;
    font-weight: 400;
    background: #fff;
    border: 1px solid #f6f4ef;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.contato textarea {
    display: block;
    width: 100%;
    font-size: 15px;
    color: #565a62;
    line-height: normal;
    padding: 0px 15px;
    font-weight: 400;
    background: #fff;
    border: 1px solid #f6f4ef;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.contato .form-group{
	margin-bottom: 10px;
}

.contato .btn-primary{
	width: 100%;
	background:  #15151B;
	color: #fff;
	border: none;
	border-radius: 0px;
	margin:15px 0px;
}
.contato h5{
	font-size: 18px;
	font-weight: 700;
}

.contato h4{
	font-size: 18px;
	font-weight: 700;
	margin-top: 8px;
}

.contato .fa-whatsapp{
	padding-right: 5px;

}
.contato .bg-white{
	padding: 30px 20px;
}
.contato .bg-white a{
	color: #393738;
	text-decoration: none;
}