@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}
*:focus {
    outline: none;
}
body {
    font-family: Tahoma, Arial, Verdana;
    position: relative;
    margin: 0;
    overflow-x: hidden;
    -ms-overflow-style: hidden !important;
    background: #fff;
}
.container {
    width: 1170px;
    margin: 0 auto;
    position: relative;
    clear: both;
    z-index: 3;
}
#conteudo {
    z-index: 9;
}

a {
    text-decoration: none;
}
a img {
    border: 0;
}
p, li, dd, dt, a, td, h4, dd * {
    font-size: 14px;
}
p a, li a, td a, dd a {
    font-size: inherit;
    cursor: pointer;
}

h1 {
    font-size: 20px;
}
h2 {
    font-size: 18px;
}
h3 {
    font-size: 16px;
}
h5 {
    font-size: 10px;
}
h6 {
    font-size: 8px;
}

.error {
    color: #f30!important;
}
.clear {
    float: left;
    clear: both;
    width: 100%;
    height: 0;
}
ul, ol {
    margin-left: 0;
    padding-left: 0;
}
ul li {
    list-style-type: none;
}


.img-responsivo-right {
    width: 100%;
    max-width: 825px;
}


/*  HEADER */

#header {
    width: 100%;
    position: relative;
    float: left;
    padding-bottom: 5px;
    background: url(../images/bg_header-bottom.png) repeat-x 0 bottom;
    z-index: 2;
}
.interna #header {
    background-color: #fff;
}
#header .container {
    height: 141px;
}

/* logo */
#header .logo {
    float: left;
    position: relative;
    left: 0;
    top: 0;
    width: 780px;
}
#header .logo h1 {
    float: left;
}
#header .logo h1 a {
    background: url(../images/odebrecht.png) no-repeat center center;
    float: left;
    width: 237px;
    height: 80px;
    position: relative;
    text-indent: -9999px;
}
/* titulo relatorio */
#header .logo h2 {
    float: left;
    position: relative;
    left: 35px;
    top: 30px;
}
#header .logo h2 a {
    font-weight: normal;
    color: #5c5c5c;
    font-size: 20px;
}
/*BUSCA*/
/*----------- BUSCA -----------*/
#busca form {
    background: #fff;
    display: inline-block;
    position: absolute;
    /*right: 200px; Quando voltar o botão de idioma voltar para 200*/
    right: 0;
    top: 30px;
    width: 41px;
    height: 42px;
    overflow: hidden;
    position: absolute;
    vertical-align: middle;
    float: right;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    z-index: 99;
}
#busca fieldset {
    border: 0;
}
#busca input,
#busca button {
    background-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #5c5c5c;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 13px 10px;
    text-align: left;
    text-transform: uppercase
}
#busca input {
    border: 0;
    position: absolute;
    left: 0;
    width: 165px;
}
#busca button {
    background: url("../images/lupa.png") no-repeat center #fff;
    border: 0;
    cursor: pointer;
    padding: 0;
    position: absolute;
    right: 0;
    text-indent: -9000px;
    height: 42px;
    width: 42px;
}
#busca button:hover {
    background-color: #ddd;
}
#busca form.ativo {
    width: 200px;
    border-color: #5c5c5c;
}
/***************/
/* idioma */
.itens-header {
    float: right;
}
.idioma a {
    text-transform: uppercase;
    position: relative;
    right: 40px;
    top: 33px;
    width: 30px;
    height: 30px;
    z-index: 20;
    line-height: 30px;
    border: 2px solid #ec3237;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    color: #ec3237;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}
.idioma a:hover {
    color: #fff;
    background: #ec3237;
}
/* menu home*/
#menu {
    width: 1170px;
    position: absolute;
    float: left;
    z-index: 13;
    top: 90px;
    left: 50%;
    margin-left: -585px;
    padding: 0;
}
#menu ul.lista {
    width: 100%;
    float: left;
}
#menu li {
    position: relative;
    float: left;
    padding: 0 0 30px;
}

#menu li a.link {
    position: relative;
    display: block;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    color: #373737;
    padding: 10px 13px;
    border-left: 1px solid #dedede;
    width: auto!important;
}
#menu li.menu1 .link {
    width: 165px;
    border-left: 0;
}
#menu li.menu2 .link {
    width: 110px;
}
#menu li.menu3 .link {
    width: 65px;
}
#menu li.menu4 .link {
    width: 195px;
}
#menu li.menu5 .link {
    width: 215px;
}
#menu li.menu6 .link {
    width: 230px;
}
#menu li.menu7 .link {
    width: 180px;
    text-align: right;
}

#menu .submenu li a {
    font-size: 14px;
    color: #fff;
    padding: 5px 10px 5px 0;
    display: block;
}
#menu li:hover a.link {
    color: #ec3237;
}
#menu li li a:hover {
    font-weight: bold;
}

/* submenu */
#menu .submenu {
    display: none;
    width: 295px;
    float: left;
    padding: 6px 0 15px 0;
    position: absolute;
    background: url(../images/bg_submenu.jpg) no-repeat 0 0 #ec3237;
    top: 45px;
}
#menu li:hover .submenu {
    display: block;
}

