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

* { margin:0; padding:0; border:0; text-decoration: none; }

/* Normalizando */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,table { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;}

* { margin:0; padding:0; border:0; text-decoration: none; }

/* Base   */


html {
    width: 100%;
	height:100%;
}

body {
    width:100%;
	height:100%;  
    font-family: 'CmMyriadBold', sans-serif;
	background: url('/public/img/layout/default/bg.png') center center no-repeat;
	background-size: cover;
}

a, a:hover, a:visited, a:link {
	display: block;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6{ font-weight: normal; }


input {
	display: inline-block;
	border: 1px solid #e9e9e9;
	box-shadow: 2px 2px 2px #eaeaea;
	padding: 10px 15px;
	font-family: 'CmMyriadBold', sans-serif;
	color: #262626;
	font-size: 16px;
}
	input.inp1 {
		width: 140px;
	}
	input.inp2 {
		width: 220px;
	}
	input.inp3 {
		width: 50px;
	}
	input.submit {
		color: #FFF;
		font-size: 16px;
		background: #bd1717;
		cursor: pointer;
	}

select {
	display: inline-block;
	border: 1px solid #e9e9e9;
	box-shadow: 2px 2px 2px #eaeaea;
	padding: 10px 15px;
	font-family: 'CmMyriadBold', sans-serif;
	color: #262626;
	font-size: 16px;
}

textarea {
	display: inline-block;
	border: 1px solid #e9e9e9;
	box-shadow: 2px 2px 2px #eaeaea;
	padding: 10px 15px;
	font-family: 'CmMyriadBold', sans-serif;
	color: #262626;
	font-size: 16px;
}

.slicknav_menu {
	display:none;
}

.clear {
	clear: both;
}

.fontCmb { font-family: 'CmMyriadBold', sans-serif; }
.fontCmr { font-family: 'CmMyriadRegular', sans-serif; }

.tam5 { font-size: 5px; }
.tam6 { font-size: 6px; }
.tam10 { font-size: 10px; }
.tam11 { font-size: 11px; }
.tam12 { font-size: 12px; }
.tam14 { font-size: 14px; }
.tam15 { font-size: 15px; }
.tam20 { font-size: 20px; }
.tam25 { font-size: 25px; }
.tam30 { font-size: 30px; }
.tam35 { font-size: 35px; }
.tam40 { font-size: 40px; }
.tam45 { font-size: 45px; }
.tam50 { font-size: 50px; }
.tam60 { font-size: 60px; }

.branco { color: #FFFFFF; }
.red { color: #bd1717; }
.preto { color: #000000; }
.cinza { color: #262626; }
.cinzaclaro { color: #9a9a9a; }

.mai { text-transform: uppercase; }

.transition {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

.lnk {
	display: block;
	width: auto;
	border: 1px solid #bd1717;
	padding: 10px 20px;
	color: #bd1717;
}
	.lnk:hover {
		color: #FFF;
		background: #bd1717;
	}
.lnk2 {
	display: block;
	width: auto;
	border: 1px solid #bd1717;
	padding: 5px 5px;
	color: #FFF;
	background: #bd1717;
}
	.lnk2:hover {
		color: #bd1717;
		background: #FFF;
	}

#topo {
	position: absolute;
	height: 100px;
	display: 0 auto;
	width: 100%;
	text-align:center;
	z-index: 999999;
}
	#topo #logo {
		display: inline-block;
		width: 140px;
		height: 140px;
		background: url('/public/img/layout/default/topo-bg-logo.png') 0 -12px no-repeat;
		background-size: 105%;
		vertical-align: top;
	}
		#topo #logo a#topo-logo {
			display: inline-block;
			width: 130px;
			height: 130px;
			background: url('/public/img/layout/default/logo.png') center 10px no-repeat;
			background-size: 65%;
			text-indent: -9999px;
			margin: 0 20px 0 0;
		}
	
	#topo #menu {
		display: inline-block;
		width: 680px;
		height: 40px;
		vertical-align: top;
		margin: 40px 0 0 0;
	}
		#topo #menu nav ul li {
			display: inline-block;
			width: auto;
		}
			#topo #menu nav ul li a {
				padding: 8px 12px;
				border: 2px solid rgba(0,0,0, 0);
				margin: 0;
			}
				#topo #menu nav ul li a:hover, #topo #menu nav ul li a.active {
					border: 2px solid #FFF;
				}
	#topo #info {
		display: inline-block;
		width: 140px;
		vertical-align: top;
		margin: 7px 0 0 0;
	}
		#topo #info ul {
			display: inline-block;
			width: 100%;
			height: 22px;
		}
			#topo #info ul li {
				display: inline-block;
				width: auto;
			}
				#topo #info ul li a {
					display: inline-block;
					width: 20px;
					height: 20px;
					text-indent: -9999px;
				}
					#topo #info ul li a.insta {
						background: url('/public/img/layout/default/icones/w-insta.png') center center no-repeat;
						background-size: 60%;
					}
					#topo #info ul li a.face {
						background: url('/public/img/layout/default/icones/w-face.png') center center no-repeat;
						background-size: 32%;
						
					}
					#topo #info ul li a.yt {
						background: url('/public/img/layout/default/icones/w-yt.png') center center no-repeat;
						background-size: 70%;
					}
		#topo #info a.whats {
			display: inline-block;
			padding: 8px 10px 8px 30px;
			border: 2px solid #FFF;
			background: url('/public/img/layout/default/icones/w-whats.png') 5px center no-repeat;
			background-size: 15%;
			margin-top: 2px;
			
		}
			#topo #info a.whats:hover {
				
				margin-top: 0;
			}
			#topo #info a.whats span {
				display: inline-block;
				border: 0; margin: 0; padding: 0;
				vertical-align: top;
			}








