/* --------------------------------------- CSS RESET ------------------------------------------ */

@charset "utf-8";
/* CSS Document */

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;
  color: #333132;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
  font-size: 13px;
  word-spacing: -1px;
  line-height: 130%;
  overflow-x: hidden;
}
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;
}
h1, h2, h3, h4, h5, h6{
    font-weight: bold;
}
input,textarea{
    border-radius:0px;
}
select{
  width: 100%;
}
small{
    font-size: 11px;
}
a,select,input,textarea:focus{
    outline:none;
}

/* --------------------------------------- END CSS RESET ------------------------------------------ */

/* --------------------------------------- FONTS ------------------------------------------ */

@font-face {
    font-family: din;
    src: url("../../fonts/din.eot"); /* IE */
}

@font-face{
    font-family: din;
    src: url("../../fonts/din.eot"); /* Outros Browsers */
}
@font-face {
    font-family: din;
    src: url("../../fonts/din.ttf");
}

@font-face {
  font-family: 'Oswald';
  font-weight: 600;
  src: local('Oswald Regular'), local('Oswald-Regular'), 
  url("../../fonts/oswald.woff") format('woff');
  letter-spacing: 10px;
}

@font-face {
  font-family: 'Oswald';
  src: url("../../fonts/oswald.ttf");
}

@font-face {
  font-family: 'Oswald';
  src: url("../../fonts/oswald.otf");
}

@font-face {
    font-family: 'UniversCondensed';
    src: url('../../fonts/unicond.eot');
    src: url('../../fonts/unicond.eot?#iefix') format('eot'),
         url('../../fonts/unicond.woff') format('woff'),
         url('../../fonts/unicond.ttf') format('truetype'),
         url('../../fonts/unicond.svg#webfontPDfnu2z9') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Arial';
}

@font-face {
    font-family: 'Museo';
    src: url('../../fonts/museosans.eot');
    src: url('../../fonts/museosans.eot?#iefix') format('eot'),
         url('../../fonts/museosans.woff') format('woff'),
         url('../../fonts/museosans.ttf') format('truetype'),
         url('../../fonts/museosans.svg#webfontPDfnu2z9') format('svg');
}

.lg{
    font-size: 18px !important;
}

.din{
    font-family: din, Arial, Helvetica;
    white-space: nowrap;
}

.oswald{
    font-family: Oswald, Arial, Helvetica;
    white-space: nowrap;
}

.univers{
    font-family: UniversCondensed, Arial, Helvetica;
    white-space: nowrap;
    font-stretch: condensed;
}

.museo{
    font-family: Museo, Arial, Helvetica;
    font-size: 15px;
}

.fs-12{
  font-size: 12px;
}

.fs-13{
  font-size: 13px;
}

.fs-14{
  font-size: 14px;
}

.fs-18{
  font-size: 18px;
}

.line-170{
  line-height: 170%;
}


/* --------------------------------------- END FONTS ------------------------------------------ */

/* -------------------- MARGIN -------------------- */

.margin-0{
    margin: 0 !important;
}

.no-margin{
  margin: 0px !important;
}

