@charset 'utf-8';
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,#topo-container h1 img
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* ELEMENTOS */
body {
  font: 300 12px "verdana",sans-serif;
  min-width: 1000px;
  text-rendering: optimizelegibility;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover,
a:active {
  color: #404040;
}
b,
strong {
  font-weight: 700;
}
i,
em {
  font-style: italic;
}
button {
  border: 0;
  cursor: pointer;
  display: block;
  float: right;
}
.container {
  margin: 0;
  min-width: 1000px;
  overflow: visible;
  position: relative;
  width: 100%;
}
.content {
  margin: 0 auto;
  position: relative;
  width: 1000px;
}
.sombra-box {
  -webkit-box-shadow: -2px 2px 9px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -2px 2px 9px 0px rgba(0, 0, 0, 0.5);
  box-shadow: -2px 2px 9px 0px rgba(0, 0, 0, 0.5);
}
.sombra-texto {
  text-shadow: 2px 2px 3px #000000;
}
.anima {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
#ows {
  background: url(../images/ows.png) no-repeat 0 0;
  display: block;
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 47px;
  height: 25px;
}
#ows:hover {
  background-position: -47px 0;
}
form.padrao {
  *zoom: 1;
  margin: auto;
}
form.padrao:before,
form.padrao:after {
  display: table;
  content: "";
}
form.padrao:after {
  clear: both;
}
form.padrao .item-form {
  *zoom: 1;
  position: relative;
  margin-bottom: 12px;
}
form.padrao .item-form:before,
form.padrao .item-form:after {
  display: table;
  content: "";
}
form.padrao .item-form:after {
  clear: both;
}
form.padrao label {
  clear: left;
  display: block;
  float: left;
  line-height: 24px;
  margin-right: 5px;
  text-align: right;
  width: 100px;
}
form.padrao label:after {
  content: ':';
}
form.padrao input,
form.padrao textarea,
form.padrao select {
  background-color: #f2f2f2;
  background-image: -moz-linear-gradient(top, #ffffff, #dfdfdf);
  background-image: -ms-linear-gradient(top, #ffffff, #dfdfdf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#dfdfdf));
  background-image: -webkit-linear-gradient(top, #ffffff, #dfdfdf);
  background-image: -o-linear-gradient(top, #ffffff, #dfdfdf);
  background-image: linear-gradient(top, #ffffff, #dfdfdf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf', GradientType=0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cacaca;
  float: left;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  padding: 2px;
  width: 350px;
}
form.padrao input {
  line-height: 20px;
}
form.padrao textarea {
  height: 120px;
  resize: none;
}
form.padrao em {
  color: #f00;
  display: block;
  float: left;
}
form.padrao p.legenda {
  clear: left;
  color: #767676;
  float: left;
  font-size: 11px !important;
  margin-left: 105px;
}
form.padrao button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #d9d9d9;
  background-image: -moz-linear-gradient(top, #e3e3e3, #cacaca);
  background-image: -ms-linear-gradient(top, #e3e3e3, #cacaca);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e3e3e3), to(#cacaca));
  background-image: -webkit-linear-gradient(top, #e3e3e3, #cacaca);
  background-image: -o-linear-gradient(top, #e3e3e3, #cacaca);
  background-image: linear-gradient(top, #e3e3e3, #cacaca);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#cacaca', GradientType=0);
  border: 1px solid #a4a4a4;
  color: #ffffff;
  float: right;
  font: 700 10px Arial, Helvetica, Verdana, sans-serif;
  margin-right: 5px;
  padding: 4px 10px;
  text-align: center;
  text-transform: uppercase;
}
form.padrao button:hover {
  background: #e3e3e3;
}
form.padrao .alertaErro {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: rgba(51, 51, 51, 0.7);
  color: #ffffff;
  font: 700 10px/22px Arial, Helvetica, Verdana, sans-serif;
  padding: 0 10px;
  position: absolute;
  top: -15px;
  left: 30%;
  white-space: nowrap;
  z-index: 20;
}
form.padrao .alertaErro:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid rgba(51, 51, 51, 0.7);
  content: '';
  display: block;
  position: absolute;
  top: 22px;
  left: 15px;
  width: 0;
  height: 0;
}
form.padrao .validar-erro {
  border-color: #df0000 !important;
}
form.padrao .validar-sucesso {
  border-color: #cacaca !important;
  color: #b3b3b3 !important;
}
#navegacao {
  border-top: 1px solid rgba(202, 202, 202, 0.7);
  clear: both;
  font-size: 11px;
  padding: 5px;
  text-align: right;
  /*
    position: absolute;
    right: 15px;
    bottom: 10px;
    */

}
#navegacao a {
  color: #cacaca;
  cursor: pointer;
  margin-left: 20px;
}
#navegacao .topo:before {
  content: '▲';
  margin-right: 5px;
}
#navegacao .voltar:before {
  content: '◄';
  margin-right: 5px;
}
#sprite .marcador {
  background: url(../images/sprite.png) no-repeat -50px 0px;
  display: block;
  width: 14px;
  height: 14px;
}
#sprite .marcador-ativo {
  background: url(../images/sprite.png) no-repeat 0px -51px;
  display: block;
  width: 35px;
  height: 43px;
}
#sprite .twitter {
  background: url(../images/sprite.png) no-repeat -35px -77px;
  display: inline-block;
  width: 26px;
  height: 26px;
}
#sprite .facebook {
  background: url(../images/sprite.png) no-repeat -35px -51px;
  display: inline-block;
  width: 26px;
  height: 26px;
}
#sprite .seta-direita {
  background: url(../images/sprite.png) no-repeat 0px -1px;
  display: inline-block;
  width: 6px;
  height: 12px;
}
#sprite .seta-esquerda {
  background: url(../images/sprite.png) no-repeat -10px -1px;
  display: inline-block;
  width: 6px;
  height: 12px;
}
#sprite .seta-abaixo {
  background: url(../images/sprite.png) no-repeat -20px -1px;
  display: inline-block;
  width: 12px;
  height: 6px;
}
#sprite .seta-acima {
  background: url(../images/sprite.png) no-repeat -35px -1px;
  display: inline-block;
  width: 12px;
  height: 6px;
}
.brilho {
  -webkit-box-shadow: 0px 0px 12px 2px rgba(60, 60, 60, 0.3);
  -moz-box-shadow: 0px 0px 12px 2px rgba(60, 60, 60, 0.3);
  box-shadow: 0px 0px 12px 2px rgba(60, 60, 60, 0.3);
}
.gradiente-cinza {
  background-color: #f2f2f2;
  background-image: -moz-linear-gradient(top, #ffffff, #dedede);
  background-image: -ms-linear-gradient(top, #ffffff, #dedede);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#dedede));
  background-image: -webkit-linear-gradient(top, #ffffff, #dedede);
  background-image: -o-linear-gradient(top, #ffffff, #dedede);
  background-image: linear-gradient(top, #ffffff, #dedede);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dedede', GradientType=0);
}
.quadro-gradiente {
  -webkit-box-shadow: 0px 0px 12px 2px rgba(60, 60, 60, 0.3);
  -moz-box-shadow: 0px 0px 12px 2px rgba(60, 60, 60, 0.3);
  box-shadow: 0px 0px 12px 2px rgba(60, 60, 60, 0.3);
  background-color: #f2f2f2;
  background-image: -moz-linear-gradient(top, #ffffff, #dedede);
  background-image: -ms-linear-gradient(top, #ffffff, #dedede);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#dedede));
  background-image: -webkit-linear-gradient(top, #ffffff, #dedede);
  background-image: -o-linear-gradient(top, #ffffff, #dedede);
  background-image: linear-gradient(top, #ffffff, #dedede);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dedede', GradientType=0);
  border: 1px solid #cacaca;
}
.quadro {
  background: #f3f3f3;
  border: 1px solid #cacaca;
}
.borda-dupla {
  background-color: #f2f2f2;
  background-image: -moz-linear-gradient(top, #ffffff, #dedede);
  background-image: -ms-linear-gradient(top, #ffffff, #dedede);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#dedede));
  background-image: -webkit-linear-gradient(top, #ffffff, #dedede);
  background-image: -o-linear-gradient(top, #ffffff, #dedede);
  background-image: linear-gradient(top, #ffffff, #dedede);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dedede', GradientType=0);
  padding: 2px 0;
  position: relative;
}
.borda-dupla:before {
  background: #cacaca;
  border-top: 1px solid #ffffff;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.borda-dupla:after {
  background: #ffffff;
  border-bottom: 1px solid #cacaca;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.botao-mais {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #3c3c3c;
  border: 1px solid #cacaca;
  color: #ffffff;
  display: block;
  float: right;
  font-size: 10px;
  line-height: 20px;
  padding: 0 10px !important;
}
.botao-mais:hover {
  background: #494949;
  color: #f2f2f2;
}
.titulo-redondo {
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
  background: #cacaca;
  font-size: 14px;
  line-height: 30px;
  text-indent: 20px;
  text-transform: uppercase;
}
#sprite .marcador {
  background: url(../images/sprite.png) no-repeat -50px 0px;
  display: block;
  width: 14px;
  height: 14px;
}
#sprite .marcador-ativo {
  background: url(../images/sprite.png) no-repeat 0px -51px;
  display: block;
  width: 35px;
  height: 43px;
}
#sprite .twitter {
  background: url(../images/sprite.png) no-repeat -35px -77px;
  display: inline-block;
  width: 26px;
  height: 26px;
}
#sprite .facebook {
  background: url(../images/sprite.png) no-repeat -35px -51px;
  display: inline-block;
  width: 26px;
  height: 26px;
}
#sprite .seta-direita {
  background: url(../images/sprite.png) no-repeat 0px -1px;
  display: inline-block;
  width: 6px;
  height: 12px;
}
#sprite .seta-esquerda {
  background: url(../images/sprite.png) no-repeat -10px -1px;
  display: inline-block;
  width: 6px;
  height: 12px;
}
#sprite .seta-abaixo {
  background: url(../images/sprite.png) no-repeat -20px -1px;
  display: inline-block;
  width: 12px;
  height: 6px;
}
#sprite .seta-acima {
  background: url(../images/sprite.png) no-repeat -35px -1px;
  display: inline-block;
  width: 12px;
  height: 6px;
}
/*body {
  background: #efefef;
}*/
#topo-container {
  background: url(../images/fundocerto.png)!important;
  margin: 0;
  min-width: 1000px;
  overflow: visible;
  position: relative;
 /* width: 100%;
  background-color: #f2f2f2;
  background-image: -moz-linear-gradient(top, #ffffff, #dedede);
  background-image: -ms-linear-gradient(top, #ffffff, #dedede);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#dedede));
  background-image: -webkit-linear-gradient(top, #ffffff, #dedede);
  background-image: -o-linear-gradient(top, #ffffff, #dedede);
  background-image: linear-gradient(top, #ffffff, #dedede);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dedede', GradientType=0);*/
  z-index: 7;
}
#topo-container header {
  margin: 0 auto;
  position: relative;
  width: 1000px;
  padding: 15px 0;
}
#topo-container h1 {
  text-align: center;
}
#topo-container h1 img {
  width: 300px;
  height: 60px;
}
#nav-container {
  margin: 0;
  min-width: 1000px;
  overflow: visible;
  width: 100%;
 /* background-color: #f2f2f2;
  background-image: -moz-linear-gradient(top, #ffffff, #dedede);
  background-image: -ms-linear-gradient(top, #ffffff, #dedede);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#dedede));
  background-image: -webkit-linear-gradient(top, #ffffff, #dedede);
  background-image: -o-linear-gradient(top, #ffffff, #dedede);
  background-image: linear-gradient(top, #ffffff, #dedede);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dedede', GradientType=0);*/
  padding: 2px 0;
  position: relative;
}
#nav-container:before {
  background: #cacaca;
  border-top: 1px solid #ffffff;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#nav-container:after {
  background: #ffffff;
  border-bottom: 1px solid #cacaca;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#nav-container nav {
  margin: 0 auto;
  position: relative;
  width: 1000px;
  font-size: 11px;
  padding: 8px 0;
}
#nav-container ul {
  text-align: center;
}
#nav-container li {
  display: inline-block;
  margin-right: -3px;
}
#nav-container li + li {
  border-left: 1px solid #666666;
}
#nav-container li.active,
#nav-container li:hover {
  background: #f9f9f9;
}
#nav-container a {
  display: block;
  line-height: 23px;
  padding: 0 15px;
  text-transform: uppercase;
}
section {
  margin: 0;
  min-width: 1000px;
  overflow: visible;
  position: relative;
  width: 100%;
  background: #f9f9f9;
  padding-bottom: 50px;
  z-index: 2;
}
section #conteudo {
  margin: 0 auto;
  position: relative;
  width: 1000px;
  *zoom: 1;
  z-index: 8;
}
section #conteudo:before,
section #conteudo:after {
  display: table;
  content: "";
}
section #conteudo:after {
  clear: both;
}
section h1 {
  margin: 0;
  min-width: 1000px;
  overflow: visible;
  width: 100%;
  background-color: #f2f2f2;
  background-image: -moz-linear-gradient(top, #ffffff, #dedede);
  background-image: -ms-linear-gradient(top, #ffffff, #dedede);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#dedede));
  background-image: -webkit-linear-gradient(top, #ffffff, #dedede);
  background-image: -o-linear-gradient(top, #ffffff, #dedede);
  background-image: linear-gradient(top, #ffffff, #dedede);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dedede', GradientType=0);
  padding: 2px 0;
  position: relative;
  font-size: 14px;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 10;
}
section h1:before {
  background: #cacaca;
  border-top: 1px solid #ffffff;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
section h1:after {
  background: #ffffff;
  border-bottom: 1px solid #cacaca;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
section .texto p {
  line-height: 1.7em;
  text-align: justify;
}
section .texto p + p {
  margin-top: 15px;
}
section .texto img {
  margin-bottom: 10px;
}
section .main {
  float: right;
  padding: 20px 0;
  width: 750px;
}
#rodape-container {
  margin: 0;
  min-width: 1000px;
  overflow: visible;
  position: relative;
  width: 100%;
  background: url(../images/bgRodape.png) no-repeat center top;
  margin-top: -45px;
  padding-top: 40px;
  z-index: 3;
}
#rodape-container footer {
  *zoom: 1;
  margin: 0 auto;
  position: relative;
  width: 1000px;
  padding: 30px 0;
}
#rodape-container footer:before,
#rodape-container footer:after {
  display: table;
  content: "";
}
#rodape-container footer:after {
  clear: both;
}
#rodape-container .logo {
  float: left;
  margin-right: 30px;
  width: 200px;
}
#rodape-container .links {
  float: left;
  margin-top: 10px;
}
#rodape-container .links li {
  display: inline;
  margin-right: 20px;
}
#rodape-container #social {
  float: right;
  margin-top: 5px;
}
#rodape-container .facebook {
  background: url(../images/sprite.png) no-repeat -35px -51px;
  display: inline-block;
  width: 26px;
  height: 26px;
}
#rodape-container .twitter {
  background: url(../images/sprite.png) no-repeat -35px -77px;
  display: inline-block;
  width: 26px;
  height: 26px;
}
#banner-container {
  background-color: #f2f2f2;
  background-image: -moz-linear-gradient(top, #ffffff, #dedede);
  background-image: -ms-linear-gradient(top, #ffffff, #dedede);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#dedede));
  background-image: -webkit-linear-gradient(top, #ffffff, #dedede);
  background-image: -o-linear-gradient(top, #ffffff, #dedede);
  background-image: linear-gradient(top, #ffffff, #dedede);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dedede', GradientType=0);
  padding: 2px 0;
  margin: 0;
  min-width: 1000px;
  overflow: visible;
  position: relative;
  width: 100%;
  overflow: hidden;
}
#banner-container:before {
  background: #cacaca;
  border-top: 1px solid #ffffff;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#banner-container:after {
  background: #ffffff;
  border-bottom: 1px solid #cacaca;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#banner-container #banner-quadro {
  margin: 0 auto;
  position: relative;
  width: 1000px;
  height: 275px;
}
#banner-container #banner-quadro:before,
#banner-container #banner-quadro:after {
  background: url(../images/bgBanner.png) no-repeat center;
  content: '';
  position: absolute;
  top: 0;
  width: 73px;
  height: 275px;
  z-index: 5;
}
#banner-container #banner-quadro:before {
  background-position: left;
  left: -15px;
}
#banner-container #banner-quadro:after {
  background-position: right;
  right: -15px;
}
#banner-container #banner {
  position: relative;
  width: 1000px;
  height: 275px;
  z-index: 10;
}
#banner-container .nivo-controlNav {
  padding: 0;
  position: absolute;
  left: 75px;
  bottom: 0;
  z-index: 100;
}
#banner-container .nivo-control {
  background: url(../images/sprite.png) no-repeat -50px 0px;
  display: block;
  width: 14px;
  height: 14px;
  float: left;
  margin-right: 5px;
  text-indent: -9000px;
}
#banner-container .nivo-control.active {
  background: url(../images/sprite.png) no-repeat 0px -51px;
  display: block;
  width: 35px;
  height: 43px;
  margin-top: -12px;
}
#home {
  background: #efefef;
}
#home h2 {
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
  background: #cacaca;
  font-size: 14px;
  line-height: 30px;
  text-indent: 20px;
  text-transform: uppercase;
}
#home article {
  float: left;
  padding: 0 15px;
  width: 600px;
}
#home aside {
  float: right;
  padding: 15px;
  width: 325px;
}
#ultimos-artigos a {
  display: block;
  margin-top: 10px;
  padding: 15px 20px;
}
#ultimos-artigos .data {
  display: block;
  font-size: 11px;
}
#navegacao {
  margin-top: 15px;
}
#barra-lateral {
  float: left;
  margin-top: -5px;
  width: 210px;
}
.menu-interno {
  padding: 10px;
}
.menu-interno li {
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #ffffff;
  width: 190px;
}
.menu-interno li:first-child {
  border-top: none;
}
.menu-interno li:last-child {
  border-bottom: none;
}
.menu-interno a {
  display: block;
  font-size: 11px;
  margin-left: -10px;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
  width: 210px;
}
.menu-interno a:hover {
  background: #f9f9f9;
}
.escritorio-local {
  height: 175px;
  margin-bottom: 20px;
}
.escritorio-local h2 {
  font-size: 14px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.escritorio-local .foto-escritorio {
  float: left;
  width: 350px;
  height: 140px;
}
.escritorio-local address {
  border-left: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  float: left;
  line-height: 1.6em;
  margin: 0 15px;
  padding: 0 15px;
  width: 195px;
  height: 140px;
}
.escritorio-local .mapa {
  -webkit-box-shadow: 0px 0px 12px 2px rgba(60, 60, 60, 0.3);
  -moz-box-shadow: 0px 0px 12px 2px rgba(60, 60, 60, 0.3);
  box-shadow: 0px 0px 12px 2px rgba(60, 60, 60, 0.3);
  background-color: #f2f2f2;
  background-image: -moz-linear-gradient(top, #ffffff, #dedede);
  background-image: -ms-linear-gradient(top, #ffffff, #dedede);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#dedede));
  background-image: -webkit-linear-gradient(top, #ffffff, #dedede);
  background-image: -o-linear-gradient(top, #ffffff, #dedede);
  background-image: linear-gradient(top, #ffffff, #dedede);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dedede', GradientType=0);
  border: 1px solid #cacaca;
  width: 450px;
  height: 140px;
}
#fundo-preto {
  background: rgba(51, 51, 51, 0.7);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
}
#mapa-container {
  margin-top: -225px;
  margin-left: -400px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 450px;
}
#mapa-container #mapa-borda {
  -webkit-box-shadow: 0px 0px 12px 2px rgba(60, 60, 60, 0.3);
  -moz-box-shadow: 0px 0px 12px 2px rgba(60, 60, 60, 0.3);
  box-shadow: 0px 0px 12px 2px rgba(60, 60, 60, 0.3);
  background-color: #f2f2f2;
  background-image: -moz-linear-gradient(top, #ffffff, #dedede);
  background-image: -ms-linear-gradient(top, #ffffff, #dedede);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#dedede));
  background-image: -webkit-linear-gradient(top, #ffffff, #dedede);
  background-image: -o-linear-gradient(top, #ffffff, #dedede);
  background-image: linear-gradient(top, #ffffff, #dedede);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dedede', GradientType=0);
  border: 1px solid #cacaca;
}
#mapa-container #mapa-borda a {
  color: #ffffff;
  float: right;
  font-weight: 700;
  font-size: 10px;
  margin-top: -20px;
  text-transform: uppercase;
}
#mapa-container #mapa {
  width: 800px;
  height: 450px;
}
.lista-definicoes dt {
  cursor: pointer;
}
.lista-definicoes dd {
  display: none;
}
#area-atuacao dl {
  padding: 15px 0;
}
#area-atuacao dt {
  font-size: 14px;
  line-height: 12px;
  padding: 10px 0 10px 20px;
  position: relative;
  width: 318px;
  z-index: 15;
}
#area-atuacao dt:before {
  background: url(../images/sprite.png) no-repeat 0px -1px;
  display: inline-block;
  width: 6px;
  height: 12px;
  content: '';
  margin-right: 5px;
  vertical-align: -1px;
}
#area-atuacao dt.active {
  background: #f3f3f3;
  border: 1px solid #cacaca;
  border-right: 0;
  font-weight: 700;
  padding: 25px 0 25px 20px;
}
#area-atuacao dt.active:before {
  background: url(../images/sprite.png) no-repeat -10px -1px;
  display: inline-block;
  width: 6px;
  height: 12px;
}
#area-atuacao dd {
  background: #f3f3f3;
  border: 1px solid #cacaca;
  top: 15px;
  right: 0;
  padding: 20px 40px;
  position: absolute;
  width: 580px;
  z-index: 10;
}
#area-atuacao dd h2 {
  float: left;
  font: normal 15px/1.8em Arial, Helvetica, Verdana, sans-serif;
  margin: 35px 0;
  text-transform: uppercase;
  width: 250px;
}
#area-atuacao dd img {
  -webkit-box-shadow: 0px 0px 12px 2px rgba(60, 60, 60, 0.3);
  -moz-box-shadow: 0px 0px 12px 2px rgba(60, 60, 60, 0.3);
  box-shadow: 0px 0px 12px 2px rgba(60, 60, 60, 0.3);
  background-color: #f2f2f2;
  background-image: -moz-linear-gradient(top, #ffffff, #dedede);
  background-image: -ms-linear-gradient(top, #ffffff, #dedede);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#dedede));
  background-image: -webkit-linear-gradient(top, #ffffff, #dedede);
  background-image: -o-linear-gradient(top, #ffffff, #dedede);
  background-image: linear-gradient(top, #ffffff, #dedede);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dedede', GradientType=0);
  border: 1px solid #cacaca;
  float: right;
  margin: 0 0 10px 10px;
}
#area-atuacao dd .texto {
  clear: both;
}
#equipe #conteudo {
  background: #f3f3f3;
  border: 1px solid #cacaca;
  margin-top: -2px;
  padding: 15px;
}
#equipe dt {
  -webkit-box-shadow: 0px 0px 12px 2px rgba(60, 60, 60, 0.3);
  -moz-box-shadow: 0px 0px 12px 2px rgba(60, 60, 60, 0.3);
  box-shadow: 0px 0px 12px 2px rgba(60, 60, 60, 0.3);
  background-color: #f2f2f2;
  background-image: -moz-linear-gradient(top, #ffffff, #dedede);
  background-image: -ms-linear-gradient(top, #ffffff, #dedede);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#dedede));
  background-image: -webkit-linear-gradient(top, #ffffff, #dedede);
  background-image: -o-linear-gradient(top, #ffffff, #dedede);
  background-image: linear-gradient(top, #ffffff, #dedede);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dedede', GradientType=0);
  border: 1px solid #cacaca;
  padding: 10px;
  text-transform: uppercase;
}
#equipe dt:before {
  background: url(../images/sprite.png) no-repeat -35px -1px;
  display: inline-block;
  width: 12px;
  height: 6px;
  content: '';
  margin-right: 5px;
  vertical-align: 1px;
}
#equipe dt.active:before {
  background: url(../images/sprite.png) no-repeat -20px -1px;
  display: inline-block;
  width: 12px;
  height: 6px;
}
#equipe dd {
  *zoom: 1;
  /*height: 420px;
  overflow: hidden;*/
  height: auto;
  overflow: visible;
}
#equipe dd:before,
#equipe dd:after {
  display: table;
  content: "";
}
#equipe dd:after {
  clear: both;
}
#equipe .equipe {
  float: left;
  margin: 15px 0;
  padding: 0 15px;
  width: 300px; 
}
#equipe .equipe img {
  -webkit-box-shadow: 0px 0px 12px 2px rgba(60, 60, 60, 0.3);
  -moz-box-shadow: 0px 0px 12px 2px rgba(60, 60, 60, 0.3);
  box-shadow: 0px 0px 12px 2px rgba(60, 60, 60, 0.3);
  background-color: #f2f2f2;
  background-image: -moz-linear-gradient(top, #ffffff, #dedede);
  background-image: -ms-linear-gradient(top, #ffffff, #dedede);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#dedede));
  background-image: -webkit-linear-gradient(top, #ffffff, #dedede);
  background-image: -o-linear-gradient(top, #ffffff, #dedede);
  background-image: linear-gradient(top, #ffffff, #dedede);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dedede', GradientType=0);
  border: 1px solid #cacaca;
  width: 300px;
  height: 175px;
}
#equipe .equipe h2 {
  font-size: 14px;
  margin: 20px 0 10px;
}
#equipe .equipe + .equipe {
  border-left: 1px solid #cacaca;
}
#equipe .equipe ul {
  margin: 5px;
}
#equipe .equipe li {
  list-style: disc inside;
}
#equipe .equipe .telefone {
  font-style: italic;
}
#consulta-processos ul li {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-box-shadow: 0px 0px 12px 2px rgba(60, 60, 60, 0.3);
  -moz-box-shadow: 0px 0px 12px 2px rgba(60, 60, 60, 0.3);
  box-shadow: 0px 0px 12px 2px rgba(60, 60, 60, 0.3);
  border: 1px solid #cacaca;
  float: left;
  margin: 10px 11px;
  height: 135px;
}
#consulta-processos ul li:hover {
  border-color: #666666;
}
#consulta-processos ul li img{
    max-height: 135px;
}
#consulta-processos ul a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 225px;
  height: 135px;
}
/*ARTIGOS*/
#artigos-informativos #conteudo {
  background: #f3f3f3;
  border: 1px solid #cacaca;
}
#artigos-informativos #navegacao {
  margin: 10px 15px 0;
}
#artigos-informativos .links a {
  -webkit-box-shadow: 0px 0px 12px 2px rgba(60, 60, 60, 0.3);
  -moz-box-shadow: 0px 0px 12px 2px rgba(60, 60, 60, 0.3);
  box-shadow: 0px 0px 12px 2px rgba(60, 60, 60, 0.3);
  background: #bcbcbc;
  color: #ffffff;
  display: inline-block;
  font: normal 14px/40px Arial, Helvetica, Verdana, sans-serif;
  text-align: center;
  text-transform: uppercase;
  width: 498px;
}
#artigos-informativos .links a.active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent;
  color: #333333;
}
#artigos-informativos .lista-links {
  display: none;
  padding: 0 25px;
}
#artigos-informativos .lista-links li {
  font-size: 14px;
  padding: 15px;
  position: relative;
  text-transform: uppercase;
}
#artigos-informativos .lista-links li + li {
  border-top: 1px solid #cacaca;
}
#artigos-informativos .lista-links li:before {
  background: url(../images/sprite.png) no-repeat 0px -1px;
  display: inline-block;
  width: 6px;
  height: 12px;
  content: '';
  margin-top: -6px;
  position: absolute;
  top: 50%;
  left: 0;
}
#artigos-informativos .lista-links li span {
  display: block;
  font-size: 12px;
  text-transform: none;
}
/*FIM ARTIGOS*/

