/* CSS-RESET */

@font-face {
    font-family: 'cuyabra';
    src: url('cuyabra-Regular.woff2') format('woff2'),
        url('cuyabra-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'cuyabra bold';
    src: url('cuyabra-Bold.woff2') format('woff2'),
        url('cuyabra-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

* {
	margin:0;
	padding:0;
	border:0;
	text-decoration:none;
	font-family: 'cuyabra';
    font-display: swap;
	color: #1F1F1F;
	font-size: 16px;
}
*:focus, *:active {
	outline: none !important;
}

span {
  font-family: 'Arial';
  color: #1F1F1F;
}


input[type='submit']{
	-webkit-appearance:none;
}

ul {
	list-style:none;
}

a {
	text-decoration:none;
}

input[type='submit'] {
	cursor: pointer;
}

input[type='submit']:hover{
	opacity: 0.9;
}

body {
	
}

#menu-mobile {
	display: none;
}

header {
	position: fixed;
	z-index: 9999;
	width:100%;
}


section {
	float: left;
	width: 100%;
	
}

.content-align {
	width: 1260px;
	margin: auto;
	overflow: hidden;
	padding-left: 1px;
}


/* HEADER */

header { width: 100%;
position: relative;
z-index: 9999;}

header #filete {
	z-index: 3;
	width: 100%;

}

header .content-align {
	overflow: inherit;
}

header #filete .content-align {
	display: flex;
	justify-content: space-around;
}

header .default {
	position: absolute;
	margin-top: 10px;
}

header .fixed {
	position: fixed;
	background-color: rgba(6,30,47, 0.95);
	box-shadow: 1px 1px 50px 1px #000;

}

header .fixed .logo {
	width: 180px;
	margin-top: 13px;
	padding-bottom: 10px;

}

header .fixed nav {
	margin-top: 25px

}

header .fixed a {
	font-size: 16px;

}

header .logo {
	margin-top:30px;
	width: 100%;
	float: left;
}

#logo-mobile {
	display: none;
}

header nav{
	margin-top: 50px;
	float: left;
	display: block;
	width: 40%;
	align-items: center;
	justify-content: center;
	padding-left:00px;
}

header nav:first-child ul {
	float: right;
	margin-right: 50px;
}

header nav:last-child ul {
	float: left;
	margin-left: 40px;
}

header nav ul li {
	float: left;
	text-align: center;
	line-height: 20px;
	position: relative;
}

header nav ul li a {
	color: #fff;
	font-weight: 300;
	font-size: 18px;
	padding: 5px 5px 10px 5px;
	border:1px solid transparent;
	display: block;
	text-align: center;
	transition: 0.5s;
	border-bottom:2px solid transparent;
	margin:0 30px;

}


header nav ul li a:hover, #filete nav ul li a.actived {
	color:#2381C3;
	transition: 0.5s;
	border-bottom:2px solid #2381C3;
}

/* SLIDES */


#banner {
	z-index: 1;
	width:100%;
	top: 0;
	left: 0;
	position: relative;
	display: block;
	height: 80vh;
	overflow: hidden;
}

#banner .content-align {
	width: 1000px;
}

body .content-slide {
	position: absolute;
	top: 20vh;
	width: 1100px;
}


body .content-slide div:first-child {
	float: left;
	width: 50%;
	font-weight: bold;
}


body .content-slide div:last-child {
	float: right;
	width: 50%;
	height: 471px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;

}

body .content-slide div:last-child h1 {
	font-size:33px;
	color: #fff;
	font-family: 'cuyabra Bold';
	line-height: 60px;
	text-shadow: 2px 2px 25px  #000;
	text-align: center;
	padding-bottom: 40px;
	background: url(../images/bar-banner.png) bottom center no-repeat;
}

body .content-slide div:last-child a {
	text-align: center;
	color: #fff;
	font-weight: bold;
	background: #2381C3;
	border-radius: 8px;
	padding: 15px 0;
	font-size: 20px;
	width: 250px;
	display: block;
	margin: 50px auto 0 auto;
	box-shadow: inset 0px 0px 8px -3px #000;
	transition: 0.5s;
}