.margin-15 {
  margin: 15px !important;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.margin-top--10 {
  margin-top: -10px !important;
}
.margin-top--5 {
  margin-top: -7px !important;
}
.margin-right-10 {
  margin-right: 10px !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-left-10 {
  margin-left: 10px !important;
}
.margin-left-25 {
  margin-left: 25px !important;
}
.margin-left-15 {
  margin-left: 15px !important;
}
.margin-left-35 {
  margin-left: 35px !important;
}
.margin-bottom-35 {
  margin-bottom: 35px !important;
}
.margin-bottom-40 {
  margin-bottom: 40px !important;
}
.margin-bottom-45 {
  margin-bottom: 45px !important;
}
.margin-bottom-65 {
  margin-bottom: 65px !important;
}
.margin-bottom-55 {
  margin-bottom: 55px !important;
}
.margin-top-25 {
  margin-top: 25px !important;
}
.margin-top-40 {
  margin-top: 40px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-top-5 {
  margin-top: 5px !important;
}
.margin-left--60 {
  margin-left: -60px !important;
}
.margin-left--15 {
  margin-left: -15px !important;
}
.margin-left--10 {
  margin-left: -10px !important;
}
.margin-left--130 {
  margin-left: -135px !important;
}
.margin-top-15 {
  margin-top: 15px !important;
}
.margin-top-35 {
  margin-top: 35px !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-top-45 {
  margin-top: 45px !important;
}
.margin-top-55 {
  margin-top: 55px !important;
}
.margin-top--15 {
  margin-top: -15px !important;
}
.margin-top--25 {
  margin-top: -25px !important;
}
.margin-top--35 {
  margin-top: -35px !important;
}
.margin-bottom-15{
  margin-bottom: 15px !important;
}
.margin-left-5{
    margin-left: 5px !important;
}
.margin-bottom-25{
    margin-bottom: 25px !important;
}
.margin-bottom-45{
    margin-bottom: 45px !important;
}
.margin-bottom-35{
    margin-bottom: 35px !important;
}
.margin-right-5{
    margin-right: 5px !important;
}
.margin-right-15{
    margin-right: 15px !important;
}
.margin-bottom--15{
  margin-bottom: -15px !important;
}
/* ----------------- END MARGIN ------------------ */

/* --------------- SPACES ------------------ */

.horizontal_spacing {
  margin-right: 10px !important;
  margin-left: 10px !important;
}
.vertical_spacing {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
/* ----------------- END SPACES ---------------------- */

/* --------------- TEXT ALIGN ------------------ */

.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.center_space{
  margin: 25px auto !important;
  display: block !important;
}
.center{
  margin: 0px auto !important;
  display: block !important;
}
/* ----------- END TEXT ALIGN ------------------ */

/* ---------------- BORDER ------------------ */

.border {
  border: solid 1px #ccc;
}
.no-border {
  border: none !important;
}

.border-right{
    border-right:solid 1px #ccc;
}

.border-left{
    border-left:solid 1px #ccc;
}

/* ---------------- END BORDER ------------------ */

/* ---------------- PADDING ------------------ */
.no-padding{
  padding: 0px !important;
}
.padding-5{
    padding: 5px;
}
.padding-15 {
  padding: 15px !important;
}
.padding-10 {
  padding: 10px;
}
.padding-20{
  padding: 20px;
}
.padding-25 {
  padding: 25px;
}
.padding-bottom-1 {
  padding-bottom: 1px;
}
.padding-bottom-2 {
  padding-bottom: 2px;
}
.padding-bottom-5 {
  padding-bottom: 5px;
}
.padding-bottom-10 {
  padding-bottom: 10px;
}
.padding-bottom-15{
  padding-bottom: 15px;
}
.padding-bottom-25{
  padding-bottom: 25px !important;
}
.padding-bottom-0{
  padding-bottom: 0px !important;
}
.padding-top-10{
  padding-top: 10px;
}
.padding-right-15{
  padding-right: 15px !important;
}
.padding-top-25{
  padding-top: 25px !important;
}
.padding-top-35{
  padding-top: 35px !important;
}
.padding-0{
    padding: 0px !important;
}
.padding-bottom-35{
    padding-bottom: 35px !important;
}
.padding-bottom-45{
    padding-bottom: 45px;
}

/* ----------------- END PADDING ------------------ */

/* ----------------- TELAS ------------------ */

html, body, #wrap {height: 100%;}
body > #wrap {height: auto; min-height: 100%;}
#main {padding-bottom: 40px;}  /* deve ser a mesma altura do rodapé */
#footer {
    position: relative;
    margin-top: -20px; /* A mesma altura do rodapé, o valor deve ser negativo */
    height: 125px;
    clear:both;
    background: #212260 url(../../imagens/bg_footer.jpg) center no-repeat;
}

.content{
    width: 990px;
    display: block;
    margin: 0 auto;
}

.content_w10{
    max-width: none !important;
    display: block;
    margin: 0 auto;
}

.w-1,.w-2,.w-3,.w-4,.w-5,.w-6,.w-7,.w-8,.w-9,.w-10,.w-2-5,.w-4-8{
    margin: 0 -3px 0 0;
    padding: 0 0 0 0;
     display: inline-block;
    *display: inline;
    *margin: 0 0 0 0;
    zoom: 1;
    vertical-align: top;
}
.w-1{
  width: 10%;
}
.w-2{
  width: 20%;
}
.w-2-5{
  width: 25%;
}
.w-3{
  width: 30%;
}
.w-4{
  width: 40%;
}
.w-4-8{
  width: 48%;
}
.w-5{
  width: 50%;
}
.w-6{
  width: 60%;
}
.w-7{
  width: 70%;
}
.w-8{
  width: 80%;
}
.w-9{
  width: 90%;
}
.w-10{
  width: 100%;
}


/* ----------------- END TELAS ------------------ */

/* -------  Buttons ------------------ */

input[type="submit"] {
    padding: 5px 12px 5px 12px;
    cursor: pointer;
}

@-moz-document url-prefix() {
    input[type="submit"] {
        padding: 5px 12px 5px 12px;
        cursor: pointer;
    } 
}

input[class~="bt_lg"] {
    padding: 12px 17px 11px 17px;
    cursor: pointer;
}

@-moz-document url-prefix() {
    input[class~="bt_lg"] {
        padding: 10px 17px 9px 17px;
        cursor: pointer;
    } 
}

.bt{
    background-color: #e1e1e1;
    background-image: linear-gradient(to bottom, #f1f1f1, #e1e1e1);
    background-repeat: repeat-x;
    padding: 5px 12px 5px 12px;
    text-decoration: none;
    color:#666;
    border: solid 1px #e2e2e2;
    border-bottom: solid 1px #d2d2d2;
    line-height: 100%;
    font: bold 12px Arial, Helvetica, sans-serif;
    cursor: pointer;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.bt:hover{
    background-color: #f1f1f1;
    background-image: linear-gradient(to bottom, #f9f9f9, #f1f1f1);
    background-repeat: repeat-x;
}

.bt_small{
    background-color: #e1e1e1;
    background-image: linear-gradient(to bottom, #f1f1f1, #e1e1e1);
    background-repeat: repeat-x;
    padding: 6px 8px 5px 8px;
    text-decoration: none;
    color:#666;
    border: solid 1px #e2e2e2;
    border-bottom: solid 1px #d2d2d2;
    line-height: 100%;
    font: bold 10px Arial, Helvetica, sans-serif;
    cursor: pointer;
}

.bt_small:hover{
    background-color: #f1f1f1;
    background-image: linear-gradient(to bottom, #f9f9f9, #f1f1f1);
    background-repeat: repeat-x;
}

.bt_disable{
    cursor: default !important;
    opacity: .30;
    -moz-opacity: .30;
    -o-opacity: .30;
    filter:alpha(opacity=30);
}

.bt_lg{
    background-color: #e1e1e1;
    background-image: linear-gradient(to bottom, #f1f1f1, #e1e1e1);
    background-repeat: repeat-x;
    padding: 12px 17px 11px 17px;
    text-decoration: none;
    color:#666;
    border: solid 1px #e2e2e2;
    border-bottom: solid 1px #d2d2d2;
    line-height: 100%;
    font: bold 15px Arial, Helvetica, sans-serif;
    cursor: pointer;
}

.bt_lg:hover{
    background-color: #f1f1f1;
    background-image: linear-gradient(to bottom, #f9f9f9, #f1f1f1);
    background-repeat: repeat-x;
}

.bt_simple{
    background: none;
    border:none;
    padding: 7px 3px;
}

.bt_simple:hover{
    color: #cb3d25;
    background: none;
}

.bt_simple:hover{
    text-decoration: underline;
}

.bt_green{
    background-color: #5C9213;
    background-image: linear-gradient(to bottom, #78BA1F, #5C9213);
    background-repeat: repeat-x;
    border: 1px solid #5C9213;
    color: #FFFFFF;
}

.bt_green:hover{
    background-color: #7dc41e;
    background-image: linear-gradient(to bottom, #7dc41e, #75b41f);
    background-repeat: repeat-x;
}

.bt_green b{
  color: #fff;
  margin: 0px 0 0 10px;
  border-left:solid 1px #ccc;
  padding-left: 10px;
  float: right;
  line-height: 80%;
  height: 15px;
}

.bt_yellow{
    background-color: #fdc900;
    background-image: linear-gradient(to bottom, #fdc900, #d9a102);
    background-repeat: repeat-x;
    border: 1px solid #d9a102;
    color: #4f3d00;
}

.bt_yellow:hover{
    background-color: #fdc900;
    background-image: linear-gradient(to bottom, #fdc900, #fdc900);
    background-repeat: repeat-x;
}

.bt_red{
    background-color: #cb3d25;
    background-image: linear-gradient(to bottom, #cb3d25, #ad2e19);
    background-repeat: repeat-x;
    border: 1px solid #90220f;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bt_red b{
    color: #fff;
}

.bt_red i{
    color: #fff;
}

.bt_blue{
    background-color: #447dd1;
    background-image: linear-gradient(to bottom, #447dd1, #2960ae);
    background-repeat: repeat-x;
    border: 1px solid #2960ae;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bt_blue:hover{
    background-color: #447dd1;
    background-image: linear-gradient(to bottom, #447dd1, #447dd1);
    background-repeat: repeat-x;
}

.bt_blue b{
  color: #fff;
}

.bt_red:hover{
    background-color: #d93c22;
    background-image: linear-gradient(to bottom, #d93c22, #d93c22);
    background-repeat: repeat-x;
}

.bt_primary{
    background-color: #f1f1f1;
    background-image: linear-gradient(to bottom, #f1f1f1, #dddddd);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    color: #333;
    font-weight:bold;
}

.bt_primary:hover{
    background-color: #e5e5e5;
    background-image: linear-gradient(to bottom, #e5e5e5, #e5e5e5);
    background-repeat: repeat-x;    
    color: #232323;
    border: 1px solid #ccc;
}

.bt_primary_active{
    background-color: #ffc000;
    background-image: linear-gradient(to bottom, #ffc000, #d8a300);
    background-repeat: repeat-x;    
    color: #2c2100;
    border: 1px solid #c59400;
}

.bt_primary_active:hover{
    background-color: #ffc000;
    background-image: linear-gradient(to bottom, #ffc000, #d8a300);
    background-repeat: repeat-x;    
    color: #2c2100;
    border: 1px solid #c59400;
}

.link_red{
    color: #cb3d25;
    font-weight: bold;
}

.bt_facebook{
    background-color: #447dd1;
    background-image: linear-gradient(to bottom, #447dd1, #2960ae);
    background-repeat: repeat-x;
    border: 1px solid #2960ae;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 8px 12px 7px 12px;
    text-decoration: none;
    line-height: 100%;
    font: bold 12px Arial, Helvetica, sans-serif;
    cursor: pointer;
    width: 90%;
    text-align: center;
    white-space: nowrap;
}

.bt_facebook:hover{
    background-color: #447dd1;
    background-image: linear-gradient(to bottom, #447dd1, #447dd1);
    background-repeat: repeat-x;
}

.bt_facebook b{
  color: #fff;
  margin: 0 6px 0 0px;
  border-right:solid 1px #ccc;
  padding-right: 10px;
}

.bt_register{
    background-color: #447dd1;
    background-image: linear-gradient(to bottom, #447dd1, #2960ae);
    background-repeat: repeat-x;
    border: 1px solid #2960ae;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 8px 12px 7px 12px;
    text-decoration: none;
    line-height: 100%;
    font: bold 12px Arial, Helvetica, sans-serif;
    cursor: pointer;
}

.bt_register span{
  float: left;
  color: #fff;
}

.bt_register:hover{
    background-color: #447dd1;
    background-image: linear-gradient(to bottom, #447dd1, #447dd1);
    background-repeat: repeat-x;
}

@-moz-document url-prefix() {
  .bt_register b{
    color: #fff;
    margin: 0px 0 0 10px;
    border-left:solid 1px #ccc;
    padding-left: 10px;
    line-height: 90% !important;
    height: 15px;
    float: right;
  }
}

.bt_register b{
  color: #fff;
  margin: 0px 0 0 10px;
  border-left:solid 1px #ccc;
  padding-left: 10px;
  line-height: 90%;
  height: 15px;
  float: right;
}

.bt_simple_register{
  width: 90%;
  text-align: center;
}

.bt_signin{
    background-color: #5C9213;
    background-image: linear-gradient(to bottom, #78BA1F, #5C9213);
    background-repeat: repeat-x;
    border: 1px solid #5C9213;
    color: #FFFFFF;
}

.bt_signin span{
  float: left;
  color: #fff;
}

.bt_signin:hover{
    background-color: #7dc41e;
    background-image: linear-gradient(to bottom, #7dc41e, #75b41f);
    background-repeat: repeat-x;
}

@-moz-document url-prefix() {
  .bt_signin b{
    color: #fff;
    margin: 0px 0 0 10px;
    border-left:solid 1px #ccc;
    padding-left: 10px;
    float: right;
    line-height: 80%;
    height: 15px;
  }
}

.bt_signin b{
  color: #fff;
  margin: 0px 0 0 10px;
  border-left:solid 1px #ccc;
  padding-left: 10px;
  float: right;
  line-height: 90%;
  height: 15px;
}

/* ------  End Buttons ---------------- */

/* ----------- templates ------------------ */

.space{
  clear: both;
}
.linha{
  width: 100%;
}

.float-right {
  float: right !important;
}
.float-left {
  float: left;
}

.titles{
  font-family: Museo, Arial, Helvetica;
  color: #333132;
  font-size: 20px;
  font-weight: normal;
}

.titles strong{
  font-size: 24px;
  color: #333132;
}

.titles a{
  font-size: 15px;
  text-decoration: none;
  float: right;
}

.link_left{
  float: none !important;
  color: #333132 !important;
  font-size: 10px !important;
}

.link_left:hover{
  color: #afc21e !important;
}

.titles a:hover{
  color: #afc21e;
}

.italic{
  font-family: Museo, Arial, Helvetica;
  color: #333132;
  font-weight: normal;
  font-style: italic;
}

.sombra{
  background: url('../../imagens/sombra.png') no-repeat center top;
  padding-bottom: 15px;
  height: 268px;
}

.link_azul{
  font-family: UniversCondensed, Arial, Helvetica;
  white-space: nowrap;
  font-stretch: condensed;
  font-size: 18px;
  color: #222364;
  text-decoration: none;
  margin-top: 15px;
  float: left;
  font-weight: bold;
}

i{
    margin-right: 5px;
    vertical-align: top !important;
}

input[type="text"],textarea,input[type="password"],input[type="email"],input[type="date"] {
    border:none;
    padding: 11px 7px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #333;
    background: #ededed;
    width: 100%;
    margin-bottom: 10px;
}

@-moz-document url-prefix() {
    input[type="text"],textarea,input[type="password"],input[type="email"],input[type="date"] {
        padding: 10px 7px;
    }
}

input[class~="input_lg"] {
    border:solid 1px #e1e1e1;
    padding: 12px 8px;
    font: 16px Arial, Helvetica, sans-serif;
    color: #b8b8b8;
    background: url(../../imagens/gradiente.jpg) repeat-x;
}

@-moz-document url-prefix() {
    input[class~="input_lg"] {
        padding: 12px 8px;
    }
}

.transition{
    -webkit-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
    -moz-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
    -ms-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
    -o-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
    transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000); /* easeOutQuint */  
    -webkit-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); 
    -moz-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); 
    -ms-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); 
    -o-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); 
    transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); /* easeOutQuint */
}

.divisao{
  background: url(../../imagens/shadow.png) no-repeat center;
  width: 100%;
  height: 7px;
  margin-top: 10px;
}

.linhas{
  background: url(../../imagens/linhas.png) repeat-x;
  width: 100%;
  height: 17px;
  margin: 6px 0 6px 0;
}

.linhas_finas{
  background: url(../../imagens/linhas_finas.jpg) repeat-x;
  width: 100%;
  height: 7px;
  margin: 6px 0 6px 0;
}

/* DROP */

ul.dropdown {
  position: relative;
  margin: 0;
  padding: 0;
  display: inline-block;
}
ul.dropdown li {
  float: left;
  padding: 0 0;
  font-size: 15px;
  list-style: none;
  position: relative;
}
ul.dropdown ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 245px;
    margin-top: 0px;
    background: #fff;
    -moz-box-shadow: 0 0 2px #ccc;
    -webkit-box-shadow: 0 0 2px #ccc;
    box-shadow: 0 0 2px #ccc;
    z-index: 99999;
}
ul.dropdown ul li {
  float: none;
  font-size: 12px;
  padding: 0;
}
ul.dropdown ul li a {
  display: block;
  background: none;
  text-decoration: none;
}
ul.dropdown ul ul {
  left: 100%;
  top: 0;
  background: #EAEAEA;
}
ul.dropdown li:hover > ul {
  visibility: visible;
  display: block;
  padding: 15px;
}
.ver_mais{
    background: #cb3d25 !important;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 7px 0 7px 0;
}
ul.dropdown .ver_mais:hover{
    background: #e83416 !important;
}
ul.dropdown .notificacoes_top_list{
    padding: 5px 0;
    width: 100%;
    text-align: left;
    display: block;
    border:solid 1px #f1f1f1;
    cursor: default;
    margin-bottom: 8px;
    background: #f9f9f9;
}

ul.dropdown .notificacoes_top_list:hover{
    background: #f1f1f1;
    border:solid 1px #f1f1f1;
}

ul.dropdown .menu_top_drop{
    padding: 5px 0;
    width: 100%;
    text-align: left;
    display: block;
    cursor: default;
    margin-bottom: 8px;
    text-align: left;
}

ul.dropdown .menu_top_drop a{
    font-weight: bold;
}

ul.dropdown .menu_top_drop a:hover{
    text-decoration: underline;
}

/* END DROP */

/* -------------  MENU SANFONA --------------- */

ul#menu, ul#menu ul {
  list-style-type:none;
}

ul#menu a {
  display: block;
  text-decoration: none;  
}

ul#menu li {
}

ul#menu li a {
}

ul#menu li a:hover {
}

ul#menu li ul li a {
  background: #ccc;
  color: #000;
  padding: 10px;
  margin-left: 5%;
}

ul#menu li ul li a b{
  color: #333;
}

ul#menu li ul li a:hover {
  background: #aaa;
}

.code {
  list-style-type: decimal-leading-zero;
}
.code code {
  display: block;
}
.code li {
  background: #ddd;
}
.indent1 {
}
.indent2 {
}

/* -------------  END MENU SANFONA --------------- */

/* -------------  TABELAS --------------- */

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
}
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child,
.table-bordered tfoot:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child,
.table-bordered tfoot:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table .success {
  background-color: #d0e9c6 !important;
}
.table .error {
  background-color: #ebcccc !important;
}
.table .warning {
  background-color: #faf2cc !important;
}
.table .info {
  background-color: #f5e36c !important;
  color: #62570f !important;
}

/* -------------  END TABELAS --------------- */

/* -------------  COLORS --------------- */

.blue{
  color: #222364;
}
.color-green{
  color: #768200;
}
.color-gray{
  color: #666 !important;
}

/* -------------  END COLORS --------------- */

/* -------------  TOP --------------- */

.top{
  width: 100%;
  min-height: 84px;
  border-bottom: solid 1px #ccc;
  background: #fff;
}

.top .logo{
  margin: 10px 0 0 0;
  float: left;
}

.top .cidade{
  margin: 70px 0 0 0;
  float: right;
  font-size: 17px;
}

.top .cidade img{
  vertical-align: top;
}

.menu_principal{
  width: 100%;
  height: 84px;
}

.bg_menu{
  background: url('../../imagens/menu.jpg') no-repeat;
}

.menu_principal ul{
  padding: 0 0 0 0;
  float: left;
  margin: 28px 0 0 70px;
}

.menu_principal .language{
  padding: 0 0 0 0;
  float: left;
  margin: 28px 0 0 0;
}

.menu_principal .ativo{
  background: url('../../imagens/menu.png') no-repeat 0px 3px;
  padding-left: 7px;
}

#linguas{
  display: none;
  position: absolute;
  width: 73px;
  z-index: 99999;
}

#linguas img{
  width: 100%;
}

.menu_principal img{
  vertical-align: middle;
  margin-right: 5px;
}

.menu_principal li{
  display: inline-block;
  margin: 5px 0 0 23px;
}

.menu_principal a{
  cursor: pointer;
}

.menu_principal li a{
  text-decoration: none;
  color: #5e5e5e;
}

.menu_principal li a:hover{
  color: #afc21e;
  -webkit-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
  -moz-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
  -ms-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
  -o-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
  transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000); /* easeOutQuint */  
  -webkit-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); 
  -moz-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); 
  -ms-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); 
  -o-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); 
  transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); /* easeOutQuint */
}

.menu_principal li:last-child{
  margin-right: 0px;
}

/* -------------  END TOP --------------- */

/* -------------  CARROSSEL --------------- */
.hidden{
  background: #ffffff;
  width: 14px;
  height: 170px;
  position: relative;
  margin-top: -160px;
  margin-left: 975px;
  z-index: 999;
}

#wrapper {
  width: 980px;
  height: 220px;
  margin: 45px 0 0 0;
  position: absolute;
}

.carrossel_home{
  height: 249px;
  display: block;
  width: 100%;
}

#carousel {
  width: 988px;
  position:vrelative;
}
#carousel ul {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#carousel li {
  text-align: center;
  display: block;
  width: 243px;
  height: 160px;
  white-space: nowrap;
  padding: 0;
  margin: 0 4px 0 0;
  float: left;
  position: relative;
}

#carousel li img {
}

#carousel li span {
}     

