@CHARSET "UTF-8";

@font-face {
    font-family: 'ubuntu-light';
    src: url('fonts/ubuntu-l-webfont.eot');
    src: url('fonts/ubuntu-l-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/ubuntu-l-webfont.woff') format('woff'),
    url('fonts/ubuntu-l-webfont.ttf') format('truetype'),
    url('fonts/ubuntu-l-webfont.svg#ubuntu-light') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ubuntu-light-italic';
    src: url('fonts/ubuntu-li-webfont.eot');
    src: url('fonts/ubuntu-li-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/ubuntu-li-webfont.woff') format('woff'),
    url('fonts/ubuntu-li-webfont.ttf') format('truetype'),
    url('fonts/ubuntu-li-webfont.svg#ubuntu-light-italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ubuntu-regular';
    src: url('fonts/ubuntu-r-webfont.eot');
    src: url('fonts/ubuntu-r-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/ubuntu-r-webfont.woff') format('woff'),
    url('fonts/ubuntu-r-webfont.ttf') format('truetype'),
    url('fonts/ubuntu-r-webfont.svg#ubuntu-regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ubuntu-medium';
    src: url('fonts/ubuntu-m-webfont.eot');
    src: url('fonts/ubuntu-m-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/ubuntu-m-webfont.woff') format('woff'),
    url('fonts/ubuntu-m-webfont.ttf') format('truetype'),
    url('fonts/ubuntu-m-webfont.svg#ubuntu-medium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ubuntu-bold';
    src: url('fonts/ubuntu-b-webfont.eot');
    src: url('fonts/ubuntu-b-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/ubuntu-b-webfont.woff') format('woff'),
    url('fonts/ubuntu-b-webfont.ttf') format('truetype'),
    url('fonts/ubuntu-b-webfont.svg#ubuntu-bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

.descricaoAgendaHome {
    border: 1px solid rgba(0, 0, 0, 0.20);
}

/*.descricaoAgendaHome > div {*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    /*padding-right: 15px;*/
/*}*/

.plusMenuAdmin {
    background: #000 !important;
    color: #FFF !important;
}

.plusMenuAdmin a:hover, .plusMenuAdmin a:focus {
    background: #333 !important;
}

.plusMenuAdminLeft a, .plusMenuAdminCenter a, .plusMenuAdminRight a {
    font-size: 13px !important;
    color: #fff !important;
    line-height: 21px !important;
}

body {
    line-height: 25px;
    font-family: "ubuntu-regular";
    font-size: 14px;
    color: #424343;
}

* {
    outline: none;
}

p, a {
    line-height: 25px;
    font-family: "ubuntu-regular";
    font-size: 14px;
    color: #424343;
    outline: none;
    text-decoration: none;
}

a:hover {
    color: #ed3237;
}

strong {
    font-family: "ubuntu-bold";
}

h1, h2 {
    text-transform: uppercase;
    font-family: "ubuntu-bold";
    font-size: 28px;
    color: #000000;
}

.h1_top, .h1_bottom {
    display: none;
}

.erro_msg {
    display: none;
}

.erro_msg_colorbox {
    padding: 5px 10px;
    font-size: 18px;
    color: #ff232b;
}

.fundo {
    min-height: 100%;
}

.fundo, .siteCenter {
    position: relative;
}

.siteCenter {
    width: 100% !important;
    max-width: 940px;
}

/* TOPO */
.topo {
    margin-bottom: 15px;
}

.logo img {
    max-width: 100%;
}

.blocoTopo {
    width: 78%;
    max-width: 100%;
    float: right;
}

/* MENU */
.menu {
    margin-bottom: 15px;
}

#bloco_menu_0 {
    background-color: #464646;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    width: 100%;
    min-height: inherit;
    float: left;
    margin: 0;
}


.mb-50{
    margin-bottom: 50px !important;
}

#menususpenso_0 {
    border: 0 !important;
    padding: 0;
    margin: 0;
}

.dropdown-menu {
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    background-color: #464646 !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

#menususpenso_0 li a {
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
    background-color: transparent;
    line-height: normal;
    padding: 14px 4px;
    text-transform: uppercase;
    white-space: nowrap;
    font-family: "ubuntu-medium";
    font-size: 13px;
    color: #fdfdfd;
}
#menususpenso_0 > ul > li > a {
	border-right: 2px groove #656565;
}
.bloco_29 #menususpenso_0 > ul > li > a {
	border-right: 2px groove rgb(236, 50, 55);
}
#menususpenso_0 > ul > li:last-child > a {
	border-right: none;
}

#menususpenso_0 li a:hover, #menususpenso_0 li.active > a,
#menususpenso_0 li a:focus {
    background-color: #ed3237;
}

/* DESTAQUE */
.destaque {
	background: url(../img/bg_destaque.png) no-repeat 50%;
    margin-bottom: 35px;
}

.destaque .camera_caption {
    bottom: 0 !important;
}

.destaque .camera_caption > div {
    background: rgba(37, 37, 37, 0.75) !important;
    width: 93%;
    padding: 15px 25px !important;
}

.destaque .camera_caption_content {
    display: table-cell;
    vertical-align: middle;

}

.destaque .camera_caption_content .title h3 {
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: "ubuntu-medium";
    font-size: 30px;
    font-weight: normal;
    color: #fdfdfd;
}

.destaque .camera_caption_content .sub_title {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-size: 17px;
    color: #fdfdfd;
}

.destaque .camera_caption_content .sub_title span {
    line-height: normal;
    text-transform: uppercase;
    font-family: "ubuntu-bold";
    font-size: 26px;
}

.destaque .camera_prev,
.destaque .camera_next {
    width: 45px;
    height: 45px;
    position: absolute;
    bottom: 25px;
    cursor: pointer;
}

.destaque .camera_prev {
    right: 70px;
}

.destaque .camera_next {
    right: 25px;
}

.destaque .camera_prev > span,
.destaque .camera_next > span {
    background: url("../img/bg_destaque_setas.png") 0 0 no-repeat rgba(237, 50, 55, 0.85) !important;
    width: 45px;
    height: 45px;
    padding: 10px;
    display: block;
    position: absolute;
    z-index: 20;
}

.destaque .camera_next > span {
    background-position: 100% 0 !important;

    right: 0;
}

.destaque .camera_prev > span:hover {
    background-position: 0 100% !important;
    background-color: rgba(255, 255, 255, 0.85) !important;
}

.destaque .camera_next > span:hover {
    background-position: 100% 100% !important;
    background-color: rgba(255, 255, 255, 0.85) !important;
}

.destaque .camera_pie {
    display: none;
}

.destaque .camera_wrap {
    margin: 0 !important;
}

.destaque .camera_pag {
    position: absolute;
    z-index: 10;
    top: 20px;
    right: 25px;
    text-align: center;
}

.destaque .camera_wrap .camera_pag .camera_pag_ul li {
    background-color: #bebdbd;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    width: 9px;
    height: 9px;
    line-height: 15px;
    text-align: center;
    display: inline-block;
    margin: 0 4px;
    font-size: 0px !important;
    color: transparent;
    cursor: pointer;
}

.destaque .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
    background-color: #fff;
}

.bloco.bloco_14 .destaqueBlocoSimples {
    width: 460px;
    float: left;
    margin-top: 60px;
}

.bloco.bloco_20 .h1_center {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    text-align: center;
}

.bloco.bloco_20 .destaqueBlocoSimples {
	border: 1px solid #111111;
	width: 300px;
	float: left;
	padding: 15px 0;
}

