@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
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,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
q:before,
q:after {
  content: "";
}
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */

}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */

  font-size: 100%;
  /* 2 */

  margin: 0;
  /* 3 */

}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.fleft {
  display: inline;
  float: left;
}
.fright {
  display: inline;
  float: right;
}
.fnone {
  display: block !important;
  float: none !important;
}
.btn {
  margin-top: 10px;
  margin-right: 10px;
  padding: 14px 26px;
  font-size: 14px;
  line-height: 100%;
  color: #fff!important;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.1s ease-in-out;
  -webkit-transition: background 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out;
  -ms-transition: background 0.1s ease-in-out;
  -o-transition: background 0.1s ease-in-out;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Source Sans Pro', sans-serif;
}
.btn:active {
  padding-top: 15px;
  margin-bottom: -1px;
}
.btn,
.btn:hover,
.btn:active {
  outline: 0 none;
  text-decoration: none;
  color: #fff;
}
.btn-tranparent {
  background: url(../img/layout/seta_btn.png) no-repeat right;
  border: 1px #58cfa7 solid;
  background-color: transparent;
  border-radius: 3px;
  color: #72706f;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  float: left;
  padding: 13px;
}
.btn-grande {
  width: 459px;
  font-size: 29px;
  font-weight: bold;
}
.btn-medio {
  width: 261px;
  height: 81px;
  font-size: 24px;
  font-weight: 500;
}
.btn-pequeno {
  width: 119px!important;
}
.btn-verde {
  background-color: #3fc99b;
  box-shadow: 0px 3px 0px 0px #2dad82;
}
.btn-verde:hover {
  background-color: #3ad8a3;
}
.btn-verde:active {
  box-shadow: 0px 1px 0px 0px #2dad82;
}
.btn-laranja {
  background-color: #f2b900;
  box-shadow: 0px 3px 0px 0px #d8a603;
}
.btn-laranja:hover {
  background-color: #f9bf03;
}
.btn-laranja:active {
  box-shadow: 0px 1px 0px 0px #d8a603;
}
.btn-cinza {
  background-color: #828282;
  box-shadow: 0px 3px 0px 0px #6d6d6d;
}
.btn-cinza:hover {
  background-color: #8f8f8f;
}
.btn-cinza:active {
  box-shadow: 0px 1px 0px 0px #6d6d6d;
}
body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  display: table;
  content: "";
  line-height: 0;
}
body:after {
  clear: both;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img,
video,
iframe,
object {
  max-width: 100%;
}
html {
  font-size: 62.5%;
  height: 100%;
  background-color: #fff;
}
body#capa {
  height: 100%;
}
body {
  height: 100%;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  color: #929292;
}
a {
  text-decoration: none;
}
a:focus,
a :active {
  text-decoration: none;
  outline: 0;
}
div#banner-wrapper {
  min-height: 400px;
}
#accessJumperMenu {
  display: none;
  position: absolute;
  top: -150px;
}
#activity {
  position: absolute;
  position: fixed !important;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  width: 80px;
  height: 80px;
  background: url(../img/loader.gif) no-repeat center center;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  text-indent: -1000em;
  overflow: hidden;
  z-index: 1000;
}
#activity.disabled {
  display: none;
  visibility: hidden;
}
.crop-area {
  *zoom: 1;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  width: auto;
}
.crop-area:before,
.crop-area:after {
  display: table;
  content: "";
  line-height: 0;
}
.crop-area:after {
  clear: both;
}
.crop-area:before,
.crop-area:after {
  content: "";
  display: table;
}
.crop-area:after {
  clear: both;
}
.ie7 .crop-area,
.ie8 .crop-area {
  width: 1120px;
}
#page {
  margin: 0 auto;
  position: relative;
  min-height: 100%;
}
/* ---------------------------------------------------------------- */
div.banner-conteiner {
  position: fixed !important;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  left: 0;
  top: 0;
  display: none;
  z-index: 1000;
}
div.banner-conteiner div.banner-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  left: 0;
  top: 0;
}
div.banner-conteiner #banner-flutuante {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -407px;
  margin-top: -200px;
  width: 814px;
  z-index: 1000;
}
div.banner-conteiner #banner-flutuante a.bt-fechar {
  display: inline;
  float: right;
  background: #161F7B;
  padding: 4px 20px;
  color: #FFF;
}
div.banner-conteiner #banner-flutuante a.bt-fechar:hover {
  background: #1E2996;
}
div.banner-conteiner #banner-flutuante a img {
  width: 814px;
}
@media all and (max-width: 860px) {
  #content .titulo_paginas {
    margin-top: 30px!important;
  }
  div#banner-wrapper {
    min-height: inherit;
  }
}
@media all and (max-width: 480px) {
  body {
    font-size: 1.3em;
  }
  #content .titulo_paginas {
    margin-top: 30px!important;
  }
}
@media all and (max-width: 900px) {
  
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-top: 1px;
}
header {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: 152px;
  background: url(../img/layout/bg_topo.png) no-repeat center;
}
header .crop-area .content {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
}
header h1 {
  width: 249px;
  height: 109px;
  display: inline;
  float: left;
  margin-top: 19px;
}
header h1 img,
header h1 a {
  width: 100%;
  display: block;
}
header .tel_topo {
  float: right;
  width: 50%;
  text-align: right;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-top: 36px;
}
header #main-nav {
  float: right;
  margin-top: 30px;
}
header #main-nav li {
  float: left;
  line-height: 7px;
  margin-right: 25px;
}
header #main-nav li a {
  font-size: 16px;
  font-weight: 600;
  display: block;
  text-decoration: none;
  color: #fff;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  margin: 10px 16px;
}
header #main-nav li .sub a {
  height: 44px;
  width: 169px;
  /* border-radius: 8px; */

  color: #fff;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0px;
  text-align: center;
  padding-top: 18px;
}
header #main-nav li.last {
  margin-right: 0px;
}
header #main-nav li.current,
header #main-nav li:hover {
  border-bottom: 7px #fff solid;
}
header #main-nav .sub ul li a:hover .principal a {
  color: #fff!important;
}
header #main-nav ul li:hover > .sub {
  display: block;
}
header #main-nav .sub {
  position: absolute;
  z-index: -999;
  background: 0 0;
  display: none;
  margin-top: -8px;
  width: 169px;
  margin-left: -39px;
  background-color: #3fc99b;
  border-radius: 6px;
}
header #main-nav .sub li a:hover {
  background: none;
  background-color: #31a780;
  height: 44px;
}
header #main-nav .sub li {
  background: none;
  width: 169px;
  border-bottom: 1px rgba(255, 255, 255, 0.38) solid;
}
header #main-nav .sub ul {
  margin-top: 12px;
}
header #main-nav ul > li > ul > li {
  float: none!important;
  overflow: hidden;
}
header #main-nav .sub .first a:hover {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
header #main-nav .sub .last a:hover {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom: 0px;
}
header #main-nav .sub .last {
  border-bottom: 0px;
}
header #main-nav .sub ul li.last {
  background-color: #d36c1f!important;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  border-top: 1px solid #969696;
}
header #main-nav .sub ul li a {
  color: #ffffff;
  border-right: none;
  padding: 9px 28px 9px 29px;
  background-color: #b4b4b4;
  float: none!important;
}
header #main-nav .sub ul li a:hover {
  color: #ffffff;
  background-color: #d36c1f;
}
header #formBusca {
  display: inline;
  float: right;
  width: 334px;
  height: 34px;
  margin-top: 27px;
}
header #formBusca .text {
  display: inline;
  float: left;
  width: 87%;
  height: 100%;
}
header #formBusca .text input[type="text"] {
  -webkit-appearance: none;
  display: inline;
  float: left;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #c7c7c7;
  border: 1px solid #e7e7e7;
  padding: 8px 10px;
  background-color: #f5f5f5;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  -webkit-box-shadow: inset 1px 0px 5px 0px #e7e7e7;
  -moz-box-shadow: inset 1px 0px 5px 0px #e7e7e7;
  box-shadow: inset 1px 0px 5px 0px #e7e7e7;
}
header #formBusca input[type="submit"] {
  border: 0;
  padding: 0;
  width: 13%;
  height: 100%;
  background: #dc322a url(../img/layout/bt_busca.png) no-repeat center center;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