#menu .submenu ul {
    float: left;
}

#menu .submenu li:before {
    content: "•";
    color: #fff;
    float: left;
    margin: 4px 5px 4px 15px;
}

#menu .submenu li {
    float: left;
    padding: 0;
    width: 100%;
    height: auto;
    position: relative;
    border-width: 0;
}

#menu .submenu li.img {
    padding-bottom: 10px;
}
#menu .submenu li.img:before {
    display: none;
}
/* main */
#main {
    width: 100%;
    position: relative;
    float: left;
    padding: 0;
    z-index: 1;
    margin-top: -4px;
    background: #ececea;
}
.interna #main {
    background: #fff;
    margin-bottom: 20px;
    overflow: hidden;
}
/* HOME */
.slideshow {
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}
.slideshow .slide-itens {
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    z-index: 1;
}

.slideshow .control {
    width: 100%;
    padding: 0;
    z-index: 1;
}

.slideshow .carousel {
    position: relative;
    float: left;
    width: 100%;
    height: 500px;
    overflow: hidden;
    z-index: 1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.slideshow .carousel li {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}
.slideshow .carousel img {
    display: block;
    border: none;
    position: relative;
    left: 50%;
    top: 0;
    width: 2000px;
    height: 500px;
    margin-left: -1000px;
    z-index: 1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.slideshow .carousel figcaption {
    position: absolute;
    left: 50%;
    top: 130px;
    clear: both;
    float: left;
    z-index: 2;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 1140px;
    padding: 0 15px;
    margin-left: -585px;
    display: none;
}
.slideshow .carousel figcaption h3,
.slideshow .carousel figcaption p {
    float: left;
    width: 455px;
    clear: both;
    margin-bottom: 10px;
    color: #3c3c3c;
    font-size: 38px;
}
.slideshow .carousel figcaption p {
    color: #fff;
    font-size: 17px;
    line-height: 25px;
}

.slideshow .nav {
    width: 100%;
}
.slideshow .prev,
.slideshow .next {
    background: url(../images/ico_setas_galeria.png) no-repeat 0 center;
    position: absolute;
    top: 0;
    width: 50px;
    height: 100%;
    font-size: 0;
    cursor: pointer;
    text-indent: -9000px!important;
    z-index: 8;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.slideshow .prev {
    left: 0;
}
.slideshow .next {
    right: 0;
    background-position: right center;
}
.slideshow .prev:hover,
.slideshow .next:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.slideshow .pages {
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    text-align: center;
    z-index: 1;
    display: none;
}
.slideshow .pages a {
    background-color: #ccc;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-left: 10px;
    border: 1px solid #ccc;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-indent: -9000px;
    cursor: pointer;
}
.slideshow .pages a:hover,
.slideshow .pages a.active {
    background-color: #177d49;
    border-color: #177d49;
}
.slideshow .pages a.active {
    cursor: default;
}
/*DESTAQUES*/
.destaque ul {
    float: left;
    padding-bottom: 70px;
    width: 100%;
    margin-top: -65px;
    position: relative;
    z-index: 1;
}
.destaque li {
    margin: 0 22px;
    float: left;
    width: 345px;
    background-color: #fff;
    height: 491px;
    position: relative;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.destaque li.first {
    background: url(../images/bg_img-destaque-first.png) no-repeat center bottom #fff;
}
.destaque li.last {
    background: url(../images/bg_img-destaque-last.png) no-repeat center bottom #fff;
}
.destaque li:hover {
    background-color: #ec3237;
}
.destaque p.oculto a {
    display: none;
    background: #343434;
    position: absolute;
    top: 0;
    border: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 30px;
    padding: 10px 0 0;
    height: 40px;
    z-index: -1;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.destaque li:hover p.oculto a {
    top: -50px;
    z-index: 1;
}
.destaque p img {
    position: relative;
    top: 0;
    border: 0;
    border-top: 11px solid #343434;
    outline: none;
    width: 100%;
}
.destaque li h2 a {
    display: block;
    color: #373737;
    font-size: 30px;
    text-align: center;
    line-height: 30px;
    padding: 20px 0;
    height: 60px;
    margin: 0 20%;
    border-bottom: 1px solid #ec3237;
}
.destaque li.last h2 a {
    line-height: 60px;
}
.destaque li:hover h2 a {
    color: #fff;
    border-color: #fff;
}
.destaque li p.desc a {
    display: block;
    color: #666;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    padding: 20px 10%;
}
.destaque li:hover p.desc a {
    color: #fff;
}
/* dashed */
.dashed {
    width: 100%;
    height: 569px;
    position: absolute;
    background-image: url(../images/dashed-home.png);
    background-position: center 0;
    background-repeat: no-repeat;
    top: 330px;
    z-index: 2;
}
.interna .dashed {
    height: 223px;
    background-image: url(../images/dashed-interna.png);
    top: 70px;
    width: 2000px;
    left: 50%;
    margin-left: -1000px;
    display: none;
}
/* box vermelho interna */
#main .box-top {
    position: absolute;
    top: -110px;
    left: -390px;
    background-color: #ec3237;
    width: 260px;
    min-height: 155px;
    padding: 20px 25px;
}
#main .box-top h2 {
    color: #fff;
    font-weight: bold;
    font-size: 26px;
}
#main .box-top p {
    color: #fff;
    font-size: 14px;
    line-height: 19px;
}
#main .box-top p .highlight {
    color: #fff;
    border-color: #fff;
}
/* imagem interna */
#img-header {
    width: 100%;
    height: 270px;
    position: relative;
    float: left;
    background: url(../images/img-interna_01.png) no-repeat center 0;
    z-index: 4;
}
/* barra lateral esquerda */
.lat_esq {
    position: absolute;
    width: 390px;
    top: -100px;
    padding-top: 100px;
    background: url(../images/bg_col-interna.png) repeat-y 0 0;
    z-index: -1;
    height: 10000px;
}
/* Footer */
#footer {
    padding: 55px 0 25px 0;
    float: left;
    width: 100%;
    position: relative;
    z-index: 100;
    background: url(../images/footer-rach.jpg) repeat-x 0 top #777576;
    min-height: 46px;
}
.interna #footer {
    background-image: url(../images/footer-rach_interna.jpg);
}
#footer .footer-rach {
    position: absolute;
    top: -55px;
    left: 20px;
}
#footer .copyright,
#footer .conditions {
    font-weight: normal;
    color: #fff;
    width: 100%;
    text-align: center;
    float: left;
    line-height: 46px;
    font-size: 13px;
}