.clearfix {
  float: none;
  clear: both;
}
#carousel .prev, #carousel .next {
  background: transparent url(../../imagens/carousel_control.png) no-repeat 0 0;
  text-indent: -999px;
  display: block;
  overflow: hidden;
  width: 15px;
  height: 21px;
  margin-left: 10px;
  position: absolute;
  top: 98px;   
  z-index: 999999;     
}
#carousel .prev {
  background-position: 0 0;
  left: -30px;
}
#carousel .prev:hover {
  left: -31px;
}     
#carousel .next {
  background-position: -18px 0;
  right: -20px;
}
#carousel .next:hover {
  right: -21px;
}       
#carousel .pager {
  text-align: center;
  margin: 0 auto;
}
#carousel .pager a {
  background: transparent url(../../imagens/carousel_control.png) no-repeat -2px -32px;
  text-decoration: none;
  text-indent: -999px;
  display: inline-block;
  overflow: hidden;
  width: 8px;
  height: 8px;
  margin: 0 5px 0 0;
}
#carousel .pager a.selected {
  background: transparent url(../../imagens/carousel_control.png) no-repeat -12px -32px;
  text-decoration: underline;       
}

#carousel2 {
  width: 988px;
  position:vrelative;
}
#carousel2 ul {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#carousel2 li {
  text-align: center;
  display: block;
  width: 111px !important;
  white-space: nowrap;
  padding: 0 12px 0 0;
  margin: 0 0 0 0;
  float: left;
  position: relative;
}