#alinhar {
	position: relative;
	width: 980px;
	text-align: center;
	margin: 0 auto;
}

#corpo {
	position: relative;
	width: 100%;
	height: auto;
}

	

#rodape {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: -10px;
	background-color: #262626;
	z-index: 999999;
}
	#rodape #rp-topo {
		display: inline-block;
		width: 100%;
		padding: 20px 0;
	}
		#rodape #rp-topo a.whats {
			display: inline-block;
			width: auto;
			padding: 10px 60px 10px 50px;
			background: url('/public/img/layout/default/icones/w-whats.png') 5px 12px no-repeat;
			background-size: 9%;
			vertical-align: top;
		}
	#rodape #rp-topo #logo {
		display: inline-block;
		width: 140px;
		height: 140px;
		background: url('/public/img/layout/default/topo-bg-logo.png') 0 0 no-repeat;
		background-size: 100%;
		vertical-align: top;
		margin-top:-80px;
	}
		#rodape #rp-topo #logo a#topo-logo {
			display: inline-block;
			width: 130px;
			height: 130px;
			background: url('/public/img/layout/default/logo.png') center 20px no-repeat;
			background-size: 65%;
			text-indent: -9999px;
			margin: 0 20px 0 0;
		}
	#rodape #rp-topo ul {
			display: inline-block;
			width: 350px;
			vertical-align: top;
			margin-top:10px;
		}
			#rodape #rp-topo ul li {
				display: inline-block;
				width: auto;
			}
				#rodape #rp-topo ul li a {
					display: inline-block;
					width: 40px;
					height: 40px;
					margin: 0 10px 0 10px;
					text-indent: -9999px;
				}
					#rodape #rp-topo ul li a.insta {
						background: url('/public/img/layout/default/icones/w-insta.png') center center no-repeat;
						background-size: 60%;
					}
					#rodape #rp-topo ul li a.face {
						background: url('/public/img/layout/default/icones/w-face.png') center center no-repeat;
						background-size: 32%;
						
					}
					#rodape #rp-topo ul li a.yt {
						background: url('/public/img/layout/default/icones/w-yt.png') center center no-repeat;
						background-size: 70%;
					}
					#rodape #rp-topo ul li a.gn {
						background: url('/public/img/layout/default/icones/w-bus.png') center center no-repeat;
						background-size: 60%;
					}

	#rodape #rp-centro {
		display: inline-block;
		width: 100%;
		padding: 20px 0;
	}	
		#rodape #rp-centro div {
			display: inline-block;
			width: 180px;
			padding: 20px 10px;
			text-align: left;
			vertical-align: top;
		}
			#rodape #rp-centro div.cmi {
				width: 320px;
			}
				#rodape #rp-centro div.cmi span.t2 {
					padding: 10px 0 0 15px;
				}
			#rodape #rp-centro div span {
				display: inline-block;
				line-height: 140%;
			}
			
			#rodape #rp-centro div ul {
				padding: 10px 0 0 15px;
			}
				#rodape #rp-centro div ul li {
					padding: 3px 0;
				}
				#rodape #rp-centro a:hover {
					color: #bd1717;
				}
			#rodape #rp-centro div #spx {
				width: 150px;
				height: 60px;
				background: #FFF;
				border-radius: 10px;
				margin: 10px 0 0 0;
				padding: 10px 10px 30px 10px;
			}
				#rodape #rp-centro div #spx .sepex {
					width: 140px;
					height: 75px;
					background: url('/public/img/layout/default/logo-sepex.png') center center no-repeat;
					background-size: 100%;
					text-indent: -9999px;
				}

	#rodape #copy {
		border-top: 1px solid #3f3f3f;
		padding: 30px 0;
		width: 100%;
		display: inline-block;
		text-align: center;
		letter-spacing: 1px;
	}
	





