﻿/*
 * Reference
 * ----------------------------------------------
 *
 * 01 - HTML5 BOILERPLATE RESET
 * 02 - Heading
 * 03 - Help
 * 05 - Geral
 * 06 - Top / Footer
 * 07 - Home
 * 08 - Institucional
 * 09 - Serviços 
 * 10 - Tecnologia
 * 11 - Contato
 * 12 - 
 * 13 -
 * 14 -
 * 15 -
 *
 * -----------------------------------------------*/


/*
 * 01 - HTML5 BOILERPLATE RESET
 * ----------------------------------------------*/
article, aside, details, figcaption, figure, div, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }    
html {  overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; }
p { margin:0; padding:0; }
body, button, input, select, textarea { font-family: sans-serif; }
::-moz-selection { background: #6DE09B; color: #fff; text-shadow: none; }
::selection { background: #6DE09B; color: #fff; text-shadow: none; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: 700; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: 700; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 0; padding: 0 0 0 0px; list-style: none;}
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; }
svg:not(:root) { overflow: hidden;}
figure { margin: 0; }
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
legend { border: 0; *margin-left: -7px; padding: 0; }
label { cursor: pointer; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
table { border-collapse: collapse; border-spacing: 0; }
.clear {clear:both;}

body {
    background: url('../img/pages/bg_repeat.jpg') repeat;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #9e9e9e;
}
a { text-decoration: none; }

/*
 * 02 - Heading
 * ----------------------------------------------*/
h1, h2, h3, h4, h5, h6 { margin:0; display: block; line-height: 100%; font-weight: normal; }
h1 { font-size: 250%; }
h2 { font-size: 200%; }
h3 { font-size: 150%; }
h4 { font-size: 120%; }
h5, h6 { font-size: 100%; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { display: inline-block; }

/*
 * 03 - Help
 * ----------------------------------------------*/
#loading { display: none; }
.align-text-left { text-align: left; }
.align-text-right { text-align: right; }
.align-text-center { text-align: center; }
.align-text-justify { text-align: justify; }
img.align-left, img[align="left"] { display: inline; float: left; margin-right: 10px; }
img.align-right, img[align="right"] { display: inline; float: right; margin-left: 10px; }
img.align-center, img[align="center"] { clear: both; display: block; margin-right: auto; margin-left: auto; }
.font-bold { font-weight: bold; }
.font-italic { font-style: italic; }
.float-left { float: left; }
.float-right { float: right; }
.underline { text-decoration: underline;}
.uppercase { text-transform: uppercase; }

.font-size9 { font-size: 9px; }
.font-size10 { font-size: 10px; }
.font-size11 { font-size: 11px; }
.font-size12 { font-size: 12px; }
.font-size13 { font-size: 13px; }
.font-size14 { font-size: 14px; }
.font-size18 { font-size: 18px; }

.lato-light {font-family: 'Lato', sans-serif; font-weight: 300; }
/*.lato-light-italic { font-family: 'Lato', sans-serif; font-weight: 400; font-style: italic; }*/
.lato-regular {font-family: 'Lato', sans-serif; font-weight: 400; }
/*.lato-regular-italic { font-family: 'Lato', sans-serif; font-weight: 400; font-style: italic; }*/
.lato-bold {font-family: 'Lato', sans-serif; font-weight: 700; }
.lato-bold-italic { font-family: 'Lato', sans-serif; font-weight: 700; font-style: italic; }
.lato-black {font-family: 'Lato', sans-serif; font-weight: 900; }
.lato-black-italic { font-family: 'Lato', sans-serif; font-weight: 900; font-style: italic; }


.border-top { border-top: 1px solid #EBEBEB;}
.border-bottom { border-bottom: 1px solid #EBEBEB;}

.margin-0 { margin: 0; }
.margin-bottom10 { margin-bottom: 10px; }
.padding-top10 { padding-top: 10px; }

.border-radius {
    -moz-border-radius: 8px; /*Firefox*/
    -webkit-border-radius: 8px; /*Chrome e Safari*/
    -goog-ms-border-radius: 8px; /*Internet Explorer*/
    border-radius: 8px; /*Opera*/   
}
.border-radius-1 {
    -moz-border-radius: 1px; /*Firefox*/
    -webkit-border-radius: 1px; /*Chrome e Safari*/
    -goog-ms-border-radius: 1px; /*Internet Explorer*/
    border-radius: 1px; /*Opera*/   
}
.border-radius-2 {
    -moz-border-radius: 2px; /*Firefox*/
    -webkit-border-radius: 2px; /*Chrome e Safari*/
    -goog-ms-border-radius: 2px; /*Internet Explorer*/
    border-radius: 2px; /*Opera*/   
}
.border-radius-3 {
    -moz-border-radius: 3px; /*Firefox*/
    -webkit-border-radius: 3px; /*Chrome e Safari*/
    -goog-ms-border-radius: 3px; /*Internet Explorer*/
    border-radius: 3px; /*Opera*/   
}
.border-radius-6 {
    -moz-border-radius: 6px; /*Firefox*/
    -webkit-border-radius: 6px; /*Chrome e Safari*/
    -goog-ms-border-radius: 6px; /*Internet Explorer*/
    border-radius: 6px; /*Opera*/   
}

.cor-laranja {
    color: #d6721a;
}
.cor-azul {
    color: #2b3990;
}
.cor-azul-2 {
    color: #29166f;
}



/*
 * 04 - Alert
 * ----------------------------------------------*/
.alert { background: #EDEDED; border: 1px solid #C0C0C0; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; color: #333; display: block; margin: 5px 0; padding: 10px; }
.green { background-color: #E9F9E5; border-color: #9BDEA8; color: #1C8400; }
.red { background-color: #F9E5E6; border-color: #DF8F8F; color: #C32727; }
.yellow { background-color: #FFF6BF; border-color: #EFC20E; }
.blue { background-color: #DDEEFF; border-color: #85CAF3; color: #0055B5; }
.erro { background-color: #FFF2F2; border: 1px solid #960F0F; padding: 8px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; }


 /*
 * 05 - Geral
 * ----------------------------------------------*/
 .tooltip {
    display:none;
    position:absolute;
    border: none;
    background-color: #333067;
    border-radius:5px;
    padding:10px;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color:#fff;
    z-index: 10;    
}
 .bg-geral {
    width: 100%;
    min-width: 960px;
}
div#bg-top-sombra {
    background: url('../img/pages/bg_topo_sombra.png') top repeat-x;
    padding-top: 18px;
}
div.pag-conteudo-bg-top {
    background: url('../img/pages/bg_conteudo_top.png') center top no-repeat;
}
div.pag-conteudo-bg-bottom {
    background: url('../img/pages/bg_conteudo_bottom.png') center top no-repeat;
    margin-bottom: 30px;
}
div.pag-conteudo-bg-bottom, 
div.pag-conteudo-bg-top {
    height: 13px;
    display: block;
    float: left;  
}
div.pag-conteudo-bg-repeat {
    background: url('../img/pages/bg_conteudo_repeat.png') center top repeat-y;
    float: left; 
}
div.pag-conteudo div.info-col-1 {
    width: 409px;
    padding-left: 60px;
    float: left;
}
div.pag-conteudo-interno {    
   margin-top: -8px;
   margin-bottom: -8px;
   z-index: 1;
   position: relative;
}
div.pag-conteudo-pontilhado {
    background: url('../img/pages/pontilhado.png') center top repeat-y;
}
div.pag-col-pontilhado {
    background: url('../img/pages/pontilhado.png') left top repeat-y;
    padding-left: 1px;
}
div#map_canvas {     
    width: 471px;
    height: 367px;
    -moz-border-radius: 0 6px 0 0; /*Firefox*/
    -webkit-border-radius: 0 6px 0 0; /*Chrome e Safari*/
    -goog-ms-border-radius: 0 6px 0 0; /*Internet Explorer*/
    border-radius: 0 6px 0 0; /*Opera*/  
}



 /*
 * 06 - Top / Footer
 * ----------------------------------------------*/
div#top {
    background-color: #fff;
    height: 133px;
    text-transform: uppercase;
}
div#top ul li {
    height: 133px;
    float: left;
}
div#top ul li.top-marca {
    width: 235px;    
    text-align: center;
}
div#top ul li.top-marca img {
    margin-top: 50px;
}
div#top ul li.top-opcao {
    border-left: 1px solid #E5E5E5;
    width: 140px;    
    text-align: center;
    font-size: 12.8px;
}
div#top ul li.top-opcao a {
    width: 100%;
    height: 100%;
    color: #000;
    display: block;
}
div#top ul li.menu-ativo a, 
div#top ul li.top-opcao a:hover {
    color: #d67219;
}
div#top ul li.top-opcao a span {
    margin: 0 8px;
    padding-top: 58px;
    padding-bottom: 44px;
    line-height: 18px;
    display: block;
}
div#top ul li.menu-ativo a span, 
div#top ul li.top-opcao a:hover span {
    border-bottom: 8px solid #D67219;
}
div#top ul li.top-fone {
    background-color: #333066;
    width: 140px;
}
div#top ul li.top-fone p {
    padding-top: 53px;
    padding-left: 24px;
    line-height: 15px;
    font-size: 12.4px;
    color: #fff;
}
div#footer {
    padding-bottom: 37px;
    font-size: 11px;
    color: #fff;
}
div#footer p {
    width: 370px;
    line-height: 15px;
    float: left;
}
div#footer img#selo-seen {
    margin-right: 14px;
    float: right;
}

 /*
 * 07 - Home
 * ----------------------------------------------*/
