html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;}
body { line-height: 1; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
* { list-style: none; text-decoration: none; }
img { border: 0px; vertical-align: middle; }
input[type="checkbox"]{ vertical-align: middle; }

body {
    font-family: Verdana, sans-serif;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.top_bar{
    background-color: #006430;
    height: 8px;
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}

header{
    width: 100%;
    display: block;
    height: 500px;
    background-color: #20409a;
    overflow: hidden;
}

.header_box{
    height: 500px;
    width: 960px;
    margin: 0 auto;
    margin-top: -13px;
    position: relative;
    z-index: 1;
}

header .logo{
    margin-top: 30px;
    float: left;
}

.link_acesso{
    width: 186px;
    height: 44px;
    background-image: url("../images/background_acesso.png");
    background-repeat: no-repeat;
    display: block;
    float: right;
}

.link_acesso ul{
    margin-top: 18px;
    margin-left: 18px;
}

.logo_links_acesso{
    overflow: hidden;
    margin-bottom: 22px;
}

.link_acesso ul li{
    float: left;
}

.link_acesso .acesso_sistema{
    width: 66px;
    padding-left: 12px;
    padding-right: 10px;
}

.link_acesso .acesso_sistema img{
    margin-right: 7px;
    margin-top: -3px;
}

.link_acesso .acesso_email{
    width: 60px;    
}

.link_acesso ul li a{
    color: #fff;
    font-size: 11px;
}

nav {
    width: 100%;
    height: 40px;
    display: block;
    background-color: #007b3c;
    -webkit-border-radius: 10px;
    border-radius: 10px; 
    -webkit-box-shadow: 1px 1px 3px ;
    box-shadow: 1px 1px 3px ; 
    position: relative;
    z-index: 1;
}

nav ul{
    margin-left: 10px;
}

nav ul li{
    float: left;
    padding-left: 13px;
    padding-right: 13px;
}

nav ul li a{
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}

nav form #campo_chave{
    width: 190px;
    height: 28px;
    background-color: #fff;
    border: 1px solid #000;
    -webkit-border-radius: 7px;
    border-radius: 7px; 
    margin-top: 4px;
    margin-left: 24px;
    font-size: 12px;
    text-indent: 12px;
}

nav form #botao_busca{
    background-image: url('../images/icone_busca.png');
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    margin-left: -32px;
    width: 20px;
}

.menu_2_banner .menu_2 .itens_menu{
    line-height: 46px;
    width: 205px;
    text-indent: 15px;
}

.menu_2_banner .menu_2 .divisor_menu{
    height: 2px;
    width: 250px; 
    line-height: 2px;
}

.menu_2_banner .menu_2{
    background-image: url('../images/background_menu_2.png');
    background-repeat: no-repeat;
    background-color: transparent;    
    background-position: 0px -35px;
    height: 330px;
    margin-left: -55px;
    padding-left: 55px;
    padding-top: 25px;
    float: left;
}

.menu_2_banner .menu_2 li a{
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-size: 12px;
}

.menu_2_banner .banner{
    float: left;
    margin-left: -72px;
    margin-top: -10px;
    width: 710px;
    z-index: 2;
}

.menu_2_banner{
    position: relative;
}

section{
    margin: 24px auto;
    min-height: 430px;
    overflow: hidden;
    width: 960px;
}

.titulo_topico{
    font-size: 14px;
    text-transform: uppercase;
    color: #007338;
    font-weight: normal;
    line-height: 21px;
}

.titulo_topico img{
    margin-right: 8px;
    margin-top: -2px;
}