#carousel2 li img {
}

#carousel2 li span {
}     

.clearfix {
  float: none;
  clear: both;
}
#carousel2 .prev, #carousel2 .next {
  background: transparent url(../../imagens/carousel_control.png) no-repeat 0 0;
  text-indent: -999px;
  display: block;
  overflow: hidden;
  width: 15px;
  height: 21px;
  margin-left: 10px;
  position: absolute;
  top: 98px;   
  z-index: 999999;     
}
#carousel2 .prev {
  background-position: 0 0;
  left: -30px;
}
#carousel2 .prev:hover {
  left: -31px;
}     
#carousel2 .next {
  background-position: -18px 0;
  right: -20px;
}
#carousel2 .next:hover {
  right: -21px;
}       
#carousel2 .pager {
  text-align: center;
  margin: 0 auto;
}
#carousel2 .pager a {
  background: transparent url(../../imagens/carousel_control.png) no-repeat -2px -32px;
  text-decoration: none;
  text-indent: -999px;
  display: inline-block;
  overflow: hidden;
  width: 8px;
  height: 8px;
  margin: 0 5px 0 0;
}
#carousel2 .pager a.selected {
  background: transparent url(../../imagens/carousel_control.png) no-repeat -12px -32px;
  text-decoration: underline;       
}

/* -------------  END CARROSSEL --------------- */

/* -------------  SERVIÇOS HOME --------------- */

.servicos_home{
  width: 570px;
  height: 315px;
  padding: 0 25px 0 0;
  margin-right: 25px;
   display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  border-right: solid 1px #ccc;
}

.servicos_home p{
  margin-top: 10px;
  margin-bottom: 10px;
}

.servicos_home ul{
}

.servicos_home ul li{
  list-style-position: inside;
  list-style-image: url('../../imagens/plus.png');
  width: 47%;
  float: left;
  border-bottom: solid 1px #ccc;
  padding-bottom: 5px;
  margin-right: 15px;
  margin-top: 10px;
  font-size: 20px;
  font-family: UniversCondensed, Arial, Helvetica;
  white-space: nowrap;
  font-stretch: condensed;
  color: #2b2c6a;
}


/* -------------  END SERVIÇOS HOME --------------- */

/* -------------  CONTATO --------------- */

.contato_home{
  width: 350px;
  height: relative;
  padding: 0 0 0 0;
   display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  color: #2b2c6a;
}

.contato_home label{
  font-family: UniversCondensed, Arial, Helvetica;
  font-size: 16px;
  color: #2b2c6a;
  margin-top: 0;
}

.contato_home .input{
  width: 95%;
  margin-bottom: 7px;
}

.contato_home textarea{
  width: 96%;
  padding-left: 5px;
  padding-top: 5px;
}

.bt_enviar{
  float: right;
  margin: 15px 0 0 0;
  width: none !important;
}

.select2-container{
  width: 97%;
}

.ddd{
  max-width: 38px ;
}

.input_phone{
  max-width: 76px ;
  margin-left: 2px;
}

.row_label{
  text-align: left;
  margin-left: 27px;
}

.row_right{
  text-align: right;
  padding-right: 10px;
}

/* -------------  END CONTATO --------------- */

/* -------------  INSTITUCIONAL HOME --------------- */

.institucional_home{
  width: 470px;
  height: relative;
  padding: 0 30px 0 0;
  margin-right: 25px;
   display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  border-right: solid 1px #ccc;
}

.institucional_home img{
  float: left;
}

.institucional_home p{
  margin: 0 0 35px 15px ;
  float: left;
  width: 60%;
}

.institucional_home a{
  font-size: 18px;
  margin: 0 0 0 15px ;
  line-height: 150%;
  color: #2b2c6a;
  float: left;
  width: 60%;
  text-decoration: none;
  font-family: UniversCondensed, Arial, Helvetica;
  white-space: nowrap;
  font-stretch: condensed;
}

.institucional_home ul{
}

.institucional_home ul li{
  list-style-position: inside;
  list-style-image: url('../../imagens/plus.png');
  width: 47%;
  float: left;
  border-bottom: solid 1px #ccc;
  padding-bottom: 5px;
  margin-right: 15px;
  margin-top: 10px;
  font-size: 20px;
  font-family: UniversCondensed, Arial, Helvetica;
  white-space: nowrap;
  font-stretch: condensed;
  color: #2b2c6a;
}


/* -------------  END INSTITUCIONAL HOME --------------- */

/* -------------  POLITICA HOME --------------- */

.politica_home{
  width: 436px;
  height: relative;
  padding: 0 0 0 0;
   display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-left: 15px;
}

.politica_home p{
  margin-top: 10px;
  margin-bottom: 10px;
}

.politica_home ul{
}

.politica_home ul li{
  list-style-position: inside;
  list-style-image: url('../../imagens/plus.png');
  width: 47%;
  float: left;
  border-bottom: solid 1px #ccc;
  padding-bottom: 5px;
  margin-right: 15px;
  margin-top: 10px;
  font-size: 20px;
  font-family: UniversCondensed, Arial, Helvetica;
  white-space: nowrap;
  font-stretch: condensed;
  color: #2b2c6a;
}


/* -------------  END POLITICA HOME --------------- */

/* -------------  NOTICIAS HOME --------------- */

.noticias_home{
  width: 980px;
  height: relative;
  padding: 0 0 0 0;
   display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}

.noticias_home img{
  float: left;
}

.noticias_home p{
  font-size: 13px;
  margin: 0 0 15px 0 ;
  line-height: 120%;
  color: #616161;
}

.noticias_home .w-3 p{
  margin: 0 0 0 15px ;
  float: right;
  width: 74%;
}

.noticias_home a{
  width: 73px;
  height: 18px;
  background: url(../../imagens/bt_plus.png);
  float: right;
  margin: 15px 15px 0 0;
}

.noticias_home ul{
}

