@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,
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;
  padding: 0;
  -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;
}
.menu-1 nav a:hover,
.menu-1 nav a:focus {
  outline: none;
}
.menu-1 a::before,
.menu-1 a::after {
  display: inline-block;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}
.menu-1 a::before {
  margin-right: 10px;
  content: '[';
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px);
}
.menu-1 a::after {
  margin-left: 10px;
  content: ']';
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px);
}
.menu-1 a:hover::before,
.menu-1 a:hover::after,
.menu-1 a:focus::before,
.menu-1 a:focus::after {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
.menu-2 nav a:hover,
.menu-2 nav a:focus {
  outline: none;
}
.menu-2 a::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(0, 0, 0, 0.1);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}
.menu-2 a:hover::after,
.menu-2 a:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
/*MENU 3 EX: <a href="#"><span data-hover="Palavra Menu">Palavra Menu</span></a> */
.menu-3 nav a:hover,
.menu-3 nav a:focus {
  outline: none;
}
.menu-3 a {
  overflow: hidden;
}
.menu-3 a span {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.menu-3 a span::before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  font-weight: 700;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.menu-3 a:hover span,
.menu-3 a:focus span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* MENU-4 EX: <a href="#" data-hover="Palavra Menu"><span>Palavra Menu</span></a> */
.menu-4 {
  position: relative;
  z-index: 1;
}
.menu-4 nav a:hover,
.menu-4 nav a:focus {
  outline: none;
}
.menu-4 a {
  overflow: hidden;
}
.menu-4 a span {
  display: block;
  padding: 10px 20px;
  background: #0f7c67;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.menu-4 a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  padding: 10px 20px;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #0f7c67;
  content: attr(data-hover);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translateX(-25%);
}
.menu-4 a:hover span,
.menu-4 a:focus span {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%);
}
.menu-4 a:hover::before,
.menu-4 a:focus::before {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transform: translateX(0%);
}
/* MENU-5 EX: <a href="#" data-hover="Palavra Menu"><span>Palavra Menu</span></a> */
/* o @color-hover é a cor da palavra no :hover */
/* o @color é a cor do sublinhado da palavra */
/* ELEMENTOS */
body {
  color: #252525;
  font: normal 12px "museo-sans", sans-serif;
  min-width: 1100px;
  text-rendering: optimizelegibility;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover,
a:active {
  color: #0d0d0d;
}
b,
strong {
  font-weight: bold;
}
i,
em {
  font-style: italic;
}
button {
  border: 0;
  cursor: pointer;
  display: block;
  float: right;
}
abbr {
  border-bottom: 1px dotted #ffffff;
  cursor: help;
}
::selection {
  background: #d00c00;
  color: #ffffff;
}
::moz-selection {
  background: #d00c00;
  color: #ffffff;
}
.container {
  margin: 0;
  min-width: 1100px;
  overflow: visible;
  position: relative;
  width: 100%;
}
.content {
  margin: 0 auto;
  position: relative;
  width: 1100px;
}
.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;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
#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 .item-form {
  *zoom: 1;
  position: relative;
  margin-bottom: 12px;
}
form .item-form:before,
form .item-form:after {
  display: table;
  content: "";
}
form .item-form:after {
  clear: both;
}
form .alertaErro {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  font: bold 10px/22px "museo-sans", sans-serif;
  padding: 0 10px;
  position: absolute;
  top: -15px;
  left: 30%;
  white-space: nowrap;
  z-index: 20;
}
form .alertaErro:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid rgba(0, 0, 0, 0.7);
  content: '';
  display: block;
  position: absolute;
  top: 22px;
  left: 15px;
  width: 0;
  height: 0;
}
form .validar-erro {
  border-color: #d00c00 !important;
}
form .validar-sucesso {
  border-color: #acacac !important;
  color: #808080 !important;
}
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 #acacac;
  float: left;
  font-family: "museo-sans", sans-serif;
  padding: 2px;
  width: 350px;
}
form.padrao input {
  line-height: 20px;
}
form.padrao textarea {
  height: 120px;
  resize: none;
}
form.padrao em {
  color: #d00c00;
  display: block;
  float: left;
}
form.padrao p.legenda {
  clear: left;
  color: #636363;
  float: left;
  font-size: 11px !important;
  margin-left: 105px;
}
form.padrao button {
  -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);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #d00c00;
  color: #ffffff;
  float: right;
  font: normal 16px "museo-sans", sans-serif;
  margin-right: 7px;
  padding: 4px 10px;
  text-align: center;
  text-transform: uppercase;
}
form.padrao button:hover {
  background: #ff1204;
}
form.padrao button[type="reset"] {
  background: #636363;
  font-size: 90%;
}
form.padrao button[type="reset"]:hover {
  background: #7d7d7d;
}
form.padrao .alertaErro {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  font: bold 10px/22px "museo-sans", 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(0, 0, 0, 0.7);
  content: '';
  display: block;
  position: absolute;
  top: 22px;
  left: 15px;
  width: 0;
  height: 0;
}
form.padrao .validar-erro {
  border-color: #d00c00 !important;
}
form.padrao .validar-sucesso {
  border-color: #acacac !important;
  color: #808080 !important;
}
form.padrao .item-form.multiplo input {
  background: 0;
  border: 0;
  float: none;
  margin: 0 5px;
  vertical-align: -1px;
  width: auto;
}
form.padrao .item-form.multiplo input + label {
  clear: none;
  cursor: pointer;
  display: inline-block;
  float: none;
  margin-right: 30px;
  text-align: left;
  width: auto !important;
}
form.padrao .item-form.multiplo input + label:after {
  display: none;
}
form.padrao fieldset {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid #d00c00;
  margin-bottom: 20px;
  padding: 10px;
}
form.padrao legend {
  color: #d00c00;
  font-size: 16px;
  font-weight: bold;
  padding: 0 10px;
}
#navegacao {
  border-top: 1px solid rgba(172, 172, 172, 0.7);
  clear: both;
  font-size: 11px;
  padding: 5px 0;
  text-align: right;
  /*
	position: absolute;
	right: 15px;
	bottom: 10px;
	*/
}
#navegacao a {
  color: #29166f;
  cursor: pointer;
  margin-left: 20px;
}
#navegacao .topo:before {
  content: '▲';
  margin-right: 5px;
}
#navegacao .voltar:before {
  content: '◄';
  margin-right: 5px;
}
ul.mapa-site {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  *zoom: 1;
  background: rgba(242, 242, 242, 0.2);
  padding: 20px;
}
ul.mapa-site:before,
ul.mapa-site:after {
  display: table;
  content: "";
}
ul.mapa-site:after {
  clear: both;
}
ul.mapa-site > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  font-size: 18px;
  margin-bottom: 30px;
  padding-left: 20px;
  width: 25%;
}
ul.mapa-site > li:nth-child(4n+1) {
  clear: left;
}
ul.mapa-site > li:before {
  color: #d00c00;
  content: '➨';
  display: inline-block;
  font-size: 90%;
  margin-right: 5px;
  margin-left: -20px;
  vertical-align: baseline;
}
ul.mapa-site > li > a {
  border-bottom: 1px dotted #acacac;
}
ul.mapa-site ul {
  margin-left: 20px;
}
ul.mapa-site ul li {
  font-size: 80%;
  margin-top: 3px;
}
ul.mapa-site a:hover {
  text-decoration: underline;
}
/* ROLAGEM PERSONALIZADA */
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  background: #6a0600;
}
::-webkit-scrollbar-thumb {
  background: #9d0900;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.005);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.005);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.005);
}
.sombra {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}
.radial-cinza {
  background-color: #dedede;
  background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#ffffff), to(#dedede));
  background-image: -webkit-radial-gradient(circle, #ffffff, #dedede);
  background-image: -moz-radial-gradient(circle, #ffffff, #dedede);
  background-image: -ms-radial-gradient(circle, #ffffff, #dedede);
  background-image: -o-radial-gradient(circle, #ffffff, #dedede);
  background-repeat: no-repeat;
}
.quadro-cinza {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  background: rgba(172, 172, 172, 0.1);
  overflow: auto;
  padding: 30px 30px 30px 50px;
}
.img-float {
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  border: 2px solid #d00c00;
  float: right;
}
#sprite .seta-cinza {
  background: url(../images/sprite.png) no-repeat 0px 0px;
  display: inline-block;
  width: 11px;
  height: 17px;
}
#sprite .seta-vermelha {
  background: url(../images/sprite.png) no-repeat -51px -100px;
  display: block;
  width: 11px;
  height: 20px;
}
#sprite .seta-esquerda {
  background: url(../images/sprite.png) no-repeat -11px 0px;
  display: block;
  width: 40px;
  height: 40px;
}
#sprite .seta-direita {
  background: url(../images/sprite.png) no-repeat -51px 0px;
  display: block;
  width: 40px;
  height: 40px;
}
#sprite .telefone {
  background: url(../images/sprite.png) no-repeat -91px 0px;
  display: inline-block;
  width: 24px;
  height: 30px;
}
#sprite .carta {
  background: url(../images/sprite.png) no-repeat -159px 0px;
  display: block;
  width: 130px;
  height: 101px;
}
#sprite .subtitulo-marcador {
  background: url(../images/sprite.png) no-repeat -115px 0px;
  display: block;
  width: 13px;
  height: 40px;
}
#sprite .info {
  background: url(../images/sprite.png) no-repeat -128px 0px;
  display: block;
  width: 21px;
  height: 21px;
}
#sprite .facebook {
  background: url(../images/sprite.png) no-repeat 0px -40px;
  display: block;
  width: 53px;
  height: 53px;
}
#sprite .youtube {
  background: url(../images/sprite.png) no-repeat -53px -40px;
  display: block;
  width: 53px;
  height: 53px;
}
#sprite .linkedin {
  background: url(../images/sprite.png) no-repeat -106px -40px;
  display: block;
  width: 53px;
  height: 53px;
}
#sprite .before-select {
  background: url(../images/sprite.png) no-repeat -7px -101px;
  display: block;
  width: 24px;
  height: 9px;
}
body {
  background: url(../images/bg.png);
  font-size: 16px;
}
#topo-container {
  margin: 0;
  min-width: 1100px;
  overflow: visible;
  position: relative;
  width: 100%;
}
#topo-container header {
  margin: 0 auto;
  position: relative;
  width: 1100px;
  height: 545px;
}
#topo-container nav {
  margin: 0;
  min-width: 1100px;
  overflow: visible;
  position: relative;
  width: 100%;
  background: #d00c00;
  padding: 10px 0;
  margin-top: 21px;
}
#topo-container nav:before {
  background: #d00c00;
  content: '';
  position: absolute;
  top: -14px;
  width: 100%;
  height: 7px;
}
#topo-container nav ul {
  margin: 0 auto;
  position: relative;
  width: 1100px;
  text-align: center;
}
#topo-container nav ul li {
  -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);
  display: inline-block;
  position: relative;
}
#topo-container nav ul li: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: rgba(255, 255, 255, 0.9);
  content: '';
  position: absolute;
  display: block;
  bottom: -2px;
  left: -9px;
  opacity: 0;
  padding-left: 10px;
  width: 100%;
  height: 2px;
}
#topo-container nav ul li:after {
  -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: rgba(255, 255, 255, 0.9);
  content: '';
  position: absolute;
  display: block;
  top: -2px;
  left: -11px;
  opacity: 0;
  padding-bottom: 4px;
  width: 2px;
  height: 100%;
}
#topo-container nav ul li:hover: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);
  opacity: 1;
}
#topo-container nav ul li:hover:after {
  -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);
  opacity: 1;
}
#topo-container nav ul li:hover a {
  color: rgba(255, 255, 255, 0.7);
}
#topo-container nav ul li + li {
  margin-left: 15px;
}
#topo-container nav a {
  color: #ffffff;
  display: table-cell;
  font: 500 16px/18px "museo", serif;
  text-align: center;
  vertical-align: middle;
  height: 35px;
  width: 82px;
}
#topo-container #logo {
  position: absolute;
  top: 40px;
  left: 0;
  width: 320px;
}
#conteudo-container {
  *zoom: 1;
  margin: 0 auto;
  position: relative;
  width: 1100px;
  margin-top: -215px;
  z-index: 100;
}
#conteudo-container:before,
#conteudo-container:after {
  display: table;
  content: "";
}
#conteudo-container:after {
  clear: both;
}
#conteudo-container section.interno {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  *zoom: 1;
  background: rgba(235, 235, 235, 0.9);
  margin-bottom: 40px;
  padding: 30px;
}
#conteudo-container section.interno:before,
#conteudo-container section.interno:after {
  display: table;
  content: "";
}
#conteudo-container section.interno:after {
  clear: both;
}
#conteudo-container section.interno h1 {
  color: #db261d;
  font-family: "museo", serif;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
}
#conteudo-container section.interno h1:before {
  background: url(../images/sprite.png) no-repeat -51px -100px;
  display: block;
  width: 11px;
  height: 20px;
  content: '';
  position: absolute;
  top: 10px;
  left: 0px;
}
#conteudo-container section.interno h2 {
  color: #252525;
  font-family: "museo", serif;
  font-size: 27px;
  font-weight: 700;
  margin-top: 10px;
}
#conteudo-container section.interno .texto {
  *zoom: 1;
  margin-left: 25px;
}
#conteudo-container section.interno .texto:before,
#conteudo-container section.interno .texto:after {
  display: table;
  content: "";
}
#conteudo-container section.interno .texto:after {
  clear: both;
}
#conteudo-container section.interno .texto p {
  line-height: 1.6em;
  margin-bottom: 25px;
}
#conteudo-container section.interno .texto ul {
  margin: 15px 0;
}
#conteudo-container section.interno .texto ul li {
  margin-left: 15px;
  position: relative;
}
#conteudo-container section.interno .texto ul li:before {
  content: '•';
  color: #d00c00;
  display: block;
  font-size: 20px;
  position: absolute;
  top: -2px;
  left: -15px;
}
#conteudo-container section.interno .texto ul li + li {
  margin-top: 15px;
}
#conteudo-container section.interno .texto table {
  background: #b7b7b7;
  color: #252525;
  width: 95%;
}
#conteudo-container section.interno .texto table td {
  padding: 5px;
  text-align: center;
}
#conteudo-container section.interno .texto table th {
  background: #464646;
  color: #ffffff;
  font-size: 17px;
  padding: 10px;
  text-align: center;
}
#conteudo-container section.interno .texto table tr:hover {
  background: #9e9e9e !important;
}
#conteudo-container section.interno .texto table tr:nth-child(even) {
  background: #cccccc;
}
#barra-inferior {
  clear: both;
}
#destaques {
  background-color: #dedede;
  background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#ffffff), to(#dedede));
  background-image: -webkit-radial-gradient(circle, #ffffff, #dedede);
  background-image: -moz-radial-gradient(circle, #ffffff, #dedede);
  background-image: -ms-radial-gradient(circle, #ffffff, #dedede);
  background-image: -o-radial-gradient(circle, #ffffff, #dedede);
  background-repeat: no-repeat;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  overflow: auto;
  padding: 20px;
}
#destaques #box-noticias {
  float: left;
  position: relative;
  width: 700px;
}
#destaques #box-noticias h2 {
  background: #e44a18;
}
#destaques #box-noticias .imagem {
  position: absolute;
  top: 20px;
  right: 20px;
}
#destaques #box-noticias figure {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 230px;
  height: 235px;
  vertical-align: top;
}
#destaques #box-noticias figure img {
  display: inline;
  max-width: 230px;
  max-height: 235px;
}
#destaques #box-noticias img {
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  border: 4px solid #ffffff;
}
#destaques #box-noticias .destaques-texto {
  width: 400px;
}
#destaques #box-noticias h3 {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2em;
  margin-top: 10px;
}
#destaques #box-noticias p {
  font-size: 14px;
  line-height: 1.5em;
  margin: 18px 0;
}
#destaques #box-noticias a {
  color: #e44a18;
  font-weight: 700;
}
#destaques #newsletter {
  float: right;
  font-size: 14px;
  width: 300px;
}
#destaques #newsletter h2 {
  background: #d00c00;
  overflow: hidden;
  position: relative;
}
#destaques #newsletter h2:after {
  background: url(../images/sprite.png) no-repeat -159px 0px;
  display: block;
  width: 130px;
  height: 101px;
  content: '';
  position: absolute;
  top: -25px;
  right: -45px;
}
#destaques #newsletter input {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #acacac;
  font-size: 18px;
  font-family: "museo-sans", sans-serif;
  padding: 3px 7px;
  width: 245px;
  height: 37px;
}
#destaques #newsletter .item-form {
  margin: 10px 0 !important;
}
#destaques #newsletter button {
  background: transparent;
  color: #d00c00;
  font: 700 18px "museo", serif;
}
#destaques h2 {
  color: #ffffff;
  font: 700 30px/30px "museo", serif;
  padding: 15px 25px;
}
#destaques .destaques-texto {
  padding: 10px 25px;
}
#clientes {
  padding: 15px 0;
}
#clientes h2 {
  color: #d00c00;
  font: 700 30px "museo", serif;
  text-indent: 40px;
}
#clientes .slider-clientes {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  background-color: #ffffff;
}
#clientes .bx-prev,
#clientes .bx-next {
  margin-top: -20px;
  position: absolute;
  top: 50%;
  text-indent: -9000px;
}
#clientes .bx-prev {
  background: url(../images/sprite.png) no-repeat -11px 0px;
  display: block;
  width: 40px;
  height: 40px;
  left: -70px;
}
#clientes .bx-next {
  background: url(../images/sprite.png) no-repeat -51px 0px;
  display: block;
  width: 40px;
  height: 40px;
  right: -70px;
}
#clientes .bx-wrapper {
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
}
#clientes a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 165px;
  height: 100px;
}
#clientes a img {
  display: inline;
  max-width: 165px;
  max-height: 100px;
}
#rodape-container {
  margin: 0;
  min-width: 1100px;
  overflow: visible;
  position: relative;
  width: 100%;
  background: #d00c00;
  color: #ffffff;
  font-size: 14px;
  margin-top: -35px;
  padding-top: 30px;
  padding-bottom: 20px;
}
#rodape-container footer {
  margin: 0 auto;
  position: relative;
  width: 1100px;
  overflow: auto;
}
#rodape-container a {
  color: #ffffff;
}
#rodape-container a:hover {
  text-decoration: underline;
}
#rodape-container .links {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 30px;
  padding: 20px 0;
  text-align: center;
}
#rodape-container .links li {
  display: inline-block;
}
#rodape-container .links li + li {
  margin-left: 50px;
}
#rodape-container .bloco {
  float: left;
  padding: 0 30px;
}
#rodape-container .telefone {
  font-size: 28px;
  font-weight: 700;
  margin-top: 15px;
}
#rodape-container .telefone:before {
  background: url(../images/sprite.png) no-repeat -91px 0px;
  display: inline-block;
  width: 24px;
  height: 30px;
  content: '';
  vertical-align: -7px;
}
#rodape-container .telefone small {
  font-size: 16px;
  margin-right: 5px;
  vertical-align: 8px;
}
#rodape-container .sociais li {
  -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);
  float: left;
  margin-left: 15px;
  position: relative;
}
#rodape-container .sociais li:hover {
  bottom: 2px;
}
#rodape-container .sociais .fb {
  background: url(../images/sprite.png) no-repeat 0px -40px;
  display: block;
  width: 53px;
  height: 53px;
}
#rodape-container .sociais .yt {
  background: url(../images/sprite.png) no-repeat -53px -40px;
  display: block;
  width: 53px;
  height: 53px;
}
#rodape-container .sociais .in {
  background: url(../images/sprite.png) no-repeat -106px -40px;
  display: block;
  width: 53px;
  height: 53px;
}
#rodape-container #ows {
  bottom: 0;
}
#home {
  margin-top: 100px;
  width: 115%;
}
.item-servico {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #dedede;
  background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#ffffff), to(#dedede));
  background-image: -webkit-radial-gradient(circle, #ffffff, #dedede);
  background-image: -moz-radial-gradient(circle, #ffffff, #dedede);
  background-image: -ms-radial-gradient(circle, #ffffff, #dedede);
  background-image: -o-radial-gradient(circle, #ffffff, #dedede);
  background-repeat: no-repeat;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  color: #252525;
  display: block;
  float: left;
  margin: 0 20px 20px 0;
  padding: 9px;
  width: 260px;
  height: 390px;
}
.item-servico .barra {
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  height: 9px;
}
.item-servico .titulo {
  margin: 10px 0;
  padding-left: 20px;
  position: relative;
}
.item-servico .titulo:before {
  background: url(../images/sprite.png) no-repeat 0px 0px;
  display: inline-block;
  width: 11px;
  height: 17px;
  content: '';
  margin-top: -8px;
  position: absolute;
  top: 50%;
  left: 2px;
}
.item-servico .titulo h2 {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 215px;
  height: 55px;
  font: 700 28px/24px "museo", serif;
  letter-spacing: -1px;
  text-align: left;
}
.item-servico .titulo h2 img {
  display: inline;
  max-width: 215px;
  max-height: 55px;
}
.item-servico .imagem {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  width: 240px;
  height: 135px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.45);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.45);
  border: 5px solid #ffffff;
}
.item-servico .imagem img {
  max-width: none;
  min-width: 240px;
  min-height: 135px;
}
.item-servico .descricao {
  font-size: 14px;
  line-height: 20px;
  margin: 10px 5px;
}
#navegacao {
  border-top: 1px solid #d00c00;
  margin-bottom: 20px;
}
#navegacao a {
  color: #d00c00;
}
#empresa .texto {
  float: left;
  width: 740px;
}
#empresa .img-float {
  width: 250px;
}
#consultoria .img-float {
  width: 250px;
}
#consultoria .texto {
  float: left;
  width: 740px;
}
#recrutamento img {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  border: 2px solid #d00c00;
}
#treinamento .item-treinamento {
  float: left;
  margin-top: 0 !important;
  margin-right: 15px;
  margin-bottom: 15px;
  position: relative;
  height: 230px;
  width: 300px;
}
#treinamento .item-treinamento a {
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  display: block;
  overflow: hidden;
  width: 300px;
  height: 230px;
}
#treinamento .item-treinamento a img {
  max-width: none;
  min-width: 300px;
  min-height: 230px;
}
#treinamento .item-treinamento .titulo {
  color: #ffffff;
  font-family: "museo", serif;
  font-size: 28px;
  line-height: 30px;
  bottom: 10px;
  left: 15px;
  position: absolute;
  width: 270px;
}
#treinamento .item-treinamento img {
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
}
#treinamento .item-treinamento img:hover {
  -webkit-filter: grayscale(0.5);
  -moz-filter: grayscale(0.5);
}
#treinamento .item-treinamento:before {
  display: none !important;
}
#treinamento .texto {
  width: 1000px !important;
}
#treinamento-interna .subtitulo {
  color: #db261d;
  font-family: "museo", serif;
  font-size: 28px;
  font-weight: 700;
  margin-left: 15px;
  position: relative;
  text-indent: 15px;
}
#treinamento-interna .subtitulo:before {
  background: url(../images/sprite.png) no-repeat -115px 0px;
  display: block;
  width: 13px;
  height: 40px;
  content: '';
  position: absolute;
  top: -15px;
  left: -10px;
}
#head-hunther .texto {
  float: left;
  width: 740px;
}
#fotos ul {
  margin-left: 25px !important;
}
#fotos ul li {
  float: left;
  margin: 0 !important;
  margin-right: 28px !important;
  height: 250px;
  width: 225px;
}
#fotos ul li:before {
  display: none !important;
}
#fotos ul li span {
  display: block;
  overflow: hidden;
  width: 225px;
  height: 175px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
  position: relative;
}
#fotos ul li span img {
  max-width: none;
  min-width: 225px;
  min-height: 175px;
}
#fotos ul li span:before {
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.75);
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fotos ul li .titulo {
  font-size: 17px;
  margin: auto;
  margin-top: 10px;
  text-align: center;
  width: 225px;
}
#agenda table .data {
  width: 100px;
}
#agenda table .inf {
  width: 25px;
}
#agenda table .inf a {
  background: url(../images/sprite.png) no-repeat -128px 0px;
  width: 21px;
  height: 21px;
  display: block;
  margin: 0 auto;
  margin-top: 2px;
}
#contato .esquerda {
  float: left;
}
#contato .esquerda img {
  margin-top: 10px;
  margin-left: 160px;
}
#contato .padrao {
  float: right;
  margin-right: 70px;
  width: 445px;
}
#contato .padrao button {
  font-family: "museo", serif;
  line-height: 20px;
  position: relative;
}
#contato .padrao button:hover {
  bottom: 2px;
}
#contato .padrao input,
#contato .padrao textarea,
#contato .padrao select {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.35);
  box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.35);
  background: #ffffff;
  text-indent: 10px;
  width: 300px;
}
#contato .padrao label {
  color: #252525;
  line-height: 40px;
  width: 125px;
}
#contato .padrao input {
  line-height: 30px;
}
#contato .padrao select {
  line-height: 35px;
  height: 35px;
  opacity: 0;
  position: relative;
  z-index: 10;
}
#contato .padrao .trick {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.35);
  box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.35);
  background: #ffffff;
  border: 1px solid #acacac;
  cursor: pointer;
  display: block;
  line-height: 40px;
  overflow: hidden;
  position: absolute;
  text-indent: 10px;
  top: 0;
  right: 10px;
  height: 35px;
  width: 300px;
}
#contato .padrao .trick:after {
  background: url(../images/sprite.png) no-repeat -7px -101px;
  display: block;
  width: 24px;
  height: 9px;
  content: '';
  position: absolute;
  top: 15px;
  right: 10px;
}
#localizacao {
  position: relative;
}
#localizacao #mapa {
  width: 965px;
  height: 530px;
}
#localizacao .texto {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  overflow: hidden;
}
#localizacao .faixa {
  background: rgba(208, 12, 0, 0.85);
  position: absolute;
  height: 530px;
  width: 230px;
  z-index: 10;
}
#localizacao .faixa address {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
  margin-left: 15px;
  position: absolute;
  bottom: 25px;
}
#oportunidades #alfabeto {
  border-top: 1px solid #d00c00;
  border-bottom: 1px solid #d00c00;
  width: 968px!important;
}
#oportunidades #alfabeto li {
  -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);
  display: inline-block;
  line-height: 35px;
  margin: 0!important;
  padding: 0 10px;
}
#oportunidades #alfabeto li:before {
  display: none!important;
}
#oportunidades #alfabeto li a {
  color: #d00c00;
  display: inline;
  font-size: 20px;
  font-weight: 700;
}
#oportunidades #alfabeto li.active {
  background: #d00c00;
}
#oportunidades #alfabeto li.active a {
  color: #ffffff;
}
#oportunidades #alfabeto li:hover {
  background: #d00c00;
}
#oportunidades #alfabeto li:hover a {
  color: #ffffff;
}
#oportunidades #itens {
  *zoom: 1;
  margin-top: 25px;
}
#oportunidades #itens:before,
#oportunidades #itens:after {
  display: table;
  content: "";
}
#oportunidades #itens:after {
  clear: both;
}
#oportunidades #itens li {
  border-bottom: 1px solid #acacac !important;
  float: left;
  margin: 0!important;
  margin-right: 50px !important;
  padding: 10px 0;
  padding-left: 30px;
  width: 40%;
}
#oportunidades #itens li:before {
  left: 15px;
  top: 8px;
}
#oportunidades .ver-todas {
  font-size: 16px;
  text-decoration: underline;
  font-weight: 700;
  position: absolute;
  top: 25px;
  right: 75px;
}
#noticias #listagem {
  margin-left: 25px;
}
#noticias #listagem li {
  -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);
  border-bottom: 1px dotted #acacac;
  display: block;
  padding: 10px 0;
  padding-left: 10px;
  width: 800px;
}
#noticias #listagem li:hover {
  border-bottom: 1px solid #d00c00;
}
#noticias #listagem li .data {
  color: #9d0900;
  display: block;
  font-size: 13px;
  font-style: italic;
  margin-left: 3px;
  margin-bottom: 8px;
}
#noticias #listagem li .titulo {
  color: #252525;
  display: block;
  font-size: 17px;
  font-weight: 700;
}
#noticias #listagem li .descricao {
  font-size: 15px;
}
#noticia-interna .texto {
  float: left;
  width: 700px;
}
#noticia-interna .data {
  color: #9d0900;
  display: block;
  font-size: 13px;
  font-style: italic;
  margin-top: -10px;
  margin-left: 30px;
  margin-bottom: 8px;
}
#noticia-interna img {
  max-width: 300px;
}
#paginacao {
  margin: 15px auto;
  text-align: center;
}
#paginacao a {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #d00c00;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  line-height: 23px;
  height: 23px;
  width: 23px;
}
#paginacao a.active {
  background: #acacac;
  color: #252525;
}