*header #main-nav {
  width: 640px;
}
*header #formBusca input[type="submit"] {
  height: 34px;
}
@media all and (max-width: 1300px) {
  
}
@media all and (max-width: 960px) {
  header {
    position: relative!important;
    background: none!important;
    background-color: #fff;
    border-bottom: 5px #007bc4 solid;
    height: 126px;
  }
  header h1 {
    width: 167px;
    height: auto;
    margin-top: 23px;
  }
  header .tel_topo {
    display: none;
  }
  header .bt-navbar {
    display: block;
    position: absolute;
    top: 40px;
    right: 4px;
    text-align: center;
    width: 40px;
    height: 39px;
    padding: 6px;
    cursor: pointer;
    background: url(../img/layout/hamburguer.png) no-repeat;
  }
  header nav#main-nav {
    display: none;
    position: absolute;
    right: 0;
    width: 100%;
    background: #007BC4;
    text-align: center;
    margin-top: 120px;
    z-index: 1000;
  }
  header nav#main-nav ul li {
    display: block !important;
    float: none !important;
    width: 100%;
    background: none;
    font-size: 1.2em;
    margin-left: 0!important;
    padding-left: 0px!important;
  }
  header nav#main-nav ul#header-nav li a {
    display: inline;
    float: right;
    padding: 18px 10px;
    line-height: 5px;
    width: 100%;
    font-weight: 600;
    color: #fff;
    height: 50px;
    border-bottom: 1px #0976B7 solid;
    margin: 0px;
  }
  header #main-nav li.current,
  header #main-nav li:hover {
    border-bottom: 0px;
  }
  header nav#main-nav ul#header-nav li.current a,
  header nav#main-nav ul#header-nav li a:hover {
    box-shadow: none;
    border-radius: 0px;
    color: #FFF;
    background: 0 0;
    background-color: rgba(255, 255, 255, 0.08);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  header #main-nav .agende {
    display: none!important;
  }
  header nav#main-nav ul#header-nav .nao_precisa {
    display: none;
  }
}
@media all and (max-width: 530px) {
  header nav#main-nav ul#header-nav .nao_precisa {
    display: none;
  }
}
footer {
  height: 334px;
  background: url(../img/layout/bg_rodape.png) repeat-x center;
  color: #22376f;
  margin-top: 50px;
}
footer .big-wrap {
  height: 100%;
}
footer .big-wrap .content {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
  padding-top: 10px;
}
footer .big-wrap .content .menu_rodape {
  float: left;
  width: 100%;
  padding: 7px 238px;
}
footer .big-wrap .content .menu_rodape .lista_menu li {
  float: left;
  margin-right: 80px;
}
footer .big-wrap .content .menu_rodape .lista_menu li a {
  color: #fff;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
}
footer .big-wrap .content .menu_rodape .lista_menu li.last {
  margin-right: 0px;
}
footer .big-wrap .content .end {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
footer .big-wrap .content .end p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  padding-top: 23px;
}
footer .big-wrap .content .contato {
  float: left;
  width: 100%;
  padding: 26px 290px;
}
footer .big-wrap .content .contato .telefone {
  float: left;
  background: url(../img/layout/icon_tel.png) no-repeat 1px;
  height: 28px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  padding-left: 40px;
  padding-top: 6px;
  margin-right: 84px;
}
footer .big-wrap .content .contato .email {
  float: left;
  background: url(../img/layout/icon_email.png) no-repeat 1px;
  height: 28px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  padding-left: 35px;
  padding-top: 5px;
}
footer .big-wrap .content .box-bottom {
  clear: both;
  padding-top: 20px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
}
footer .big-wrap .content .box-bottom .rights {
  display: inline;
  float: left;
  color: #fff;
}
footer .big-wrap .content .box-bottom .dev {
  display: inline;
  float: right;
  margin-top: -10px;
  padding-top: 11px;
}
footer .big-wrap .content .box-bottom .dev a {
  float: right;
  background: url(../img/layout/burn.png) no-repeat;
  width: 58px;
  height: 29px;
  color: transparent;
  margin-left: 20px;
  margin-top: -9px;
}
@media all and (max-width: 1100px) {
  footer .big-wrap .content .menu_rodape .lista_menu li {
    margin-right: 50px;
  }
  footer .big-wrap .content .contato {
    padding: 26px 270px;
  }
  footer .big-wrap .content .box-bottom .dev a {
    margin-right: 10px;
  }
}
@media all and (max-width: 860px) {
  footer {
    background: none;
    background-color: #004C79;
    height: auto;
  }
  footer .big-wrap .content .menu_rodape {
    display: none;
  }
  footer .big-wrap .content .contato {
    padding: 0px;
    margin-top: 30px;
  }
  footer .big-wrap .content .contato .telefone,
  footer .big-wrap .content .contato .email {
    background: none;
    width: 100%;
    margin-right: 0px;
    text-align: center;
    padding-left: 0px;
  }
  footer .big-wrap .content .box-bottom .rights {
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
  }
  footer .big-wrap .content .box-bottom .dev {
    float: left;
    width: 100%;
    text-align: center;
  }
  footer .big-wrap .content .box-bottom .dev a {
    background: none;
    width: 100%;
    text-align: center;
    color: #fff;
    margin-left: 0px;
    margin-top: 5px;
  }
}
#content .title-st-1 {
  font-size: 25px;
  text-transform: uppercase;
  color: #007bc4;
  bottom: 22px;
  font-family: 'Lato';
  font-weight: 900;
}
#content .title-st-1 strong {
  font-weight: 700;
}
#content .img-bg-interna {
  position: absolute;
  left: 0;
  width: 100%;
}
#content .img-bg-interna img {
  width: 100%;
  height: 269px;
}
#content .page-title {
  position: relative;
  height: 290px;
  overflow: hidden;
  margin-bottom: 25px;
}
#content .page-title h2 {
  font-size: 25px;
  text-transform: uppercase;
  color: #007bc4;
  bottom: 22px;
  font-family: 'Lato';
  font-weight: 900;
  position: absolute;
  font-size: 38px;
  text-align: center;
}
#content .page-title h2 strong {
  font-weight: 700;
}
#content .page-title h2 strong {
  font-weight: 900;
}
#content .title-page {
  cursor: default;
  margin: 0 0 15px;
}
#content .title-page h2 {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -1px;
  /*text-transform: uppercase;*/

  margin: 0;
  padding: 0;
}
#content p {
  font-size: 1.1em;
  line-height: 17px;
  text-align: justify;
  padding: 0;
  padding-bottom: 20px;
  color: #929292;
}
#content .img-empresa {
  display: inline;
  float: left;
  margin-right: 18px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#content .img-empresa + p {
  padding-top: 9px;
}
.paging {
  text-align: center;
  clear: both;
  margin: 40px 0 9px;
  cursor: default;
  line-height: 21px;
}
.paging a,
.paging span.current {
  display: inline-block;
  color: #929292;
  background: #ececec;
  font-weight: bold;
  font-size: 1.2em;
  text-decoration: none;
  padding: 0 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.paging span.current,
.paging a:hover {
  color: #ffffff;
  background: #1D1E83;
}
.paging .disabled {
  display: none;
}
/* SCROLL */
#content ::-webkit-scrollbar {
  height: 9px;
  width: 7px;
}
#content ::-webkit-scrollbar-button:start:decrement,
#content ::-webkit-scrollbar-button:end:increment {
  background-color: transparent;
  display: block;
  height: 0;
}
#content ::-webkit-scrollbar-track-piece {
  background-color: #F3F3F3;
}
#content ::-webkit-scrollbar-thumb:vertical,
#content ::-webkit-scrollbar-thumb:horizontal {
  background-color: #d6d6d6;
}
/* NOTICES AND ERRORS */
.message {
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: -1px;
  font-size: 21px;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
  padding: 20px 0;
  background: #dc322a;
  position: fixed !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  color: #ffffff;
  cursor: default;
  border-bottom: 3px solid #d42b23;
}
.message .error {
  background: #046DA3;
  border-bottom: 2px solid #036598;
  color: #ffffff;
}
#content h2 {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
  margin-top: 40px;
  margin-bottom: 22px;
  font-family: 'Open Sans';
  font-size: 37px;
  font-weight: 300;
  color: #929292;
}
#content .titulo_paginas {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
  margin-top: 138px;
  margin-bottom: 22px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 40px;
  font-weight: 100;
  color: #72706f;
  letter-spacing: -2px;
}
#content .breadcrumb {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
  font-size: 11px;
  margin-bottom: 10px;
  margin-top: -38px;
  color: #959595;
}
#content .breadcrumb span a {
  color: #959595;
  padding: 3px;
}
#content .breadcrumb span.current a {
  padding: 3px 7px;
  background: #eeeeee;
}
#content .breadcrumb span a:hover {
  text-decoration: underline;
}
.lista-noticias-generic li {
  width: 100%;
}
.lista-noticias-generic li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #929292;
  padding-bottom: 22px;
  background: url(../img/layout/dotted.png) repeat-x left bottom;
}
.lista-noticias-generic li a * {
  padding-bottom: 5px;
}
.lista-noticias-generic li.break-line {
  padding-bottom: 0;
  background: none;
}
.lista-noticias-generic a img {
  padding-bottom: 0;
}
.lista-noticias-generic .img-wrap {
  display: inline;
  float: left;
  padding-right: 4%;
  background: none!important;
}
.lista-noticias-generic img {
  display: inline;
  float: left;
  display: block;
  border: 1px solid #dfdfdf;
}
.lista-noticias-generic .data {
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #7d7d7d;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.lista-noticias-generic .titulo {
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #f2b900;
  margin-bottom: 10px;
}
.lista-noticias-generic .texto {
  display: block;
  font-size: 13px;
  line-height: 18px;
}
.lista-noticias-generic em {
  display: inline;
  float: left;
  font-family: 'Open Sans';
  font-size: 14px;
  font-style: normal;
  color: #6f6f6f;
  margin-top: 10px;
}
.lista-noticias-generic a:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.lista-noticias-generic a:hover .data,
.lista-noticias-generic a:hover .titulo,
.lista-noticias-generic a:hover .texto {
  text-decoration: underline;
}
.lista-noticias-generic a:hover em {
  color: #e77817;
  text-decoration: underline;
}
.bt-style-plus {
  clear: left;
  padding: 0;
  border: 0;
  display: inline;
  float: left;
  background: #e77817;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 300;
  text-shadow: -1px -1px 2px #a14c06;
  color: #fff;
  padding: 9px 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.bt-style-add:hover,
.bt-style-voltar:hover,
.bt-style-plus:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.bt-style-voltar {
  clear: left;
  padding: 0;
  border: 0;
  display: inline;
  float: left;
  background: #e77817;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 300;
  text-shadow: -1px -1px 2px #a14c06;
  color: #fff;
  padding: 9px 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding-left: 23px;
  background-image: url(../img/layout/icon_voltar.png);
  background-repeat: no-repeat;
  background-position: 10px center;
}
.bt-style-add {
  clear: left;
  padding: 0;
  border: 0;
  display: inline;
  float: left;
  background: #e77817;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 300;
  text-shadow: -1px -1px 2px #a14c06;
  color: #fff;
  padding: 9px 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding-left: 30px;
  background-image: url(../img/layout/icon_add.png);
  background-repeat: no-repeat;
  background-position: 10px 9px;
}
.border-style-1 {
  padding: 3px;
  border: 1px solid #d1d1d1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.voltar-wrap {
  clear: both;
}
.lista-destaque-generic li {
  width: 100%;
}
.lista-destaque-generic li a {
  display: block;
  width: 100%;
  height: 132px;
  margin-bottom: 183px;
  color: #929292;
  padding-bottom: 22px;
}
.lista-destaque-generic li a * {
  padding-bottom: 5px;
}
.lista-destaque-generic li.break-line {
  padding-bottom: 0;
  background: none;
}
.lista-destaque-generic a img {
  padding-bottom: 0;
}
.lista-destaque-generic .img-wrap {
  display: inline;
  float: left;
  padding-right: 1%;
  background: #fff;
}
.lista-destaque-generic img {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
  display: block;
  border: 1px solid #dfdfdf;
  width: 376px;
  height: auto;
  margin-right: 17px;
}
.lista-destaque-generic .data {
  display: block;
  font-family: arial;
  font-weight: bold;
  font-size: 15px;
  color: #1a3266;
  /* border-bottom: 1px solid #eee; */

  padding-bottom: 8px;
  margin-bottom: 8px;
  /* background-color: #e6e6e6; */

  border-radius: 4px;
  line-height: 27px;
  height: 28px;
}
.lista-destaque-generic .titulo {
  display: block;
  font-family: arial;
  font-size: 25px;
  font-weight: bold;
  color: #1a3266;
  margin-bottom: 10px;
}
.lista-destaque-generic .texto {
  display: block;
  font-size: 13px;
  line-height: 18px;
  text-align: justify;
  color: #5e5e5e;
}
.lista-destaque-generic em {
  display: inline;
  float: left;
  color: #caa200;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 30px;
  font-style: inherit;
}
.lista-eventos-generic li {
  width: 100%;
}
.lista-eventos-generic li a {
  margin-left: 3px;
  display: block;
  width: 100%;
  color: #929292;
  padding-bottom: 22px;
}
.lista-eventos-generic li a * {
  padding-bottom: 5px;
}
.lista-eventos-generic li.break-line {
  padding-bottom: 0;
  background: none;
}
.lista-eventos-generic a img {
  padding-bottom: 0;
}
.lista-eventos-generic .img-wrap {
  display: inline;
  float: left;
  padding-right: 2%;
}
.lista-eventos-generic img {
  display: inline;
  float: left;
  display: block;
  border: 1px solid #dfdfdf;
  width: 135px;
  height: 100px;
}
.lista-eventos-generic .data {
  display: block;
  font-family: arial;
  font-weight: bold;
  font-size: 15px;
  color: #1a3266;
  padding-bottom: 8px;
  margin-bottom: -4px;
  border-radius: 4px;
  line-height: 12px;
  height: 28px;
}
.lista-eventos-generic .titulo {
  display: block;
  font-family: arial;
  font-size: 15px;
  font-weight: 700;
  color: #1a3266;
  margin-bottom: 5px;
}
.lista-eventos-generic .texto {
  display: block;
  font-size: 13px;
  line-height: 18px;
  color: #5e5e5e;
  width: 429px;
}
.lista-eventos-generic em {
  display: inline;
  float: left;
  color: #caa200;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 30px;
  font-style: inherit;
}
.lista-artigos-generic li {
  width: 100%;
}
.lista-artigos-generic li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #929292;
}
.lista-artigos-generic li a * {
  padding-bottom: 5px;
}
.lista-artigos-generic li.break-line {
  padding-bottom: 0;
  background: none;
}
.lista-artigos-generic a img {
  padding-bottom: 0;
  width: 104px;
}
.lista-artigos-generic .img-wrap {
  display: inline;
  float: left;
  padding-right: 4%;
  background: #fff;
}
.lista-artigos-generic .img-wrap2 {
  display: inline;
  float: left;
  padding-right: 2%;
}
.lista-artigos-generic .img-wrap2 img {
  display: inline;
  float: left;
  padding-right: 0%;
  background: #fff;
  width: 465px;
}
.lista-artigos-generic img {
  display: inline;
  float: left;
  display: block;
  border: 1px solid #dfdfdf;
}
.lista-artigos-generic img .view {
  display: inline;
  float: left;
  display: block;
  border: 1px solid #dfdfdf;
  width: 400px;
}
.lista-artigos-generic .data {
  display: block;
  font-family: 'Open Sans';
  font-weight: bold;
  font-size: 11px;
  color: #5d5d5d;
  padding-bottom: 8px;
}
.lista-artigos-generic .titulo {
  display: block;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 600;
  color: #5d5d5d;
}
.lista-artigos-generic .texto {
  display: block;
  font-size: 13px;
  line-height: 13px;
}
.lista-artigos-generic em {
  display: inline;
  float: left;
  font-family: 'Open Sans';
  font-size: 14px;
  font-style: normal;
  color: #6f6f6f;
  margin-top: 10px;
}
.lista-artigos-generic a:hover {
  text-decoration: underline;
}
.lista-artigos-generic a:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.lista-artigos-generic a:hover .data,
.lista-artigos-generic a:hover .titulo,
.lista-artigos-generic a:hover .texto {
  text-decoration: underline;
}
.lista-artigos-generic a:hover em {
  color: #e77817;
  text-decoration: underline;
}
@media screen and (max-width: 752px) {
  .content-top {
    display: none;
  }
}
@media all and (max-width: 480px) {
  #content h2 {
    font-size: 24px;
  }
}
#capa #content .bg_quem {
  position: absolute;
  width: 100%;
  height: 643px;
  left: 0px;
  background: url(../img/layout/bg_capa.png) no-repeat center;
  z-index: -999;
  color: transparent;
}
#capa #content .quem_somos {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
  margin-top: 155px;
}
#capa #content .quem_somos img {
  float: right;
  margin-left: 100px;
}
#capa #content .quem_somos h3 {
  color: #007bc4;
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: 37px;
}
#capa #content .quem_somos p {
  color: #007bc4;
  font-size: 22px;
  line-height: 30px;
  text-align: justify;
}
#capa #content .quem_somos .btn_conheca {
  float: right;
  color: #007bc4;
  font-size: 18px;
  text-transform: uppercase;
  width: 182px;
  height: 43px;
  border: 2px #007bc4 solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  padding-top: 10px;
}
#capa #content .quem_somos .btn_conheca:hover {
  background-color: #007bc4;
  color: #fff;
}
#capa #content .institucional {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
  margin-top: 100px;
}
#capa #content .institucional h3 {
  float: left;
  width: 100%;
  text-align: center;
  color: #007bc4;
  font-size: 44px;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 167px;
  margin-bottom: 30px;
}
#capa #content .institucional p {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
  text-align: center;
  color: #3c3c3c;
  font-size: 18px;
}
#capa #content .institucional .video {
  text-align: center;
}
#capa #content .produtos_destaque {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
  margin-top: 100px;
}
#capa #content .produtos_destaque .fundo_produto {
  position: absolute;
  left: 0;
  width: 100%;
  height: 101px;
  background-color: #007bc4;
}
#capa #content .produtos_destaque .fundo_produto h3 {
  text-align: center;
  color: #fff;
  font-size: 44px;
  font-weight: 900;
  margin-top: 28px;
  margin-bottom: 130px;
}
#capa #content .produtos_destaque .lista_produtos {
  position: relative;
  margin-top: 200px;
}
#capa #content .produtos_destaque .lista_produtos li {
  float: left;
  width: 360px;
  margin-right: 8px;
  background-color: #007bc4;
}
#capa #content .produtos_destaque .lista_produtos li img {
  width: 100%;
}
#capa #content .produtos_destaque .lista_produtos li .tit {
  background: url(../img/layout/tit_prod.png) no-repeat bottom;
  float: left;
  width: 100%;
  height: 79px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 30px 50px;
  margin-top: -78px;
  position: relative;
}
#capa #content .produtos_destaque .lista_produtos li:hover img {
  opacity: 0.6;
}
#capa #content .produtos_destaque .lista_produtos li.last {
  margin-right: 0px;
}
#capa #content .conheca {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
  margin-top: 67px;
  text-align: center;
}
#capa #content .conheca h3 {
  float: left;
  width: 100%;
  text-align: center;
  color: #007bc4;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: -1px;
  padding-bottom: 26px;
}
#capa #content .conheca .btn {
  margin: 0px 428px;
}
#capa #content .conheca .btn a {
  float: left;
  padding: 13px 35px;
  color: #fff;
  background-color: #007bc4;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px #007bc4 solid;
}
#capa #content .conheca .btn a:hover {
  background-color: transparent;
  color: #007bc4;
}
#capa #content .entrecontato {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
  margin-top: 90px;
}
#capa #content .entrecontato .bg_contato {
  position: absolute;
  width: 100%;
  height: 350px;
  left: 0px;
  background: url(../img/layout/bg_entre.png) no-repeat center;
  z-index: -999;
  color: transparent;
}
#capa #content .entrecontato h3 {
  color: #004c79;
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  padding-top: 55px;
  padding-bottom: 25px;
}
#capa #content .entrecontato p {
  color: #004c79;
  font-size: 20px;
  line-height: 30px;
  padding-right: 610px;
  text-align: justify;
}
#capa #content .entrecontato a {
  float: left;
  border: 1px #004c79 solid;
  color: #004c79;
  text-align: center;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 52px;
  font-size: 18px;
  margin-top: 8px;
  margin-left: 130px;
}
#capa #content .entrecontato a:hover {
  background-color: #004c79;
  color: #fff;
}
@media all and (max-width: 1100px) {
  #capa #content .quem_somos .btn_conheca {
    float: left;
  }
  #capa #content .produtos_destaque .lista_produtos li {
    width: 330px;
    margin-right: 7px;
  }
  #capa #content .conheca .btn {
    margin: 0px 368px;
  }
  #capa #content .entrecontato a {
    margin-left: 0px;
  }
}
@media all and (max-width: 1020px) {
  #capa #content .quem_somos .btn_conheca {
    float: left;
  }
  #capa #content .produtos_destaque .lista_produtos li {
    width: 327px;
    margin-right: 7px;
  }
  #capa #content .conheca .btn {
    margin: 0px 368px;
  }
  #capa #content .entrecontato a {
    margin-left: 0px;
  }
}
@media all and (max-width: 860px) {
  #capa #content .quem_somos {
    margin-top: 125px;
  }
  #capa #content .quem_somos img {
    margin-bottom: 15px;
    width: 53%;
    margin-top: 70px;
    margin-left: 20px;
  }
  #capa #content .produtos_destaque .lista_produtos li.first {
    margin-right: 13px;
  }
  #capa #content .produtos_destaque .lista_produtos li {
    width: 370px;
    margin-right: 0px;
  }
  #capa #content .produtos_destaque .lista_produtos li .tit {
    background: none;
    background-color: rgba(0, 123, 196, 0.85);
    float: left;
    width: 100%;
    height: 80px;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    padding: 25px 50px;
    margin-top: -78px;
    position: relative;
  }
  #capa #content .produtos_destaque .lista_produtos li.last {
    display: none;
  }
  #capa #content .conheca .btn {
    margin: 0px 228px;
  }
  #capa #content .entrecontato p {
    padding-right: 310px;
  }
  #capa #content .entrecontato a {
    margin-left: 0px;
  }
}
@media all and (max-width: 610px) {
  #capa #content .quem_somos {
    margin-top: 65px;
  }
  #capa #content .quem_somos .btn_conheca {
    float: left;
  }
  #capa #content .produtos_destaque .lista_produtos li {
    width: 100%;
    margin-bottom: 20px;
  }
  #capa #content .conheca .btn {
    margin: 0px 138px;
  }
  #capa #content .entrecontato p {
    padding-right: 150px;
  }
}
@media all and (max-width: 530px) {
  #capa #content .quem_somos {
    margin-top: 35px;
  }
  #capa #content .quem_somos img {
    margin-bottom: 15px;
    width: 100%;
    margin-top: 0px;
  }
  #capa #content .quem_somos .btn_conheca {
    float: left;
  }
  #capa #content .produtos_destaque .fundo_produto h3 {
    font-size: 30px;
    margin-top: 24px;
    margin-bottom: 60px;
  }
  #capa #content .produtos_destaque .lista_produtos li {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0px;
  }
  #capa #content .conheca .btn {
    margin: 0px 0px;
  }
  #capa #content .entrecontato .bg_contato {
    background: none;
  }
  #capa #content .entrecontato h3 {
    padding-top: 0px;
  }
  #capa #content .entrecontato p {
    padding-right: 0px;
  }
  #capa #content .entrecontato a {
    margin-left: 0px;
  }
}
#empresa #content .lista_fotos {
  float: left;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 40px;
}
#empresa #content .lista_fotos li {
  float: left;
  margin-right: 15px;
}
#empresa #content .lista_fotos li:hover img {
  opacity: 0.9;
}
#empresa #content .lista_fotos li.last {
  margin-right: 0px;
}
#empresa #content p {
  font-size: 16px;
  color: #505050;
  font-weight: 400;
  text-align: justify;
  line-height: 30px;
  float: left;
}
#empresa #content .linha_tempo {
  float: left;
  width: 100%;
  background-color: #ececec;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 80px;
  margin-top: 30px;
}
#empresa #content .linha_tempo h3 {
  float: left;
  width: 100%;
  text-align: center;
  background-color: #007bc4;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  padding-top: 12px;
  padding-bottom: 12px;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