.destaqueBlocoSimples .destaqueArea {
    margin: auto;
}

.destaqueBlocoSimples img {
    width: 100%;
    height: auto;
}

/* CORPO */
.body_home .corpo .siteCenter {
    max-width: 970px;
}

.body_content #content .h1_center {
    margin-bottom: 15px;
}

.bloco_link {
    margin-bottom: 10px;
}

.bloco_link a {
    text-transform: capitalize;
    font-family: "ubuntu-light-italic";
    font-size: 18px;
    color: #464646;
}

.bloco_link a:hover {
    font-weight: bold;
}

/* COLCENTER */
.colCenter {
    position: relative;
    width: 100%;
}

.colCenter .bloco {
    float: left;
    margin-bottom: 30px;
}

/* BLOCO - LINKS UTEIS */
#links_uteis {
    border-top: 1px solid #464646;
    border-bottom: 1px solid #464646;
    width: 940px;
    float: left;
    padding: 5% 0;
}

#links_uteis .links {
    width: 100% !important;
    margin: 0 !important;
}

#links_uteis .links .link {
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
    background-color: #ed3237;
    width: 18%;
    float: left;
    margin-right: 2.5%;
    text-align: center;
}

#links_uteis .links .link:hover {
    /*background-color: #363636;*/
}

#links_uteis .links .link:last-child {
    margin-right: 0;
}

#links_uteis .links .oltitle {
    height: 50px;
    margin: 10% 0 0;
    text-transform: uppercase;
    font-family: "ubuntu-bold";
    font-size: 18px;
    color: #fefdfd;
}

#links_uteis .links .lncrp {
    margin-bottom: 10%;
}

#links_uteis .links .lncrp img {
    max-width: 100%;
}

/* REDES SOCIAIS */
.bloco_sistema_plugin_facebook {
    width: 300px;
    overflow: hidden;
    text-align: center;
}

/* NOTICIA - BLOCO */
.bloco_noticia {
    width: 460px;
}

.bloco_noticia .itemNoticia {
    border: 0 !important;
    float: left;
}

.bloco_noticia .img_noticia {
    width: 100%;
    float: left;
    margin: 0 0 5px 0;
}

.bloco_noticia .img_noticia img {
    width: 100%;
}

.bloco_noticia .data_noticia {
    margin-bottom: 5px;
}

.bloco_noticia .data_noticia p {
    font-size: 14px;
    color: #424343;
}

.bloco_noticia .noticia_titulo {
    height: 75px;
    margin-bottom: 10px;
    overflow: hidden;
}

.bloco_noticia .noticia_titulo h1 {
    margin-bottom: 5px;
    text-transform: none;
    line-height: 20px;
    font-size: 17px;
    color: #424343;
}

.bloco_noticia .noticia_resumo {
    margin-bottom: 10px;
}

.bloco_noticia .noticia_resumo p {
    line-height: normal;
    font-size: 14px;
    color: #424343;
}

.bloco_noticia .link_noticia a {
    font-family: "ubuntu-light-italic";
    font-size: 15px;
    color: #464646;
}

.bloco_noticia .link_noticia a:hover {
    font-weight: bold;
}

/* NOTICIA LISTA - MODULO */
.modulo_noticia {
    overflow: hidden;
}

.modulo_noticia_index .itemNoticiaLista {
    border-bottom: 1px solid #ccc;
    position: relative !important;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}

.modulo_noticia_index .itemNoticiaLista.itemNoticia_final {
    border-bottom: 0;
}

.itemNoticiaLista:hover .itemNoticiaLista_imagem {
    opacity: 0.8;
}

.itemNoticiaLista_imagem {
    margin-bottom: 15px;
}

.itemNoticiaLista_imagem img {
    width: 100%;
}

.itemNoticiaLista .imagem a {
    display: block;
}

.itemNoticiaLista_titulo {
    max-height: 45px;
    overflow: hidden;
}

.itemNoticiaLista_titulo a {
    margin: 10px 0 !important;
    line-height: normal;
    text-transform: uppercase;
    font-family: "ubuntu-bold";
    font-size: 18px;
    color: #424343;

}

.itemNoticiaLista_data p {
    margin: 0;
    font-family: "ubuntu-light-italic";
    font-size: 14px;
    color: #424343;
}

.itemNoticiaLista_resumo p {
    line-height: 20px;
    line-height: normal;
    font-size: 14px;
    color: #424343;
}

.itemNoticiaLista_link {
    position: absolute;
    right: 15px;
    bottom: 20px;
    text-align: center;
}

.itemNoticiaLista_link a {
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
    font-family: "ubuntu-light-italic";
    font-size: 18px;
    color: #464646;

}

.itemNoticiaLista:hover .itemNoticiaLista_link a {
    font-weight: bold;
}

.modulo_noticia_index .descricao a {
    line-height: 20px;
}

/* LER NOTICIA - MODULO */
.noticiaLerTitulo {
    line-height: normal;
    text-transform: uppercase;
    font-family: "ubuntu-bold";
    font-size: 20px;
    color: #424343;
}

.modulo_noticia_ler .data_hora {
    margin: 5px 0;
}

.modulo_noticia_ler .data_hora p {
    font-family: "ubuntu-light-italic";
    font-size: 14px;
    color: #424343;
}

.modulo_noticia_ler .data_hora p span {
    color: #424343;
}

.modulo_noticia_ler .noticia .imagem {
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    width: 30%;
    float: left;
    margin-right: 10px;
}

@media (max-width: 767.9px) {
    .modulo_noticia_ler .noticia .imagem {
        width: 100%;
        margin: 0 0 15px;
    }
}

.modulo_noticia_ler .noticia .imagem img {
    width: 100%;
}

.modulo_noticia_ler .noticiaAutor,
.modulo_noticia_ler .noticiaHistItemData {
    font-weight: normal !important;
}

.modulo_noticia_ler .noticiaAutor {
    text-align: left !important;
}

.modulo_noticia_ler .data {
    margin: 0 0 10px;
}

.modulo_noticia_ler .compartilhar {
    display: none;
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    font-size: 14px;
}

.modulo_noticia_ler .descricao {
    line-height: 24px;
}

.modulo_noticia_ler .descricao p {
    padding-bottom: 15px;
}

.modulo_noticia_ler .noticiaCategoria-Imprensa .descricao p {
    color: #eaeaea;
}

.noticiaHistoricoTitulo {
    background-color: #424343;
    padding: 11px 15px;
}

.noticiaHistoricoTitulo h2 {
    margin: 0 !important;
    color: #fff !important;
}

.noticiaHistoricoItem a {
    display: block;
    border-bottom: 1px solid;
    line-height: 30px;
    color: inherit;
}

.noticiaHistoricoItem:last-child a {
    border-bottom: 0;
}

.noticiaHistoricoItem a:hover {
    border-bottom-color: #ed3237;
    color: #ed3237 !important;
}

#commentsFlat {
    margin-top: 20px;
}

#commentsFlat form#commentForm {
    position: relative;
    height: 140px;
}

#commentsFlat form#commentForm textarea#text {
    position: absolute;
    top: 25px;
    left: 0;
    width: 300px;
}

.blocoShare {
    margin: 15px 0 10px;
}

.blocoShare a:hover {
    opacity: 0.8 !important;
}

/* MULTIMIDIA - BLOCO */
.bloco_multimidia {
    width: 460px;
    float: left;
    margin-top: 10px;
}

.bloco_multimidia .multimidiaLink {
    float: right;
    padding: 10px 0;
}