#construcao {
	position: absolute;
	top:150px;
	left: 50%;
	margin: 0 0 0 -425px;
	padding: 100px 0 0 0;
	width: 850px;
	text-align: center;
}

#construcao img {
	display: block;
	float: left;
	width: 140px;
	height: auto;
}
#construcao #cm {
	display: block;
	float: left;
	width: 650px;
	height: 175px;
	background: url('/public/img/layout/default/novo-site.png') center bottom no-repeat;
	background-size: 650px;
	margin: 0 0 0 30px;
}
#construcao #cm .t1 {
	display: block;
	float: left;
	width: 650px;
	font-size: 24px;
	text-align: left;
	padding: 16px 0 0 5px;
	padding: 16px 0 0 5px;
}
#construcao .tx {
	display: block;
	float: left;
	width: 100%;
	font-size: 16px;
	padding: 100px 0 30px 0;
	font-family: 'CmMyriadRegular', sans-serif;
}
#construcao a {
	display: inline-block;
	width: auto;
	border:1px solid #bd1717;
	color: #bd1717;
	border-radius: 30px;
	font-size: 18px;
	padding: 15px 60px;
	margin: 20px 0 0 0;
	
	transition: margin 0.5s ease;
	-webkit-transition: margin 0.5s ease;
	-o-transition: margin 0.5s ease;
	-moz-transition: margin 0.5s ease;
}
	#construcao a:hover {
		display: inline-block;
		width: auto;
		border:1px solid #bd1717;
		background: #bd1717;
		color: #FFF;
		margin: 10px 0 0 0;
		
		
	}


#topo-page {
	position: relative;
	widows: 100%;
	height: 300px;
	text-align: center;
	
	background: url('/public/img/layout/default/topos/a-construmidia.jpg') center center no-repeat;
	background-size: cover;
}
	#topo-page #texto {
		display: inline-block;
		padding: 160px 0 0 0;
		width: 100%;
	}
	#topo-page #mapadosite {
		display: inline-block;
		padding: 60px 0 0 0;
	}
		#topo-page #mapadosite a {
			display: inline-block;
		}
			#topo-page #mapadosite a:hover {
				color: #bd1717;
			}
		#topo-page #mapadosite span {
			display: inline-block;
			}
			#topo-page #mapadosite span.tam10 {
				padding: 0 10px;
			}
	#topo-page.a-construmidia {
		background: url('/public/img/layout/default/topos/a-construmidia.jpg') center center no-repeat;
		background-size: cover;
	}


