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

#corpo #alinhar {
	text-align: center;
}
#corpo #topo-page {
	width: 100%;
	height: 250px;
	padding: 0 0;
	position: relative;
	
	background-position: 50% 180px;
	background-repeat: repeat;
	background-attachment: fixed;
	background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	
	background-image:url('/public/img/layout/default/areas-de-atuacao/trabalhadores.jpg');	
	
	overflow: hidden;
	white-space:nowrap;
}
	#corpo #topo-page.consumidor {		
		background-image:url('/public/img/layout/default/areas-de-atuacao/consumidor.jpg');
	}
	#corpo #topo-page.empresarial {		
		background-image:url('/public/img/layout/default/areas-de-atuacao/empresarial.jpg');
	}
	#corpo #topo-page.civel {		
		background-image:url('/public/img/layout/default/areas-de-atuacao/civel.jpg');
		background-position: 50% 0;
		-webkit-background-size: 110% auto;
	}
	
	
	#corpo #topo-page h2 {
		font-size: 25px;
		width: 100%;
		color: #FFF;
		font-family: 'TrajanPro-Regular';
		padding: 95px 0 0 0;
		text-align: center;
	}
	#corpo #topo-page h1 {
		font-size: 40px;
		width: auto;
		color: #FFF;
		font-family: 'TrajanPro-Regular';
		padding: 5px 0 0 0;
		text-align: center;
	}

ol,ul {
	list-style: circle;
}


#corpo #aesq {
	display: inline-block;
	width: 500px;
	vertical-align: top;
	position: relative;
}
#corpo #adir {
	display: inline-block;
	width: 340px;
	padding: 20px 10px;
	margin: 60px 0 0 40px;
	vertical-align: top;
	background: #f7f7f7;
	position: relative;
	text-align: left;
}
	#corpo #adir .tit {
		display: inline-block;
		width: 100%;
		font-family: 'TrajanPro-Regular';
		font-size: 25px;
	}
	#corpo #adir .sub {
		display: inline-block;
		width: 100%;
		font-size: 14px;
		padding: 10px 0 0 0;
	}
	#corpo #adir a.zap {
		display: inline-block;
		width: 280px;
		font-size: 16px;
		margin: 10px 0 0 0;
		padding: 10px 10px 10px 45px;
		color: #25d366;
		border: 1px solid #25d366;
		border-radius: 30px;
		background: url(/public/img/layout/default/icones/whatsapp.png) 15px 8px no-repeat;
		background-size: 20px;
	}
		#corpo #adir a.zap:hover {
			background: #25d366;
			color: #FFF;
			border: 1px solid #25d366;
		}
	#corpo #adir form {
		display: inline-block;
		width: 100%;
		margin: 10px 0 0 0;
	}
		#corpo #adir form input {
			display: inline-block;
			width: 131px;
			margin: 4px 2px;
			background: #FFF;
		}
			#corpo #adir form .container {
			  display: block;
			  position: relative;
			  padding-left: 25px;
			  margin-left: 2px;
			  margin-bottom: 12px;
			  cursor: pointer;
			  font-size: 14px;
			  -webkit-user-select: none;
			  -moz-user-select: none;
			  -ms-user-select: none;
			  user-select: none;
				vertical-align: top;
			}

			/* Hide the browser's default checkbox */
			#corpo #adir form .container input {
			  position: absolute;
			  opacity: 0;
			  cursor: pointer;
			  height: 0;
			  width: 0;
			}

			/* Create a custom checkbox */
			#corpo #adir form .checkmark {
			  position: absolute;
			  top: 0;
			  left: 0;
			  height: 20px;
			  width: 20px;
			  background-color: #ccc;
			}

			/* On mouse-over, add a grey background color */
			#corpo #adir form .container:hover input ~ .checkmark {
			  background-color: #999;
			}

			/* When the checkbox is checked, add a blue background */
			#corpo #adir form .container input:checked ~ .checkmark {
			  background-color: #AA1921;
			}

			/* Create the checkmark/indicator (hidden when not checked) */
			#corpo #adir form .checkmark:after {
			  content: "";
			  position: absolute;
			  display: none;
			}

			/* Show the checkmark when checked */
			#corpo #adir form .container input:checked ~ .checkmark:after {
			  display: block;
			}

			/* Style the checkmark/indicator */
			#corpo #adir form .container .checkmark:after {
			  left: 6px;
			  top: 2px;
			  width: 5px;
			  height: 10px;
			  border: solid white;
			  border-width: 0 3px 3px 0;
			  -webkit-transform: rotate(45deg);
			  -ms-transform: rotate(45deg);
			  transform: rotate(45deg);
			}

			.help-tip{
				position: absolute;
				top: 2px;
				right: 1px;
				text-align: center;
				background-color: #AA1921;
				border-radius: 50%;
				width: 20px;
				height: 20px;
				font-size: 14px;
				line-height: 20px;
				cursor: default;
			}

			.help-tip:before{
				content:'?';
				font-weight: bold;
				color:#fff;
			}

			.help-tip:hover p{
				display:block;
				transform-origin: 100% 0%;

				-webkit-animation: fadeIn 0.3s ease-in-out;
				animation: fadeIn 0.3s ease-in-out;

			}

			.help-tip p{    /* The tooltip */
				display: none;
				text-align: left;
				background-color: #eaeaea;
				padding: 20px;
				width: 300px;
				position: absolute;
				border-radius: 3px;
				box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
				right: -4px;
				color: #FFF;
				font-size: 13px;
				line-height: 1.4;
				z-index: 9999;
			}

			.help-tip p:before{ /* The pointer of the tooltip */
				position: absolute;
				content: '';
				width:0;
				height: 0;
				border:6px solid transparent;
				border-bottom-color:#1E2021;
				right:10px;
				top:-12px;
			}

			.help-tip p:after{ /* Prevents the tooltip from being hidden */
				width:100%;
				height:40px;
				content:'';
				position: absolute;
				top:-40px;
				left:0;
			}

			/* CSS animation */

			@-webkit-keyframes fadeIn {
				0% { 
					opacity:0; 
					transform: scale(0.6);
				}

				100% {
					opacity:100%;
					transform: scale(1);
				}
			}

			@keyframes fadeIn {
				0% { opacity:0; }
				100% { opacity:100%; }
			}
		#corpo #adir form select {
			display: inline-block;
			width: 164px;
			margin: 4px 2px;
			background: #FFF;
		}
		#corpo #adir form #traco {
			display: inline-block;
			width: 100%;
			height: 10px;
			margin: 10px 0 5px 0;
			border-top: 1px dashed #CCC;
		}