/*INFORMATIVOS*/
#informativos #conteudo {
  background: #f3f3f3;
  border: 1px solid #cacaca;
}
#informativos #navegacao {
  margin: 10px 15px 0;
}
#informativos .links a {
  -webkit-box-shadow: 0px 0px 12px 2px rgba(60, 60, 60, 0.3);
  -moz-box-shadow: 0px 0px 12px 2px rgba(60, 60, 60, 0.3);
  box-shadow: 0px 0px 12px 2px rgba(60, 60, 60, 0.3);
  background: #bcbcbc;
  color: #ffffff;
  display: inline-block;
  font: normal 14px/40px Arial, Helvetica, Verdana, sans-serif;
  text-align: center;
  text-transform: uppercase;
  width: 498px;
}
#informativos .links a.active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent;
  color: #333333;
}
#informativos .lista-links {
  display: none;
  padding: 0 25px;
}
#informativos .lista-links li {
  font-size: 14px;
  padding: 15px;
  position: relative;
  text-transform: uppercase;
}
#informativos .lista-links li + li {
  border-top: 1px solid #cacaca;
}
#informativos .lista-links li:before {
  background: url(../images/sprite.png) no-repeat 0px -1px;
  display: inline-block;
  width: 6px;
  height: 12px;
  content: '';
  margin-top: -6px;
  position: absolute;
  top: 50%;
  left: 0;
}
#informativos .lista-links li span {
  display: block;
  font-size: 12px;
  text-transform: none;
}
/*FIM INFORMATIVOS*/
#paginacao {
  text-align: center;
}
#paginacao a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-right: 5px;
  padding: 2px 5px;
}
#paginacao .active {
  background: #3c3c3c;
  color: #ffffff;
  font-weight: 700;
}
#artigo-detalhe #conteudo {
  padding-top: 15px;
}
#artigo-detalhe article {
  float: left;
  margin-bottom: 10px;
  width: 600px;
}
#artigo-detalhe article .data {
  color: #a4a4a4;
  font-size: 11px;
}
#artigo-detalhe article h2 {
  font-size: 18px;
  letter-spacing: -1px;
}
#artigo-detalhe article .autor {
  color: #a4a4a4;
}
#artigo-detalhe aside {
  background: #f3f3f3;
  border: 1px solid #cacaca;
  float: right;
  padding: 10px;
  width: 350px;
}
#artigo-detalhe aside h2 {
  font-size: 14px;
  margin-bottom: 10px;
}
#artigo-detalhe aside li {
  padding: 7px 0;
}
#artigo-detalhe aside li + li {
  border-top: 1px solid #cacaca;
}
#contato #navegacao {
  margin: 10px 15px 0;
}
#contato #conteudo {
  background: #f3f3f3;
  border: 1px solid #cacaca;
  font-size: 14px;
  padding-top: 15px;
}
#contato #conteudo h2 {
  font-size: 18px !important;
  margin-bottom: 10px;
}
#contato #conteudo > div {
  margin: 15px 25px;
}
#contato #conteudo form {
  margin: 15px auto;
  width: 466px;
}
#contato #conteudo label {
  font-size: 12px;
}
#contato #conteudo .borda {
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  padding: 15px 0;
}
#contato #conteudo button {
  color: #333333;
}
/*PAULO*/
#clientes #parc li {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-box-shadow: 0px 0px 12px 2px rgba(60, 60, 60, 0.3);
  -moz-box-shadow: 0px 0px 12px 2px rgba(60, 60, 60, 0.3);
  box-shadow: 0px 0px 12px 2px rgba(60, 60, 60, 0.3);
  border: 1px solid #cacaca;
  float: left;
  margin: 10px 11px;
}
#clientes #parc li:hover {
  border-color: #666666;
}
#clientes #parc a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 225px;
  height: 135px;
}
#normas #conteudo {
  padding-top: 15px;
  height: 591px;
}
#normas article {
  margin: 0 auto 10px;
  width: 600px;
  padding: 10px;
}
#abertura-container {
  background: #333333;
}
#abertura {
  opacity: 0;
  filter: alpha(opacity=0);
  /*background: url(../images/fotoAbertura.jpg) fixed no-repeat;*/
  background: #c9c9c9;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#abertura #barra {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  background: rgba(255, 255, 255, 0.6);
  margin-top: -100px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 200px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