.bloco_multimidia .multimidiaLink a {
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
    text-transform: uppercase;
    line-height: normal;
    font-size: 13px;
    color: #7f7d7d;
}

.bloco_multimidia .multimidiaLink:hover a {
    color: #000000;
}

.bloco_multimidia .multimidiaMidiaItemOp {
    display: none !important;
}

.multimidiaMidiaItemOp span {
    display: inline-block;
}

.multimidiaMidiaItemNome {
    font-family: "ubuntu-bold";
    font-size: 19px;
    color: #797878;
}

/* MULTIMIDIA - MODULO */
.multimidiaMidiaItem {
    min-height: 275px !important;
    float: left;
    margin-bottom: 20px;
    text-align: center;
}

.multimidiaMidiaItemImg {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}

.multimidiaMidiaItemImg img {
    width: 100%;
}

.m_player {
    -webkit-transition: all 140ms linear;
    -moz-transition: all 140ms linear;
    -ms-transition: all 140ms linear;
    -o-transition: all 140ms linear;
    transition: all 140ms linear;
    background: url("../img/ico_player.png") no-repeat 50% rgba(0, 0, 0, 0.50);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
}

.multimidiaMidiaItemImg_destaque:hover .m_player,
.multimidiaMidiaItemImg:hover .m_player,
.multimidiaMidiaItem:hover .m_player {
    opacity: 1;
}

.multimidiaMidiaItemCategoria,
.modulo_multimidia .multimidiaMidiaItemDescricao,
.multimidiaCategoria {
    display: none !important;
}

.bloco_multimidia .multimidiaMidiaItemOp {
    padding: 5px 0;
}

.multimidiaMidiaItemNome a {
    text-transform: uppercase;
    font-size: 16px;
    font-family: "ubuntu-bold";
    color: #424343;
}

.multimidiaMidiaItemDuracao,
.multimidiaMidiaItemData {
    line-height: 20px;
    text-align: center;
    font-size: 14px;
}

.multimidiaMidiaItem a {
    display: block;
}

.multimidiaMidiaItemDescricao {
    line-height: 20px;
    font-size: 13px;
}

.multimidiaOutrosTitulo {
    background-color: #424343;
    margin-bottom: 10px;
}

.multimidiaOutrosTitulo h2 {
    background-image: none;
    padding: 5px;
    font-size: 18px;
    color: #fff;
}

/* FACEBOOK - MODULO */

.bloco_fotos {
    width: 460px;
    position: relative;
    margin-top: 10px;
}

.bloco_fotos .camera_caption {
    bottom: 0 !important;
}

.bloco_fotos .camera_caption > div {
    background-color: rgba(237, 50, 55, 0.7) !important;
    padding: 5px 25px;
}

.bloco_fotos .camera_caption_content {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    padding: 0 25px;

}

.bloco_fotos .camera_caption_content span {
    display: inline-block;
}

.bloco_fotos .camera_caption_content span h3 {
    font-size: 14px;
    font-weight: normal;

}

.bloco_fotos .camera_prev,
.bloco_fotos .camera_next {
    width: 30px;
    position: absolute;
    z-index: 10;
    bottom: 15px;

    padding: 5px 0;
    cursor: pointer;
}

.bloco_fotos .camera_prev {
    border-right: 1px solid #fff;
}

.bloco_fotos .camera_next {
    border-left: 1px solid #fff;
    right: 0;
}

.bloco_fotos .camera_prev > span,
.bloco_fotos .camera_next > span {
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
    background: url("../img/bg_fotos_setas.png") no-repeat 0 !important;
    width: 10px;
    height: 22px;
    margin: 0 10px;
    display: block;
    z-index: 20;
}

.bloco_fotos .camera_next > span {
    background-position: 100% !important;

}

div.fotosCredito {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    padding-bottom: 15px;
}

.fotosDescricao p {
    padding-bottom: 15px;
}

.fotosAlbumItemDescricao {
    width: 100%;
    height: 56px;
    float: left;
    margin-top: 20px;
    color: #727272;
    overflow: hidden;
}

.fotosListaItem {
    min-height: inherit !important;
    float: left;
    margin-bottom: 20px;
    text-align: center;
}

.fotosMiniaturaItem,
.fotosAlbumItem {
    float: none !important;
    height: 195px;
    overflow: hidden;
}

.fotosMiniaturaItem {
    height: inherit !important;
    overflow: inherit !important;
}

.fotosListaItem span {
    display: block;
}

.fotosListaItem .imagem {
    position: relative;
}

.fotosListaItem .imagem img {
    width: 100%;
}

.fotosListaItem .infos {
    padding: 5px 0;
}

.fotosListaItem .titulo {
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
    text-transform: uppercase;
    font-family: "ubuntu-bold";
    color: #000;
}

.fotosListaItem .infos .local,
.fotosListaItem .infos .data {
    line-height: 20px;
    font-size: 14px;
}

.modulo_fotos .fotosListaItem a {
    display: block;
    color: #333;
}

.fotosItemNumero_intop, .fotosItemNumero_inbot, .fotosLocal {
    display: none !important;
}

.fotosMiniaturaItem {
    position: relative;
}

.fotosMiniaturaItem a {
    width: auto !important;
    height: auto;
}