/*PAULO 26/12/2013*/
.tip{
    position: relative;
    background: rgba(0, 0, 0, 0.7);
    right: 120px;
    bottom: 20px;
    border-radius: 5px;
    color: white;
    font-size: 10px;
    width: 200px;
    text-align: left;
    min-height: 50px;
    padding: 5px;
    display: none;
}

.inf:hover .tip{
    display: block;
}

#destaques{
    overflow: hidden;
}

.lista-imagens {
  *zoom: 1;
  width: 110%;
}
.lista-imagens:before,
.lista-imagens:after {
  display: table;
  content: "";
}
.lista-imagens:after {
  clear: both;
}
.lista-imagens li {
  float: left;
  margin: 0 15px 10px 0;
  position: relative;
  height: 200px !important;
}
.lista-imagens a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 185px;
  height: 139px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #39af52;
  overflow: hidden;
}
.lista-imagens a img {
  display: inline;
  max-width: 185px;
  max-height: 139px;
}
.lista-imagens.videos a:before {
  background: url(../images/sprite.png) no-repeat -299px 0px;
  display: block;
  width: 45px;
  height: 45px;
  content: '';
  margin-top: -23px;
  margin-left: -23px;
  position: absolute;
  top: 50%;
  left: 50%;
}

#conteudo-container section#fotos h3{
  /*font: 700 18px "proxima-nova",sans-serif;*/
  margin-bottom: 5px;
}