#footer a {
    font-weight: bold;
    color: #fff;
    font-size: 13px;
}

#footer .conditions a.first {
    border-right: 1px solid #fff;
}
#footer a:hover {
    opacity: 0.7;
}

#footer .gotop {
    font-weight: normal;
    color: #fff;
    width: 104px;
    height: 96px;
    text-align: left;
    position: absolute;
    right: 0;
    top: -25px;
    text-indent: -9000px;
    background: url(../images/btn-top-pt.gif) no-repeat center;
    cursor: pointer;
    -webkit-transition: ease-out 0.7s;
    -moz-transition: ease-out 0.7s;
    -ms-transition: ease-out 0.7s;
    -o-transition: ease-out 0.7s;
    transition: ease-out 0.7s;
}
#en #footer .gotop {
    background-image: url(../images/btn-top-en.gif);
}
#footer .gotop:hover {
    opacity: 0.3!important;
    filter: alpha(opacity=30;
    )!important;
}

/* ====================================================================== */
/* ===================                                       ============ */
/* ===================          ITENS DA INTERNA             ============ */
/* ===================                                       ============ */
/* ====================================================================== */

/* cabecalho da matéria */

.icones {
    cursor: default;
    float: right;
    padding: 0;
    position: relative;
}

.icones li {
    margin-right: 5px;
    overflow: hidden;
    background-image: none!important;
}

.icones li, .icones li a {
    width: 25px!important;
}
.icones .compartilhar {
    width: 130px!important;
    margin-right: 20px!important;
}
.icones .send, .icones .send a {
    width: 25px;
}
.icones a {
    display: inline;
    height: 25px;
    width: 25px;
    line-height: 18px;
    float: left;
    overflow: hidden;
    cursor: pointer;
    margin: 0 0 0 5px;
    background: url(../images/spri_ico-itens.png) no-repeat;
    text-indent: -9000px;
}
.icones .decrease, .icones .increase, .icones .favoritos, .icones .send, .icones .print, .icones .compartilhar {
    padding-left: 0;
    margin: 0;
    height: 37px;
    float: left;
    list-style-type: none;
}

.icones .decrease a {
    background-position: -90px -110px;
}
.icones .increase a {
    background-position: -121px -110px;
}
.icones .favoritos a.linkfav {
    background-position: -147px -112px;
    padding-bottom: 15px;
}
.icones .send a {
    background-position: -213px -109px;
}
.icones .print a {
    background-position: -180px -112px;
}
.icones .compartilhar a.share {
    background-position: 45px -110px;
    text-indent: 0;
    width: 100px!important;
    line-height: 37px;
    text-align: right;
    padding-right: 25px;
    color: #2a272b;
    font-size: 12px;
    float: left;
    position: relative;
    font-weight: bold;
}

.icones a:hover {
    opacity: 0.7;
}
.icones a.inativ {
    opacity: 0.7;
    cursor: default;
}

.bl_top {
    float: right;
    margin: 0;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
}

.pag-busca .bl_top {display:none;}
.texto {
    float: right;
    margin: 20px 0 0;
    min-height: 500px;
    padding: 0;
    position: relative;
    color: #2a272b;
    width: 780px;
    z-index: 3;
}

.texto p, .texto li, .texto h2, .texto h3, .texto h4 {
    /* float: left; */
    /* width: 100%; */
}

.texto h4 {
    color: #2a272b;
}