#corpo #txt {
	font-size: 16px;
	line-height: 180%;
	width: auto;
	padding:30px 10px;
}
	#corpo #txt ul {
		position: relative;
		margin:0 auto;
		width: auto;
		padding: 30px 0 0 0;
		list-style: disc;
		list-style-type: circle;
		line-height: 140%;		
	}
		#corpo #txt ul li {
			display: inline-block;
			width: 460px;
			font-size: 14px;
			float: left;
			text-align: left;
			padding: 5px 5px;
			list-style: circle;
			list-style-type: circle;
		}




#areas {
	width: 100%;
	padding: 50px 0 50px 0;
	text-align: center;
}
	#areas ul {
		width: 100%
		text-align: center;
	}
		#areas ul li {
			display: inline-block;
			width: 120px;
			margin:0 20px;
			font-family: 'TrajanPro-Bold';			
			font-size: 15px;
		}
			#areas ul li a {
				color: #666;
				padding: 70px 0 20px 0;
			}
			#areas ul li a.at1 {
				background: url('/public/img/layout/default/home/home_areas_trabalhador_off.png') center top no-repeat;
			}
			#areas ul li a.at2 {
				background: url('/public/img/layout/default/home/home_areas_consumidor_off.png') center top no-repeat;
			}
			#areas ul li a.at3 {
				background: url('/public/img/layout/default/home/home_areas_empresarial_off.png') center top no-repeat;
			}
			#areas ul li a.at4 {
				background: url('/public/img/layout/default/home/home_areas_civel_off.png') center top no-repeat;
			}
				#areas ul li a.at1:hover,
				#areas ul li.active a.at1 {
					background: url('/public/img/layout/default/home/home_areas_trabalhador_on.png') center top no-repeat;
					border-bottom:1px solid #AA1921;
					color: #AA1921;
					
				}
				#areas ul li a.at2:hover,
				#areas ul li.active a.at2 {
					background: url('/public/img/layout/default/home/home_areas_consumidor_on.png') center top no-repeat;
					border-bottom:1px solid #AA1921;
					color: #AA1921;
					
				}
				#areas ul li a.at3:hover,
				#areas ul li.active a.at3 {
					background: url('/public/img/layout/default/home/home_areas_empresarial_on.png') center top no-repeat;
					border-bottom:1px solid #AA1921;
					color: #AA1921;
					
				}
				#areas ul li a.at4:hover,
				#areas ul li.active a.at4 {
					background: url('/public/img/layout/default/home/home_areas_civel_on.png') center top no-repeat;
					border-bottom:1px solid #AA1921;
					color: #AA1921;
					
				}