#abertura #barra:hover {
  background: rgba(255, 255, 255, 0.8);
}
#abertura #sombra {
  background: url(../images/sombra.png) no-repeat;
  display: block;
  margin-top: -435px;
  position: absolute;
  top: 50%;
  left: 40%;
  width: 1110px;
  height: 871px;
}
#abertura .entrar {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #650000;
  color: #ffffff;
  display: block;
  font-weight: 700;
  font-size: 12px;
  margin-left: -60px;
  padding: 5px 15px;
  position: absolute;
  bottom: 35px;
  left: 50%;
  text-transform: uppercase;
  text-align: center;
  width: 90px;
}
#abertura .logo {
  margin-left: -170px;
  position: absolute;
  top: 35px;
  left: 50%;
}
#topo-container #nav-container{
  background: #494949;
}
#topo-container #nav-container ul li a{
  color: #fff;
}
#topo-container #nav-container ul li:hover{
  background: #494949;
}
#rodape-container{
  background: url(../images/bgRodape.jpg) #494949 no-repeat center top;
}
#rodape-container footer ul li a{
  color: #fff;
}
#rodape-container footer address{
  color: #fff;
}
/* EDUARDO 13/05/2014*/
.ao-topo {
  background: #650000 url(../images/to-top-branco.png) no-repeat center;
  display: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 45px;
  height: 45px;
  z-index: 1000;
}
.ao-topo:before {
  -webkit-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
  background: #650000;
  color: #ffffff;
  content: 'Voltar ao topo';
  display: block;
  font-size: 10px;
  line-height: 20px;
  overflow: hidden;
  position: absolute;
  top: 12px;
  right: 45px;
  text-transform: uppercase;
  text-align: right;
  white-space: nowrap;
  width: 0;
}
.ao-topo:hover:before {
  padding: 0 3px;
  width: 90px;
}
h2.traco{
  position: relative;
  text-indent: 10px;
  width: 300px!important;
}
h2.traco::before{
  background: url(../images/traco-h2.png) no-repeat top left;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 14px;
  width: 240px;
}
#abertura{
background-image: -moz-linear-gradient(top, #f3f3f3, #cacaca);
background-image: -ms-linear-gradient(top, #f3f3f3, #cacaca);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#cacaca));
background-image: -webkit-linear-gradient(top, #f3f3f3, #cacaca);
background-image: -o-linear-gradient(top, #f3f3f3, #cacaca);
background-image: linear-gradient(top, #f3f3f3, #cacaca);
/*IE do mau Diego 18/07/2014*/
filter: progid:DXImageTransform.Microsoft.Gradient(
            StartColorStr='#f3f3f3', EndColorStr='#cacaca', GradientType=0);
}
#abertura #sombra{
  display: none;
}
#externo{
  height: 450px;
  overflow: hidden;
}
#externo .quadro{
  position: relative;
  left: 50%;
  margin-left: -1000px;
  width: 2000px;
}
.nivo-controlNav{
  padding: 0!important;
  bottom: 20px;
  position: relative;
  z-index: 50;
}
.nivo-controlNav a{
  background: #650000;
  display: inline-block;
  margin-right: 5px;
  height: 15px;
  width: 15px;
  text-indent: -9999px;
}
.nivo-controlNav a.active{
  background: #fff;
}
/* EDUARDO 16/06/2014 */
#abertura .logo {
  margin-left: -165px;
}
body{
  background: url(../images/fundo.jpg) repeat top center;
}
#topo-container{
  background: none;
}
section{
  background: none;
}
#home{
  background: none;
}
#rodape-container {
  background: url(../images/bgRodape.png) no-repeat center top;
}
#home .item{
  display: block;
  margin-bottom: 15px;
}
#home .item .titulo{
  color: #650000;
  font-family: "halogen", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