.texto p, .texto h3, .texto li {
    line-height: 25px;
    /* float: left; */
}
.texto a {
    font-weight: bold;
    color: #000;
}
.texto a:hover {
    color: #EC2C30;
}

.texto td {
    line-height: 1.2em;
}
.texto p, .texto h3, .texto h2, .texto li, .texto table {
    margin: 10px 0;
}

.texto h1 {
    width: 480px;
    height: 60px;
    color: #2a272b;
    font-size: 23px;
    font-weight: normal;
    text-transform: uppercase;
    float: left;
}
.pag-busca .texto h1 {
    width: 100%;
    font-size: 18px;
    text-transform: initial;
}
.pag-busca .texto h1 span {
    color: red;
    text-transform: uppercase;
    font-size: 23px;
}
.texto h2 {
    font-size: 30px;
    color: #ed322d;
    line-height: 30px;
    font-weight: normal;
}

.texto .tit-principal {
    line-height: normal;
}

.texto ul li {
    list-style-type: disc;
    margin-left: 20px;
}

.texto ol {
    margin-left: 20px;
}
.texto ul ul {
    margin-left: 10px;
}

.texto .tabela {
    float: left;
    margin-bottom: 20px;
    border-bottom: 2px solid #e0e0e0;
    border-left: 1px dashed #E0E0E0;
}

.texto .tabela .tabelatt {
    padding: 10px 15px;
    background-color: #aaa;
    color: #fff;
    border-bottom: 1px dashed #fff;
    border-right: 1px dashed #fff;
    vertical-align: middle;
}

.texto .tabela .tabelatx {
    padding: 10px 5px;
    border-top: 1px dashed #E0E0E0;
    border-right: 1px dashed #E0E0E0;
}

.texto .tabela .esquerda {
    border-left-width: 0;
}

/*  Search Results  */

.texto .highlight .busca_highlight {
    position: absolute;
    top: -45px;
}
#resultados_busca .botao {
    float: left;
    clear: both;
    background-color: red;
    border-width: 0;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    padding: 6px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
}

.resultadoBusca {
    float: left;
    width: 100%;
    border-bottom: 2px solid #f00;
}
.resultadoBusca:hover {
    background: #eee;
}
#resultados_busca p {
    font-size: 12px;
    margin-bottom: 25px;
    width: 100%;
    float: left;
}

.resultadoBusca a {
    color: #000;
    float: left;
    font-size: 12px;
    padding: 10px;
    width: 100%;
}

.texto .highlight {
    border-bottom: 2px solid #f00;
    color: #f00;
    font-weight: bold;
}

.texto h1 .highlight {
    border-bottom: 2px solid #f00;
    color: #f00;
    font-weight: bold;
    font-size: 23px;
}
#busca_highlight .highlight {
    border-bottom-width: 0;
}

h1 span {
    text-transform: uppercase;
    font-size: 10px;
}
h1 span a {
    text-decoration: none;
    font-size: 10px;
    color: #FFF !important;
    font-weight: normal !important;
}



/* ********************************************/
/* ------------------------------------------ */
/* *****   FORMATAÇÃO CONTEÚDO DO RAO   ***** */
/* ------------------------------------------ */
/* ****************************************** */

.float_e {
    float: left;
}
.float_d {
    float: right;
}

.texto figure {
    position: relative;
    margin: 10px 0;
}
.texto figcaption {
    position: relative;
    float: left;
    padding: 5px 0;
    width: 100%;
}

.texto figure.float_e {
    margin-right: 15px;
}
.texto figure.float_d {
    margin-left: 15px;
}

.texto figcaption.center {
    text-align: center;
}
.texto figcaption.right {
    text-align: right;
}

.gri {
    font-size: smaller;
    margin: 10px 0 5px 0;
}

.mudarConteudo {
    font-weight: bold;
    background-color: #ff0;
}

.nota {
    font-size: 11px!important;
    color: #86878B;
    line-height: 20px!important;
}

.link_nota {
    color: #E1081E;
}
.destaqueTexto {
    font-size: 12px;
    color: #EB6E08;
    text-align: left;
    line-height: 17px;
    margin: 0 0 12px 0;
    font-weight: bold;
}

.tabela {
    margin: 15px 0;
}

.tabela td {
    /* text-align: center; */
}
.tabela td.left {
    /* text-align: left; */
}

.tabela .tabela_tx {
    padding: 8px;
    color: #858585;
    border-bottom: 1px solid #eb8613;
}
.tabela .tabela_ts {
    padding: 8px;
    color: #fff;
    background-color: color: #777;
}
.tabela .tabela_tt {
    padding: 12px 8px;
    color: #fff;
    background-color: #eb8613;
    font-weight: bold;
}

.border2 {
    border-bottom: 2px double #eb8613;
}
.border3 {
    border-bottom: 3px solid #333;
}

.indent1 {
    padding-left: 3%!important;
}
.indent2 {
    padding-left: 6%!important;
}
.indent3 {
    padding-left: 9%!important;
}