.lista-consultoria dt{
  background: #db261d;
  clear: both;
  color: #fff;
  cursor: pointer;
  display: block;
  font: 700 25px "museo", serif;
  margin-bottom: 1px;
  padding: 10px 15px;
}
.lista-consultoria dt:after{
  content:'ver mais';
  float: right;
  font-size: 14px;
  margin-top: 6px;
}
.lista-consultoria dd{
  background: #f6f6f6;
  display: none;
  margin: 0 !important;
  padding: 20px;

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(top,  rgba(240,240,240,1) 0%, rgba(240,240,240,0.99) 1%, rgba(240,240,240,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,240,240,1)), color-stop(1%,rgba(240,240,240,0.99)), color-stop(100%,rgba(240,240,240,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(240,240,240,0.99) 1%,rgba(240,240,240,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(240,240,240,0.99) 1%,rgba(240,240,240,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(240,240,240,0.99) 1%,rgba(240,240,240,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(240,240,240,1) 0%,rgba(240,240,240,0.99) 1%,rgba(240,240,240,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#00f0f0f0',GradientType=0 ); /* IE6-9 */
}
.lista-consultoria img{
  border-radius: 5px;
  float: right;
  margin: 20px 10px;
}
.lista-consultoria .texto{
  width: auto !important;
}

/* AFONSO 22/1/2014 */
#conteudo-container section.interno .texto dt{
  font-weight: 700;
}
#conteudo-container section.interno .texto dd{
  margin-bottom: 15px;
}
.botao-cadastro{
  -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);
  -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  background-color: #db261d;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: 300;
  font-size: 25px;
  font-family: "museo-sans", sans-serif;
  line-height: 37px;
  margin-right: 7px;
  padding: 3px 25px;
  position: relative;
  vertical-align: top;
}
.botao-cadastro:hover {
  background: #ff2c21;
  color: #fff;
}
.botao-cadastro:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  top: 1px;
  outline: none;
}
.botao-cadastro:focus {
  outline: 0;
}
#treinamento-interna .botao-cadastro{
  float: right;
  margin-top: -55px;
}

/* AFONSO 25/2/2014 */
#banner-container{
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 750px;
  height: 530px;
}
#banner-container .bx-pager{
  position: absolute;
  bottom: 130px;
  right: 0;
  z-index: 200;
}
#banner-container .bx-pager-item{
  float: left;
  margin-left: 7px;
}
#banner-container .bx-pager-link{
  background: #58585a;
  border-radius: 10px;
  display: block;
  text-indent: -9000px;
  width: 20px;
  height: 20px;
}
#banner-container .bx-pager-link.active{
  background: #c4161c;
}