div#home-slider {
    background-color: #fff;  
    height: 330px;   
    margin-bottom: 15px;
    padding: 14px 0 ;
    overflow: hidden;
}
div#home-areas div.home-areas-bloco {
    background: url('../img/pages/home/bg_box.png') top left no-repeat;
    width: 310px;
    height: 257px; /* 262px;*/
}
div#home-areas div#home-area-1 div.home-area-interno,
div#home-areas div#home-area-2 div.home-area-interno,
div#home-areas div#home-area-3 div.home-area-interno {
    width: 300px;
    height: 246px;
    margin: 5px;
}
div#home-areas div#home-area-2 div.home-area-interno {
    background: url('../img/pages/home/img_servicos.png') bottom right no-repeat;
    width: 309px;
    height: 257px;
}
div#home-areas div#home-area-1 {
    margin-left: -5px;
    margin-right: 10px;
}
div#home-areas div#home-area-1 h2 {
    height: 90px;
    padding-top: 37px;    
    padding-left: 32px;
}
div#home-areas div#home-area-1 p.home-area-txt {
    width: 240px;
    height: 120px;
    padding-left: 32px;
}
div#home-areas div.home-areas-bloco h2 {
    line-height: 32px;
    font-size: 34.5px;
}
div#home-areas div#home-area-1 p.home-area-saibamais {
    background: url('../img/pages/home/saiba_mais_bg.png') no-repeat;
    width: 73px;
    height: 69px;
    margin-top: -69px;
    /*margin-right: 5px;*/
    float: right;
}
div#home-areas div#home-area-1 p.home-area-saibamais a, 
div#home-areas div#home-area-2 p.home-area-saibamais a {
    width: 100%;
    height: 100%;
    color: #fff;
    display: block;
}
div#home-areas div#home-area-1 p.home-area-saibamais a:hover, 
div#home-areas div#home-area-2 p.home-area-saibamais a:hover {
    color: #d5af16;
}
div#home-areas div#home-area-1 p.home-area-saibamais a span {
    width: 40px;
    padding-top: 40px;
    text-align: center;
    text-transform: uppercase;
    font-size: 9px;
    display: block;
    float: right;
}
div#home-areas div#home-area-2 h2,
div#home-areas div#home-area-2 p {
    margin-left: 28px;
}
div#home-areas div#home-area-2 h2 {
    height: 54px;
    padding-top: 40px;    
}
div#home-areas div#home-area-2 p.home-area-txt {
    height: 88px;
}
div#home-areas div#home-area-2 p.home-area-saibamais {
    background-color: #D7751E;
    width: 89px;
    height: 28px;
    line-height: 28px;
    text-align: center;
}
div#home-areas div#home-area-3 {
    margin-right: -5px;
}
div#home-areas div#home-area-3 h2,
div#home-areas div#home-area-3 ul {
    padding-left: 20px;
}
div#home-areas div#home-area-3 h2 {
    height: 52px;
    padding-top: 19px;
}
div#home-areas div#home-area-3 ul {
    width: 265px;
}
div#home-areas div#home-area-3 ul li {
    padding-bottom: 22px;
}
div#home-areas div#home-area-3 ul li p {
    line-height: 16px;
}
div#home-areas div#home-area-3 a.home-area-todas {
    margin-top: 6px;
    margin-right: 15px;
}
div#home-qualidade {
    background: url('../img/pages/home/bg_box_qualidade.png') left center no-repeat;
    width: 950px;
    min-height: 161px;    
    margin: 0 0 0 5px;
    line-height: 17px;
}
div#home-qualidade div.col-1 {
    width: 314px;
    margin-left: 37px;
    margin-right: 20px;
}
div#home-qualidade div.col-2 {
    width: 328px;
    margin-right: 30px;
}
div#home-qualidade > div {
    padding-top: 46px;
}



 /*
 * 08 - Institucional
 * ----------------------------------------------*/