p.nota_tabela {
    font-size: 0.750em!important;
    color: #666;
    vertical-align: top;
    padding: 3px 10px 0px 20px;
    margin: 0 0 30px 0!important;
    border-bottom: 5px solid #ededed;
    background-image: url(../images/ico_nota.gif);
    background-repeat: no-repeat;
    background-position: left top;
    cursor: pointer;
}
.nota_tabela td {
    padding: 2px 0px;
}
.nota_tabela_desc {
    margin: 3px 0px 4px 2px;
}
.nota_tabela_desc span {
    margin: 4px 0px 0px 0px;
    padding: 1px 4px;
    color: #888;
    background-color: #FFFF00;
}
.nota_highlight {
    background-color: #FFFF00;
    color: #000;
}
.nota_tabela_over {
    background-color: #ededed;
    background-image: url(../images/ico_nota_over.gif);
}
.sem_over {
    cursor: default!important;
    background-image: none!important;
}
.tr_over {
    background-color: #666;
}
.zebra, .zebra td {
    background-color: #fefefe;
}
.zebra1, .zebra1 td {
    background-color: #FFF;
}



/* olho */

.olho {
    width: 340px;
    position: relative;
}

.slidetabs .olho.float_e,
.slidetabs .olho.float_d {
    margin: 0 10px;
}

.olho.float_e {
    margin-right: 30px;
    margin-top: 10px;
}
.olho.float_d {
    margin-left: 30px;
}

.olho.float_d h2 ,.olho.float_d h4 {
    text-align: right;
    padding: 0;
}

.olho.float_e h2 ,.olho.float_e h4 {
    padding: 0;
}

.olho h2 {
    border-bottom: 5px solid #f99d34;
    clear: both;
    color: #f99d34;
    float: right;
    font-size: 90px;
    line-height: 1.1em;
    margin: 0 0 20px;
    width: auto;
}

.olho h4 {
    font-size: 23px!important;
    line-height: 1.3em;
    color: #959595;
    clear: both;
    margin-bottom: 10px;
}
.olho span {
    color: #662d91;
}
.olho span span {
    color: #000;
    font-size: 25px;
}
.olho p {
    color: #000;
    font-size: 16px;
    text-shadow: 0.1px 0.1px 0.1px;
}

/* background escuro */

div.modal {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background: #000;
}
div.pop_tab {
    display: none;
    position: absolute;
    width: 740px;
    bottom: 20px;
    left: 50%;
    margin-left: -390px;
    z-index: 999999;
    padding: 10px 20px;
    background: #fff;
    box-shadow: 0 0 25px #000;
}
.pop_tab .close {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
    color: #f30;
    font-weight: bold;
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: lowercase;
    text-align: center;
    line-height: 14px;
}


/* =====  ENVIA LINK  ====== *

/* box */

.envia-link {
    position: fixed;
    display: none;
    z-index: 999999;
    width: 340px;
    height: 470px;
    top: 50%;
    left: 50%;
    margin: -235px 0 0 -170px;
    overflow: hidden;
    background-color: transparent;
}
.envia-link a.close {
    color: #F30;
    cursor: pointer !important;
    display: block !important;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    height: 22px !important;
    overflow: hidden !important;
    position: absolute;
    right: 25px;
    text-align: center;
    text-transform: lowercase;
    top: 40px;
    width: 22px !important;
    z-index: 99;
}
.envia-link a.close:hover {
    opacity: 0.5;
}

.envia-link iframe {
    float: left;
    position: relative;
    padding-top: 25px;
}


/* formulario */

#envia-link {
    background-image: none!important;
    background-color: transparent!important;
    margin: 0;
    position: relative;
}

#envia-link .transicao {
    display: none!important;
}

#envia-link form {
    margin: 5px 15px;
    background-color: #fff;
    border: 6px solid #ec2c2f;
    float: left;
    padding: 20px;
    height: 370px;
    width: 255px;
}

#envia-link h3 {
    border-bottom: 2px solid #959595;
    clear: both;
    color: #ec2c2f;
    float: left;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2em;
    margin: -5px 0 5px;
    padding-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

#envia-link h4 {
    float: left;
    clear: both;
    font-size: 11px;
    text-transform: uppercase;
    color: #666;
    margin: 10px 0 6px 0;
}

#envia-link label {
    float: left;
    width: 250px;
    clear: both;
    margin: 3px 0;
    font-size: 12px;
    color: #666;
}

#envia-link label.mensagem {
    margin-top: 15px;
}

#envia-link input, #envia-link textarea {
    float: right;
    width: 160px!important;
    height: auto!important;
    border: 1px solid #bbb;
    color: #333;
    padding: 3px 5px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #fff;
}

#envia-link input:focus, #envia-link textarea:focus {
    -webkit-box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
}