.noticias_home ul li{
  list-style-position: inside;
  list-style-image: url('../../imagens/plus.png');
  width: 48%;
  float: left;
  border-bottom: solid 1px #ccc;
  padding-bottom: 5px;
  margin-right: 15px;
  margin-top: 10px;
  font-size: 20px;
  font-family: UniversCondensed, Arial, Helvetica;
  white-space: nowrap;
  font-stretch: condensed;
  color: #2b2c6a;
}

.noticias_home .w-3{
  margin: 0 20px 0 0;
  padding: 0 10px 0 0;
  border-right: 1px solid #dfdfdf;
  width: 31% !important;
}

/* -------------  END NOTICIAS HOME --------------- */

/* -------------  FOOTER --------------- */

.copy{
  height: 55px;
  width: 100%;
}

.copy p{
  color: #575757;
  font-size: 9px;
  margin: 19px 0 0 0;
}

.copy img{
  margin-right: 5px;
}

.footer{
  padding-top: 0;
}

.footer ul{
  float: left;
  margin: 31px 0 0 295px;
  width: 694px;
}

.footer p{
  color:#7d7d7d; 
  font-size: 12px;
  line-height: 100%;
  margin: 12px 0 0 295px;
  float: left;
  font-family: Museo, Arial, Helvetica;
}

.footer ul li{
  display: inline-block;
  margin: 0 24px 0 0;
}

.footer ul li:last-child{
  margin: 0 0 0 0;
}

.footer ul li a{
  font-style: italic;
  font-size: 14px;
  color: #768200;
  text-decoration: none;
}
.footer ul li a:hover{
  text-decoration: underline;
}

.footer .links a{
  color:#fff;  
  font-size: 16px;
  font-family: UniversCondensed, Arial, Helvetica;
  white-space: nowrap;
  font-stretch: condensed;
  text-decoration: none;
  width: 100%;
  float: left;
  margin-bottom: 8px;
  margin-left: 35px;
  line-height: 130%;
}

.footer .servicos h1{
  color:#fff;  
  font-size: 16px;
  font-family: UniversCondensed, Arial, Helvetica;
  white-space: nowrap;
  font-stretch: condensed;
  text-decoration: none;
  width: 100%;
  float: left;
  margin-bottom: 6px;
  margin-left: 15px;
}

.list_footer{
}

@-moz-document url-prefix() {
    .footer .servicos ul li{
    color:#fff;  
    font-size: 12px;
    text-decoration: none;
    width: 100%;
    float: left;
    margin-bottom: 6px;
    margin-left: 15px !important;
    list-style-image: url('../../imagens/li.png');
    list-style-position: inside !important;
    font-weight: bold;
  }
}

.footer .servicos ul li{
  color:#fff;  
  font-size: 12px;
  text-decoration: none;
  width: 70%;
  float: left;
  margin-bottom: 6px;
  margin-left: 30px;
  list-style-image: url('../../imagens/li.png');
  list-style-position: inside !important;
  font-weight: bold;
  border-bottom: dashed 1px #666;
}

.footer .servicos ul li a{
  color: #fff;
  text-decoration: none;
}

.footer .servicos ul li:last-child{
  border-bottom: none;
}

.footer h2{
  color:#fff;  
  font-size: 16px;
  font-family: UniversCondensed, Arial, Helvetica;
  text-decoration: none;
  width: 100%;
  float: left;
  margin-bottom: 6px;
}

.footer a:hover{
  text-decoration: underline;
}

/* -------------  END FOOTER --------------- */

/* -------------  SERVIÇOS --------------- */

.clientes{

}

.clientes p{
  line-height: 131%;  
  color: #616161;
}

.clientes ul{
}

.clientes ul li{
  width: 15%;
  float: left;
  margin: 15px 0 10px 7px;
  text-align: center;
}


/* -------------  END SERVIÇOS --------------- */

/* -------------  LOCALIZACAO --------------- */

.localizacao{

}

.localizacao img{
  width: 100%;
}

.google_maps{
}

/*#dragContainer{
  display: none !important;
}*/

.shape_maps{
  background: url('../../imagens/maps.png') no-repeat;
  width: 320px;
  height: 124px;
  position: absolute;
  z-index: 9999999999999;
  margin-top: 180px;
  left: 55%;
  padding-top: 9px;
}

.shape_maps p{
  color: #fff;
  font-family: UniversCondensed, Arial, Helvetica;
  font-size: 19px;
  margin: 0 0 0 100px;
  line-height: 135%;
}

/* -------------  END LOCALIZACAO --------------- */

/* -------------  CASES --------------- */

.cases{
}

.cases .subtitles{
line-height: 150%;
margin: 15px 0 10px 0; 
display: block;
}

.img_cases{
  float: left;
  margin: 0 15px 10px 0;
}

.box_cases{
  width: 100%;
  height: relative;
  float: left;
  margin: 25px 0 25px 0;
  list-style: none;
  background: url('../../imagens/3_linhas.png') no-repeat 125px 0;
}

.box_cases img{
  float: left;
}

.box_cases .infos{
  width: 85%;
  float: left;
  margin-left: 20px;
}

.box_cases .infos h2{
  font-family: UniversCondensed, Arial, Helvetica;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 3px;
}

.box_cases .infos p{
  color: #666;
}

.box_cases .infos a{
  font-family: UniversCondensed, Arial, Helvetica;
  font-size: 17px;
  text-decoration: none;
  margin-top: 15px;
  float: left;
}

.bt_galeria{
  color: #222364;
  font-weight:normal;
  font-size: 19px !important;
  margin: 54px 0 0 0 !important;
}

.bt_voltar{
  color: #222364;
  font-weight:normal;
  font-size: 18px !important;
  margin: -20px 0 0 0 !important;
  font-family: UniversCondensed, Arial, Helvetica;
  font-weight: normal;
  text-decoration: none;
  float: right;
  padding-left: 22px !important;
  padding-top: 1px !important;]
}

/* -------------  END CASES --------------- */

/* -------------  PAGINAÇÃO --------------- */

.paginacao{
  width: 100%;
  height: relative;
  margin: 30px 0 30px 0;
  text-align: right;
  float: left;
}

.paginacao a{
  font-family: UniversCondensed, Arial, Helvetica;
  background: #e1e1e1;
  color: #222364;
  font-weight: normal;
  width: 22px;
  height: 22px;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 170%;
  margin-left: 0px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}

.paginacao a:hover{
  background: #222364;
  color: #fff;
}

.paginacao .ativo{
  background: #222364;
  color: #fff;
}


.paginacao .voltar{
  background: url('../../imagens/icons/voltar.jpg');
  width: 22px;
  height: 22px;
  display: block;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}

.paginacao .proximo{
  background: url('../../imagens/icons/proximo.jpg');
  width: 22px;
  height: 22px;
  display: block;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}

/* -------------  END PAGINAÇÃO --------------- */

/* -------------  SERVIÇOS --------------- */

.servicos{
}

.detalhes{
    margin: 0 -3px 0 10px;
    padding: 0 0 0 0;
     display: inline-block;
    *display: inline;
    *margin: 0 0 0 0;
    zoom: 1;
    vertical-align: top;
    width: 48%;
}

.detalhes p{
}

.detalhes_full{
    margin: 0 -3px 0 10px;
    padding: 0 0 0 0;
     display: inline-block;
    *display: inline;
    *margin: 0 0 0 0;
    zoom: 1;
    vertical-align: top;
    width: 78%;
}

.detalhes_full p{
  line-height: 130%;
  color: #616161;
  font-size: 13px;
  line-height: 140%;
}

.detalhes_full h1{
  font-size: 22px;
  font-family: UniversCondensed, Arial, Helvetica;
  white-space: nowrap;
  font-stretch: condensed;
  color: #222364;
}

.detalhes_full h3{
  font-size: 19px;
  font-family: UniversCondensed, Arial, Helvetica;
  color: #222364;
  margin-bottom: 4px;
}

.detalhes_full .listas ul{
}

.detalhes_full .listas ul li{
  list-style-position: inside;
  margin-bottom: 30px;
  float: left;
  width: 100%;
  padding-left: 25px;
  background: url('../../imagens/li_big.jpg') no-repeat;
}

.cases_detalhes{
    margin: 0 -3px 0 0px;
    padding: 0 0 0 0;
     display: inline-block;
    *display: inline;
    *margin: 0 0 0 0;
    zoom: 1;
    vertical-align: top;
    width: 100%;
}

.cases_detalhes p{
  line-height: 130%;
  color: #616161;
  font-size: 13px;
}