div#pag-institucional div.pag-conteudo-interno {
    padding-bottom: 35px;
}
div#pag-institucional div.info-col-1,
div#pag-institucional div.info-col-2 {
    padding-top: 30px;
}
div#pag-institucional div.info-col-1 {
    line-height: 20px;
}
div#pag-institucional div.info-col-1 h2 {
    padding-bottom: 38px;
    line-height: 39px;
    font-size: 36px;
}
div#pag-institucional div.info-col-1 h3 {
    padding-top: 35px;
    padding-bottom: 20px;
    line-height: 30px;
    font-size: 24px;
}
div#pag-institucional div.info-col-1 p {
    width: 345px;
}
div#pag-institucional div.info-col-2 h3 {
    padding-bottom: 7px;
    line-height: 39px;
    font-size: 18px;
}
div#pag-institucional div.info-col-2 {
    width: 342px;
    padding-right: 60px;
    line-height: 17px;
    float: right;
}
div#pag-institucional div.info-col-2 p {
    padding-bottom: 10px;
}
div#pag-institucional div.info-col-2 ul {
    padding-bottom: 40px;
}

 /*
 * 09 - Serviços
 * ----------------------------------------------*/
div#pag-servicos div.info-col-1 h2 {
    padding-top: 67px;
    padding-bottom: 50px;
    line-height: 45px;
    font-size: 43px;
}
div#pag-tecnologia div.info-col-1 p, 
div#pag-servicos div.info-col-1 p {
    width: 364px;
    padding-bottom: 21px;
    line-height: 20px;
}
div#pag-servicos div.info-col-2 {
    width: 470px;
    min-height: 530px;
    float: right;
}
div#pag-tecnologia div.info-col-2 img, 
div#pag-servicos div.info-col-2 img {
    display: block;
}


 /*
 * 10 - Tecnologia
 * ----------------------------------------------*/