#envia-link h5.obrigatorio {
    float: left;
    clear: both;
    font-size: 10px;
    color: #f30;
    margin: 5px 0 8px 80px;
}
#envia-link input.botao {
    float: left;
    clear: both;
    background-color: #ec2c2f;
    border-width: 0;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    padding: 6px 15px;
    margin: 0 0 0 80px;
    width: 170px!important;
    outline: none;
}
#envia-link .message {
    float: left;
    position: relative;
    width: 255px;
}
#envia-link .message .tempo {
    position: relative;
    margin: 130px 0 0 50px;
    width: 153px;
    background-color: #bbb;
    height: 10px;
    display: none;
}

#envia-link .message .nivel {
    position: absolute;
    width: 0;
    background-color: #f30;
    height: 7px;
    top: 0;
    left: 0;
}

#envia-link .message .txt {
    color: #666;
    font-size: 14px;
    margin: 115px 0 0 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    display: none;
}
.barra-ferramentas {
    height: 30px;
}
.controls {
    position: absolute;
    width: 780px;
    height: 30px;
    right: 0;
    top: 0;
    z-index: 999999;
}
.controls a {
    color: #2a272b;
    font-size: 12px;
    line-height: 30px;
    float: left;
    position: relative;
    font-weight: bold;
}
.controls a.back {
    background: url(../images/ico_back.jpg) no-repeat left center;
    padding-left: 30px;
}
.controls a.next {
    background: url(../images/ico_next.jpg) no-repeat right center;
    float: right;
    padding-right: 30px;
}
.controls a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.controls .inativ {
    opacity: 0!important;
    filter: alpha(opacity=0)!important;
}
/*voltar ao topo*/
.voltar-topo a {
    color: #2a272b;
    font-size: 14px;
    line-height: 30px;
    float: right;
    position: relative;
    font-weight: normal;
    background: url(../images/ico_top.jpg) no-repeat right center;
    float: right;
    padding-right: 30px;
    margin-top: 25px;
    cursor: pointer;
}
.voltar-topo a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    color: #2a272b;
}
.voltar-topo .inativ {
    opacity: 0!important;
    filter: alpha(opacity=0)!important;
}
/*paginas sem navegacao*/
.pag-01 .controls a.back,
.pag-02 .controls a.back,
.pag-05 .controls a.back,
.pag-07 .controls a.back,
.pag-13 .controls a.back,
.pag-18 .controls a.back {
    /*display: none;*/
}
.pag-04 .controls a.next,
.pag-06 .controls a.next,
.pag-12 .controls a.next,
.pag-17 .controls a.next {
    /*display: none;*/
}
/*FAVORITOS*/
#main .icones li #bookmarks {
    color: #ec2c2f;
    font-size: 14px;
    line-height: 17px;
    margin: 0px;
    float: left;
    width: 250px;
    padding: 0 0 0 12px;
    background: #fff;
    position: absolute;
    top: 35px;
    right: 0;
    height: auto !important;
    z-index: 9;
    cursor: pointer;
    border: 6px solid #ec2c2f;
    -webkit-box-shadow: 5x 5px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
    display: none;
}
#main .icones li #bookmarks h3 {
    margin-bottom: 10px;
}
#main .icones li #bookmarks a {
    font-weight: normal;
    display: block !important;
    text-decoration: none;
    height: auto;
    background: none !important;
    width: 205px!important;
}
#main .icones li #bookmarks a:hover {
    text-decoration: underline;
}
#main .icones li #bookmarks ul {
    margin-left: 0;
}
#main .icones li #bookmarks li {
    font-size: 14px;
    margin: 5px 0 0 0;
    padding: 0 0 0 15px;
    width: 230px!important;
    line-height: 10px;
}
#main .icones li #bookmarks p {
    color: #333;
    width: 240px;
    font-size: 11px;
    font-family: Verdana;
}
.fav_list {
    overflow: hidden;
    margin: 0;
}
.fav_list li {
    margin: 0 0 8px 0;
}
#main .icones li #bookmarks .fav_remover {
    display: block;
    float: left !important;
    margin: 0 -10px 0 0!important;
    position: relative;
    left: -15px;
    top: 2px;
    width: 14px!important;
    height: 15px!important;
    color: #f30;
    font-size: 16px;
    text-indent: inherit;
    font-weight: bold!important;
}
.fav_list .fav_titulo {
    width: 190px;
    float: left !important;
    color: #000 !important;
    font-size: 12px !important;
    line-height: 21px;
    text-indent: inherit!important;
}
#fav_principal {
    position: absolute;
    width: 300px;
    color: #333;
    display: none;
    right: 0;
    top: 35px;
    z-index: 100;
    font-size: 11px;
    padding: 15px;
    border: 6px solid #ec2c2f;
    background: #fff;
    -webkit-box-shadow: 5x 5px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}