.box_noticia{
    width: 226px;
    height: 274px;
    float: left;
    background: #008c44; /* Old browsers */
    background: -moz-linear-gradient(top, #008c44 0%, #00572a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008c44), color-stop(100%,#00572a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #008c44 0%,#00572a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #008c44 0%,#00572a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #008c44 0%,#00572a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #008c44 0%,#00572a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008c44', endColorstr='#00572a',GradientType=0 ); /* IE6-9 */
    margin-left: 18px;
    margin-top: 16px;
    -webkit-box-shadow: 2px 2\spx 10px 0px ;
    box-shadow: 2px 2px 10px 0px ; 
}

.noticias_home_box{
    height: 310px;
    width: 960px;
}

.noticias_home_box .primeiro{
    margin-left: 0px;
}

.noticias_home_box .titulo_categoria{
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    margin-top: 16px;
}

.noticias_home_box .imagem_categoria{
    margin: 12px auto;
    width: 194px;
    height: 132px;
    text-align: center;
}

.noticias_home_box .texto_categoria{
    width: 194px;
    margin: 0 auto;
    text-align: justify;
}

.noticias_home_box .texto_categoria a{
    color: #fff;
    font-size: 12px;
    text-align: justify;
    line-height: 20px;
    width: 194px;
    margin: 0 auto;
}

.box_atuacao_servicos_frota{
    height: 302px;
    margin-top: 42px;
    width: 960px;
}

.box_atuacao_servicos_frota .box_atuacao{
    width: 302px;
    height: 300px;
    float: left;
}

.box_atuacao_servicos_frota .box_servicos{
    margin-left: 20px;
    width: 300px;
    height: 302px;
    float: left;
}

.box_atuacao_servicos_frota .box_frota{
    margin-left: 30px;
    width: 300px;
    height: 302px;
    float: left;
}

.box_atuacao_servicos_frota .box_atuacao .atuacao_lista{
    width: 299px;
    height: 46px; 
    margin-top: 16px;
}

.box_atuacao_servicos_frota .box_atuacao .atuacao_lista li{
    background-repeat: no-repeat;
    width: 299px;
    height: 50px;
    margin-top: 4px;
}

.box_atuacao_servicos_frota .box_atuacao .atuacao_lista li a{
    line-height: 45px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;    
    margin-left: 16px;
}

.box_atuacao_servicos_frota .box_atuacao .atuacao_lista .area_atuacao_1{
    background-image: url("../images/area_atuacao_1.png");
    
}

.box_atuacao_servicos_frota .box_atuacao .atuacao_lista .area_atuacao_2{
    background-image: url("../images/area_atuacao_2.png");
}

.box_atuacao_servicos_frota .box_atuacao .atuacao_lista .area_atuacao_3{
    background-image: url("../images/area_atuacao_3.png");
}

.box_atuacao_servicos_frota .box_atuacao .atuacao_lista .area_atuacao_4{
    background-image: url("../images/area_atuacao_4.png");
}

.box_atuacao_servicos_frota .servico_preview{
    margin: 16px auto;
    width: 306px;
    height: 302px;
}

.box_atuacao_servicos_frota .servico_preview .servico_preview_texto a{
    color: #444;
    font-size: 12px;
    line-height: 20px;
}

.box_parceiros{
    margin-top: 47px;
}

.box_parceiros .titulo_categoria{
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    margin-top: 16px;
}

.box_parceiros .parceiros{
    margin-top: 20px;
    border: 1px solid #c7c7c7;
    width: 958px;
    height: 122px;
    -webkit-box-shadow: 0px 2px 2px 0px ;
    box-shadow: 0px 2px 2px 0px ; 
}

footer{
    height: 147px;
    width: 100%;
    display: block;
    background-color: #20409a;
}

footer .rodape_box{
    width: 960px;
    height: 147px;
    background-image: url("../images/logo_rodape.png");
    background-repeat: no-repeat;
    background-position: right;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}

footer .rodape_box .redes_sociais{
    margin-top: 24px;
    width: 223px;
    height: 104px;
    color: #fff;
    font-size: 12px;
    float: left;
}

footer .rodape_box .newsletter_box{
    float: left;
    margin-left: 107px;
    text-align: center;
    width: 300px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 24px;
}

footer .rodape_box .newsletter_box .newsletter_texto{
    margin-top: 10px;
    text-transform: none;
    line-height: 16px;
}

footer .rodape_box .newsletter_box .newsletter_form{
    margin-top: 22px;
}

footer .rodape_box .redes_sociais .endereco{
    clear: both;
    line-height: 16px;
    margin-top: 45px;
    text-transform: uppercase;
}

footer .rodape_box .redes_sociais a{
    display: block;
    float: left;
    margin-top: 7px;
}

footer .rodape_box .redes_sociais .facebook{
    margin-left: 13px;
}

#newsletter_nome{
    height: 25px;
    width: 300px;
    float: left;
    border: none;
}

#newsletter_botao{
    background-color: transparent;
    background-image: url("../images/enviar_botao_newsletter.png");
    background-repeat: no-repeat;
    border: medium none;
    float: left;
    height: 34px;
    margin-left: -60px;
    margin-top: -4px;
    width: 60px    
}

.linha_inferior{
    height: 7px;
    width: 100%;
    background-color: #006430;
}

.container_texto #text{
    margin-top:20px;
    text-align: justify;
    line-height: 20px;
    color: #2d2742;
    font-size: 12px;
}

.container_texto #text p{
    margin-bottom: 10px;
}

#article #services_links {
    margin-top: 28px;
}

#article #services_links li {
    color: #2d2742;
    font-size: 12px;
    list-style: disc outside none;
    margin-left: 31px;
}

#article #services_links a {
    color: #2d2742;
    line-height: 33px;
}

#partners_list {
    padding-top: 30px;
}

.gallery .row {
    border: medium none;
}

.last_horizontal {
    border-bottom: medium none;
}

.row {
    clear: both;
    display: block;
}


.gallery .cel {
    border: medium none;
}

.gallery .cel {
    height: 150px;
    width: 218px;
}

.cel {
    color: #00582A;
    float: left;
    font-size: 8px;
    height: 120px;
    text-align: center;
    text-transform: uppercase;
    width: 170px;
    margin-right: 20px;
    margin-bottom: 20px;
}


.gallery .cel a {
    font-size: 12px;
    height: 150px;
    width: 218px;
}

