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

/*Popup*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
#cboxOverlay{background: rgba(255,255,255,1);}
#colorbox{}


#popup{
position:absolute;
display:block;
top:150px;
left:50%;
width:600px;
height:450px; 
margin-left:-300px;
border:5px solid #fff;
background:url(../images/popup_25anos.png) top left no-repeat;
background-color:#FFF;
-webkit-box-shadow: 0px 1px 22px 0px rgba(32, 32, 39, 0.85);
-moz-box-shadow:    0px 1px 22px 0px rgba(32, 32, 39, 0.85);
box-shadow:         0px 1px 22px 0px rgba(32, 32, 39, 0.85);
z-index:10000;
}

.paragr{
	font-size:1.8em;
	text-align:center;
	margin:45px 0 0 0;
	color:#333;
	/*text-shadow: 0px 0px 5px rgba(20, 20, 20, 0.55);*/
	line-height:1.0em;
	}

.logotop{
	position:relative;
	text-align:center;
	margin:40px 0 0 230px;
}
.mote{
	font-family: 'Pacifico', cursive;
	font-weight:400;
	font-size:4.2em;
	line-height:1.1em;
	color:#C00;
	position:relative;
	margin:30px 25px 0 25px;
	text-align:center;
}

.mote2{
	font-size:3.5em;
	line-height:1em;
	color:#060;
	position:relative;
	margin:10px 15px 0 15px;
	text-align:center;
}


.closebutton{
position:relative;
margin:12px 12px 0 0;
float:right;
width:35px;
height:35px;
-moz-border-radius: 17px;
border-radius: 17px;
-webkit-box-shadow: 0px 1px 18px 0px rgba(32, 32, 39, 0.7);
-moz-box-shadow:    0px 1px 18px 0px rgba(32, 32, 39, 0.7);
box-shadow:         0px 1px 18px 0px rgba(32, 32, 39, 0.7);
opacity:1;
z-index:10001;
}

/*---------------- Botão Loja Online ------------------*/

@import url(http://fonts.googleapis.com/css?family=Dosis:400,700);

#slideout {
	position: fixed;
	top: 200px;
	right: -100px;
	width: 145px;
	padding: 2px 2px 2px 1px;
	text-align: center;
	font-family: 'Dosis', sans-serif;
	font-weight: 700;
	background:#CCC;
	color:#FFF;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	border:#f8f8f8 thin solid;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
 	border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.45);
	z-index:50;
	cursor:pointer;
}

#slideout:hover {
	right: 0px;
	cursor:pointer;
	background:#CCC;
}

#slideout:hover #slideout_inner {
	right: 0;
}

#slideout_inner {
	position: fixed;
	top: 250px;
	right: -125px;
	width: 70px;
	height:auto;
	margin:0;
	padding:2px 10px;
	background:#000;
	font-family: 'Dosis', sans-serif;
	font-weight:300;
	color:#FFF;
	text-align: left;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-border-radius: 0 0  0 5px;
	-moz-border-radius: 0 0  0 5px;
	border-radius: 0 0  0 5px;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Average Sans', sans-serif;
	background-color:#333;
}

a img {
	border: none;
}

a {
	text-decoration: none;
}

h4 {
	padding: 0;
	margin: 0;
}

.header {
	position:relative;
	width: 100%;
	height:172px;
	background-image:url(../images/bg_menu.png);
	background-repeat:repeat;
}

.header_menu {
	position:relative;
	margin: 0 auto;
	width: 960px;
	height: 172px;
}

.logo {
	position:relative;
	float:left;
	width: 426px;
	height: 172px;
	/*background-image:url(../images/logo.png); LOGO NORMAL */
	background-image:url(../images/logo25anos.png);
}

.menu_background {
	position:relative;
	float:right;
	width: 511px;
	height:177px;
	background-image:url(../images/menu.png);
	background-repeat:no-repeat;
	z-index: 900;
}

.shadow {
	position:relative;
	width: 100%;
	height:8px;
	background-image:url(../images/shadow.png);
	background-repeat:repeat;
	z-index:-1000;
}

.wrapper_content {
	position:relative;
	width: 100%;
	min-height: 370px;
	padding-top: 20px;
	background: #999999; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5OTk5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2VjZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #999999 0%, #ececec 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999999 0%,#ececec 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #999999 0%,#ececec 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #999999 0%,#ececec 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #999999 0%,#ececec 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#ececec',GradientType=0 ); /* IE6-8 */

}

.content {
	position:relative;
	width: 960px;
	height: 300px;
	margin: 0 auto;
}

.content2 {
	position:relative;
	width: 930px;
	min-height: 320px;
	margin: 0 auto;
	background-color: #ECECEC;
	padding-top: 30px;
	padding-left: 30px;
}
.content2 a, content2 a:visited {
	color: #360;
}
.content2 a:hover, content2 a:active{
	color: #999;
}
.content2 h6{
	font-size:12px;
	font-weight:200;
	text-align:justify;
	margin-top:10px;
}
.content_left {
	position: relative;
	float: left;
	width: 353px;
	height:310px;
	background-color: #ECECEC;
	font-size: 18px;
	padding:30px 10px 5px;
}