.cases_detalhes h1{
  font-size: 22px;
  font-family: UniversCondensed, Arial, Helvetica;
  white-space: nowrap;
  font-stretch: condensed;
  color: #222364;
}

.cases_detalhes h3{
  font-size: 19px;
  font-family: UniversCondensed, Arial, Helvetica;
  color: #222364;
  margin-bottom: 4px;
}

.cases_detalhes .listas ul{
}

.cases_detalhes .listas ul li{
  list-style-position: inside;
  margin-bottom: 30px;
  float: left;
  width: 100%;
  padding-left: 25px;
  background: url('../../imagens/li_big.jpg') no-repeat;
}

.img_empresa{
  float: right;
  margin: -20px 0 15px 15px;
  border-left: 15px solid #f5f5f5;
}

.bt_confira{
  background: url('../../imagens/bt_confira.png') no-repeat;
  padding: 2px 0 0 23px;
  font-size: 17px;
  margin: 35px 0 0 0;
}

/* -------------  END SERVIÇOS --------------- */

/* -------------  MENU LATERAL --------------- */

.menu_lateral{
    margin: 0 -3px 0 0;
    padding: 0 15px 0 0;
     display: inline-block;
    *display: inline;
    *margin: 0 0 0 0;
    zoom: 1;
    vertical-align: top;
    width: 19%;
    font-size: 16px;
}

.menu_lateral a{
   color: #797a90;
   text-decoration: none;
   line-height: 100%;
   font-size: 19px;
}

.menu_lateral a:hover{
  color: #222364;
}

/* -------------  END MENU LATERAL --------------- */

/* -------------  GALERIA FULL --------------- */

.galeria_full{
  background: url(../../imagens/sombra_pq.png) no-repeat;
  height: 148px;
  margin: 35px 0 0 0;
  padding: 43px 0 0 0;
}

.galeria_full ul{
}

.galeria_full ul li{  
  display: inline-block;
  margin: 0 28px 0 0;
}

.galeria_full ul li:last-child{
  margin: 0 0 0 0;
}

/* -------------  END GALERIA FULL --------------- */


/* -------------  GALERIA CASES --------------- */

.galeria_cases{
  height: relative;
  margin: 35px 0 0 0;
  padding: 0 0 0 0;
}

.galeria_cases ul{
}

.galeria_cases ul li{  
  display: inline-block;
  margin: 0 45px 28px 0;
}

/*.galeria_cases ul li:nth-child(5n+1){
  margin-left: -8px;
}*/
.galeria_cases ul li:nth-child(5n){
  margin: 0px !important;
}
/*.galeria_cases ul li:first-child{
  margin-left: -8px;
}*/
.galeria_cases a{
  opacity: .65;
  -moz-opacity: .65;
  filter:alpha(opacity=65);
  -webkit-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
  -moz-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
  -ms-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
  -o-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
  transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000); /* easeOutQuint */  
  -webkit-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); 
  -moz-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); 
  -ms-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); 
  -o-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); 
  transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); /* easeOutQuint */
}

.galeria_cases a:hover{
  opacity: 1;
  -moz-opacity: 1;
  filter:alpha(opacity1);
  
}

/* -------------  GALERIA SLIDER TOPO --------------- */
#slideCorpo .imgs {
	height:415px;
}
.texto {
	width:990px;
	height:415px;
	margin:0px auto;
	margin-top:-415px;
}
.texto .conjunto {
	float:right;
	height:415px;
	width:365px;
	z-index:9999999;
}
.texto .conjunto #quadro{
	height:415px;
}

/* -------------  END SLIDER TOPO --------------- */


/* -------------  END GALERIA CASES --------------- */

/* -------------  CANAL --------------- */

.canal{
  text-align: center;
  width: 100%;
  display: block;
  overflow: hidden;
  position:relative;
  height:inherit !important;
}

.pikachoose {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.pika-stage {
  position: relative;
}
.pika-stage .pika-aniwrap, .pika-stage .main-image {
  position: absolute;
  top: 0;
  left: 0;
}
.pika-stage .pika-aniwrap {
  width: 100%;
}
.pika-stage .pika-ani {
  position: relative;
  display: none;
  z-index: 2;
  margin: 0 auto;
}
.pika-stage img {
  border: 0;
  height: 100%;
  position: relative !important;
  margin: 0 auto !important;
  text-align: center !important;
}
.teste{
  width: 990px; 
  height: 300px;
  margin: 0 auto;
}
.legenda_canal{
  float: right;
  margin: 105px 0 0 60px;
}
.pika-stage .caption {
  position: absolute; 
  color: #fafafa;
  padding: 70px 0 0 0;
  text-align: right;
  width: 100%;
  height: 340px;
  margin: 0 auto 0 auto;
  top: 0%;
}
.pika-stage .caption p {
  font-family: Museo, Arial, Helvetica;
  color: #fff;
  font-size: 18px;
  text-align: left;
  width: 100%;
  margin: 0 0 7px 0;
}
.pika-stage .caption p strong{
  font-size: 15px;
  color: #fff;
}
.pika-textnav, .pika-imgnav {
  display: none;
}
.pika-counter {
  position: absolute;
  bottom: -20px;
  left: 15px;
  font-size: 11px;
  display: none;
}
#pikame {
  display: none;
}

/* -------------  END CANAL --------------- */

/* -------------  boxes home --------------- */

.boxs_home{

}

.boxs_home ul{
  
}

.boxs_home ul li{
display: inline-block;  
}

.boxs_home ul li:first-child{
  margin: 0 47px 0 0;   
}

.boxs_home ul li:last-child{
  margin: 0 0 0 46px;  
}

.block_image_vertical_1{
  width: 278px;
  height: 260px;
  margin: 45px -3px 0 0;
  padding: 0 0 0 0;
  /*padding: 38px 0 0 0;*/
   display: inline-block;
  *display: inline;
  *margin: 0 0 0 0;
  zoom: 1;
  vertical-align: top;
}

.block_image_vertical_1 p{
  line-height: 140%;
  font-size: 14px;
  width: 98%;
  color: #696969;
}

.block_image_vertical_2{
  width: 277px;
  height: 260px;
  margin: 45px -3px 0 0;
  padding: 0 0 0 0;
  /*padding: 38px 0 0 0;*/
   display: inline-block;
  *display: inline;
  *margin: 0 0 0 0;
  zoom: 1;
  vertical-align: top;

}

.block_image_vertical_2 p{
  line-height: 140%;
  font-size: 14px;
  width: 95%;
  color: #696969;
}

.block_image_vertical_3{
  width: 331px;
  height: 260px;
  margin: 45px -3px 0 0;
  padding: 0 0 0 0;
  /*padding: 38px 0 0 0;*/
   display: inline-block;
  *display: inline;
  *margin: 0 0 0 0;
  zoom: 1;
  vertical-align: top;
}

.block_image_vertical_3 h2{
  white-space: nowrap;
}

.block_image_vertical_3 p{
  line-height: 140%;
  font-size: 14px;
  width: 100%;
  color: #696969;
}


/* -------------  END boxes home --------------- */


/* ------------- HOVERS  --------------- */

.mosaic-block {
  float:left;
  position:relative;
  overflow:hidden;
  width:239px;
  height:119px;
  margin:0;
  background:#111 url(../../imagens/progress.gif) no-repeat center center;
}

.mosaic-block a{
  text-decoration: none;
}

.mosaic-overlay {
  display:none;
  z-index:5;
  position:absolute;
  width:100%;
  height:100%;
  background:#111;
}

.bar .mosaic-overlay {
  bottom:-50px;
  height:50px;
  background:url(../../imagens/bg-black.png);
  padding: 0px;
  margin: 0px;
  left: 0px;
}

.bar .mosaic-overlay h4{
  margin: 15px auto 0px auto;
  padding: 0px;
  text-align: center;
  width: 90%;
  text-decoration: none;
  font-size: 17px;
  font-family: Museo, Arial, Helvetica;
  color:#333132;
  font-weight: normal;
}


/* -------------  END HOVERS --------------- */

/* -------------  CLIENTES  --------------- */

.clientes{
}

.clientes ul{
}

.clientes ul li{
  display: inline-block;
  margin: 40px 15px 40px 27px;
}

/* -------------  END CLIENTES --------------- */

/* -------------  equipamento  --------------- */

.equipamento{
}