.mod_img_mini {
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.mod_img_mini {
    background: url("../img/ico_foto.png") no-repeat 50% rgba(0, 0, 0, 0.50);
}

.fotosMiniaturaItem .mod_img_mini {
    background: url("../img/ico_foto_zoom.png") no-repeat 50% rgba(0, 0, 0, 0.50);
}

.fotosAlbumItem_destaque:hover .mod_img_mini,
.fotosAlbumItem:hover .mod_img_mini,
.fotosListaItem:hover .mod_img_mini,
.fotosMiniaturaItem:hover .mod_img_mini,
.jcarousel-skin-simple .jcarousel-item a:hover .mod_img_mini {
    opacity: 1;
}

/* AGENDA - MODULO */
.modulo_agenda .itemAgenda {
    background-color: #000;
    position: relative;
    margin-bottom: 2px;
    width: 149px;
    float: left;
}

.itemAgenda_2,
.itemAgenda_4,
.itemAgenda_6 {
    float: right;
}

.itemAgenda_destaque {
    width: 100%;
}

.agenda_imagem img {
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
}

.itemAgenda:hover .agenda_imagem img {
    opacity: 0.6;
}

.itemAgenda_destaque .dataAgenda {
    padding: 10px;
    line-height: 20px;
}

.modulo_agenda .agenda_descricao {
    border: 5px solid transparent;
    width: 99px;
    height: 40px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    overflow: hidden;
    padding: 0px 20px;
}

.agenda_cidade {
    text-shadow: 1px 1px 1px #000;
    font-size: 14px;
    color: #fff;
}

.agenda_nome {
    line-height: 20px;
    text-shadow: 1px 1px 1px #000;
    font-size: 18px;
    color: #fff;
}

.itemAgenda_destaque .agenda_nome {
    font-size: 22px;
}

.agendaListaCompletaItem {
    border-bottom: 1px solid #333333;
    width: 100%;
    min-height: 169px;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.responsivo .agendaListaCompletaItem {
    padding-bottom: 40px;
}

.agendaListaCompletaItem_final {
    border-bottom: 0;
}

.agendaListaCompletaItemImagem {
    width: 30%;
    float: left;
    margin-right: 10px;
    position: relative;
}

.agendaListaCompletaItemImagem img {
    width: 100%;
}

.agendaListaItem:hover .agendaListaCompletaItemImagem {
    opacity: 0.8;
}

.agendaListaCompletaItemInformacoes {
    width: 68%;
    float: left;
    padding-right: 115px;
}

.itemAgenda a:hover .infoAgenda {
    text-decoration: underline;
    color: #363636;
}

.veja_mais {
    padding-top: 5px;
    text-align: right;
}

.agendaListaCompletaItemNome,
.subtitulo {
    text-transform: uppercase;
    font-family: "ubuntu-bold";
    font-size: 16px;
    color: #424343;
}

.agendaListaCompletaItemNome {
    font-size: 20px;
}

.subtitulo {
    text-transform: uppercase;
    font-size: 14px;
}

.descAgenda {
    display: table-cell;
    width: 235px;
    vertical-align: middle;
}

.tituloAgenda {
    display: none;
}

.agendaListaItem .sub_titulo {
    font-size: 12px;
    color: #424343;
}

.minhaAgenda .agendaListaCompletaItemNome,
.minhaAgenda .dataAgenda,
.minhaAgenda .agendaListaHota,
.minhaAgenda .agendaListaLocal,
.minhaAgenda .agendaListaCidade,
.minhaAgenda .agendaListaInfo {
    color: #424343;
}

.agendaListaHota span {
    font-size: 15px;
}

.agendaBlocoLocal {
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
}

.agendaTituloBarTitulo {
    margin-bottom: 20px;
}

.mais_informacoes {
    text-transform: uppercase;
    font-family: "ubuntu-bold";
    color: #464646;
}

.agendaTituloBarData {
    font-weight: normal;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 6px;
    margin-bottom: 14px;
}

.agendaImagemDestaque {
    width: 25%;
    float: left;
    margin-right: 10px;
}

.agendaImagemDestaque img {
    width: 100%;
}

.agendaMaisDetalhes, .agendaInformacoesAdicionais, .agendaInformacoesMapa {
    margin: 0;
}

.agendaInformacoesMapa {
    clear: both;
}

.agendaInformacoesAdicionais {
    padding-top: 15px;
    clear: both;
}

.tituloInformacoesAdicionais {
    margin-bottom: 15px;
}

.tituloInformacoesAdicionais h3 {
    color: #464646;
}

.agendaInformacoesAdicionaisItem {
    width: 48%;
    min-height: 100px;
    float: left;
    margin-bottom: 5px;
    padding-bottom: 5px;

}

.agendaInformacoesAdicionaisItem.dir {
    float: right;
}

.agendaInformacoesAdicionaisItem_1,
.agendaInformacoesAdicionaisItem_3,
.agendaInformacoesAdicionaisItem_5,
.agendaInformacoesAdicionaisItem_7 {
    float: right;
}

.agendaInformacoesAdicionaisItem.urlvenda .agendaInformacoesAdicionaisItemValor {
    float: left;
    margin-top: 5px;
    padding: 0;
}

.agendaInformacoesAdicionaisItem.urlvenda a {
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
    line-height: normal;
    padding: 5px 10px;
    font-size: 16px;
    font-family: "ubuntu-light-italic";
    overflow: hidden;
}

.agendaInformacoesAdicionaisItem.urlvenda a:hover {
    font-weight: bold;
}

.agendaInformacoesAdicionaisItemNome,
.agendaMapaTitulo h3 {
    background: #464646;
    margin-bottom: 5px;
    padding: 10px;
    text-transform: uppercase;
    font-family: "ubuntu-bold";
    color: #FFFFFF;
}

.agendaInformacoesAdicionaisItemValor {
    padding-left: 4px;
    line-height: normal;
}

.agendaMapaCanvas {
    width: 100% !important;
    overflow: hidden;
}

.btn-ver-mais a {
    display: block;
    background: #333333;
    padding: 8px;
    color: #fff;
    position: absolute;
    top: 40px;
    right: 0;
    text-transform: lowercase;
}

.agendaListaItem .saibamais {
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
    position: absolute;
    right: 0px;
    bottom: 20px;
    line-height: normal;
    padding: 5px 10px;
    font-family: "ubuntu-light-italic";
    font-size: 18px;
    color: #464646;
    overflow: hidden;

}

.agendaListaCompletaItem:hover .saibamais {
    font-weight: bold;
}

.agendaImagensFotos {
    background: #f8f8f8;
    margin-bottom: 5px;
    padding: 6px;
    font-size: 14px;
}

.modulo_agenda_ver .inscreva-se {
    width: 100%;
    float: left;
    margin: 20px 0;
    text-align: center;
}

.modulo_agenda_ver .inscreva-se a {
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
    line-height: 31px;
    border: 1px solid #5e1d8d;
    background-color: #5e1d8d;
    padding: 6px 14px;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
}

.modulo_agenda_ver .inscreva-se a:hover {
    background-color: #fff;
    color: #5e1d8d;
}

/* DOWNLOAD */
.downloads_headertable .tituloHome {
    display: inline-block !important;
}

.downloadsCategoria {
    display: none;
}

.descricaroDownload {
    margin-bottom: 20px;
    padding: 0 5px;
}

.subcategoriasDownloads .subcategoriasItem a {
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
    background: #e8e8e8;
    width: 610px;
    margin-bottom: 10px;
    padding: 10px 80px 10px 10px;
    font-size: 15px !important;
    font-weight: normal !important;
    display: block;
}

.subcategoriasDownloads .subcategoriasItem a:hover {
    background-color: #261f66;
    color: #fff;
}

.filesDownloads .file {
    position: relative;
    height: 50px;
}

.file.ultimo_file a {
    border-bottom: 0 !important;
}

.file p {
    font-weight: normal;
}

.downloads_breadcrumb a {
    margin-bottom: inherit;
    line-height: inherit;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}

.downloads-categorias .fileTitle a, .file .fileTitle a {
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
    border-bottom: 1px solid;
    width: 100%;
    float: left;
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
    padding: 5px 80px 5px 0;
    text-transform: uppercase;
    font-family: "ubuntu-bold";
}

.downloads-categorias a:hover, .file a:hover {
    color: #ed3237;
}

.fileSummary {
    display: none;
    width: 100%;
    float: left;
}

.fileDwonload {
    background-image: url("../img/ico_down.png");
    background-repeat: no-repeat;
    background-position: 50% -50px;
    line-height: normal;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    font-size: 10px;
    width: 45px;
    height: 50px;
    overflow: hidden;
}

.fileDwonload span {
    display: none;
}

.fileDwonload_pdf {
    background-image: url("../img/ico_pdf.png");
}

.fileDwonload_docx, .fileDwonload_doc {
    background-image: url("../img/ico_doc.png");
}

.fileDwonload_rar {
    background-image: url("../img/ico_zip.png");
}

.fileDwonload_zip {
    background-image: url("../img/ico_rar.png");
}

.file:hover .fileDwonload {
    background-position: 50% 1px;
}

/* FOTOS - BLOCO */
.lista_albuns {
    position: relative;
    margin-bottom: 20px;
}

.lista_albuns_titulo {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 25px;
    color: #fdfdfe;
}

.lista_albuns_link {
    position: absolute;
    top: 0;
    right: 0;
}

.lista_albuns_link a {
    font-family: "ubuntu";
    font-size: 15px;
    color: #fdfdfe;
}

.foto_album_item {
    position: relative;
    margin-bottom: 20px;
}

.foto_album_imagem {
    position: relative;
}

.foto_album_imagem img {
    width: 100%;
}

.foto_album_descricao {
    background-color: rgba(0, 0, 0, 0.51);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    color: #fff;
}

.foto_album_descricao .title {
    font-family: "ubuntu-bold";
}

/* EDICAO */
.edicao_destaque, .edicaoLista {
    position: relative;
}

.edicaoLista {
    width: 100%;
    float: left;
}

.edicaoData, .edicaoHistItemData, .edicaoDownload img {
    display: none;
}

.edicaoTitulo, .edicaoHistItemNome, .tituloEdicao {
    line-height: normal;
    font-family: "ubuntu-bold";
    color: #000000;
}

.edicaoHistItemNome, .tituloEdicao {
    padding: 10px 0;
}

.edicaoHistoricoItem {
    padding: 15px !important;
}

.edicaoHistoricoImagem {
    margin-bottom: 10px;

}

.edicaoListaItem:first-child .capa,
.edicaoListaItem:first-child .tituloEdicao {
    display: block !important;
    float: left;
}

.modulo_edicao .edicaoListaItem_destaque {
    width: 100%;
    margin-left: 0;
}

.edicaoHistoricoItem a {
    display: block;
}

.edicaoListaItem .capa {
    display: table-cell;
    height: 250px;
    text-align: center;
    vertical-align: middle;
}

.edicaoHistoricoItem a img, .edicaoListaItem .capa img {
    max-width: 100%;
}

.edicaoHistoricoItem:hover a img, .edicaoListaItem:hover .capa img {
    opacity: 0.9;
}

.edicaoDownload {
	float: right;
}

.edicaoDownload a {
	background: #464646 url("../img/ico_download.png") no-repeat 100%;
	padding: 15px 35px 15px 15px !important;
	display: block;
	color: #fff;
	text-transform: uppercase;
  font-weight: normal !important;
	font-size: 13px;
}

.edicaoLer {
  padding-top: 30px!important;
  padding-right: 10px;
  float: right;
}

.edicaoLer a {
    background: #464646 url("../img/ico_zoom.png") no-repeat 100%;
    padding: 15px 35px 15px 15px !important;
  	display: block;
  	color: #fff;
  	text-transform: uppercase;
    font-weight: normal !important;
  	font-size: 13px;
}

.edicaoDownload a:hover,
.edicaoLer a:hover {
    color: #999;
}

.modulo_edicao  .edicaoHistorico {
    margin-top: 40px;
}

/* CONTEUDO */
.conteudoTexto p {
    padding-bottom: 15px;
}

.conteudoTexto li {
    list-style-type: disc;
    list-style-position: inside;
    padding-bottom: 5px;
}

/* MAPA CONTATO */
.modulo-contato-index .colRight {
    width: 55%;
}

.modulo-contato .localizacao_bloco {
    position: absolute !important;
    top: 60px;
    right: 10px;
    width: 55%;
}

.modulo-contato .localizacao_bloco .h1_center {
    display: none;
}

.modulo-contato .localizacao_bloco #map_canvas {
    width: 100% !important;
    height: 450px !important;
}

.infosmapa {
    line-height: 20px;
    color: #262525;
}

.infosmapa div {
    width: 275px;
    float: left;
    margin-bottom: 5px;
    clear: both;
}

.infosmapa .imagem {
    float: left;
    margin-right: 5px;
}

/* CONTATO */
.contatoForm {
    width: 100%;
    max-width: 450px;
    float: left;
    clear: left;
}

form#contato_2 {
    width: 100%;
    max-width: 382px;
}

