@import url(submenu.css);

@font-face {
    font-family: 'museo';
    src: url('museo.otf');
    src: local('museo'), url('museo.otf') format('truetype');
}

.font01 {font-family: 'museo', arial, sans-serif; font-size:18px; color:#FFF; font-weight:400}
.font02 {font-family: 'PT Sans', sans-serif; font-size:12px; color:#FFF; font-weight:400}
.font03 {font-family: 'museo', arial, sans-serif; font-size:16px; color:#5374c8; font-weight:400; line-height:22px}
.font04 {font-family: 'museo', arial, sans-serif; font-size:16px; color:#28afe5; font-weight:400; line-height:22px}
.font05 {font-family: 'PT Sans', sans-serif; font-size:17px; color:#818181; text-decoration:none; line-height:18px; font-weight:400;}
.font06 {font-family: 'PT Sans', sans-serif; font-size:17px; color:#4e649d; text-decoration:none; line-height:normal; font-weight:400;}
.font07 {font-family: 'PT Sans', sans-serif; font-size:13px; color:#656565; text-decoration:none; line-height:normal; font-weight:400;}
.font08 {font-family: 'PT Sans', sans-serif; font-size:15px; color:#455e9e; text-decoration:none; line-height:normal; font-weight:400;}

p {font-family: 'PT Sans', sans-serif; font-size:14px; color:#818181; text-decoration:none; line-height:18px; font-weight:400;}
div {font-family: 'PT Sans', sans-serif; font-size:14px; color:#818181; text-decoration:none; line-height:18px; font-weight:400;}

h1 {font-family: 'museo', arial, sans-serif; font-size:70px; color:#ff9c00; font-weight:700; text-decoration:none; line-height:normal; text-transform:uppercase; margin-bottom:20px}
h2 {font-family: 'museo', arial, sans-serif; font-size:25px; color:#FFF; font-weight:700; text-decoration:none; line-height:normal}
h3 {font-family: 'museo', arial, sans-serif; font-size:22px; color:#000; font-weight:400; line-height:normal}

/*LINK TEXTO*/
a:link, a:visited, a:active {
	font-family: 'PT Sans', sans-serif;
	font-size:14px;
	color:#656565;
	text-decoration:none;
	font-weight:400;
	line-height:18px;
	text-decoration:underline;
	}	
a:hover {
	color:#506db4;
}

/*LINK TEXTO*/
.link1:link, .link1:visited, .link1:active {
	font-family: 'museo', arial, sans-serif; font-size:16px; color:#ff9c00; font-weight:400; line-height:24px; text-decoration:none;
	}	
.link1:hover {
	color:#666666;
}

/*LINK TEXTO*/
.link2:link, .link2:visited, .link2:active {
	font-family: 'museo', arial, sans-serif; font-size:16px; color:#28afe5; font-weight:400; line-height:24px; text-decoration:none;
	}	
.link2:hover {
	color:#495e5f;
}

/*LINK TEXTO*/
.link-rodape:link, .link-rodape:visited, .link-rodape:active {
	font-family: 'museo', arial, sans-serif; font-size:14px; color:#FFF; font-weight:400;
	text-transform:uppercase;
	text-decoration:none;
	padding:3px;
	margin-right:10px;
	}	
.link-rodape:hover {
	color:#FFF;
	background-color:#4f65a1;
}

/*LINK TEXTO*/
.link-orcamento:link, .link-orcamento:visited, .link-orcamento:active {
	font-family: 'PT Sans', sans-serif; font-size:14px; color:#000; font-weight:400;
	text-decoration:none;
	padding:6px;
	text-align:center;
	display:block;
	float:right; width:180px;
	background-color:#fff300;
	-webkit-transition:background-color 0.5s ease-out;
	-moz-transition:background-color 0.5s ease-out;
	-o-transition:background-color 0.5s ease-out;
	-ms-transition:background-color 0.5s ease-out;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	}	
.link-orcamento:hover {
	color:#FFF;
	background-color:#ce9f10;
}

/*SUMENU*/
.submenu:link, .submenu:visited, .submenu:active {
	display:block;
	width:200px; padding:5px;
	padding-left:15px; padding-right:15px;
	text-decoration:none;
	background-color:#ff9c00;
	-webkit-transition:background-color 0.5s ease-out;
	-moz-transition:background-color 0.5s ease-out;
	-o-transition:background-color 0.5s ease-out;
	-ms-transition:background-color 0.5s ease-out;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	color:#FFF;
	font-family: 'PT Sans', sans-serif;
	font-weight:40;
	font-size:14px;
	margin-bottom:3px;
	}	
.submenu:hover {
	background-color:#666666;
}

/*SUMENU1*/
.submenu1:link, .submenu1:visited, .submenu1:active {
	display:block;
	width:200px; padding:5px;
	padding-left:15px; padding-right:15px;
	text-decoration:none;
	background-color:#28afe5;
	-webkit-transition:background-color 0.5s ease-out;
	-moz-transition:background-color 0.5s ease-out;
	-o-transition:background-color 0.5s ease-out;
	-ms-transition:background-color 0.5s ease-out;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	color:#FFF;
	font-family: 'PT Sans', sans-serif;
	font-weight:40;
	font-size:14px;
	margin-bottom:3px;
	}	
.submenu1:hover {
	background-color:#666666;
}


	
a img{
	opacity:1.0;
	filter:alpha(opacity=100);
	-webkit-transition:opacity 0.5s ease-out;
	-moz-transition:opacity 0.5s ease-out;
	-o-transition:opacity 0.5s ease-out;
	-ms-transition:opacity 0.5s ease-out;
}

a img:hover{
opacity:0.7;
filter:alpha(opacity=70);
}

#logo img{
	opacity:1.0;
	filter:alpha(opacity=100);
	-webkit-transition:opacity 0.5s ease-out;
	-moz-transition:opacity 0.5s ease-out;
	-o-transition:opacity 0.5s ease-out;
	-ms-transition:opacity 0.5s ease-out; z-index:999;
}

.scrollup{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:50px;
    right:50px;
    display:none;
    text-indent:-9999px;
    background: url('../imagens/btn-menu/icon_top.png') no-repeat;
}

/*MENU*/
#menu a {
	font-family: 'museo', arial, sans-serif;
	display:block;
	color:#FFF;
	float:right;
	font-size:16px;
	font-weight:400;
	text-decoration:none;
	text-transform:uppercase;
	-webkit-transition:border-bottom 0.5s ease-out;
	-moz-transition:border-bottom 0.5s ease-out;
	-o-transition:border-bottom 0.5s ease-out;
	-ms-transition:border-bottom 0.5s ease-out;
	padding-bottom:3px;
	margin-left:20px;
	border-bottom:2px solid #4f67a4;
	}
#menu a:hover {
	color:#cdd0d7;
	border-bottom:2px solid #28afe5;
	}
#menu a.active {
	color:#cdd0d7;
	border-bottom:2px solid #28afe5;
}

#titulos1 {width:321px; height:38px; background-image:url(../imagens/backgrounds/bk-tit.png); background-repeat:no-repeat; position:absolute; left:0; margin-top:-45px; padding-left:20px; padding-top:7px}
#titulos {width:321px; height:38px; background-image:url(../imagens/backgrounds/bk-tit1.png); background-repeat:no-repeat; position:absolute; left:0; margin-top:-45px; padding-left:20px; padding-top:7px}
#submenu {width:230px; float:left; margin-left:60px}

#conteudo {width:560px; float:right; margin-right:60px; padding-top:15px}

#top {width:950px; margin:auto; height:98px}

.hack-top {position:relative}

	#logo {width:209px; height:158px; position:absolute; left:0; top:0; height:98px; z-index:999}
	#content-menu {width:700px; float:right; padding-top:27px}
	#menu { position:absolute; z-index:999}

#content-rodape {width:100%; background-color:#28afe5; margin-top:15px}
	
	#rodape {width:950px; margin:auto; padding-top:12px; padding-bottom:12px}	
	
	#bloco-azul {width:100%; background-color:#4f65a1; height:80px; border-top:2px solid #dedede}
	
#content-conteudo {width:950px; margin:auto; background-color:#FFF; padding-bottom:40px}

#banner {margin-top:1px; margin-bottom:20px}

#banner-internas {margin-top:1px; margin-bottom:35px}

.bk-gradient {background: rgba(211,216,231,1);
background: -moz-linear-gradient(top, rgba(211,216,231,1) 0%, rgba(255,255,255,1) 31%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(211,216,231,1)), color-stop(31%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(211,216,231,1) 0%, rgba(255,255,255,1) 31%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(211,216,231,1) 0%, rgba(255,255,255,1) 31%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(211,216,231,1) 0%, rgba(255,255,255,1) 31%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(211,216,231,1) 0%, rgba(255,255,255,1) 31%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d8e7', endColorstr='#ffffff', GradientType=0 ); width:510px; float:right; margin-right:60px; padding:25px}

.bloco-01 {width:475px; left:25px; position:absolute}
.bloco-02 {width:475px; right:25px; position:absolute}

.bloco-03 {width:455px; float:left}
.bloco-04 {width:300px; float:right; padding-left:40px; border-left:3px solid #4e649d}

.bloco-conteudo {width:830px; margin:auto}

.form-contato {
	padding:6px;
	border:1px solid #28afe5;
	color:#999;
	font-size:12px;
	font-family: 'PT Sans', sans-serif;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	width:435px;
}