@charset "utf-8";
/* CSS Document */

#corpo #alinhar {
	text-align: center;
}
#corpo #topo-page {
	width: 100%;
	height: 200px;
	padding: 0 0;
	position: relative;
	
	background-position: 50% 100px;
	background-repeat: repeat;
	background-attachment: fixed;
	background-size: 100% auto;
		-webkit-background-size: 100% auto;
		-moz-background-size: 100% auto;
		-o-background-size: 100% auto;
	
	background-image:url('/public/img/layout/default/equipe/topo.jpg');	
	
	overflow: hidden;
	white-space:nowrap;
}
	#corpo #topo-page h2 {
		font-size: 25px;
		width: 100%;
		color: #FFF;
		font-family: 'TrajanPro-Regular';
		padding: 65px 0 0 0;
		text-align: center;
	}
	#corpo #topo-page h1 {
		font-size: 50px;
		width: 100%;
		color: #FFF;
		font-family: 'TrajanPro-Regular';
		padding: 5px 0 0 0;
		text-align: center;
	}
	
#corpo #alinhar h4 {
	width: auto;
	color: #666;
	padding: 50px 70px;
	text-align: center;
	line-height: 160%;
}


		
#corpo #esq {
	margin: 150px 0 50px 0;
	float: left;
	width: 300px;
	text-align: left;
}
	#corpo #esq img {
		width: 300px;
		height: 340px;
		float: left;
	}
	#corpo #esq strong {
		float: left;
		width: auto;
		margin: 20px 0; 
		padding: 0 0 0 50px;
		background: url('/public/img/layout/default/equipe/aspas.png') left top no-repeat;
		line-height: 160%;
		color: #666;
	}
	#corpo #esq ul {
		float: left;
		width: 100%;
		margin: 25px 0; 
	}
		#corpo #esq ul li {
			float: left;
			padding: 5px 0 5px 30px;
			display:block;
			clear:both;
		}
			#corpo #esq ul li.fone {
				background:url('/public/img/layout/default/icones/contato_fone.png') 5px 8px no-repeat;	
			}
			#corpo #esq ul li.email {
				background:url('/public/img/layout/default/icones/contato_mail.png') 3px 10px no-repeat;	
			}
			#corpo #esq ul li.trabalhista {
				background:url('/public/img/layout/default/icones/at1.png') 5px 8px no-repeat;	
			}
			#corpo #esq ul li.consumidor {
				background:url('/public/img/layout/default/icones/at2.png') 5px 5px no-repeat;	
			}
			#corpo #esq ul li.empresarial {
				background:url('/public/img/layout/default/icones/at3.png') 5px 8px no-repeat;	
			}
			#corpo #esq ul li.civel {
				background:url('/public/img/layout/default/icones/at4.png') 5px 8px no-repeat;	
			}
	#corpo #esq .traco {
		float: left;
		width: 40px;
		height: 2px;
		border-bottom:1px solid #AA1921;
	}
	
	#corpo #esq .link-red {
		float: left;
		width: 200px;
		text-align: center;
		margin-top: 30px;
	}
	

#corpo #dir {
	margin: 150px 0 50px 0;
	float: right;
	width: 630px;
	text-align: left;
}		
	#corpo #dir h2 {
		float: left;
		width: 100%;
		font-size: 35px;
		font-family: 'TrajanPro-Regular';
		padding: 0 0 0 0;
	}	
	#corpo #dir h1,
	#corpo #dir h3 {
		float: left;
		width: 100%;
		padding: 30px 0;
		line-height: 180%;
		text-align: left;
		color: #666;
	}
	#corpo #dir h4 {
		float: left;
		width: 100%;
		font-size: 20px;
		font-family: 'TrajanPro-Bold';
		padding: 20px 0 0 0;
		color: #AA1921;
	}
	
		
ul#equipe {
	width: auto;
	padding: 0 0 50px 0;
	position:relative;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
	ul#equipe li {
		display: inline-block;
		width: 290px;
		margin: 20px 10px;
		box-shadow:2px 2px 10px #CCC;
		text-align: center;
	}
		ul#equipe li img {
			float: left;
			width: 290px;
			height: 320px;
		}
		ul#equipe li h1 {
			float: left;
			color:#000;
			font-size: 23px;
			width: 100%;
			margin:0;
			padding:30px 0 10px 0;
			font-family: 'TrajanPro-Regular';
		}
		ul#equipe li h2 {
			float: left;
			color:#666;
			width: 100%;
			line-height: 140%;
			padding: 0 0;
		}
			ul#equipe li a.face,
			ul#equipe li a.insta,
			ul#equipe li a.whatsapp {
				display: inline-block;
				width: 20px;
				height: 20px;
				text-indent:-9999px;
				margin: 20px 0;
				background: url('/public/img/layout/default/icones/topo_face.png') center center no-repeat;
			}
				ul#equipe li a.insta {
					background: url('/public/img/layout/default/icones/topo_insta.png') center center no-repeat;
				}
				ul#equipe li a.whatsapp {
					background: url('/public/img/layout/default/icones/topo_whatsapp.png') center center no-repeat;
				}
		ul#equipe li .link-red {
			display: inline-block;
			margin:0 auto;
			font-size: 12px;
			margin:25px 0 20px 0;
		}