#empresa #content .linha_tempo #abas .menu-abas {
  float: left;
  width: 100%;
  margin-bottom: 45px;
  padding: 20px 17px;
}
#empresa #content .linha_tempo #abas .menu-abas li {
  float: left;
  margin-right: 34px;
}
#empresa #content .linha_tempo #abas .menu-abas li a {
  color: #323232;
  font-size: 28px;
  font-weight: 700;
}
#empresa #content .linha_tempo #abas .menu-abas li a.show {
  color: #007bc4;
}
#empresa #content .linha_tempo #abas .menu-abas .last {
  margin-right: 0px;
}
#empresa #content .linha_tempo #abas .container-abas {
  float: left;
  width: 100%;
  padding: 0px 17px;
  margin-bottom: 60px;
}
#empresa #content .linha_tempo #abas .container-abas .texto p {
  color: #242525;
  font-size: 18px;
  text-align: left;
}
#empresa #content .politica {
  float: left;
  width: 100%;
  margin-top: 20px;
}
#empresa #content .politica .bg_politica {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 468px;
  background: url(../img/layout/bg_politica.png) no-repeat center;
  z-index: -999;
  color: transparent;
}
#empresa #content .politica h3 {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 38px;
  font-weight: 900;
  padding-top: 93px;
}
#empresa #content .politica p {
  color: #fff;
  padding-right: 570px;
  padding-bottom: 50px;
  margin-top: 50px;
  text-align: justify;
}
@media all and (max-width: 860px) {
  #empresa #content .img-bg-interna {
    display: none;
  }
  #empresa #content .page-title {
    height: 120px;
    margin-bottom: 0px;
  }
  #empresa #content .img_empresa {
    display: inline;
    float: left;
    width: 98.125%;
    margin: 0 0.9375%;
    *width: 98.07291666666667%;
    *margin: 0 0.8854166666666666%;
  }
  #empresa #content #galeria {
    display: inline;
    float: left;
    width: 98.125%;
    margin: 0 0.9375%;
    *width: 98.07291666666667%;
    *margin: 0 0.8854166666666666%;
  }
  #empresa #content .lista_fotos {
    margin-top: 5px;
  }
  #empresa #content .lista_fotos li {
    width: 24%;
    margin-right: 4px;
  }
  #empresa #content p {
    display: inline;
    float: left;
    width: 98.125%;
    margin: 0 0.9375%;
    *width: 98.07291666666667%;
    *margin: 0 0.8854166666666666%;
    margin-top: 30px;
  }
  #empresa #content .politica .bg_politica {
    display: none;
  }
  #empresa #content .politica h3 {
    color: #007bc4;
    font-size: 25px;
    padding-top: 45px;
  }
  #empresa #content .politica p {
    padding-right: 0px;
    margin-top: 30px;
    color: #505050;
  }
}
@media all and (max-width: 530px) {
  #empresa #content .linha_tempo #abas .menu-abas li {
    margin-right: 17px;
    margin-bottom: 10px;
  }
  #empresa #content .linha_tempo #abas .menu-abas li a {
    font-size: 18px;
  }
}
#produtos #content .sub_tit {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
  text-align: center;
  font-size: 24px;
  color: #646464;
  text-transform: uppercase;
  margin-bottom: 50px;
}
#produtos #content .produto_inteiro {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
  text-align: center;
  margin-bottom: 80px;
}
#produtos #content .produto_inteiro .bg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 928px;
  background: url(../img/layout/topo_produto.png) no-repeat;
  z-index: -999;
  margin-top: -50px;
}
#produtos #content p {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
  color: #505050;
  font-size: 16px;
  line-height: 29px;
  padding-bottom: 20px;
  padding-bottom: 50px;
  text-align: justify;
}
#produtos #content .categorias {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
}
#produtos #content .categorias .lista_cat {
  float: left;
  width: 100%;
}
#produtos #content .categorias .lista_cat li {
  display: inline;
  float: left;
  width: 31.458333333333332%;
  margin: 0 0.9375%;
  *width: 31.40625%;
  *margin: 0 0.8854166666666666%;
  margin: 0px;
  margin-right: 30px;
  margin-bottom: 43px;
}
#produtos #content .categorias .lista_cat li .tit {
  float: left;
  position: relative;
  background: url(../img/layout/bg_tit.png) no-repeat center;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  width: 100%;
  height: 76px;
  text-align: center;
  padding-top: 30px;
  margin-top: -60px;
}
#produtos #content .categorias .lista_cat li:hover .tit {
  background: url(../img/layout/bg_tit_hover.png) no-repeat center;
}
#produtos #content .categorias .lista_cat .no-margin {
  margin-right: 0px;
}
#produtos.categoria #content .lista_produtos {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
}
#produtos.categoria #content .lista_produtos li {
  display: inline;
  float: left;
  width: 31.458333333333332%;
  margin: 0 0.9375%;
  *width: 31.40625%;
  *margin: 0 0.8854166666666666%;
  margin: 0px;
  margin-right: 30px;
  margin-bottom: 43px;
}
#produtos.categoria #content .lista_produtos li .tit {
  float: left;
  position: relative;
  background: url(../img/layout/bg_tit.png) no-repeat center;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  width: 100%;
  height: 76px;
  text-align: center;
  padding-top: 29px;
  margin-top: -60px;
}
#produtos.categoria #content .lista_produtos li:hover .tit {
  background: url(../img/layout/bg_tit_hover.png) no-repeat center;
}
#produtos.categoria #content .lista_produtos .no-margin {
  margin-right: 0px;
}
#produtos.categoria #content .bt-voltar {
  float: left;
  width: 152px;
  height: 43px;
  background: #007bc4 url(../img/layout/seta_btn.png) no-repeat 17px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-top: 12px;
  padding-left: 46px;
  margin-left: 9px;
  margin-top: 40px;
}
#produtos.categoria #content .bt-voltar:hover {
  background: #004c79 url(../img/layout/seta_btn.png) no-repeat 17px;
}
#produtos.view #content .container .slider_prod {
  float: none;
  display: block;
  position: relative;
  margin-bottom: 50px;
}
#produtos.view #content .container .slider_prod .img_principal {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
  float: none;
  border-bottom: 5px #004c79 solid;
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 20px;
}
#produtos.view #content .container .slider_prod .img_principal .slider-for {
  text-align: center;
}
#produtos.view #content .container .slider_prod .img_principal .slider-for .img_prod {
  width: 100%;
  height: 585px;
  display: inline!important;
}
#produtos.view #content .container .slider_prod .fotos .slick-slide img {
  opacity: 0.7;
}
#produtos.view #content .container .slider_prod .fotos .slick-slide img:hover {
  opacity: 1;
}
#produtos.view #content .container .slider_prod .fotos .slick-center img {
  opacity: 1;
}
#produtos.view #content .container .slider_prod .fotos .slider-nav img {
  cursor: pointer;
  width: 99%;
}
#produtos.view #content .container .slider_prod .fotos .slick-prev,
#produtos.view #content .container .slider_prod .fotos .slick-next {
  display: none!important;
}
#produtos.view #content .container .descricao {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 40px;
}
#produtos.view #content .container .descricao .bg_desc {
  position: absolute;
  background: #f5f5f5;
  min-height: 330px;
  /* MESMO MIN-HEIGHT DE CIMA */

  left: 0;
  right: 0;
  z-index: -10;
}
#produtos.view #content .container .descricao .text {
  position: relative;
  min-height: 330px;
  /* USAR MIN-HEIGHT AO INVÉS DE HEIGHT */

  z-index: 10;
}
#produtos.view #content .container .descricao .text .tit_info h3 {
  text-transform: uppercase;
  font-size: 24px;
  color: #000;
  font-weight: 300;
  margin-top: 70px;
  border-bottom: 1px #004c79 solid;
  margin: 25px 260px;
  padding-bottom: 10px;
}
#produtos.view #content .container .tit_info h3 {
  text-transform: uppercase;
  font-size: 24px;
  color: #000;
  font-weight: 300;
  text-align: center;
  margin-top: 70px;
  border-bottom: 1px #004c79 solid;
  margin: 50px 350px;
  padding-bottom: 10px;
}
#produtos.view #content .container .relacionados h3 {
  margin: 50px 360px;
}
#produtos.view #content .container .text p {
  color: #505050;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}
