﻿@charset "utf-8";
/* CSS Document */

body{margin-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;background:#ffffff;}
#clear{clear:both;}
/* HOME INÍCIO */
#corpo{width:100%;height:auto;background:#ffffff;}
#corpo_nuvem{width:100%;height:350px;background:url(../images/home_fd_nuvem.jpg) no-repeat center top;}
#centraliza{width:996px;height:auto;margin:0 auto;}
#home_clientes{width:100%;height:auto;float:left;}
#home_clientes h1{font-family:CenturyGothic;font-size:16px;color:#000000;font-weight:normal;margin-bottom:20px;}
#home_destaque{width:996px;height:400px;float:left;background:url(../images/destaque_mascara.png) no-repeat left top;position:absolute;margin-top:-11px;margin-left:-5px; z-index:998;border:none;}
#home_destaque_form{width:360px;height:auto;float:left;margin-top:100px;margin-left:20px;z-index:999;}
#home_destaque_form li{font-family:MyriadPro-It;font-size:12px;color:#ffffff;display:block;list-style:none;}
.home_input_g{width:189px;height:27px;background:url(../images/home_form_input_g.png) no-repeat left;font-family:MyriadPro-Bold;font-size:13px;color:#ffffff;border:none;padding:0 10px 0 10px;}
.home_input_m{width:65px;height:27px;background:url(../images/home_form_input_m.png) no-repeat left;font-family:MyriadPro-Bold;font-size:13px;color:#ffffff;border:none;padding:0 10px 0 10px;}
.home_input_p{width:43px;height:27px;background:url(../images/home_form_input_p.png) no-repeat left;font-family:MyriadPro-Bold;font-size:13px;color:#ffffff;border:none;padding:0 10px 0 10px;}
.home_btn_submit{width:106px;height:43px;background:url(../images/home_form_btn.png) no-repeat top;border:none;float:left;margin-right:15px;vertical-align:middle;}
.home_btn_submit:hover{background:url(../images/home_form_btn_over.png) no-repeat top;}
.home_btn_submit:hover{cursor:pointer;}
#home_faixa{width:100%;height:635px;background:#d5d5d5;}
#home_faixa_centraliza{width:996px;height:auto;margin:0 auto;}
#home_faixa_centraliza_conteudo{width:100%;height:auto;float:left;margin-top:0px;}
#home_faixa_centraliza_conteudo h1{font-family:CenturyGothic;font-size:30px;color:#615c5c;font-weight:normal;margin:20px 0 40px 50px;}
#home_faixa_centraliza_conteudo_item{width:288px;height:250px;float:left;margin-left:30px;}
#home_faixa_centraliza_conteudo_item h1{font-family:tahoma;font-size:11px;color:#5b5b5b;font-weight:normal;line-height:18px;}
#home_faixa_degrade{width:100%;height:225px;
background: rgb(213,213,213); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q1ZDVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iI2FkYWRhZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNWQ1ZDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, rgba(213,213,213,1) 0%, rgba(173,173,173,1) 52%, rgba(213,213,213,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(213,213,213,1)), color-stop(52%,rgba(173,173,173,1)), color-stop(100%,rgba(213,213,213,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(213,213,213,1) 0%,rgba(173,173,173,1) 52%,rgba(213,213,213,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(213,213,213,1) 0%,rgba(173,173,173,1) 52%,rgba(213,213,213,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(213,213,213,1) 0%,rgba(173,173,173,1) 52%,rgba(213,213,213,1) 100%); /* IE10+ */
background: linear-gradient(left, rgba(213,213,213,1) 0%,rgba(173,173,173,1) 52%,rgba(213,213,213,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d5d5', endColorstr='#d5d5d5',GradientType=1 ); /* IE6-8 */	
}
#home_faixa_degrade_conteudo{position:relative;width:100%;height:215px;background-color:#d5d5d5;top:5px;}
#home_faixa_degrade_conteudo2{width:540px;height:auto;float:right;}
#home_faixa_degrade_conteudo2 h1{font-family:CenturyGothic-Bold;font-size:18px;color:#000000;font-weight:normal;margin:20px 0 20px 0;text-transform:uppercase;}
#home_faixa_degrade_conteudo2 h2{font-family:arial;font-size:11px;color:#535353;font-weight:normal;line-height:18px;}
#home_faixa_inmetro{width:375px;height:238px;position:absolute;background:url(../images/inmetro.png) no-repeat top left; float:left;z-index:9;margin-top:-15px;}
/* HOME FIM */
/* INTERNA INÍCIO */
#interna_corpo{width:100%;height:auto;background:url(../images/home_fd_nuvem.jpg) no-repeat top center;}
#interna_conteudo{width:990px;min-height:500px; margin:0 auto;background:url(../images/conteudo_bg.png) no-repeat top center;position:relative;top:-10px;}
#hr_cima{width:720px;height:20px;margin:0 auto;background:url(../images/hr_cima.png) no-repeat top center;}
#hr_baixo{width:720px;height:20px;margin:0 auto;background:url(../images/hr_baixo.png) no-repeat top center;}
/* INTERNA FIM */
/*INÍCIO DIV ESTILOS LIVRE*/
#div_clear{clear:both;}
#uma_coluna{width:100%;height:auto;float:left;margin:0 auto;}
#duas_colunas{width:49%;float:left;}
#duas_colunas_final{width:49%;float:right;}
#tres_colunas{width:30%;float:left;}
#tres_colunas_meio{width:30%;float:left;margin-left:45px;}
#tres_colunas_final{width:30%;float:right;margin-left:40px;}
#quatro_colunas{width:23%;float:left;}
#quatro_colunas_meio{width:23%;float:left;margin-left:20px;}
#quatro_colunas_final{width:23%;float:right;margin-left:20px;}
/*FIM DIV ESTILOS LIVRE*/
/*DIV SLIDER INÍCIO*/
#div_slider{margin-left:296px;position:absolute;margin-top:-9px;border:none;}
/*DIV SLIDER INÍCIO*/