@media screen and (max-width: 568px) {
	
	
	body {
		-webkit-text-size-adjust: 100%;
		
	}
	
	.slicknav_menu {
		display: block;
	}
	
	input {
		display: inline-block;
		border: 1px solid #e9e9e9;
		box-shadow: 2px 2px 2px #eaeaea;
		padding: 10px 12px;
		font-family: 'CmMyriadBold', sans-serif;
		color: #262626;
		font-size: 14px;
	}
		input.inp1 {
			width: 140px;
		}
		input.inp2 {
			width: 220px;
		}
		input.inp3 {
			width: 50px;
		}
		input.submit {
			color: #FFF;
			font-size: 16px;
			background: #bd1717;
			cursor: pointer;
		}
	
	#topo {
		position: fixed;
		height: 50px;
		display: 0 auto;
		width: 100%;
		text-align:center;
		z-index: 999999;
		background: #FFF;
		box-shadow: 0px 2px 10px #333;
	}
		#topo #logo {
			position: absolute;
			left: 50%;
			margin: 0 0 0 -45px;
			display: inline-block;
			width: 90px;
			height: 80px;
			background: url('/public/img/layout/default/topo-bg-logo.png') 0 -12px no-repeat;
			background-size: 105%;
			vertical-align: top;
			z-index: 9999999;
		}
			#topo #logo a#topo-logo {
				display: inline-block;
				width: 80px;
				height: 80px;
				background: url('/public/img/layout/default/logo.png') center 10px no-repeat;
				background-size: 65%;
				text-indent: -9999px;
				margin: 0 0 0 0;
			}

		#topo #menu {
			display: none;
		}
		#topo #info {
			position: absolute;
			right: 10px;
			display: block;
			width: 40px;
			vertical-align: top;
			margin: 7px 0 0 0;
		}
			#topo #info ul {
				display: none;
				width: 100%;
				height: 22px;
			}
				#topo #info ul li {
					display: inline-block;
					width: auto;
				}
					#topo #info ul li a {
						display: inline-block;
						width: 20px;
						height: 20px;
						text-indent: -9999px;
					}
						#topo #info ul li a.insta {
							background: url('/public/img/layout/default/icones/w-insta.png') center center no-repeat;
							background-size: 60%;
						}
						#topo #info ul li a.face {
							background: url('/public/img/layout/default/icones/w-face.png') center center no-repeat;
							background-size: 32%;

						}
						#topo #info ul li a.yt {
							background: url('/public/img/layout/default/icones/w-yt.png') center center no-repeat;
							background-size: 70%;
						}
			#topo #info a.whats {
				display: inline-block;
				padding: 1px 10px 8px 30px;
				background: url('/public/img/layout/default/icones/r-whats.png') 5px center no-repeat;
				background-size: 55%;
				margin-top: 2px;
				border: none !important;
				text-indent: -9999px;

			}
				#topo #info a.whats:hover {

					margin-top: 0;
				}
				#topo #info a.whats span {
					display: inline-block;
					border: 0; margin: 0; padding: 0;
					vertical-align: top;
				}








	#alinhar {
		position: relative;
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}

	#corpo {
		position: relative;
		width: 100%;
		height: auto;
	}



	#rodape {
		position: relative;
		width: 100%;
		height: auto;
		margin-top: -10px;
		background-color: #262626;
		z-index: 99999;
	}
		#rodape #rp-topo {
			display: inline-block;
			width: 100%;
			padding: 20px 0 20px 0;
			position: relative;
			text-align: center;
		}
			#rodape #rp-topo a.whats {
				display: inline-block;
				width: auto;
				padding: 10px 0px 10px 40px;
				background: url('/public/img/layout/default/icones/w-whats.png') 5px 14px no-repeat;
				background-size: 9%;
				vertical-align: top;
				margin-top:80px;
			}
		#rodape #rp-topo #logo {
			position: absolute;
			display: block;
			left: 50%;
			top:0;
			margin: -10px 0 0 -45px;
			width: 90px;
			height: 90px;
			background: url('/public/img/layout/default/topo-bg-logo.png') 0 0 no-repeat;
			background-size: 100%;
		}
			#rodape #rp-topo #logo a#topo-logo {
				display: inline-block;
				width: 80px;
				height: 80px;
				background: url('/public/img/layout/default/logo.png') center 20px no-repeat;
				background-size: 65%;
				text-indent: -9999px;
				margin: 0 0 0 0;
			}
		#rodape #rp-topo ul {
				display: inline-block;
				width: 100%;
				vertical-align: top;
				margin-top:10px;
			}
				#rodape #rp-topo ul li {
					display: inline-block;
					width: auto;
				}
					#rodape #rp-topo ul li a {
						display: inline-block;
						width: 40px;
						height: 40px;
						margin: 0 10px 0 10px;
						text-indent: -9999px;
					}
						#rodape #rp-topo ul li a.insta {
							background: url('/public/img/layout/default/icones/w-insta.png') center center no-repeat;
							background-size: 60%;
						}
						#rodape #rp-topo ul li a.face {
							background: url('/public/img/layout/default/icones/w-face.png') center center no-repeat;
							background-size: 32%;

						}
						#rodape #rp-topo ul li a.yt {
							background: url('/public/img/layout/default/icones/w-yt.png') center center no-repeat;
							background-size: 70%;
						}
						#rodape #rp-topo ul li a.gn {
							background: url('/public/img/layout/default/icones/w-bus.png') center center no-repeat;
							background-size: 60%;
						}

		#rodape #rp-centro {
			display: inline-block;
			width: 100%;
			padding: 20px 0;
		}	
			#rodape #rp-centro div {
				display: inline-block;
				width: 160px;
				padding: 20px 0px;
				text-align: left;
				vertical-align: top;
			}
				#rodape #rp-centro div.cmi {
					width: 320px;
				}
					#rodape #rp-centro div.cmi span.t2 {
						padding: 10px 0 0 15px;
					}
				#rodape #rp-centro div span {
					display: inline-block;
					line-height: 140%;
				}

				#rodape #rp-centro div ul {
					padding: 10px 0 0 15px;
				}
					#rodape #rp-centro div ul li {
						padding: 3px 0;
					}
					#rodape #rp-centro a:hover {
						color: #bd1717;
					}
				#rodape #rp-centro div #spx {
					width: 150px;
					height: 60px;
					background: #FFF;
					border-radius: 10px;
					margin: 10px 0 0 0;
					padding: 10px 10px 30px 10px;
				}
					#rodape #rp-centro div #spx .sepex {
						width: 140px;
						height: 75px;
						background: url('/public/img/layout/default/logo-sepex.png') center center no-repeat;
						background-size: 100%;
						text-indent: -9999px;
					}

		#rodape #copy {
			border-top: 1px solid #3f3f3f;
			padding: 30px 40px;
			width: auto;
			display: inline-block;
			text-align: center;
			letter-spacing: 1px;
		}

	.clear2 {
		clear: both;
	}
	#construcao {
		position: absolute;
		top:100px;
		left: 0;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		width: 100%;
		text-align: center;
	}

	#construcao img {
		display: inline-block;
		float: inherit;
		width: 100px;
		height: auto;
		margin: 0 10px 50px 0;
	}
	#construcao #cm {
		display: inline-block;
		float: inherit;
		width: 300px;
		height: 80px;
		background: url('/public/img/layout/default/novo-site.png') center bottom no-repeat;
		background-size: 290px;
		margin: 0 0 0 0;
	}
	#construcao #cm .t1 {
		display: inline-block;
		float: inherit;
		width: 285px;
		font-size: 10px;
		text-align: center;
		padding: 5px 0 0 0;
	}
	#construcao .tx {
		display: inline-block;
		float: inherit;
		width: 250px;
		font-size: 12px;
		padding: 20px 0 20px 0;
		font-family: 'CmMyriadRegular', sans-serif;
	}
	#construcao a {
		display: inline-block;
		width: auto;
		border:1px solid #bd1717;
		color: #bd1717;
		border-radius: 30px;
		font-size: 12px;
		padding: 10px 40px;
		margin: 20px 0 0 0;
	}
		#construcao a:hover {
			width: auto;
			border:1px solid #bd1717;
			background: #bd1717;
			color: #FFF;
			margin: 10px 0 0 0;
		}
	
	#topo-page {
		position: relative;
		widows: 100%;
		height: 300px;
		text-align: center;
		background: url('/public/img/layout/default/topos/a-construmidia.jpg') center center no-repeat;
		background-size: cover;
	}
		#topo-page #texto {
			display: inline-block;
			padding: 150px 0 0 0;
			height: 40px;
			width: 100%;
		}
		#topo-page #mapadosite {
			display: inline-block;
			padding: 50px 0 0 0;
		}
			#topo-page #mapadosite a {
				display: inline-block;
			}
				#topo-page #mapadosite a:hover {
					color: #bd1717;
				}
			#topo-page #mapadosite span {
				display: inline-block;
				}
				#topo-page #mapadosite span.tam10 {
					padding: 0 5px;
				}
		#topo-page.a-construmidia {
			background: url('/public/img/layout/default/topos/a-construmidia.jpg') center center no-repeat;
			background-size: cover;
		}

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