#produtos.view #content .container .tabela {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
  margin-top: 30px;
  overflow: auto;
}
#produtos.view #content .container .tabela table {
  width: 100%!important;
}
#produtos.view #content .container .tabela table thead tr th {
  background-color: #ebebeb;
  font-size: 18px;
  padding: 10px;
  border: 2px #fff solid;
  color: #505050;
}
#produtos.view #content .container .tabela table tbody tr {
  background-color: #F3F3F3;
}
#produtos.view #content .container .tabela table tbody tr th {
  background-color: #ebebeb;
  font-size: 18px;
  padding: 10px;
  border: 2px #fff solid;
  color: #505050;
}
#produtos.view #content .container .tabela table tbody tr td {
  font-size: 15px;
  padding: 10px;
  border: 2px #fff solid;
  color: #505050;
}
#produtos.view #content .container .tabela table tbody .odd {
  background-color: #fff;
}
#produtos.view #content .container .download {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
#produtos.view #content .container .download .down h3 {
  margin: 50px 460px;
}
#produtos.view #content .container .download .lista_down {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
}
#produtos.view #content .container .download .lista_down li a {
  float: left;
  width: 100%;
  height: 67px;
  background: #007bc4 url(../img/layout/bg_down.png) no-repeat 0px;
  border: 2px #007BC4 solid;
  margin-bottom: 25px;
}
#produtos.view #content .container .download .lista_down li a .tit {
  background: url(../img/layout/icon_arquivo.png) no-repeat 40px;
  height: 56px;
  color: #010101;
  font-size: 23px;
  font-weight: 600;
  margin-top: 4px;
  padding-top: 18px;
  padding-left: 110px;
}
#produtos.view #content .container .download .lista_down li a .down {
  float: right;
  background: url(../img/layout/icon_down.png) no-repeat;
  height: 33px;
  color: #fff;
  font-size: 20px;
  margin-top: -44px;
  text-transform: uppercase;
  padding-left: 50px;
  margin-right: 45px;
  padding-top: 7px;
}
#produtos.view #content .container .download .lista_down li a:hover {
  background: #007bc4 url(../img/layout/bg_down.png) no-repeat -20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#produtos.view #content .container .box_relacionados {
  float: left;
  width: 100%;
}
#produtos.view #content .container .box_relacionados .lista_rela {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
}
#produtos.view #content .container .box_relacionados .lista_rela li {
  display: inline;
  float: left;
  width: 31.458333333333332%;
  margin: 0 0.9375%;
  *width: 31.40625%;
  *margin: 0 0.8854166666666666%;
  margin: 0px;
  margin-right: 20px;
  margin-bottom: 43px;
}
#produtos.view #content .container .box_relacionados .lista_rela li .tit {
  float: left;
  position: relative;
  background: url(../img/layout/bg_tit.png) no-repeat center;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  width: 100%;
  height: 76px;
  text-align: center;
  padding-top: 29px;
  margin-top: -60px;
}
#produtos.view #content .container .box_relacionados .lista_rela li:hover .tit {
  background: url(../img/layout/bg_tit_hover.png) no-repeat center;
}
#produtos.view #content .container .box_relacionados .lista_rela .no-margin {
  margin-right: 0px;
}
#produtos.view #content .bt-voltar {
  float: left;
  width: 152px;
  height: 43px;
  background: #007bc4 url(../img/layout/seta_btn.png) no-repeat 17px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-top: 12px;
  padding-left: 46px;
  margin-left: 9px;
  margin-top: 40px;
}
#produtos.view #content .bt-voltar:hover {
  background: #004c79 url(../img/layout/seta_btn.png) no-repeat 17px;
}
@media all and (max-width: 1100px) {
  #produtos #content .categorias .lista_cat li {
    margin-right: 20px;
  }
}
@media all and (max-width: 860px) {
  #produtos #content .categorias .lista_cat li {
    margin-right: 20px;
  }
  #produtos.categoria #content .lista_produtos li {
    margin-right: 20px;
  }
  #produtos.categoria #content .lista_produtos li .tit {
    font-size: 19px;
  }
  #produtos.view #content .container .tit_info h3 {
    margin: 0px;
    display: inline;
    float: left;
    width: 98.125%;
    margin: 0 0.9375%;
    *width: 98.07291666666667%;
    *margin: 0 0.8854166666666666%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #produtos.view #content .container .lista_rela li {
    margin-right: 14px;
  }
  #produtos.view #content .container .lista_rela li a .tit {
    padding-top: 35px;
    font-size: 15px;
  }
}
@media all and (max-width: 610px) {
  #produtos #content .img-bg-interna {
    display: none;
  }
  #produtos #content .page-title {
    height: 120px;
    margin-bottom: 0px;
  }
  #produtos #content .categorias .lista_cat li {
    margin-right: 15px;
  }
  #produtos.categoria #content .lista_produtos li {
    margin-right: 15px;
  }
  #produtos.categoria #content .lista_produtos li .tit {
    font-size: 16px;
  }
  #produtos.view #content .container .lista_down li a {
    background: #007bc4 url(../img/layout/bg_down.png) no-repeat -160px;
  }
  #produtos.view #content .container .lista_down li:hover a {
    background: #007bc4 url(../img/layout/bg_down.png) no-repeat -150px;
  }
  #produtos.view #content .container .descricao .text .tit_info h3 {
    float: left;
    width: 100%;
    margin: 52px 5px;
  }
  #produtos.view #content .container .download .down h3 {
    margin: 50px 5px;
  }
  #produtos.view #content .container .box_relacionados .lista_rela li {
    margin-right: 11px;
  }
  #produtos.view #content .container .box_relacionados .lista_rela li .tit {
    font-size: 16px;
  }
  #produtos.view #content .container .slider_prod .img_principal .slider-for .img_prod {
    height: auto;
  }
  #produtos.view #content .container .lista_rela li {
    margin-right: 10px;
  }
  #produtos.view #content .container .lista_rela li a .tit {
    padding-top: 35px;
    font-size: 15px;
  }
}
@media all and (max-width: 530px) {
  #produtos #content .img-bg-interna {
    display: none;
  }
  #produtos #content .page-title {
    height: 120px;
    margin-bottom: 0px;
  }
  #produtos #content .categorias .lista_cat li {
    display: inline;
    float: left;
    width: 98.125%;
    margin: 0 0.9375%;
    *width: 98.07291666666667%;
    *margin: 0 0.8854166666666666%;
    margin-bottom: 30px;
  }
  #produtos.categoria #content .lista_produtos li {
    display: inline;
    float: left;
    width: 98.125%;
    margin: 0 0.9375%;
    *width: 98.07291666666667%;
    *margin: 0 0.8854166666666666%;
    margin-bottom: 30px;
  }
  #produtos.view #content .page-title h2 {
    position: relative;
    width: 100%;
    font-size: 24px;
    margin-top: 70px;
  }
  #produtos.view #content .container .descricao .text .tit_info h3 {
    margin: 0px;
    display: inline;
    float: left;
    width: 98.125%;
    margin: 0 0.9375%;
    *width: 98.07291666666667%;
    *margin: 0 0.8854166666666666%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #produtos.view #content .container .download .tit_info h3 {
    margin: 0px;
    display: inline;
    float: left;
    width: 98.125%;
    margin: 0 0.9375%;
    *width: 98.07291666666667%;
    *margin: 0 0.8854166666666666%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #produtos.view #content .container .download .lista_down li a .tit {
    background: url(../img/layout/icon_arquivo.png) no-repeat 6px;
    font-size: 20px;
    padding-left: 60px;
  }
  #produtos.view #content .container .box_relacionados .lista_rela li {
    display: inline;
    float: left;
    width: 98.125%;
    margin: 0 0.9375%;
    *width: 98.07291666666667%;
    *margin: 0 0.8854166666666666%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  #produtos.view #content .container .box_relacionados .lista_rela li a .tit {
    padding-top: 35px;
    font-size: 15px;
  }
}
#contato #content .row-button {
  color: transparent!important;
}
#contato #content .row-button input {
  background: url(../img/layout/btn_enviar.png) no-repeat;
  width: 58px;
  height: 28px;
  color: transparent!important;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 0px;
  padding: 0px;
}
#contato #content p {
  display: inline;
  float: left;
  width: 98.125%;
  margin: 0 0.9375%;
  *width: 98.07291666666667%;
  *margin: 0 0.8854166666666666%;
  color: #010101;
  font-size: 16px;
}
#contato #content #formulario {
  display: inline;
  float: left;
  width: 48.125%;
  margin: 0 0.9375%;
  *width: 48.072916666666664%;
  *margin: 0 0.8854166666666666%;
}
#contato #content #formulario form {
  width: 100%;
}
#contato #content #formulario form fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
#contato #content #formulario form fieldset .text {
  width: 100%;
  height: 70px;
  margin-bottom: 8px;
  float: left;
}
#contato #content #formulario form fieldset label {
  display: block;
  color: #707070;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 3px;
}
#contato #content #formulario form fieldset textarea,
#contato #content #formulario form fieldset input[type="text"] {
  border: 0;
  padding: 11px;
  background-color: #fff;
  width: 100%;
  -webkit-appearance: none;
  height: 54px;
  margin-bottom: 5px;
  color: #006ead;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  border: 1px #006ead solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#contato #content #formulario form fieldset .textarea textarea {
  height: 150px;
  float: left;
}
#contato #content #formulario form fieldset input[type="submit"] {
  margin-top: 20px;
  float: left;
}
#contato #content #formulario form fieldset .btn_enviar {
  float: left;
  background: #007bc4 url(../img/layout/seta.png) no-repeat 115px;
  font-size: 18px;
  color: #fff;
  padding: 10px 52px;
  padding-left: 33px;
  text-transform: uppercase;
  border: 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#contato #content #formulario form fieldset .btn_enviar:hover {
  background: #004c79 url(../img/layout/seta.png) no-repeat 115px;
}
#contato #content #formulario form fieldset .enviar {
  border: none!important;
  margin-bottom: 20px!important;
}
#contato #content #formulario ::-webkit-input-placeholder {
  color: #006ead;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
}
#contato #content #formulario :-moz-placeholder {
  /* Firefox 18- */

  color: #006ead;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
}
#contato #content #formulario ::-moz-placeholder {
  /* Firefox 19+ */

  color: #006ead;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
}
#contato #content #formulario :-ms-input-placeholder {
  color: #006ead;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
}
#contato #content .contact-data {
  display: inline;
  float: left;
  width: 44.79166666666667%;
  margin: 0 0.9375%;
  *width: 44.739583333333336%;
  *margin: 0 0.8854166666666666%;
  margin-left: 17.604166666666664%;
  float: right;
  margin: 0;
  margin-right: 12px;
}
#contato #content .contact-data h3 {
  font-size: 28px;
  color: #010101;
  font-weight: 900;
  border-bottom: 1px #006ead solid;
  padding-bottom: 20px;
  margin-bottom: 28px;
}
#contato #content .contact-data .end {
  background: url(../img/layout/icon_end.png) no-repeat;
  height: 40px;
  font-size: 18px;
  font-weight: 600;
  color: #010101;
  line-height: 20px;
  padding-left: 55px;
  margin-bottom: 20px;
}
#contato #content .contact-data .tel {
  background: url(../img/layout/tel_cont.png) no-repeat;
  height: 40px;
  font-size: 18px;
  font-weight: 600;
  color: #010101;
  line-height: 20px;
  padding-left: 55px;
  padding-top: 10px;
  margin-bottom: 20px;
}
#contato #content .contact-data .email {
  background: url(../img/layout/email_cont.png) no-repeat;
  height: 40px;
  font-size: 18px;
  font-weight: 600;
  color: #010101;
  line-height: 20px;
  padding-left: 55px;
  padding-top: 10px;
}
#contato #content .contact-data .rights {
  font-family: 'Source Sans Pro', sans-serif;
  color: #707070;
  font-size: 16px;
  padding-top: 0px;
  margin-bottom: 36px;
  padding-bottom: 0;
  margin-left: 0px;
  margin-top: -30px;
}
#contato #content .mapa {
  position: absolute;
  width: 100%;
  height: 350px;
  left: 0;
  top: 930px;
  color: transparent;
}
#contato footer {
  margin-top: 400px;
}
@media all and (max-width: 860px) {
  #contato #content .img-bg-interna {
    display: none;
  }
  #contato #content .page-title {
    height: 120px;
    margin-bottom: 0px;
  }
  #contato #content #formulario {
    display: inline;
    float: left;
    width: 98.125%;
    margin: 0 0.9375%;
    *width: 98.07291666666667%;
    *margin: 0 0.8854166666666666%;
  }
  #contato #content .contact-data {
    display: inline;
    float: left;
    width: 98.125%;
    margin: 0 0.9375%;
    *width: 98.07291666666667%;
    *margin: 0 0.8854166666666666%;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  #contato #content .contact-data .end {
    font-size: 13px;
  }
  #contato #content .contact-data .tel {
    font-size: 15px;
  }
  #contato #content .mapa {
    position: relative;
    float: left;
    top: 0px;
  }
  #contato footer {
    margin-top: 50px;
  }
}