form#contato_2 .contatoLinha {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

/* FORMULARIO */
.contatoFormIntro {
    width: 100%;
    float: left;
    margin: 0 0 20px;
}

.contatoFormIntro img {
    max-width: 100%;
}

.contatoRotuloTxt {
    text-transform: uppercase;
    font-size: 16px;
    color: #464646;
}

.contatoFormIntro h3 {
    margin-bottom: 15px;
    line-height: normal;
    font-size: 18px;
}

.contatoValor {
    position: relative;
    padding-bottom: 15px;
}

.contatoValor label {
    font-weight: normal;
}

.contatoFooter {
    width: 100%;
    clear: both;
}

.contatoLinha.botao {
    width: 100% !important;
    margin-bottom: 20px;
}

.contatoForm .separador {
    border-bottom: 1px solid #ccc;
    width: 100%;
    float: left;
    margin: 10px 0;
}

input.error,
textarea.error,
select.error {
    background-color: #FFF9F9;
}

.checkboxButton, .radioButton {
    width: 13px !important;
    float: left;
    margin-top: 8px !important;
    padding: 0 !important;
}

.contatoValor label {
    float: left;
    margin: 8px 5px 0 3px;
}

.contatoValor br {
    display: none;
}

.checkboxLabel {
    float: left;
    line-height: 27px;
    margin: 0 10px 0 5px !important;
}

.contatoTable td {
    padding: 0 3px;
}

input {
    border: 1px solid #b7b7b7;
    width: 100%;
    line-height: 25px;
    padding: 5px;
    font-family: "ubuntu-light";
}

select {
    border: 1px solid #b7b7b7;
    width: 100%;
    height: 25px;
    padding: 5px 0;
    font-family: "ubuntu-light";
}

textarea {
    border: 1px solid #b7b7b7;
    width: 100%;
    height: 75px;
    padding: 5px;
    font-family: "ubuntu-light";
}

.formButton {
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
    background-color: #ed3237;
    border: 0 !important;
    width: auto !important;
    height: 35px !important;
    float: right;
    padding: 0 38px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: "ubuntu-regular";
    font-size: 16px;
    color: #fdfcfc;
    cursor: pointer;
}

.formButton:hover {
    background-color: #363636;
}

/* MSG ERRO DO FORM*/
label.error {
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 0 10px;
    line-height: normal;
    text-indent: 5px;
    font-size: 12px;
    color: #f00;
}

input.error, textarea.error {
    background: url("../img/notification_error.png") no-repeat 98% #FFF8F8;
}

.modulo_contato_error {
    width: 671px;
    margin: auto;
    padding: 10px;
}

.modulo_contato_error h4 {
    color: #D51F18;
    padding: 10px 0 10px 0;
}

.modulo_contato_error .errorMsg a {
    font-size: 15px;
    color: #D51F18;
    padding-top: 15px;
}

.radioButton {
    width: 14px !important;
    height: 14px !important;
    margin: 10px 0px 0 0 !important;
}

.tr_isnewsletter {
    line-height: 30px !important;
}

/* PERFIL  */
.sistemaLoginAutencicacao {
    width: 100% !important;
}

.sistemaLoginCadastro {
    width: 40% !important;
}

.sistemaLoginSeparator {
    padding: 0px 18px;
}

.modulo_sistema_login h2 {
    font-size: 20px !important;
}

.sistemaLoginCadastroBtn {
    border: 0 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    height: 62px;
    margin: auto;
    line-height: 62px;
    padding: 0 !important;
}

.sistemaLoginCadastroBtn a {
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
    background-color: #ed3237;
    display: block;
    line-height: 62px;
    text-transform: uppercase;
    font-family: "ubuntu-bold" !important;
    font-size: 14px;
    color: #fff;
}

.sistemaLoginCadastroBtn a:hover {
    background-color: #363636;
}

.usuarioInput {
    text-align: left;
}

.sistemaLoginRecuperarSenhaLink {
    width: 100%;
    display: inline;
    text-align: left;
    line-height: 33px;
    padding-right: 15px;
}

.sistemaLoginAtivarLink {
    display: none;
}

#usuarioinfo {
    position: relative;
}

#usuarioinfo .plusNTable {
    width: 100%;
    margin-top: 10px;
}

#usuarioinfo table tr, #form .plusNTable tr {
    height: 45px;
}