#fav_principal span.close {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 4px;
    right: 4px;
    color: #f30;
    font-weight: bold;
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: lowercase;
    text-align: center;
    line-height: 14px;
}
#fav_principal span.close:hover {
    opacity: 0.7;
}
#fav_principal table {
    width: auto;
}
#fav_principal h2 {
    float: left;
    width: 80%;
    font-size: 15px;
    color: #ec2c2f;
    background: none;
    padding: 0!important;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 0;
}
#fav_principal p,
#fav_principal li {
    float: left;
    width: 100%!important;
    font-family: Verdana;
    font-size: 11px;
    line-height: 16px;
    margin: 5px 0!important;
}
#fav_principal ul {
    margin: 5px 0;
    padding-left: 19px;
}
#fav_principal ol {
    margin: 0;
}
#fav_principal li {
    background: none;
    padding: 0;
}
#fav_principal .botoes {
    text-align: center;
}
#fav_principal #TXT_NomeSecao {
    border: 1px solid #ec2c2f;
    font-size: 11px;
    color: #333;
    margin: 5px 0;
    padding: 5px;
    width: 157px;
    font-family: Verdana;
}
#fav_principal .botao {
    background-color: #ec2c2f;
    border: 0;
    color: #fff;
    margin-top: 6px;
    padding: 5px 14.5px;
    font-size: 12px;
    cursor: pointer;
}
/* SANFONA */
.slidetabs {
    float: left;
    position: relative;
    margin-top: 6px;
    clear: both;
    width: 100%;
}

.slidetabs h4 {
    margin: 5px 0;
    cursor: pointer;
    padding: 2px 0 2px 30px;
    background: url(../images/spr_sanfona.gif) no-repeat 0px 6px transparent;
    float: left;
    font-size: 17px;
}

.slidetabs.ativo h4 {
    background-position: 0px -33px;
}

.slidetabs h4 span {
    padding-bottom: 1px;
    border-bottom: 2px solid #ed322d;
    color: #2a272b;
    font-weight: normal;
    text-transform: uppercase;
}
.slidetabs.ativo h4 span {
    border-bottom-color: #ed322d;
    color: #11453b;
}


.slidetabs h4 a {
    color: #333;
}
.slidetabs h4 a:hover {
    color: #11453b;
    important; opacity: 0.8!important;
}

.sanfona td img {
    margin: 3px 10px -2px 0;
}

div.sanfona {
    float: left;
    margin: 3px 0;
    width: 100%;
}

.box-contato {
    float: left;
    margin-bottom: 10px;
    width: 96%;
    padding: 0 2%;
    color: #696057;
    background: #e4e4e4;
    border-radius: 5px;
}
.box-contato h3 {
    margin: 5px 0 0;
}
.box-contato p {
    margin-top: 0;
}
.box-contato p a {
    color: #696057;
}

/*SECAO ABAS */
.secao_abas {
    float: left;
    margin: 20px 0;
    position: relative;
    width: 100%;
}

.secao_abas .abre_aba {
    width: 100%;
    float: left;
    border-bottom: 2px solid #ed322d;
}

.secao_abas .abre_aba li {
    margin: 0 10px 0 0;
    padding: 0;
    background-image: none;
    float: left;
    position: relative;
    list-style: none;
}

.secao_abas .abre_aba a {
    float: left;
    position: relative;
    background-color: #fff;
    color: #333;
    border: 1px solid #eee;
    padding: 7px 12px;
    font-size: 13px;
    cursor: pointer;
    letter-spacing: 0;
}

.secao_abas .abre_aba a:hover,
.secao_abas .abre_aba a.active {
    background-color: #ed322d;
    border-color: #ed322d;
    color: #fff;
}
.secao_abas .abre_aba a:hover span,
.secao_abas .abre_aba a.active span {
    border-color: #fff;
    color: #fff;
}
.secao_abas .aba {
    padding: 0 5px;
    display: none;
}
.secao_abas #aba_1 {
    display: block;
}
/*aba logos*/
.secao_logos {
    float: left;
    margin: 20px 0;
    position: relative;
    width: 100%;
}
#aba_logos.secao_logos .abre_logo {
    padding: 0 125px;
    width: 530px;
    border: 0;
}
#aba_logos.secao_logos .abre_logo li {
    margin: 0 10px 0 0;
    padding: 0;
    background-image: none;
    float: left;
    position: relative;
    list-style: none;
    
}
#aba_logos.secao_logos .abre_logo a {
    float: left;
    position: relative;
    background-color: #fff;
    color: #333;
    border: 1px solid #eee;
    padding: 7px 12px;
    font-size: 13px;
    cursor: pointer;
    letter-spacing: 0;

    background: transparent;
    opacity: 0.3;
    filter: alpha(opacity=30);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#aba_logos.secao_logos .abre_logo a:hover,
#aba_logos.secao_logos .abre_logo a.active {
    opacity: 1;
    filter: alpha(opacity=100);
}
#aba_logos.secao_logos p {
    margin: 15px 0;
    padding: 15px;
    background-color: #eee;
}
#aba_logos .logos {
    display: none;
}
#aba_logos.secao_logos #logos_1 {
    display: block;
}
/*tamanho da tela*/
.tamanho {
    /* PROVISORIO */
    display: none;
    position: fixed;
    z-index: 99999999;
    background-color: #000;
    font-size: 12px;
    letter-spacing: 2px;
    color: #fff;
    padding: 3px 10px 3px 4px;
    top: 0;
    left: 0;
    border-radius: 0 0 15px 0;
}