div#pag-tecnologia div.info-col-1 h2 {
    padding-top: 70px;
    padding-bottom: 41px;
    line-height: 45px;
    font-size: 43px;
}
div#pag-tecnologia div.info-col-2 {
    width: 470px;
    min-height: 540px;
    padding-left: 1px;
    float: right;
}

 /*
 * 11 - 
* ----------------------------------------------*/
div#pag-contato div.pag-conteudo-interno {
    padding-bottom: 37px;
}
div#pag-contato div.info-col-1 h2 {
    padding-top: 72px;
    padding-bottom: 17px;
    font-size: 30px;
}
div#pag-contato div.info-col-1 p {
    line-height: 16px;
}
div#pag-contato div.info-col-1 h3 {
    padding-top: 43px;
    padding-bottom: 20px;
}
div#pag-contato div.info-col-1 {
    width: 380px;    
}
div#pag-contato div.info-col-1 form {
    width: 342px;
}
div#pag-contato div.info-col-1 form input,
div#pag-contato div.info-col-1 form textarea {
    border: 1px solid #BFBFBF;
    width: 322px;
    margin-bottom: 8px;
    padding-right: 8px;
    padding-left: 10px;  
    font-family: 'Lato', sans-serif;  
    font-size: 14px;
    color: #c1c1c1;
}
div#pag-contato div.info-col-1 form input {    
    height: 29px;    
    line-height: 29px;    
}
div#pag-contato div.info-col-1 form textarea {
    resize: none;
    height: 98px;
    padding-top: 5px;
    padding-bottom: 5px;
}
div#pag-contato div.info-col-1 form button {
    background-color: #D7751E;
    border: 0;
    width: 90px;
    height: 28px;
    margin-top: 8px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #fff;
    float: right;
}
div#pag-contato div.info-col-2 {
    width: 471px;
    float: right;
}
div#pag-contato div.info-col-2 div#contato-mapa-rota {
    background-color: #333067;
    margin-bottom: 36px;
    padding-top: 12px;
    padding-bottom: 16px;
    color: #fff;
    display: block;
}
div#pag-contato div.info-col-2 div#contato-mapa-rota p, 
div#pag-contato div.info-col-2 div#contato-mapa-rota input.contato-rota-campo {
    margin-left: 24px;
}
div#pag-contato div.info-col-2 div#contato-mapa-rota p {
    padding-bottom: 9px;
    line-height: 18px;
}
div#pag-contato div.info-col-2 div#contato-mapa-rota input.contato-rota-campo {
    background-color: #fff;
    border: none;
    width: 319px;
    height: 21px;
    line-height: 21px;
    padding-right: 4px;
    padding-left: 8px;
    font-family: 'Lato', sans-serif;
    color: #a1a1a1;
}
div#pag-contato div.info-col-2 div#contato-mapa-rota #contato-rota-btn {
    background-color: #D7751E;
    border: none;
    width: 89px;
    margin-left: 7px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #fff;
}
div#pag-contato div.info-col-2 p#contato-endereco {    
    padding-left: 24px;
    line-height: 22px;
    color: #000;
}
div#pag-contato-sucesso {
    padding-top: 150px;
    padding-bottom: 210px;
}
div#pag-contato-sucesso h2 {
    line-height: 36px;
    padding-bottom: 15px;
    font-size: 36px;
}
div#pag-contato-sucesso h2, 
div#pag-contato-sucesso p {    
    padding-left: 311px;
}
div#pag-contato-sucesso ul {
    padding-top: 96px;
    padding-left: 281px;
}
div#pag-contato-sucesso ul li {
    background-color: #D7751E;
    height: 24px;
    margin-right: 33px;
    padding: 0 14px;
    line-height: 22px;
    float: left;
}
div#pag-contato-sucesso ul li a {
    width: 100%;
    height: 100%;
    color: #fff;
    display: block;
}