#usuarioinfo .plusNTable .label, #form .plusNTable .label {
    width: 15%;
    height: 30px;
    line-height: 30px;
    color: inherit;
    display: table-cell;
    text-align: left;
}

#usuarioinfo .plusNTable .element {
    width: 80%;
}

.insertion-guide {
    color: #f00;
}

.modulo-perfil-registrar .insertion-guide {
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
    width: 100%;
    margin-top: 35px;
    padding: 5px 0;
    position: absolute;
    left: 0;
}

.modulo-perfil-registrar #tr_pass label.error {
    display: none !important;
}

#usuarioinfo .plusNTable .tbody div {
    display: inline;
}

#usuarioinfo .plusNTable .tbody div input {
    margin-bottom: 15px;
}

#usuarioinfo .plusNTable .tbody div input#pass {
    margin-bottom: 55px !important;
}

.modulo-perfil-registrar .title,
.modulo-perfil-registrar .tfoot {
    width: 100%;
    float: left;
}

.modulo-perfil-registrar .title {
    text-transform: uppercase;
    font-family: "ubuntu-light";
    font-size: 14px !important;
}

.modulo-perfil-registrar #email,
.modulo-perfil-registrar #uname,
.modulo-perfil-registrar #endereco,
.modulo-perfil-registrar #pass {
    width: 65.9%;
    margin-right: 1.5%;
}

.modulo-perfil-registrar #loginname,
.modulo-perfil-registrar #cpf,
.modulo-perfil-registrar #telefone,
.modulo-perfil-registrar #numero,
.modulo-perfil-registrar #complemento,
.modulo-perfil-registrar #pass,
.modulo-perfil-registrar #vpass,
.modulo-perfil-registrar #cep,
.modulo-perfil-registrar #bairro,
.modulo-perfil-registrar #cidade,
.modulo-perfil-registrar #estado {
    width: 32%;
}

.modulo-perfil-registrar #numero,
.modulo-perfil-registrar #cidade {
    margin: 0 1.3%;
}

.modulo-perfil-registrar #pais {
    width: 99.5%;
}

.modulo-perfil-registrar #tr_save .formButton {
    margin-right: 3px;
}

.modulo_perfil_alterarsenha #usuarioinfo table tr {
    display: table;
    float: left;
    margin-bottom: 10px;
}

.modulo_perfil_alterarsenha #usuarioinfo .plusNTable .label {
    width: 100px;
    height: 42px;
    float: left;
    line-height: 42px;
    padding-right: 10px;
}

.modulo_perfil_alterarsenha #usuarioinfo .plusNTable .element {
    display: table-cell;
    width: 100%;
    line-height: 30px;
}

.modulo_perfil_alterarsenha #tr_uname,
.modulo_perfil_alterarsenha #tr_pais {
    width: 100%;
}

.modulo_perfil_alterarsenha #tr_,
.modulo_perfil_alterarsenha #tr_cpf,
.modulo_perfil_alterarsenha #tr_telefone,
.modulo_perfil_alterarsenha #tr_numero,
.modulo_perfil_alterarsenha #tr_complemento,
.modulo_perfil_alterarsenha #tr_bairro,
.modulo_perfil_alterarsenha #tr_cidade,
.modulo_perfil_alterarsenha #tr_estado {
    width: 33.3%;
}

.modulo_perfil_alterarsenha #tr_ .element {
    border: 1px solid;
    padding: 5px;
}

.modulo_perfil_alterarsenha #tr_endereco {
    width: 66.8%;
}

.modulo_perfil_alterarsenha #tr_cep {
    width: 33.2%;
}

.modulo_perfil_alterarsenha small.insertion-guide {
    float: left;
    color: #f00;
}

.modulo_perfil_alterarsenha .formButton {

}

.modulo_perfil input[type="button"] {
    height: auto;
    margin-bottom: 3px;
}

.modulo_perfil .perfilFieldsGrupo .perfilFieldsGrupoCampo {
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}

.modulo_perfil .perfilFieldsGrupo .perfilFieldsGrupoCampo .label {
    width: 15% !important;
    text-align: left;
    color: inherit;

}

#tr_rank,
#tr_umode,
#tr_timezone_offset,
#tr_usuario_aim,
#tr_usuario_icq,
#tr_usuario_from,
#tr_usuario_sig,
#tr_isnewsletter,
#tr_usuario_viewemail,
#tr_usuario_yim,
#tr_usuario_msnm,
#tr_bio,
#tr_usuario_intrest,
#tr_usuario_occ,
#tr_url,
#tr_ddd {
    display: none !important;
}

#tr_isnewsletter {
    line-height: 33px;
}

#tr_isnewsletter td.element input {
    float: left;
    width: auto;
    clear: none;
    margin-top: 10px;
    margin-left: 15px;
}

#tr_isnewsletter td.element .isnewsletter {
    float: left;
    margin: 0 10px 0 2px;
}

#tr_,
#tr_email,
#tr_loginname,
#tr_pass,
#tr_vpass,
#tr_uname,
#tr_save,
#tr_telefone,
#tr_cep,
#tr_pais,
#tr_endereco,
#tr_numero,
#tr_complemento,
#tr_bairro,
#tr_cidade,
#tr_estado,
#tr_cpf,
#tr_oldpass,
#tr_newpass,
#tr_vpass {
}

.sistemaLoginFormFormulario > form div > table {
    width: 90%;
    max-width: 350px;
}

.sistemaLoginFormFormulario .usuarioLabel {
    width: 70px;
    line-height: 38px;
}

.sistemaLoginRecuperarSenha, .sistemaLoginAtivar {
    paffing-bottom: 20px;
}

.sistemaLoginLinks {
    padding: 5px 0;
}

.sistemaLoginLinks a {
    display: inline;
}

.sistemaLoginRecuperarSenhaForm input, .sistemaLoginAtivar input {
    float: none;
}

.sistemaLoginRecuperarSenhaForm .formButton, .sistemaLoginAtivar .formButton {
    height: 37px !important;
}

.modulo-perfil-registrar-finish #content {
    padding: 10px;
    line-height: 25px;
}

/* PAGINACAO */
.paginacao {
    width: 100%;
    height: auto;
    float: right;
    text-align: center;
}

.paginacao a, .plusPagerAtual {
    display: inline-block;
    height: 20px;
    padding: 0 3px;
    margin: 2px 2px 10px 2px;
    font-size: 22px;
    color: #363636;
}

.paginacao a:hover {
    font-family: "ubuntu-bold";
    color: #ed3237;
}

.plusPagerAtual {
    font-family: "ubuntu-bold";
    color: #ed3237;
}

a.plusPagerBack {
    width: 19px;
    height: 24px;
    border: 0;
}

a.plusPagerNext {
    width: 19px;
    height: 24px;
    border: 0;
}

/* RODAPE */
.pageFooter {
    background: url("../img/bg_rodape.jpg") repeat-x 50% 0;
    position: relative;
}

.pageFooter .siteCenter {
    display: table;
}

.blocoRodape {
    width: 100%;
    height: 350px;
    float: left;
}

.blocoRodape .bloco {
    width: 100%;
    float: left;
    margin-bottom: 75px;
}

/* MENU */
.pageFooter #bloco_menu_0 {
    background-color: transparent;
    width: 100%;
}

.pageFooter #menususpenso_0 li a {
    padding: 30px 10px;
}

.pageFooter #menususpenso_0 li a:hover,
.pageFooter #menususpenso_0 li.active > a,
.pageFooter #menususpenso_0 li a:focus {
    background-color: #464646;
}