.eqp .bx-wrapper .bx-viewport {	
	height: 600px;
	padding:0 8px 100px 8px;
}		
		
		
		
		
		
		
		
		
		
		
		
		
		

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


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

@media screen and (max-width: 810px) {
#corpo #topo-page {
	height: 240px;
	
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-attachment: inherit;
	background-size: 150% auto;
		-webkit-background-size: 150% auto;
		-moz-background-size: 150% auto;
		-o-background-size:150% auto;
}

#corpo #topo-page h2 {
	font-size: 16px;
	padding: 90px 0 0 0;
}
#corpo #topo-page h1 {
	font-size: 25px;
}	
	
#corpo #alinhar h4 {
	width: auto;
	color: #666;
	padding: 30px 10px;
	text-align: center;
	line-height: 160%;
}

		
#corpo #esq {
	margin: 0 auto;
	float: none;
	position: relative;
	width: 100%;
	text-align: left;
}
	#corpo #esq img {
		width: 300px;
		height: 340px;
		margin: 30px auto 20px auto;
		float: none;
		position: relative;
	}
	#corpo #esq strong {
		float: left;
		width: auto;
		margin: 20px 0; 
		padding: 0 0 0 50px;
		background: url('/public/img/layout/default/equipe/aspas.png') left top no-repeat;
		line-height: 160%;
		color: #666;
	}
	#corpo #esq ul {
		margin: 25px auto;
		float: inherit;
		position: relative;
		width: 300px;
	}
		#corpo #esq ul li {
			float: left;
			padding: 5px 0 5px 30px;
			display:block;
			clear:both;
		}
			#corpo #esq ul li.fone {
				background:url('/public/img/layout/default/icones/contato_fone.png') 5px 8px no-repeat;	
			}
			#corpo #esq ul li.email {
				background:url('/public/img/layout/default/icones/contato_mail.png') 3px 10px no-repeat;	
			}
			#corpo #esq ul li.trabalhista {
				background:url('/public/img/layout/default/icones/at1.png') 5px 8px no-repeat;	
			}
			#corpo #esq ul li.consumidor {
				background:url('/public/img/layout/default/icones/at2.png') 5px 5px no-repeat;	
			}
			#corpo #esq ul li.empresarial {
				background:url('/public/img/layout/default/icones/at3.png') 5px 8px no-repeat;	
			}
			#corpo #esq ul li.civel {
				background:url('/public/img/layout/default/icones/at4.png') 5px 8px no-repeat;	
			}
	#corpo #esq .traco {
		float: inherit;
		width: 40px;
		height: 2px;
		border-bottom:1px solid #AA1921;
	}
	
	#corpo #esq .link-red {
		margin: 25px auto;
		float: none;
		position: relative;
		width: 200px;
		text-align: center;
	}
	

#corpo #dir {
	margin: 40px auto;
	float: none;
	position: relative;
	width: auto;
	padding: 10px;
	text-align: left;
}		
	#corpo #dir h2 {
		float: left;
		width: 100%;
		font-size: 25px;
		font-family: 'TrajanPro-Regular';
		padding: 0 0 0 0;
	}	
	#corpo #dir h1,
	#corpo #dir h3 {
		float: left;
		width: 100%;
		padding: 30px 0;
		line-height: 180%;
		text-align: left;
		color: #666;
	}
	#corpo #dir h4 {
		float: left;
		width: 100%;
		font-size: 20px;
		font-family: 'TrajanPro-Bold';
		padding: 20px 0 0 0;
		color: #AA1921;
	}

.not {
	margin-bottom:10px;
}
.not .bx-wrapper .bx-viewport {	
	height: 600px;
	padding:0 8px 80px 8px;
}	
	
}

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

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

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

@media screen and (max-width: 320px) {
	
ul#equipe {
	width: auto;
	padding: 0 0 50px 0;
	position:relative;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
	ul#equipe li {
		display: inline-block;
		width: 200px;
		margin: 40px 10px;
		box-shadow:2px 2px 10px #CCC;
		text-align: center;
	}
		ul#equipe li img {
			float: left;
			width: 200px;
			height: 230px;
		}
		ul#equipe li h1 {
			float: left;
			color:#000;
			font-size: 18px;
			width: 100%;
			margin:0;
			padding:30px 0 10px 0;
			font-family: 'TrajanPro-Regular';
		}
		ul#equipe li h2 {
			float: left;
			color:#666;
			width: 100%;
			line-height: 140%;
			padding: 0 0;
		}
			ul#equipe li a.face,
			ul#equipe li a.insta,
			ul#equipe li a.whatsapp {
				display: inline-block;
				width: 20px;
				height: 20px;
				text-indent:-9999px;
				margin: 20px 0;
				background: url('/public/img/layout/default/icones/topo_face.png') center center no-repeat;
			}
				ul#equipe li a.insta {
					background: url('/public/img/layout/default/icones/topo_insta.png') center center no-repeat;
				}
				ul#equipe li a.whatsapp {
					background: url('/public/img/layout/default/icones/topo_whatsapp.png') center center no-repeat;
				}
		ul#equipe li .link-red {
			display: inline-block;
			margin:0 auto;
			font-size: 12px;
			margin:25px 0 20px 0;
		}
	
	
}

@media screen and (max-height: 360px) {
	
	
	
}