.content_left h4 {
	margin:10px;
}

.content_left h4:before{
	content: "-";
	padding-right:3px;
	font-weight:700;
}

.content_right {
	position:relative;
	float: right;
	width: 580px;
	height:300px;
	background-color:#ECECEC;
	font-size: 18px;
}

.contentfooter {
	width:905px;
	height:26px;
	position:relative;
	display:inline-block;
	margin-top:-5px;
	padding:5px 15px 5px 40px;
	background:url(../images/pdf.png) left top no-repeat #999;
	color:#fff;
	z-index:1;
}

.contentfooter h6{
	font-size:10px;
	font-weight:200;
	text-align:justify;
	margin-top:0px;
}
.contentfooter:hover{
	font-weight:400;
	background-color:#aad400;
	color:#000;
	cursor:pointer;
}

.contactos, contactos:visited {
	position:relative;
	float: right;
	width: 170px;
	height: 172px;
	background-image:url(../images/contactos_off.png);
	background-repeat:no-repeat;
}

.contactos:hover, contactos:active {
	background-image:url(../images/contactos_on.png);
	background-repeat:no-repeat;
}

.contactos2 {
	position:relative;
	float: right;
	width: 170px;
	height: 172px;
	background-image:url(../images/contactos_on.png);
	background-repeat:no-repeat;
}


.empresa, empresa:visited {
	position:relative;
	float: right;
	width: 171px;
	height: 172px;
	background-image:url(../images/empresa_off.png);
	background-repeat:no-repeat;
}

.empresa:hover, empresa:active {
	background-image:url(../images/empresa_on.png);
	background-repeat:no-repeat;
}

.empresa2{
	position:relative;
	float: right;
	width: 171px;
	height: 172px;
	background-image:url(../images/empresa_on.png);
	background-repeat:no-repeat;
}

.servicos, servicos:visited {
	position:relative;
	float: right;
	width: 166px;
	height: 172px;
	background-image:url(../images/servicos_off.png);
	background-repeat:no-repeat;
}

.servicos:hover, servicos:active {
	background-image:url(../images/servicos_on.png);
	background-repeat:no-repeat;
}

.servicos2 {
	position:relative;
	float: right;
	width: 166px;
	height: 172px;
	background-image:url(../images/servicos_on.png);
	background-repeat:no-repeat;
}

.logo_cert{
	position:relative;
	margin: 0 212px 0 0px;
	width: 96px;
	height:100px;
}

.txt_cert{
	font-size:11px;
	text-align:left;
	padding:16px 30px;
}

.orcamentos, orcamentos:visited {
	position:relative;
	margin: 0 0 0 130px;
	width: 205px;
	height:55px;
	padding-top: 0px;
	/*	margin-top:75px;*/
	margin-top:-80px;
	background-image:url(../images/botao_orcamentos2.png);
	background-position: center;
}

.orcamentos:hover, orcamentos:active {
	background-image:url(../images/botao_orcamentos2_on.png);
}

.orcamentos2, orcamentos2:visited {
	position:relative;
	margin: 25px 0;
	width: 205px;
	height:55px;
	padding-top: 0px;
	/*	margin-top:75px;*/
	background-image:url(../images/botao_orcamentos2.png);
}

.orcamentos2:hover, orcamentos2:active {
	background-image:url(../images/botao_orcamentos2_on.png);
}



.shadow2 {
	position:relative;
	width: 100%;
	height:6px;
	background-image:url(../images/bg_rodape.png);
	background-repeat:repeat;
}

.rodape {
	position: relative;
	width: 960px;
	height: 155px;
	margin: 0 auto;

}
.rodape .logos {
	position:absolute;
	top:30px;
	left:0;
	}

.facebook, facebook:visited {
	position: relative;
	width: 71px;
	height: 71px;
	background-image:url(../images/fb.png);
	float: right;
	margin-top: 30px;
}

.facebook:hover, facebook:active {
	background-image:url(../images/fb_on.png);
}

.catalogo, catalogo:visited  {
	position: relative;
	width: 147px;
	height: 71px;
	background-image:url(../images/catalogo.png);
	float: right;
	margin-top: 30px;
	margin-right: 20px;
}

.catalogo:hover, catalogo:active  {
	background-image:url(../images/catalogo_on.png);
}

.ref {
	position: relative;
	float:left;
	width: 100%;
	margin-top: 20px;
	color:#ccc;
	font-size: 13px;
}

.ref a{
	color:#999;
}

.ref a:hover{
	color:#FFF;
}

.content_orcamentos {
	position:relative;
	float: right;
	width: 500px;
	margin-top: 15px;
}

.text {
	position:relative;
	float: left;
	width: 400px;
}

#form_certificado{
	position:absolute;
	float: right;
	margin:0;
	width: 200px;
	left: 678px;
	top: 69px;
}

#form_certificado img{
	margin:0 auto;
	text-align:center;
}

#form_certificado p{
	width:200px;
	text-align:justify;
	padding-top:20px;
}