.cel a {
    color: #00582A;
    display: table-cell;
    height: 120px;
    text-align: center;
    vertical-align: middle;
    width: 170px;
    line-height: 25px;
}


.cel img {
    margin: 0 0 5px;
    border: 2px solid #00582A;
}


#article #title_article, #frota #title_article {
    color: #217927;
    font-size: 18px;
    margin-top: 32px;
}

#frota #foto {
    margin-top: 22px;
}

#frota #dados, #frota #foto {
    float: left;
}


#frota #dados, #frota #foto {
    float: left;
}
#frota #dados {
    margin-left: 20px !important;
    margin-top: 22px !important;
    min-height: 273px !important;
    width: 470px !important;
}
#article #text, #frota #dados {
    color: #000000;
    font-size: 12px;
    line-height: 20px;
    margin-top: 22px;
    text-align: justify;
    width: 960px;
}

nav .iten:hover ul, .iten.over ul {
  display: block;
}

nav .iten .submenu a{
  color: #ffffff;
  font-size: 12px;
  line-height: 24px;
  display: block;
  margin-top: 5px;
  padding-left: 6px;
  padding-right: 6px;
}

nav .iten .submenu .subitem{
  text-align: center;
  clear: both;
}

nav .iten .submenu .subitem{
  border: 1px solid #006107;
  background-color: #007B3C;
  height: 32px;
  width: 132px;
}

nav .iten .submenu{
  position: absolute;
  display: none;
  z-index: 99999;
  margin-left: -8px;
  -webkit-border-radius: 0px 0px 10px 10px;
border-radius: 0px 0px 10px 10px; 
}

#articles ul {
    margin-top: 16px;
    margin-bottom: 30px;
}

#articles ul li {
    height: 63px;
    padding: 9px;
    width: 960px;
}

.black {
    background-color: #E8E8E8;
}

#articles ul li .date, #articles ul li .title {
    color: #217927;
    font-size: 12px;
    line-height: 16px;
}

#articles ul li .date, #articles ul li .title {
    color: #217927;
    font-size: 12px;
    line-height: 16px;
}

#articles ul li .text_preview {
    color: #000000;
    font-size: 12px;
    line-height: 16px;
    text-align: justify;
    width: 945px;
}

#articles ul li .text_preview a {
    color: #000000;
}

.pagination{
    margin-top: 10PX;
}

.pagination span {
    color: #828282;
    font-size: 12px;
    line-height: 23px;
}

fieldset.contact {
    color: #9E9E9E;
    font-size: 12px;
    height: 374px;
    margin-top: 27px;
    text-align: center;
    width: 653px;
}


#contact table {
    margin: 0 auto;
    width: 640px;
}

#contact table td.label {
    padding-top: 30px;
}

#contact table td {
    text-align: right;
}

fieldset input#contact_empresa, fieldset input#contact_name, fieldset input#contact_email, fieldset input#contact_cidade_origem, fieldset input#contact_estado_origem, fieldset input#contact_telefone, fieldset input#contact_cidade_destino, fieldset input#contact_estado_destino, fieldset input#contact_quantidade, fieldset input#contact_prazo_entrega, fieldset select#contact_tipo_mercadoria {
    border: 1px solid #969696;
    border-radius: 10px 10px 10px 10px;
    color: #9E9E9E;
    height: 27px;
    margin-top: 22px;
    width: 500px;
}

fieldset textarea#contact_message {
    border: 1px solid #969696;
    border-radius: 10px 10px 10px 10px;
    color: #9E9E9E;
    height: 127px;
    margin-top: 22px;
    width: 500px;
}

#sendbutton {
    background-color: transparent;
    background-image: url("../images/send_button.png");
    border: medium none;
    height: 35px;
    margin-left: 65px;
    margin-top: 22px;
    width: 84px;
}

#contact table td.label {
    padding-top: 30px;
}

#contact table td {
    text-align: right;
}

#slider-code { height: 125px; overflow:hidden; margin-left: 13px;}
#slider-code .viewport { float: left; width: 830px; height: 120px; vertical-align: middle; overflow: hidden; position: relative; margin-left: 35px;}
#slider-code .buttons { display: block; margin: 30px 10px 0 0; float: left; }
#slider-code .next { margin: 30px 0 0 10px;  }
#slider-code .disable { visibility: hidden; }
#slider-code .overview { list-style: none; position: absolute; padding: 0; margin: 0; left: 0; top: 0; }
#slider-code .overview li{ float: left; margin: 0 10px 0 0; padding: 1px; height: 120px;  width: 156px;}
#slider-code .overview li a{
  display: table-cell;
  vertical-align: middle;
  height: 120px;
  width: 156px;
  text-align: center;
}

#slider-code .overview li a img{vertical-align: middle}

#back_box{
    clear: both;
    float: right;
    margin-bottom: 28px;
    margin-top: 20px;
}

.acesso_email img{
    float: left;
    margin-right: 6px;
    margin-top: 5px
}

.others{
    margin-top: 30px;
}