.comentario {
    font-weight: bold;
    color: red;
}
/*MAPA*/
.estado {
    cursor:pointer;
}
#aux {
    display: none;
    position: absolute;
    right: 0;
    bottom: 10px;
    background: #fff;
    padding: 0 15px;
    border-radius: 10px;
    width: 280px;
    border: 1px solid #eee;
}
#aux h2 {
    font-size: 24px;
}
#aux li {
    font-size: 13px;
    line-height: 18px;
}
/*oculta hover estado*/
#aux.estado3,
#aux.estado4,
#aux.estado5,
#aux.estado6,
#aux.estado8,
#aux.estado9,
#aux.estado10,
#aux.estado12,
#aux.estado21,
#aux.estado22,
#aux.estado23,
#aux.estado24,
#aux.estado25,
#aux.estado26,
/*mapa2*/
#aba_2 #aux.estado7,
#aba_2 #aux.estado11,
#aba_2 #aux.estado13,
#aba_2 #aux.estado14,
#aba_2 #aux.estado15,
#aba_2 #aux.estado16,
#aba_2 #aux.estado17,
#aba_2 #aux.estado18,
#aba_2 #aux.estado19,
#aba_2 #aux.estado20,
#aba_2 #aux.estado21,
#aba_2 #aux.estado26,
#aba_2 #aux.estado27 {
    display: none!important;
}
/*MAPA INTERATIVO*/
#mapa_interativo,
#mapa_estatistico {
    float: left;
    width: 100%;
    padding: 0;
    position: relative; 
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

#mapa_interativo li,
#mapa_estatistico li { list-style-type: none; padding: 0; margin: 0; }


#mapa_interativo .mapa,
#mapa_estatistico .mapa { position: relative; height: 500px;}

#mapa_interativo .mapa img,
#mapa_estatistico .mapa img {top: 0; left: 0; z-index: 0; position: absolute;}


#mapa_interativo .mapa .locais,
#mapa_estatistico .mapa .locais {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    z-index: 1;
}

#mapa_interativo .mapa .locais li,
#mapa_estatistico .mapa .locais li {
    position: absolute;
    width: 100%;
    height: 500px;
    color: #fff;
    cursor: pointer!important;
    letter-spacing: -1px;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    display: none;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: 0 0;
}

#mapa_interativo .mapa .locais li.ativo,
#mapa_estatistico .mapa .locais li.ativo {
    display: block;
}

#mapa_estatistico .mapa .locais li.ico_one { background-image: url(../images/mapa_estatistico-1.jpg); }
#mapa_estatistico .mapa .locais li.ico_two { background-image: url(../images/mapa_estatistico-2.jpg); }
#mapa_estatistico .mapa .locais li.ico_tree { background-image: url(../images/mapa_estatistico-3.jpg); }
#mapa_estatistico .mapa .locais li.ico_four { background-image: url(../images/mapa_estatistico-4.jpg); }
#mapa_estatistico .mapa .locais li.ico_five { background-image: url(../images/mapa_estatistico-5.jpg); }
#mapa_estatistico .mapa .locais li.ico_six { background-image: url(../images/mapa_estatistico-6.jpg); }

#mapa_interativo .mapa .locais li.ico_industrial { background-image: url(../images/mapa_residuos-industrial.jpg); }
#mapa_interativo .mapa .locais li.ico_mineral { background-image: url(../images/mapa_residuos-mineral.jpg); }
#mapa_interativo .mapa .locais li.ico_maritimo { background-image: url(../images/mapa_residuos-maritimo.jpg); }
#mapa_interativo .mapa .locais li.ico_construcao { background-image: url(../images/mapa_residuos-construcao.jpg); }
#mapa_interativo .mapa .locais li.ico_monitoramento { background-image: url(../images/mapa_residuos-monitoramento.jpg); }

#mapa_interativo .icone,
#mapa_estatistico .icone {
    position: absolute;
    top: 280px;
    left: 0;
    z-index: 2;
}

#mapa_interativo .icone li,
#mapa_estatistico .icone li {
    float: left;
    clear: both;
    width: 195px;
    padding-left: 20px;
    margin: 2px 0;
    font-size: 12px;
    color: #000;
    cursor: pointer;
    text-align: left;
    font-weight: bold;
}

#mapa_interativo .icone li:hover,
#mapa_estatistico .icone li:hover,
#mapa_interativo ul.icone li.ativo,
#mapa_estatistico ul.icone li.ativo {
    color: #ed322d;
}

#mapa_interativo .icone li.lojas { background-position: left top; }
#mapa_interativo .icone li.distribuicao { background-position: left bottom; }

#mapa_estatistico tr.ativo td,
#mapa_estatistico tr#bg_map:hover td {
    background-color: #ed322d;
    color: #fff;
}

.txt_map #aux {
    padding: 0 10px;
    width: 265px;
    z-index: 4;
    text-align: left;
}
.txt_map #aux.ativo {
    display: block;
}
.txt_map #aux ul li {
    list-style-type: disc;
    margin: 0 0 10px 20px;
}