/*
 * 12 - Notícias
 * ----------------------------------------------*/
div#pag-noticias h2,
div#pag-noticias-visualizar h2 {
    padding-top: 40px;
    padding-bottom: 37px;
    font-size: 36px;
}
div#pag-noticias ul li {
    width: 400px;
    height: 207px;
    padding-right: 20px;
    float: left;
}
div#pag-noticias h2, 
div#pag-noticias ul {
    padding-left: 60px;
}
div#pag-noticias ul li h3 {
    padding: 11px 0;
}
div#pag-noticias ul li h3 a {
    color: #a1a1a1;
}
div#pag-noticias ul li p.noticia-txt {
    line-height: 20px;
}
div#pag-noticias ul li p.noticia-mais {
    margin-top: 17px;
    float: right;
}
div#pag-noticias ul li p.noticia-mais a {
    color: #d97e37;
}
div#pag-noticias-visualizar {
    padding-bottom: 58px;
}
div#pag-noticias-visualizar div#noticias-vis-interno {
    width: 828px;
    padding-left: 59px;
}
div#pag-noticias-visualizar div#noticias-vis-interno p.noticia-data {
    padding-bottom: 8px;
}
div#pag-noticias-visualizar div#noticias-vis-interno h3.noticias-titulo {
    padding-bottom: 16px;
}
div#pag-noticias-visualizar div#noticias-vis-interno p {
    padding-bottom: 13px;
    line-height: 21px;
}
div#pag-noticias-visualizar div#noticias-vis-interno a.noticias-voltar {
    margin-top: 68px;
    display: inline-block;
}