ul#noticias {
	width: 100%;
	padding: 50px 0 50px 0;
	text-align: center;
	display: flex;
	justify-content: center;
}
	ul#noticias li {
		display: inline-block;
		width: 290px;
		margin: 0 10px;
		box-shadow:2px 2px 10px #CCC;
		text-align: left;
	}
		ul#noticias li img {
			float: left;
			width: 290px;
			height: 200px;
		}
		ul#noticias li span.date {
			float: left;
			width: 65px;
			font-size: 11px;
			margin: 10px 0 0 10px;
			color: #666;
			padding:0 0 0 20px;
			background: url('/public/img/layout/default/icones/not_date.png') left top no-repeat;
		}
		ul#noticias li span.user {
			float: left;
			width: 150px;
			font-size: 11px;
			margin: 10px 0 0 20px;
			color: #666;
			padding:0 0 0 20px;
			background: url('/public/img/layout/default/icones/not_date.png') left top no-repeat;
			text-transform:uppercase;
		}
		ul#noticias li a h1 {
			display: block;
			clear:both;
			float: left;
			color:#000;
			font-size: 18px;
			line-height: 120%;
			padding: 10px 10px;
		}
		ul#noticias li h2 {
			float: left;
			display: block;
			clear:both;
			color:#666;
			line-height: 140%;
			padding: 0 10px;
		}
		ul#noticias li .link-red {
			float: left;
			display: block;
			clear:both;
			font-size: 12px;
			margin:20px 0 20px 10px;
		}
#home-link.link-red {
	display: inline-block;
	clear:both;
	margin-bottom: 150px;
}		
		

@media screen and (max-width: 1366px) {
	
	#corpo #topo-page {
		background-position: center 80px;
		background-size: 180% auto;
			-webkit-background-size: 150% auto;
			-moz-background-size: 180% auto;
			-o-background-size: 180% auto;
	}
	
}


@media screen and (max-width: 1024px) {
	
	#corpo #topo-page {
		background-position: center 80px;
		background-size: 150% auto;
			-webkit-background-size: 150% auto;
			-moz-background-size: 150% auto;
			-o-background-size: 150% auto;
	}
	
	
}

@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.empresarial {		
	background-size: 180% auto;
		-webkit-background-size: 180% auto;
		-moz-background-size: 180% auto;
		-o-background-size:180% auto;
}
	#corpo #topo-page.civel {		
		background-image:url('/public/img/layout/default/areas-de-atuacao/civel.jpg');
		background-position: 50% 0;
		-webkit-background-size: 130% auto;
	}

#corpo #topo-page h2 {
	font-size: 16px;
	padding: 80px 0 0 0;
}
#corpo #topo-page h1 {
	font-size: 25px;
}


#corpo #txt {
	font-size: 16px;
	line-height: 180%;
	width: auto;
	padding:40px 10px;
}