.equipamento ul{
  float: left;
  width: 60%;
}

.equipamento ul li strong{
  font-weight: bold;
  color: #333;
}

.equipamento ul li{
  list-style-image: url('../../imagens/check.png');
  font-family: Museo, Arial, Helvetica;
  margin: 7px 0 0 22px;
}

.equipamento ul .inside{
  list-style-position: inside;
}

.equipamento .box_equipamentos{
  display: inline-block;
  width: 100%;
  margin: 15px 0 0px 0;
}

.equipamento .box_equipamentos img{
  float: left;
  margin-right: 18px;
}

.equipamento .box_equipamentos h2{
  float: left;
  margin-bottom: 18px;
  margin-top: 2px;
  width: 60%;
}

/* -------------  END equipamento --------------- */

/* -------------  cases  --------------- */

.cases{
}

.cases .box_cases_left{
  display: inline-block;
  width: 100%;
  margin: 20px 0 20px 0;
  border-bottom: solid 1px #ccc;
}

.cases .box_cases_left img{
  float: left;
  margin-right: 18px;
  border-right: solid 15px #fff;
  margin-bottom: -1px;
}

.cases .box_cases_left h2{
  float: left;
  margin-bottom: 18px;
  margin-top: 15px;
  width: 60%;
  margin-left: -18px;
}

.cases .box_cases_left p{
  float: left;
  margin-bottom: 18px;
  margin-top: 2px;
  width: 78%;
  font-family: Museo, Arial, Helvetica;
  margin-left: -18px;
}

.cases .box_cases_right{
  display: inline-block;
  width: 100%;
  margin: 20px 0 20px 0;
  border-bottom: solid 1px #ccc;
}

.cases .box_cases_right img{
  float: right;
  margin-left: 18px;
  border-left: solid 15px #fff;
  margin-bottom: -1px;
}

.cases .box_cases_right h2{
  float: right;
  margin-bottom: 18px;
  margin-top: 15px;
  width: 60%;
  margin-right: -18px;
  text-align: right;
}

.cases .box_cases_right p{
  float: right;
  margin-bottom: 18px;
  margin-top: 2px;
  width: 78%;
  font-family: Museo, Arial, Helvetica;
  margin-right: -18px;
  text-align: right;
}


/* -------------  END cases --------------- */

/* -------------  cases2  --------------- */

.cases2{
}

.cases2 .box_cases_left{
  display: inline-block;
  width: 100%;
  margin: 20px 0 10px 0;
}

.cases2 .box_cases_left img{
  float: left;
  margin-right: 35px;
}

.cases2 .box_cases_left h2{
  float: left;
  margin-bottom: 18px;
  margin-top: 15px;
  width: 60%;
  margin-left: -18px;
}

.cases2 .box_cases_left p{
  float: left;
  margin-bottom: 18px;
  margin-top: 21px;
  width: 61%;
  font-family: Museo, Arial, Helvetica;
  margin-left: -18px;
  line-height: 150%;
}


/* -------------  END cases2 --------------- */

/* -------------  CONTATO  --------------- */

.contato{
}

.contato form{
  width: 340px;
  height: relative;
  float: left;
  margin: 0 0 0 0;
}

.contato form span{
  font-family: Museo, Arial, Helvetica; 
  font-style: normal !important;
  margin-left: 2px;
  display: block;
  width: 100%;
}

.contato form .submit{
  font-family: Museo, Arial, Helvetica; 
  font-style: none;
  background: #ccd858;
  color: #666;
  padding: 13px 16px;
  border:none;
  float: right;
}

.contato .arroba{
  width: relative;
  float: left;
  margin: 0 0 0 30px;
}

.contato .arroba p{
  margin-bottom: 15px;
}

.contato .arroba p img{
  margin-right: 5px;
  vertical-align: middle;
}

/* -------------  END CONTATO --------------- */


/* -------------  WEBMAIL  --------------- */

.webmail{
  margin: 0 auto;
  width: 340px;
  padding-top: 50px;
}

.webmail form{
  width: 100%;
  margin: 40px 0 100px 0;
}

.webmail form span{
  font-family: Museo, Arial, Helvetica; 
  font-style: normal !important;
  margin-left: 2px;
  display: block;
  width: 100%;
}


.webmail form .submit{
  font-family: Museo, Arial, Helvetica; 
  font-style: none;
  background: #ccd858;
  color: #666;
  padding: 13px 16px;
  border:none;
  float: right;
}



/* -------------  END WEBMAIL --------------- */

/* ------------- SOLUCOES --------------- */

.solucoes{

}

.solucoes ul{
  margin: 17px 0 0 0;
}

.solucoes ul li{
  list-style-image: url('../../imagens/check.png');
  font-family: Museo, Arial, Helvetica;
  margin: 7px 0 0 0;
  list-style-position: inside;
}

.image_fr{
  float: right;
  margin: 35px 0 0 0;
}


/* -------------  END SOLUCOES --------------- */


/* -------------   --------------- */

/* -------------  END  --------------- */

.empresa{
  margin: 35px 0 0 0;
}

.primeiro_text{
  width: 90%;
}

.primeiro_text p{
  font-family: Museo, Arial, Helvetica;
  line-height: 180%;
}

.primeiro_text_2{
  width: 100%;
}

.primeiro_text_2 p{
  font-family: Museo, Arial, Helvetica;
  line-height: 180%;
}

.primeiro_text_2 img{
  float: right;
  margin: 0 15px 0 15px;
}

.image_right{
  background: #0f0;
  float: left;
  margin: 0 0 0 30px;
  width: 35%;
  overflow: hidden;
}

.empresa .w-4{
  overflow: hidden;
}

.institucional_2{
  float: left;
  margin: 0 0 0 -30px;
}

.bg_verde{
  background: #ccd858;
  line-height: 160%;
}

.slider_equipamentos{
  width: 483px;
  height: relative;
  margin: 30px 15px 30px 0;
  float: left;
}

.text_equipamentos{
 /* width: 483px;*/
  height: relative;
  margin: 30px 0 0 0;
  /*float: left;*/
}

.tabela{
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.celula{
  height: 39px;
  background: #dadada;
  width: 16.4%;
  margin: 0 auto 4px auto;
  *margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  display: inline-block;
  *display: inline;    
  zoom: 1;
  vertical-align: top;
}

.celula_claro{
  height: 39px;
  background: #e9e9e9;
  width: 16.4%;
  margin: 0 auto 4px auto;
  *margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  display: inline-block;
  *display: inline;    
  zoom: 1;
  vertical-align: top;
}

@media only screen and (max-width: 995px) {
  .celula{
    height: 39px;
    background: #dadada;
    width: 15%;
    margin: 0 auto 4px auto;
    *margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    display: inline-block;
    *display: inline;    
    zoom: 1;
    vertical-align: top;
  }

  .celula_claro{
    height: 39px;
    background: #e9e9e9;
    width: 15%;
    margin: 0 auto 4px auto;
    *margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    display: inline-block;
    *display: inline;    
    zoom: 1;
    vertical-align: top;
  }
}

.nome_do_arquivo{
  background: #ccd858;
  padding: 9px 15px;
  float: left;
  margin: 15px 0 0 -28px;
  font-family: Museo, Arial, Helvetica;
  font-weight: normal;  
  color: #333;
  font-size: 18px;
}

.pdf{
  float: left;
  margin: 35px 0 35px 0;
}

.text_arquivo{
  float: left;
  margin: 15px 0 0 15px;
  font-family: Museo, Arial, Helvetica;
  font-size: 14px;
  line-height: 170%;
  min-height: 48px;
  width: 75%;
}

.baixar_arquivo{
  background: #ccd858 url('../../imagens/baixar.png') no-repeat 13px -22px;
  padding: 9px 15px 9px 39px;
  float: right;
  margin: 10px 0 0 0;
  font-family: Museo, Arial, Helvetica;
  font-weight: normal;  
  color: #333;
  font-size: 18px;  
  text-decoration: none;
  -webkit-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
  -moz-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
  -ms-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
  -o-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
  transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000); /* easeOutQuint */  
  -webkit-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); 
  -moz-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); 
  -ms-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); 
  -o-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); 
  transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); /* easeOutQuint */
}

.baixar_arquivo:hover{
  background: #d8ea27 url('../../imagens/baixar.png') no-repeat 13px 12px;
}












/* -------------   --------------- */

/* -------------  END  --------------- */