.pageFooter #menususpenso_0 li li a {
    padding: 10px;
}

.pageFooter #menususpenso_0 li li a:hover {
    background-color: #ed3237;
}

.bloco.bloco_30 {
    position: absolute;
    bottom: 100px;
    padding: 0 15px;
}

.bloco.bloco_30 p {
    line-height: normal;
    font-family: ubuntu-light;
    font-size: 18px;
    color: #fdfdfd;
}

/* NEWSLETTER */
.bloco.bloco_28 .h1_center {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    text-align: center;
}

.bloco_newsletter {
    border: 1px solid #111111;
    padding: 35px 15px 15px;
    width: 300px;
    position: relative;
}

.newsletterRegisterLabel {
    margin: 10px 0;
    text-align: center;
    font-size: 16px;
    color: #464646;
}

.newsletterRegisterButton {
    width: 100%;
    float: left;
    position: absolute;
    bottom: -35px;
    left: 0;
}

.newsletterRegisterNome,
.newsletterRegisterMail,
.newsletterRegisterCel {
    display: none;
}

.campo_nome,
.campo_mail,
.campo_celular {
    width: 100%;
    float: left;
    margin-bottom: 15px;

}

.newsletterRegisterField input {
    background-color: transparent;
    border: 1px solid #111111;
    padding: 8px 5px;
    text-transform: uppercase;
    font-size: 18px;
    color: #464646;
}

.newsletterRegisterField input.input_set {
    text-transform: none;
}

.newsletterRegisterButton .formButton {
    display: block;
    float: none;
    margin: auto;
    text-align: center;
}

.newsletterRegisterButton .formButton:hover {
    opacity: 0.8;
}

/* ENDERECO */
#endereco_rodape {
    position: absolute;
    bottom: 250px;
    width: 100%;
    display: table;
    float: left;
}

#endereco_rodape p {
    margin: 0;
    font-size: 12px;
    color: #959595;
}

#endereco_rodape > div {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 10px 15px 60px;
}

#endereco_rodape .endereco {
    background: url("../img/ico_end.png") no-repeat 0;
    width: 45%;
    padding-right: 20%;
}

#endereco_rodape .telefone {
    background: url("../img/ico_tel.png") no-repeat 0;
    width: 335px;
}

#endereco_rodape .telefone .tel1,
#endereco_rodape .telefone .tel2 {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #959595;
}

#endereco_rodape .email {
    background: url("../img/ico_mail.png") no-repeat 0;
}

.footerTexto {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding: 36px 0px;
    line-height: normal;
    font-size: 12px;
    color: #ed3237;
}

.footerTexto span {
    font-family: "ubuntu-bold";
}

.izap {
    width: 76px;
    text-align: right;
    line-height: normal;
    float: right;
    display: block;
}

.izap a {
    line-height: 10px !important;
}

.izap a img {
    opacity: 1;
}

a.gerenciar {
    font-size: 11px !important;
}

a.gerenciar:hover {
    text-decoration: underline;
}

.developer_by {
    display: none;
}

@media (max-width: 850px) {

    .topo .menuSite {
        width: 53%;
    }

    .topo .menuSite a {
        font-size: 11px;
    }
}

@media (max-width: 767px) {

    .fundo {
        min-height: 100%;
    }

    /* TOPO */
    .topo .siteCenter {
        padding-top: 0;
    }

    .topo .logo {
        position: static;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .topo .logo a img {
        max-width: 100%;
    }

    .blocoTopo {
        width: 100%;
    }

    .blocoTopo .bloco {
        position: relative;
        width: 100%;
        float: left;
        margin-bottom: 10px;
        text-align: center;
    }

    /* MENU */
    .menu {
        background-color: transparent;
        padding: 0;
    }

    .navbar-header {
        text-align: center;
    }

    .navbar-default .navbar-toggle {
        -webkit-transition: all 250ms linear;
        -moz-transition: all 250ms linear;
        -ms-transition: all 250ms linear;
        -o-transition: all 250ms linear;
        transition: all 250ms linear;
        background-color: #464646;
        display: inline-block;
        border: 0;
        border-radius: 0;
        width: 100%;
        margin: 0;
        float: none;
    }

    .navbar-toggle .sr-only {
        text-transform: uppercase;
        font-family: "ubuntu-medium";
        font-size: 17px;
        color: #fff;
    }

    .navbar-toggle.collapsed .sr-only {
        color: #fdfffe;
    }

    .navbar-default .sr-only {
        position: static;
    }

    .navbar-default .navbar-toggle .icon-bar {
        display: none;
        background-color: #ccc !important;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #ed3237 !important;
    }

    .navbar-default .dropdown-menu, .navbar-default li ul {
        position: static;
        display: block;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent !important;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-align: center;
    }

    #menususpenso_0 {
        background-color: #464646;
    }

    #menususpenso_0 .nav-justified > li:last-child > a {
        border-bottom: 0 !important;
    }

    #bloco_menu_0 {
        width: 100%;
        position: static !important;
        margin: 0;
    }

    .dropdown-menu {
        display: block !important;
        opacity: 1 !important;
        padding: 0 !important;
    }

    #menususpenso_0 li a:after {
        display: none;
    }

    #menususpenso_0 li a {
        border-bottom: 1px solid #8b8a8a;
        display: block;
        margin: 0;
        padding: 10px 0 !important;
    }

    #menususpenso_0 .dropdown-menu li a {
        padding: 10px 0 !important;
    }

    /* DESTAQUE */
    .destaque .camera_caption {
        transform: translateY(0);
        bottom: 0;
        left: 0;
    }

    .destaque .camera_caption > div {
        border-radius: 0;
        width: 100%;
        height: auto;
        padding: 2% !important;
    }

    .destaque .camera_caption_content {
        display: block;
    }

    .destaque .camera_caption_content .title h3 {
        font-size: 16px;
    }

    .destaque .camera_caption_content .sub_title {
        font-size: 12px;
    }

    .destaque .camera_caption_content .sub_title span {
        font-size: 16px;
    }

    .bloco.bloco_14 .destaqueBlocoSimples {
        margin: 0;
    }

    /* CORPO */
    .corpo {
        position: relative;
        padding: 0 10px;
    }

    .corpo .siteCenter {
        padding-top: 30px;
    }

    .body_home .corpo .siteCenter {
    }

    .colCenter {
        margin: 0;
    }

    .h1_center {
        text-align: center;
    }

    .bloco_link {
        text-align: center;
    }

    /* LINKS UTEIS - BLOCO */
    #links_uteis .links .oltitle {
        font-size: 12px;
    }

    /* RODAPE */
    .pageFooter .bloco {
        width: 100%;
        float: left;
    }

    .blocoRodape {
        background-color: #363636;
    }

    /* RODAPE */
    .pageFooter {
        background-position: 0 -170px;
    }

    .pageFooter .navbar-default .nav-justified > li {
        border: 0;
        margin: 0;
    }

    .pageFooter .navbar-default .nav-justified > li a {
        padding: 5px 0 0;
        text-align: center;
    }

    .item_menu_destaque_1 {
        border: 0;
    }

    .pageFooter .navbar-default {
        width: 100%;
    }

    .newsletterRegisterLabel {
        border: 0;
    }

    /* MENU RODAPE */
    .pageFooter #bloco_menu_0 {
        display: none;
    }

    .bloco.bloco_30 {
        bottom: 15px;
    }

    /* ENDERECO  */
    #endereco_rodape {
        bottom: 150px;
        width: 100%;
        text-align: center;
    }

    #endereco_rodape > div {
        background-position: 50% 0 !important;
        display: block;
        width: 100% !important;
        float: left;
        padding: 55px 0 0 !important;
        text-align: center;
    }

    a.gerenciar {
        width: 100%;
        float: left;
    }

    .footerTexto {
        padding: 15px;
        line-height: normal;
    }

    .izap {
        right: 15px;
    }

    .sistemaLoginForm,
    .sistemaLoginCadastro {
        width: 100% !important;
        float: left;
        margin-bottom: 20px;
        text-align: center;
    }

    .sistemaLoginSeparator {
        display: none !important;
    }

    #cboxLoadedContent h2 {
        text-align: center;
    }

    #cboxLoadedContent .sistemaLoginRecuperarSenhaForm input.formButton {
        width: auto;
        float: right;
        margin-right: 20%;
    }

    .usuarioInput {
        text-align: center;
    }

    .usuarioInput .sistemaLoginRecuperarSenhaLink {
        width: 100%;
        float: left;
        text-align: center;
    }

    .usuarioInput .formButton {
        float: none;
        display: inline-block;
        text-align: center;
    }

    .modulo-perfil-registrar #email,
    .modulo-perfil-registrar #uname,
    .modulo-perfil-registrar #endereco,
    .modulo-perfil-registrar #pass {
        margin-right: 1% !important;
    }

    .modulo-perfil-registrar #numero,
    .modulo-perfil-registrar #cidade {
        margin: 0 1.2% 15px !important;
    }

    .modulo_perfil_alterarsenha #usuarioinfo table tr {
        width: 100%;
    }

    /* CONTATO */
    .modulo-contato-index .colCenter,
    .modulo-contato-index .colRight {
        width: 100%;
    }

	#menususpenso_0 > ul > li > a {
		border-right: 2px groove #656565;
	}

}