body .content-slide div:last-child a:hover {
	box-shadow:none;
	transition: 0.5s;
}


body .slides {
	width: 100%;
	background-position: center;
	background-size:100%;
}



body #banners .owl-theme .owl-controls {
	margin-top: -220px;
	position: absolute;

}

body #baners .owl-theme .owl-controls .owl-page {
	display: inline-block;;
}

body .owl-wrapper {
	display:block;
	float:left;
	background-color:#fff;
	width:100%;
	height:50px;
	}


body .owl-theme .owl-controls .owl-page span {
	width: 10px;
	height: 10px;
	background-color: #fff !important;
	border:6px solid #545454 !important;
	border-radius: 100%;
}

body .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background-color: #fff !important;
	border:6px solid #2381C3 !important;
	border-radius: 100%;
}

body .owl-theme .owl-controls {
	text-align: center;
}

/* GERAL*/ 

body .title-section {
	width: 100%;
	overflow: hidden;
}

body .title-section h2 {
	font-size:42px;
	font-weight: normal;
	padding: 0 30px 25px 1px;
	color: #2280C3;
	display: block;
	background:url(../images/bar-title.png) no-repeat bottom left;
	float: left;
	margin-bottom: 40px;
}

body section#especialidades .title-section h2, body section#contato .title-section h2 {
	text-align: center;
	width: 100%;
	background-position: bottom center;
	padding-right: 0;
}

body section#especialidades span {
  color: #fff
}

body .title-section p {
	float: left;
	display: block;
	font-size: 18px;
	margin: 18px;
}

body section {
	padding: 50px 0 70px;
}

body section p {
	line-height: 30px;
	text-align: justify;
}

/* SOBRE */

body section#sobre .content-left {
	width: 65%;
	float: left
}

body section#sobre .content-left h3 {
	color: #2280C3;
	margin: 15px 0;
	font-size: 25px;
	font-weight: normal;
}

body section#sobre .content-left div {
	overflow: hidden;
}

body section#sobre .content-left ul li {
	display: block;
	float: left;
	margin-right: 20px;
	margin: 15px 10px 15px 0;
}

body section#sobre .content-left ul li a {
	text-decoration: underline;
}

body section#sobre .content-right {
	padding-left:2%;
	width: 33%;
	float: right;
}

body section#sobre .content-right img {
	display: block;
	max-width: 100%;
	margin: auto;
}

body section#sobre .content-right p, body section#sobre .content-right strong {
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color: #061E2E
}

body section#sobre .content-right strong {
	font-size: 22px;
}

/* SERVIÇOS */

body section#servicos {
	background: #f5f5f5;
}

body section#servicos ul {
	list-style: circle;
	padding-left: 20px;
	overflow: hidden;
}

body section#servicos .list-servicos ul li {
	line-height: 30px;
	width: 32%;
	margin-right: 2%;
	font-size: 14px;
	float: left;
}

body section#servicos .list-servicos ul li:nth-child(3n){
	margin-right: 0;
}

body section#servicos .cat-servicos > p {
	font-weight: bold;
	margin: 25px 0;
}

body section#servicos .cat-servicos .boxes-servicos {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

body section#servicos .cat-servicos .boxes-servicos div {
	width: 32%;
	
}

body section#servicos .cat-servicos .boxes-servicos div {
	
	
}

body section#servicos .cat-servicos .boxes-servicos div h3 {
	color: #2280C3;
	font-size: 25px;
	font-weight: normal;
	height: 110px;
	padding-left: 128px;
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

body section#servicos .cat-servicos .boxes-servicos div:nth-child(1) h3{
	background: url(../images/icones/direito-tributario.png) no-repeat;
}


body section#servicos .cat-servicos .boxes-servicos div:nth-child(2) h3{
	background: url(../images/icones/direito-civel.png) no-repeat;
}


body section#servicos .cat-servicos .boxes-servicos div:nth-child(3) h3{
	background: url(../images/icones/direito-aduaneiro.png) no-repeat;
}

body section#servicos .cat-servicos ul li {
	line-height: 30px;
	font-size: 14px;
}

body section#servicos .cat-servicos ul li.oculta {
	display: none;
}