/*PAULO 25/03/2015*/
#oportunidades #fraseMarota{
    padding: 10px 0;
    font-weight: bold;
}
/* EDUARDO 12/01/2015 */
#topo-container .coaching{
  left: 70px;
  position: absolute;
  top: 295px;
}
#topo-container #logo{
  top: 10px;
}
#conteudo-container{
  margin-top: -100px;
}
#home{
  margin-top: 0;
}

#avisonovoendereco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.35);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}
#avisonovoendereco section.avisoconteudo {
  position: absolute;
  width: 500px;
  border: 1px solid rgb(102,102,102);
  border-radius: 6px;
  background-color: rgb(255,255,255,255);
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.5);
}
#avisonovoendereco section.avisoconteudo header {
  position: relative;
  float: left;
  width: 100%;
}
#avisonovoendereco section.avisoconteudo header h6 {
  position: relative;
  float: left;
  width: calc(100% - 140px);
  margin-left: 40px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
}
#avisonovoendereco section.avisoconteudo header a {
  position: relative;
  float: right;
  width: 58px;
  margin-right: 20px;
  border-bottom: 1px solid rgb(204,0,0);
  border-left: 1px solid rgb(204,0,0);
  border-right: 1px solid rgb(204,0,0);
  line-height: 29px;
  background-color: rgb(255,0,0);
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#avisonovoendereco section.avisoconteudo header a:hover {
  background-color: rgb(255,102,102);
}
#avisonovoendereco section.avisoconteudo article {
  position: relative;
  float: left;
  width: calc(100% - 40px);
  padding: 50px 20px;
}
#avisonovoendereco section.avisoconteudo article p {
  margin: 10px 0;
}
#avisonovoendereco section.avisoconteudo article p:first-child {
  margin-bottom: 30px;
}