#home .item .descricao{
  height: auto;
  overflow: auto;
  -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,.2);
  box-shadow: 0 0 10px 1px rgba(0,0,0,.2);
}
#home .item .descricao .img{
  background: #cacaca;
  display: block;
  float: left;
  /*margin-right: 10px;*/
  /*padding: 10px 10px 0 10px;*/
}
#home .item .descricao-texto{
  background: #fff;
  display: block;
  float: right;
  font-size: 12px;
  line-height: 18px;
  padding: 5px;
  height: auto;
  /*width: 525px;*/
  width: 590px;
  margin-top: 0px;
  margin-bottom: 0px;
}
#home .item .botao-mais {
  margin-top: 10px;
}
.main{
  background: #f3f3f3;
  padding: 19px!important;
}
#area-atuacao dt {
  background: #f3f3f3;
}
#consulta-processos ul{
  background: #f3f3f3;
  *zoom: 1;
}
#consulta-processos ul::before,ul::after{
  display: table;
  content: '';
}
#consulta-processos ul::after{
  clear: both;
}
#artigo-detalhe article {
  background: #f3f3f3;
  padding: 10px;
  width: 608px;
}
/*font-family: "halogen", Arial, sans-serif;*/
#nav-container nav ul li a{
  font-family: "raleway",sans-serif;
  font-size: 13px;
  padding: 0 10px;
}
#rodape-container footer .links li a{
  font-family: "raleway", sans-serif;
}
section h1{
  font-family: "raleway", sans-serif;
}
#equipe .equipe h2{
  color: #650000;
  font-size: 16px;
}
#equipe #conteudo .lista-definicoes{
  text-align: center;
}
#equipe .equipe {
  display: block;
  float: left;
  width: 465px;
}
#equipe .equipe img{
  box-shadow: none;
  margin: 10px auto;
  max-width: 310px;
}
/*#equipe #conteudo .lista-definicoes dd{
    float: left;
    width: 465px;
}*/