body section#servicos .cat-servicos div p {
	color: #1F7FC3;
	text-decoration: underline;
	cursor: pointer;
}

/*ESPECIALIDADES */

body section#especialidades {
	background: #061E2F;
}

body section#especialidades .descricao-especialidades {
	color: #fff;
	line-height: 35px;
	width: 65%;
	font-size: 18px;
	text-align: center;
	display: block;
	margin:15px auto;
}

body section#especialidades .descricao-especialidades strong {
	color: #fff;
	line-height: 35px;
	font-size: 18px;
}

#especialidades .boxes-especialidades {
	width: 1100px;
	margin: 40px auto 55px auto;
	display: flex;
	justify-content: space-between;
}

#especialidades .boxes-especialidades div {
	display: flex;
	width: 520px;
	height: 310px;
	flex-direction: column;
	justify-content: center;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 20px;
}

#especialidades .boxes-especialidades div p {
	font-size: 18px;
	width: 100%;
	margin:5px 0;
	text-align: center;
	color: #fff;
}

#especialidades .boxes-especialidades div p strong {
	font-size: 22px;
	color: #fff;
}

#especialidades .areas {
	width: 1100px;
	margin: auto;
}

#especialidades .areas h3 {
	display: block;
	text-align: center;
	padding:20px;
	background-color: #2381C3;
	border-radius: 20px;
	color: #fff;
	font-weight: normal;
	margin: auto;
	width: 200px;
	font-size: 22px;
}

#especialidades .areas > p {
	margin: 30px 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

#especialidades .areas ul {
	list-style: circle;
	overflow: hidden;
	padding-left: 2%;
}

#especialidades .areas ul li {
	line-height: 30px;
	width: 54%;
	margin-right: 1.5%;
	font-size: 14px;
	float: left;
	color: #fff;
}

#especialidades .areas ul li:nth-child(2n){
	margin-right: 0;
	width: 44%;
}


#especialidades .areas .bt-ver {
  display: none;
}

/* CONTATO */

body section#contato {
	padding-bottom: 35px;
}

#contato .content-contato {
	width: 740px;
	margin: auto;
}

#contato .boxes-contatos {
	display: flex;
	justify-content: space-between;
}

#contato .boxes-contatos div {
	height: 57px;
	padding-left: 10%;
	width: 38%;
}

#contato .boxes-contatos div.whatsapp {
	background: url(../images/icones/whatsapp.png) no-repeat;
}

#contato .boxes-contatos div.email {
	background: url(../images/icones/email.png) no-repeat;
}

#contato .boxes-contatos div a {
	line-height: 57px;
	font-size: 20px;
}

#contato .boxes-enderecos {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}

#contato .boxes-enderecos div {
	padding-left: 10%;
	width: 38%;
	background: url(../images/icones/localizacao.png) no-repeat;
}

#contato .boxes-enderecos div:last-child {
	padding-left: 0;
	background: 0;
	width: 48%
}

#contato .boxes-enderecos div p {
	font-weight: bold;
	font-size: 14px;
}

#contato .boxes-enderecos div address {
	font-style: normal;
	font-size: 14px;
	line-height: 30px;
}

#whatsapp-float {
	display: none;
}

footer {
	float: left;
	width: 100%;
	padding-bottom: 80px;
}

footer p {
	width: 364px;
	padding-left: 80px;
	display: block;
	margin: auto;
	font-size: 17px;
	line-height: 60px;
	background: url(../images/logo-rodape.png) no-repeat;
}

footer a {
	width: 166px;
	height: 35px;
	display: block;
	margin: 35px auto 0 auto;
}

/* NOTEBOOK */

@media screen and (max-width: 1366px){ 


	#banner {
		height: 100vh !important;
	}

}

/*TABLET*/

@media only screen and (max-width: 1100px){
	.content-align {
		width: 960px;
	}

	header nav ul li {
		float: left;
		margin-right: 60px;
	}

	header {
		height: inherit;
	}

	#banner .slides {
		height: 550px;
		background-size: 100% !important;
		background-position: center !important;
	}

	#banner .slides h1 {
		font-size: 35px;
	}

}