/* BASIC RESET */
ol, pre, p {
  margin: 0;
  padding: 0;
}
/* COMMON CLASSES */
.break {
  clear: both;
}
/* HEADER */
.headerimg {
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
/* HEADER TEXT */
#headertxt {
  clear: both;
  height: 161px;
  margin: 0 auto;
  padding-top: 240px;
  position: absolute;
  text-align: right;
  top: 84px;
  width: 100%;
  z-index: 1;
}
.legenda_centro{
  float: right;
  margin: -75px 0 0 0;
  width: 420px !important;
}
#firstline {
  color: #333;
  padding: 4px 13px 7px;
  float: left;
  display: block;
  font-family: Museo, Arial, Helvetica;
  text-align: left;
  width: 100%;
  margin: 0 0 0 0;
  font-size: 15px;
  color: #fff;
  padding-top:170px;
}
#secondline {
  color: #CD2B3A;
  text-decoration: none;
  font-size: 60px;
  padding: 0 0 0 13px;
  float: left;
  display: block;
  clear: both;
  font-family: Museo, Arial, Helvetica;
  color: #fff;
  font-size: 20px;
  text-align: left;
  width: 100%;
  margin: 0 0 7px 0;
  line-height: 120%;
}

#secondline strong, #secondline strong{
  
}

.titulos_institucionais{
  width: 450px;
  margin: 0 auto 0 auto;
  *margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  display: inline-block;
  *display: inline;    
  zoom: 1;
  vertical-align: top;
}

.linhas_institucionais{
  width: 250px;
  margin: 0 auto 0 auto;
  *margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  display: inline-block;
  *display: inline;    
  zoom: 1;
  vertical-align: top;
}

.imagens_institucionais{
  width: 100%;
  margin: -150px auto 0 700px;
  *margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  display: inline-block;
  *display: inline;    
  zoom: 1;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}

.imagens_institucionais img{
  float: left;
}

.linhas_empresa{
  width: 95%;
  float: left;
}

.linhas_empresa li{
  width: 600px;
  height: 30px !important;
  background: #f2f2f2;
  text-align: right;
  list-style: none;
  margin: 0 0 15px 0;
  font-family: Museo, Arial, Helvetica;
  font-size: 18px;
  line-height: 160%;
}

.linhas_empresa a{
  text-decoration: none;
}

.linhas_empresa a:hover{
  color: #858f21;
}

.linhas_empresa .ativo{
  color: #858f21;
}

.linhas_empresa li:first-child{
  margin-left: -503px;
    padding-right: 121px;
}

.linhas_empresa li:last-child{
  margin-left: -471px;
  padding-right: 53px;
}

.linhas_empresa_2{
  width: 95%;
  float: left;
}

.linhas_empresa_2 li{
  width: 600px;
  height: 30px !important;
  background: #f2f2f2;
  text-align: right;
  list-style: none;
  margin: 0 0 15px 0;
  font-family: Museo, Arial, Helvetica;
  font-size: 18px;
  line-height: 160%;
}

.linhas_empresa_2 a{
  text-decoration: none;
}

.linhas_empresa_2 a:hover{
  color: #858f21;
}

.linhas_empresa_2 .ativo{
  color: #858f21;
}

.linhas_empresa_2 li:first-child{
  margin-left: -503px;
  padding-right: 89px;
}

.linhas_empresa_2 li:last-child{
  margin-left: -482px;
    padding-right: 97px;
}

.profile_nossa_historia{
  width: 243px;
  margin: 0 auto 0 auto;
  *margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  display: inline-block;
  *display: inline;    
  zoom: 1;
  vertical-align: top;
}

.nossa_historia{
  width: 744px;
  margin: 0 auto 0 auto;
  *margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  display: inline-block;
  *display: inline;    
  zoom: 1;
  vertical-align: top;
}





.museo table{
  clear: both;
  width: 100% !important;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  padding:0px;
  border-spacing:0px;
  /*border-width: 0 0 1px 1px;
  border-style: solid;*/

}

.museo table tr td {
  height: 39px;
  background: #e9e9e9;
  width: 16.4%;
 /* margin: 0 auto 4px 2px;
  *margin: 0 auto 0 auto;*/
  margin: 0;
  *margin: 0;

  padding: 0 0 0 0;
    
  zoom: 1;
  vertical-align: middle;

  border-collapse: collapse;
  border-style: solid;
  border-color: #ffffff;
  border-width: 3px;

/*  border-width: 1px 1px 0 0;
border-style: solid;*/
}
.museo table tr:first-child td,
.museo table tr td:first-child{
  background-color:  #DADADA !important;
}

/*@media only screen and (max-width: 995px) {
  .museo table tr td {
    height: 39px;
    background: #e9e9e9;
    width: 15%;
    margin: 0 auto 4px 2px;
    *margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    display: inline-block;
    *display: inline;    
    zoom: 1;
    vertical-align: top;
  }

  .museo table tr:first-child td,
  .museo table tr td:first-child{
    background-color:  #DADADA !important;
  }
}*/



/*

.tabela{
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.celula{
  height: 39px;
  background: #dadada;
  width: 16.4%;
  margin: 0 auto 4px auto;
  *margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  display: inline-block;
  *display: inline;    
  zoom: 1;
  vertical-align: top;
}

.celula_claro{
  height: 39px;
  background: #e9e9e9;
  width: 16.4%;
  margin: 0 auto 4px auto;
  *margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  display: inline-block;
  *display: inline;    
  zoom: 1;
  vertical-align: top;
}

@media only screen and (max-width: 995px) {
  .celula{
    height: 39px;
    background: #dadada;
    width: 15%;
    margin: 0 auto 4px auto;
    *margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    display: inline-block;
    *display: inline;    
    zoom: 1;
    vertical-align: top;
  }

  .celula_claro{
    height: 39px;
    background: #e9e9e9;
    width: 15%;
    margin: 0 auto 4px auto;
    *margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    display: inline-block;
    *display: inline;    
    zoom: 1;
    vertical-align: top;
  }
}
*/
/* slidevideos
------------------------------------------------------------------------ */
#slideVideos {
  position: relative;
  margin-bottom: 40px;
}
#slideVideos .videoContent {
  position: relative;
  height: 459;
  overflow: hidden;
}
#slideVideos .videos {
  height: 459;
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 100 !important;
  left: 0;
  top: 0;
}
#slideVideos .videos li {
  position: absolute;
  top: 0;
  left: 0;
}
#slideVideos .videos .play {
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../../imagens/bg-videoslide-play.png);
  margin: -33px 0 0 -31px;
  width: 63px;
  height: 66px;
  z-index: 105;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
#slideVideos .videos .play:hover { opacity: 0.8; }
#slideVideos #videoArea {
  position: absolute;
  z-index: 120;
  top: 0;
  left: 0;
}

#slideVideos .mini li {
  width: 135px;
  float: left;
  cursor: pointer;
  margin-right: 12px;
}
#slideVideos .mini li:last-child { margin-right: 0; }
#slideVideos .mini li:hover img,
#slideVideos .mini li.activeSlide img { opacity: 1 !important; }

#slideVideos .mini li .img {
  position: relative;
  width: 135px;
  height: 87px;
  position: relative;
  z-index: 99;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.5);
}
#slideVideos .mini li .img img {
  opacity: 0.5;
  border: 1px solid #ffffff;
}
#slideVideos .mini li .img:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../../imagens/bg-videoslide-play2.png) center no-repeat;
  z-index: 100;
  content: '';
}
#slideVideos .mini li strong {
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: #bb9b1d;
  line-height: 1;
  padding-top: 4px;
}


#slideVideos #controlVideo {
  padding: 16px 0;
  background: url(../../imagens/bg-mainslide-nav.jpg) center bottom no-repeat;
  margin-bottom: 16px;
}
#slideVideos #controlVideo .tit {
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  color: #bb9b1d;
  margin-bottom: 6px;
}
#slideVideos #controlVideo .bt {
  width: 23px;
  height: 23px;
  float: left;
  margin-left: 4px;
  text-indent: -9999px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
#slideVideos #controlVideo .bt:hover { opacity: 0.8; }
#slideVideos #controlVideo .bt.prev { background: url(../../imagens/bg-videoslide-prev.jpg); }
#slideVideos #controlVideo .bt.next { background: url(../../imagens/bg-videoslide-next.jpg); }