#areas {
	width: 100%;
	padding: 50px 0 50px 0;
	text-align: center;
}
	#areas ul li {
		display: inline-block;
		width: 80px;
		margin:0 5px;
		font-family: 'TrajanPro-Bold';			
		font-size: 11px;
	}
		#areas ul li a {
			color: #666;
			padding: 60px 0 10px 0;
		}
	#areas .tab-content {
		display: none;
		float: left;
		width: auto;
		padding: 40px 10px;
		line-height:160%;
	}
		#areas #at1.tab-content{
			display: block;
		}
		#areas .tab-content a {
			display: inline-block;
			clear:both;
			margin-top: 30px;
		}
	
.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) {
	#corpo #topo-page h2 {
		font-size: 13px;
		padding: 80px 0 0 0;
	}
	#corpo #topo-page h1 {
		font-size: 20px;
	}

#areas ul li {
				display: inline-block;
				width: 50px;
				margin:0 5px;
				font-family: 'TrajanPro-Bold';			
				font-size: 9px;
			}
				#areas ul li a {
					color: #666;
					padding: 50px 0 0px 0;
					text-indent:-9999px;
				}
			#areas ul li a.at1 {
				background-image: url('/public/img/layout/default/home/home_areas_trabalhador_off.png');
				background-size: 90% auto;
				-webkit-background-size: 90% auto;
				-moz-background-size: 90% auto;
				-o-background-size: 90% auto;
				-webkit-background-size: 90% auto;
			}
			#areas ul li a.at2 {
				background: url('/public/img/layout/default/home/home_areas_consumidor_off.png') center top no-repeat;
				background-size: 60% auto;
				-webkit-background-size: 60% auto;
				-moz-background-size: 60% auto;
				-o-background-size: 60% auto;
				-webkit-background-size: 60% auto;			
			}
			#areas ul li a.at3 {
				background: url('/public/img/layout/default/home/home_areas_empresarial_off.png') center top no-repeat;
				background-size: 60% auto;
				-webkit-background-size: 60% auto;
				-moz-background-size: 60% auto;
				-o-background-size: 60% auto;
				-webkit-background-size: 60% auto;
			}
			#areas ul li a.at4 {
				background: url('/public/img/layout/default/home/home_areas_civel_off.png') center top no-repeat;
				background-size: 100% auto;
				-webkit-background-size: 100% auto;
				-moz-background-size: 100% auto;
				-o-background-size: 100% auto;
				-webkit-background-size: 100% auto;
			}
				#areas ul li a.at1:hover,
				#areas ul li.active a.at1 {
					background: url('/public/img/layout/default/home/home_areas_trabalhador_on.png') center top no-repeat;
					border-bottom:1px solid #AA1921;
					color: #AA1921;
					background-size: 90% auto;
					-webkit-background-size: 90% auto;
					-moz-background-size: 90% auto;
					-o-background-size: 90% auto;
					-webkit-background-size: 90% auto;
					
				}
				#areas ul li a.at2:hover,
				#areas ul li.active a.at2 {
					background: url('/public/img/layout/default/home/home_areas_consumidor_on.png') center top no-repeat;
					border-bottom:1px solid #AA1921;
					color: #AA1921;
					background-size: 60% auto;
					-webkit-background-size: 60% auto;
					-moz-background-size: 60% auto;
					-o-background-size: 60% auto;
					-webkit-background-size: 60% auto;
					
				}
				#areas ul li a.at3:hover,
				#areas ul li.active a.at3 {
					background: url('/public/img/layout/default/home/home_areas_empresarial_on.png') center top no-repeat;
					border-bottom:1px solid #AA1921;
					color: #AA1921;
					background-size: 60% auto;
					-webkit-background-size: 60% auto;
					-moz-background-size: 60% auto;
					-o-background-size: 60% auto;
					-webkit-background-size: 60% auto;
					
				}
				#areas ul li a.at4:hover,
				#areas ul li.active a.at4 {
					background: url('/public/img/layout/default/home/home_areas_civel_on.png') center top no-repeat;
					border-bottom:1px solid #AA1921;
					color: #AA1921;
					background-size: 100% auto;
					-webkit-background-size: 100% auto;
					-moz-background-size: 100% auto;
					-o-background-size: 100% auto;
					-webkit-background-size: 100% auto;
					
				}
	
	
}

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