@media (max-width: 570px) {
    /* NOTICIA */
    .bloco_noticia .img_noticia {
        width: 100%;
        margin: 0 0 10px;
    }

    .data_noticia,
    .bloco_noticia .noticia_titulo,
    .noticia_resumo,
    .link_noticia {
        height: auto;
        text-align: center;
    }

    /* LINKS UTEIS - BLOCO */
    #links_uteis .links .link {
        width: 100%;
        margin: 0 0 10px;
    }

    #links_uteis .links .oltitle {
        font-size: 18px;
    }

    /* RODAPE */
    #endereco_rodape {
        bottom: 185px;
    }

    .bloco.bloco_30 {
        bottom: 45px;
    }

    .footerTexto {
        text-align: center;
    }

    .izap {
        position: static;
        width: 100%;
        margin-top: 15px;
        text-align: center;
    }

    /* PERFIL */
    #usuarioinfo .plusNTable .tbody div input {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;

    }

    .modulo_ecom_endereco .ecomBtEnderecoEdit, .modulo_ecom_endereco .ecomBtEndereco {
        width: 100%;
        margin-bottom: 5px;
        text-align: center;
    }
}

@media (max-width: 470px) {

    /* ENDERECO */
    .blocoRodape {
        height: 370px;
    }

    #endereco_rodape {
        bottom: 205px;
    }

    .bloco.bloco_30 {
        bottom: 75px;
    }

    /* PERFIL */
    .modulo_perfil .perfilNavMenu {
        min-height: 65px;
    }

    #usuarioinfo .plusNTable .tbody div input#pass {
        margin-bottom: 105px !important;
    }

}

.padding0px{
    padding: 0px !important;
}

/*CONTATO HOME*/
    .bloco_32 .contatoForm {
        max-width: inherit !important;
    }
    .bloco_32 .contatoFormIntro img {
        width: 100px;
        margin-right: 20px;
        height: inherit !important;
    }
    .bloco_32 td.contatoRotulo {
        display: none !important;
    }
    .bloco_32 .contatoTable td {
        padding-bottom: 5px !important;
    }
    .bloco_32 .modulo_contato_contatocompact {
        background-color: rgba(255,255,255,0.75) !important;
        padding: 5px 15px !important;
    }
    .bloco_32 form#contato_3
    input[type='submit'] {
        width: 100% !important;
    }
    .bloco_32 table.contatoTable {
        width: 100% !important;
    }
/*FIM CONTATO HOME*/

/*DESTAQUE PRINCIPAL*/
    .textoDestaque {
        position: absolute;
        bottom: 0;
        padding: 10px;
        color: white;
        width: 100%;
        background-color: rgba(0,0,0,0.60);
    }
    .destaqueBlocoTextos  .bx-wrapper .bx-prev {
        background: url("../img/left-arrow.png") no-repeat !important;
    }
    .destaqueBlocoTextos  .bx-wrapper .bx-next {
        background: url("../img/right-arrow.png") no-repeat !important;
    }
/*FIM DESTAQUE PRINCIPAL*/

/*ESTILO AGENDA DE EVENTOS*/
    .agendaHome {
        /*border: 1px solid black;*/
        margin: 35px 0px;
    }
    .dataVencida {
        display: none !important;
    }
    .passadoresAgendaHome div {
        height: 100%;
        /*border-right: 1px solid black;*/
    }
    .tituloAgendaHome {
        font-size: 20px;
        line-height: 30px;
        font-weight: bolder;
    }
    .descricaoAgendaHome,
    .dataAgendaHome {
        min-height: 50px !important;
    }
    .dataAgendaHome {
        padding-top: 10px;
        background-color: #ed3237 !important;
        height: 160px;
    }
    .descricaoAgendaHome {
        font-size: 14px;
        text-align: justify;
        cursor: pointer;
        color: #383737 !important;
        background-color: white !important;
        height: 160px;
    }
    .descricaoAgendaHome:hover{
        text-decoration: underline;
    }
    .dataAgendaHome span{
        color: white;
    }
    span.mesDataAgendaHome {
        font-size: 14px;
        font-weight: bold;
    }
    span.diaDataAgendaHome {
        font-size: 40px;
        font-weight: bold;
    }
    .bx-viewport {
        box-shadow: 0px 0px 0px !important;
        border: 0px !important;
        left: 0px !important;
        background: transparent !important;
    }
    .agendaHome a.bx-prev {
        background: url(../img/left-arrow-black.png) no-repeat center !important;
        background-size: 100% !important;
    }
    .agendaHome a.bx-next {
        background: url('../img/right-arrow-black.png') no-repeat center !important;
        background-size: 100% !important;
    }
    .dataGerais {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    @media(min-width: 768px){
        .agendaHome a.bx-prev {
            top: -110px !important;
            right: 50px;
            left: inherit;
        }
        .agendaHome a.bx-next {
            top: -110px !important;
            right: 0px;
        }
    }
/*FIM ESTILO AGENDA DE EVENTOS*/
.bloco_38 {
}
.bloco_38 .buscaAvancada{

    display: none;
}
.bloco_38 input[type="text"] {
    width: 108%;
    float: right;
}
.bloco_38 .formButtonPesquisa {
    float: right;
    position: absolute;
    right: 0;
    width: 25px;}

.bloco_38 .formButton {
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
    background-color: #ed3237;
    border: 0 !important;
    width: auto !important;
    height: 36px !important;
    float: right;
    padding: 3px 10px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: "ubuntu-regular";
    font-size: 16px;
    color: #fdfcfc;
    cursor: pointer;}

.bloco_38 form.pesquisar_bloco {
    position: absolute;
	right: -150px;
    bottom: 125px;
    z-index: 999;
    display: block;
    opacity: 0.8;
}
