@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
/* BARRA ADMINISTRATIVA */
.plusMenuAdmin {
    height: 30px;
    line-height: 30px;
    border-bottom: 3px solid #231f20;
    background: #000 !important;
    color: #FFF !important;
    position: relative;
    z-index: 50;
    font-family: 'Ubuntu', sans-serif;
}

.plusMenuAdmin a, .plusMenuAdminRight a {
    color: #FFF !important;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    display: block;
    float: left;
    padding: 0 10px !important;
}

.plusMenuAdmin a:hover {
    background: #231f20 !important;
    border-radius: 0 !important;
}

.plusMenuAdminInner {
    width: 100%;
    margin: 0 auto;
}

@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?fzb8bz');
    src: url('fonts/icomoon.eot?#iefixfzb8bz') format('embedded-opentype'),
    url('fonts/icomoon.woff?fzb8bz') format('woff'),
    url('fonts/icomoon.ttf?fzb8bz') format('truetype'),
    url('fonts/icomoon.svg?fzb8bz#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    /*speak: none;*/
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
    content: "\e613";
}

.icon-flickr:before {
    content: "\e604";
}

.icon-vimeo:before {
    content: "\e601";
}

.icon-twitter:before {
    content: "\e600";
}

.icon-facebook:before {
    content: "\e60f";
}

.icon-googleplus:before {
    content: "\e610";
}

.icon-pinterest:before {
    content: "\e602";
}

.icon-tumblr:before {
    content: "\e606";
}

.icon-linkedin:before {
    content: "\e607";
}

.icon-instagram:before {
    content: "\e603";
}

.icon-soundcloud:before {
    content: "\e611";
}

/*TITULOS*/
h1 {

}

h2 {
    padding: 10px 15px;
    color: #fff;
    background-color: #9d0101;
    position: relative;
    display: inline-block;
    letter-spacing: 3px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 21px;
    font-weight: 700;
}

h2:after {
    border-color: #9d0101 rgba(0, 0, 0, 0);
    content: "";
    position: absolute;
    bottom: 0;
    left: -35px;
    border-width: 0 0 41px 35px;
    border-style: solid;
}

h2:before {
    border-color: #9d0101 rgba(0, 0, 0, 0);
    content: "";
    position: absolute;
    bottom: 0;
    right: -35px;
    border-width: 41px 35px 0 0;
    border-style: solid;
}

.h2_center {
    box-shadow: inset 0 -1px 0 #9d0101;
    margin-left: 35px;
    margin-bottom: 25px;
}

h3 {
    font-weight: 600;
    color: #000;
    display: block;
    margin: 15px 0;
}

/*INPUTS*/
input, select, textarea {
    border: 1px solid #d9d9d9;
    box-shadow: inset 0 -3px 0 #d9d9d9;
    border-radius: 5px;
    background: #fff;
    color: #373435;
    padding: 4px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.formButton {
    background-color: #9d0101;
    box-shadow: inset 0 -3px 0 #700000;
    width: auto !important;
    color: #fff !important;
    cursor: pointer;
    border: none !important;
    padding: 10px 15px !important;
    font-size: 14px !important;
    text-transform: uppercase;
    font-weight: 700;
}

.radioButton {
    box-shadow: inset 0 0 0 #d9d9d9;
}

/*CORPO*/
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #333;
    font-weight: 400;
}

/*TOPO*/
header {
    background: url("../img/bg_topo.jpg") no-repeat top center;
}

/*LOGO*/
.logo {
    margin: 21px 0;
    text-align: center;
}

/*LOGIN*/
.bloco_login {
    float: left;
    border-left: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    color: #000;
}

.bloco_login .itemLogin input {
    padding: 2px;
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: inset 0 -1px 0 #7b0000;
    width: 80%;
    font-size: 13px;
    color: #000;
}

.bloco_login .itemLogin span {
    color: #000;
    font-size: 13px;
    width: 20%;
    display: block;
    float: left;
    line-height: 13px;
    margin-top: 8px;
}

.bloco_login .usuarioBotao input {
    color: #000;
    text-transform: uppercase;
    box-shadow: 0 0 0;
    width: auto;
    float: right;
    margin-top: 10px;
    font-size: 13px;
    line-height: 13px;
}

.bloco_login .titulo {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
}

/*MENU*/
div.menuBaixo {
    width: 100%;
    float: left;
    height: auto;
}

div.menuBaixo .menu .navbar {
    border: none;
    box-shadow: 0 0 0;
    background: none;
    border-radius: 0;
    margin-bottom: 0;
}

div.menuBaixo .menu .navbar a {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    text-shadow: 0 0 0;
    padding: 0 9px;
}

div.menuBaixo .menu .navbar-header {
    background-color: #f2f2f2;
}

div.menuBaixo .menu .menuSuspensoBloco.in {
    background-color: #f9f9f9;
    border-left: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
}

ul.dropdown-menu {
    background-color: #9d0101;
    border-radius: 0;
    border: none;
    margin: 0;
}

ul.dropdown-menu a {
    color: #fff;
    line-height: 30px;
}

ul.dropdown-menu a:hover {
    background: #700000;
}

div.menuBaixo ul li.dropdown.open > a {
    color: #fff !important;
    background: #700000 !important;
}

@media (min-width: 768px) {
    .navbar-default .navbar-nav .open > a, .navbar-default .navbar-nav .open > a:hover, .navbar-default .navbar-nav .open > a:focus {
        background-color: #700000;
        color: #fff;
    }

    #siteMenu0 li:hover > .dropdown-menu {
        display: block !important;
    }

    #siteMenu0 li .dropdown-menu .caret {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
    }

    #siteMenu0 li li .dropdown-menu {
        top: 0;
        left: 100%;
    }
}

@media (max-width: 767px) {
    .navbar-nav li .dropdown-menu {
        display: block;
        position: static;
        float: none;
        width: auto;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

    .navbar-nav > li > .dropdown-menu li a {
        color: #777 !important;
    }

    .navbar-nav > li > .dropdown-menu li.has-children > a {
        color: inherit !important;
    }
}

/*DESTAQUE*/
.destaque {
    background: url("../img/bg_destaque.jpg") no-repeat top center;
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
}

.destaqueInfos {
    position: relative;
    bottom: 0;
    left: auto;
    z-index: 99;
    width: 100%;
    margin-left: 0;
    background: none;
    padding: 10px;
    text-align: center;
}

.destaquetitulo {
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
}

.destaque .cycle-pager {
    display: none;
}

.destaqueTextoCompleto #prev {
    position: absolute;
    background: rgba(112, 0, 0, 0.70) url("../img/arrow_esquerda.png") no-repeat center;
    width: 30px;
    height: 30px;
    top: 0;
    right: 50px;
    z-index: 99;
    cursor: pointer;
    background-size: 10px 21px;
}

.destaqueTextoCompleto #next {
    position: absolute;
    background: rgba(112, 0, 0, 0.70) url("../img/arrow_direita.png") no-repeat center;
    width: 30px;
    height: 30px;
    top: 0;
    right: 15px;
    z-index: 99;
    cursor: pointer;
    background-size: 10px 21px;
}

/*COLUNAS*/
.colCenter {
    margin-top: 30px;
}

article {
    margin-bottom: 40px;
}

/*NOTICIAS*/
div#bloco_4 {
    padding: 0;
}

#bloco_4 .h2_center {
    box-shadow: inset 0 -1px 0 #9d0101;
    margin-left: 50px;
    margin-bottom: 25px;
    margin-right: 15px;
}

.bloco_noticias {
    position: relative;
}

.bloco_noticias .leiatodas a {
    color: #9d0101;
    font-weight: 600;
    font-size: 14px;
    font-style: italic;
    position: absolute;
    top: -50px;
    right: 15px;
    z-index: 10;
}

.bloco_noticias .data {
    color: #333;
    font-size: 14px;
    font-weight: 300;
    display: block;
    margin: 10px 0;
}

.bloco_noticias .titulo {
    color: #333;
    font-size: 19px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.bloco_noticias .descricao {
    color: #333;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
    display: block;
}

/*ACORDOS*/
.bloco_acordo .acordoItem {
    position: relative;
    margin-bottom: 20px;
    margin-top: 66px;
}

.bloco_acordo .acordoItem .infos {
    position: absolute;
    z-index: 50;
    top: 50%;
    width: 122px;
    left: 50%;
    margin-left: -61px;
    margin-top: -50px;
}

.bloco_acordo .acordoItem .infos .titulo {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: block;
    font-style: italic;
    padding: 5px 0;
}

.bloco_acordo .acordoItem .infos .link {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    margin-top: 5px;
    font-style: italic;
}

/*BLOCO EDICAO*/
.edicaoBloco {
    position: relative;
    overflow: hidden;
}

.edicaoBloco .infos {
    position: absolute;
    bottom: -180px;
    left: 50%;
    z-index: 20;
    background-color: rgba(112, 0, 0, 0.70);
    border-radius: 350px;
    width: 350px;
    height: 350px;
    margin-left: -175px;
}

.edicaoBloco .infos .edicaoBlocoNome {
    text-align: center;
    color: #fff;
    font-style: italic;
    font-size: 17px;
    padding: 0 70px;
    width: 350px;
    display: block;
    margin-top: 60px;
    line-height: 25px;
    font-weight: 300;
}

.edicaoBloco .infos .icone {
    color: #fff;
    text-align: center;
    display: block;
    font-size: 30px;
}

/*FOTOS*/
.bloco_fotos_ultimos,
.blocoMultimidiaHome {
    margin-bottom: 20px;
}

.blocoMultimidiaHome .SaibaMais a,
.bloco_fotos_ultimos .todas a {
    position: absolute;
    right: 15px;
    z-index: 10;
    top: 10px;
    color: #9d0101;
    font-weight: 600;
    font-size: 14px;
    font-style: italic;
}

.bloco_fotos_ultimos .titulo {
    background-color: rgba(112, 0, 0, 0.70);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 20;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    font-style: italic;
    text-align: center;
    width: 100%;
    padding: 15px;
}

.bx-wrapper {
    position: relative;
}

.bx-pager {
    display: none;
}

.bx-controls a.bx-prev {
    background: url("../img/arrow_esquerda.png") no-repeat center;
    position: absolute;
    bottom: 10px;
    left: 5px;
    z-index: 50;
    background-size: 10px 21px;
    color: transparent;
}

.bx-controls a.bx-next {
    background: url("../img/arrow_direita.png") no-repeat center;
    position: absolute;
    bottom: 10px;
    right: 5px;
    z-index: 50;
    background-size: 10px 21px;
    color: transparent;
}

/*VIDEOS*/
.video-container {
    position: relative;
    padding-bottom: 60%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*COLUNA INFERIOR*/
.ColunaInferior {
    background: url("../img/bg_inferior.png") no-repeat top center;
    padding: 40px 0 40px 0;
}

/*NEWSLETTER*/
#bloco_9 {
    clear: both;
}

#bloco_12,
#bloco_11,
#bloco_10,
#bloco_9,
#bloco_16 {
    margin-top: 40px;
}

#bloco_12 img,
#bloco_11 img,
#bloco_10 img,
#bloco_9 img,
#bloco_16 {
    margin: auto;
}

.bloco_newsletter {
    background-color: #700000;
    padding: 25px 15px;
}

.newsletterRegisterLabel {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: -0.5px;
    display: block;
    margin-bottom: 10px;
}

.newsletterRegisterField input {
    background: none;
    border: 1px solid #fff;
    border-radius: 0;
    box-shadow: 0 0 0;
    font-weight: 300;
    font-size: 15px;
    color: #fff;
    padding: 5px;
    width: 100%;
    margin-bottom: 10px;
}

.newsletterRegisterButton {
    text-align: center;
}

.newsletterRegisterButton input {
    background-color: #fff;
    color: #700000;
    font-weight: 600;
    width: 70px;
    cursor: pointer;
    font-size: 13px;
    margin: auto;
}

/*RODAPE*/
.blocoRodape {
    background: #700000 url("../img/bg_rodape.png") no-repeat top center;
    width: 100%;
}

/*MENU RODAPE*/
.menuSiteBloco {
    display: none;
}

.menuSiteBloco ul {
    float: left;
    width: 100%;
}

.menuSiteBloco ul li {
    float: left;
    position: relative;
}

.menuSiteBloco ul li a {
    color: #fff;
    font-size: 16px;
    padding: 0 10px;
    line-height: 71px;
    font-weight: 700;
    display: block;
}

.menuSiteBloco ul li a:hover {
    background-color: #700000;
}

.menuSiteBloco li ul {
    position: absolute;
    top: 71px;
    left: 0;
    display: none;
    background-color: #9d0101;
    z-index: 20;
    width: 200px;
}

.menuSiteBloco li:hover ul,
.menuSiteBloco li.over ul {
    display: block;
}

.menuSiteBloco li ul li {
    display: block;
    width: 200px;
}

.menuSiteBloco li ul li a {
    line-height: 40px;
}

.menuSiteBloco li ul li a:hover {
    background-color: #ae0101;
}

/*ENDEREÇO*/
.bloco_endereco {
    color: #fff;
    padding: 10px 0;
    float: left;
    width: 100%;
}

.bloco_endereco > div {
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.bloco_endereco > div:first-child {
    border-right: 1px solid #fff;
}

.bloco_endereco > div .titulo {
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.bloco_endereco > div:first-child {
    border-right: none;
}

.bloco_endereco > div:first-child .titulo {
    padding-top: 55px;
}

/*FOOTER*/
.footerTexto {
    font-size: 12px;
    margin-top: 10px;
}

/*IZAP*/
.izap {
    float: right;
    text-align: right;
    font-size: 11px;
    line-height: 14px;
    padding: 10px 0;
}

.izap a {
    font-weight: 600;
}

/*MEDIAS*/
@media (max-width: 768px) {
    div#bloco_16 img {
        left: 50%;
        position: relative;
        transform: translateX(-50%);
    }
}

/* >> TABLET */
@media (min-width: 768px) {

    /*LOGO*/
    .logo {
        text-align: left;
    }

    /*EMAIL*/
    .bloco_login {
        float: right;
        border-left: 1px solid #fff;
        padding-top: 10px;
        padding-bottom: 5px;
        padding-left: 15px;
        margin-top: 20px;
        width: auto;
        color: #fff;
    }

    .bloco_login .titulo,
    .bloco_login .itemLogin span,
    .bloco_login .usuarioBotao input,
    .bloco_login .usuarioBotao input {
        color: #fff;
    }

    .bloco_login .itemLogin input {
        width: 170px;
    }

    .bloco_login .itemLogin span {
        width: 46px;
    }

    /*TOPO*/
    header {
        height: 154px;
    }

    /*MENU*/
    div.menuBaixo {
        height: 54px;
        background-color: #9d0101;
    }

    div.menuBaixo .menu .navbar a {
        font-size: 13px;
        padding: 0 5px;
        color: #fff;
        line-height: 54px;
        font-weight: 700;
    }

    div.menuBaixo .menu .menuSuspensoBloco {
        padding: 0;
    }

    div.menuBaixo .menu .navbar a:hover {
        background-color: #700000;
    }

    /*DESTAQUE*/
    .destaque {
        margin-top: 0;
    }

    .destaqueInfos {
        position: absolute;
        bottom: 0;
        left: 50%;
        z-index: 99;
        width: 420px;
        margin-left: -210px;
        background-color: rgba(112, 0, 0, 0.70);
        padding: 20px;
        text-align: center;
    }

    .destaqueInfos:after {
        border-color: rgba(112, 0, 0, 0.70) rgba(0, 0, 0, 0);
        content: "";
        position: absolute;
        bottom: 0;
        left: -60px;
        border-width: 0 0 90px 60px;
        border-style: solid;
    }

    .destaqueInfos:before {
        border-color: rgba(112, 0, 0, 0.70) rgba(0, 0, 0, 0);
        content: "";
        position: absolute;
        bottom: 0;
        right: -60px;
        border-width: 90px 60px 0 0;
        border-style: solid;
    }

    .destaquetitulo {
        color: #fff;
        text-transform: uppercase;
        font-size: 19px;
        line-height: 25px;
        font-weight: 700;
    }

    .destaqueTextoCompleto #prev {
        position: absolute;
        background: rgba(112, 0, 0, 0.70) url("../img/arrow_esquerda.png") no-repeat center;
        width: 45px;
        height: 45px;
        top: auto;
        bottom: 0;
        right: 75px;
        z-index: 99;
        cursor: pointer;
        background-size: 16px 34px;
    }

    .destaqueTextoCompleto #next {
        position: absolute;
        background: rgba(112, 0, 0, 0.70) url("../img/arrow_direita.png") no-repeat center;
        width: 45px;
        height: 45px;
        top: auto;
        bottom: 0;
        right: 15px;
        z-index: 99;
        cursor: pointer;
        background-size: 16px 34px;
    }

    #bloco_12,
    #bloco_11,
    #bloco_10,
    #bloco_9,
    #bloco_16 {
        margin-top: 100px;
        width: 20% !important;
    }

    #bloco_16 img {
        width: 100%;
    }

    .menuSiteBloco {
        display: block;
    }

    .bloco_endereco > div:first-child {
        border-right: 1px solid #fff;
    }

    .bloco_endereco > div:first-child .titulo {
        padding-top: 0;
    }

    .fotosListaItem:nth-child(3n+1) {
        clear: both;
    }

}

/* >> DESKTOP */
@media (min-width: 992px) {
    .logo {
        text-align: left;
    }

    /*MENU*/
    div.menuBaixo .menu .navbar a {
        font-size: 16px;
        padding: 0 9px;
    }

    .fotosListaItem:nth-child(3n+1) {
        clear: none;
    }

    .fotosListaItem:nth-child(4n+1) {
        clear: both;
    }

}

/* >> HUGE */
@media (min-width: 1200px) {
    .container {
        width: 970px;
    }
}

/*************************************INTERNAS*************************************/
#content h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 20px;
    color: #000;
}

/*CONTEUDO*/
.conteudoTexto {
    line-height: 22px;
}

.conteudoBotaoGrupo {
    display: none !important;
}

/*CONTATO*/
.contatoFormIntro {
    line-height: 22px;
}

.contatoFormIntro {
    font-size: 14px;
}

.contatoFormIntro p {
    padding-bottom: 15px;
}

.modulo_contato_form .contatoValor input {
    padding: 10px;
    width: 100%;
    color: #000;
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 14px;
}

.modulo_contato_form .contatoValor textarea {
    padding: 10px;
    width: 100%;
    color: #000;
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 12px;
}

.modulo_contato_form .contatoValor label.error {
    display: block;
    font-size: 12px;
    color: #9d0101;
    font-weight: 300;
}

.modulo_contato_form .maps,
.modulo_contato_form .maps iframe {
    width: 100% !important;
}

/*PAGINACAO*/
.paginacao .plusPagerAtual {
    font-size: 18px;
    color: #9d0101;
    display: block;
    float: left;
    margin: 0 4px;
    padding: 4px 8px;
    font-weight: 700;
}

.paginacao a {
    font-size: 18px;
    color: #000 !important;
    display: block;
    float: left;
    margin: 0 4px;
    padding: 4px;
    font-weight: 700;
}

/*EDICAO LISTA*/
.modulo_edicao_index .edicaoTitulo {
    margin-bottom: 5px;
}

.modulo_edicao_index .edicaoData {
    margin-bottom: 10px;
}

.modulo_edicao_index .edicaoDescricao {
    line-height: 21px;
}

.modulo_edicao_index .edicaoHistoricoItem {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #ccc;
}

.modulo_edicao_lista .edicaoListaItem {
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #ccc;
}

.modulo_edicao_lista .edicaoListaItemData {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.modulo_edicao_lista .edicaoListaItemNome {
    font-size: 18px;
    color: #9d0101;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
}

.modulo_edicao_lista .edicaoListaItemDescricao {
    display: block;
    line-height: 22px;
    margin-bottom: 10px;
    font-size: 13px;
}

.modulo_edicao_lista .imagem img {
    padding: 4px;
    border: 1px dotted #ededed;
    background: #fff;
    float: left;
    margin-right: 10px;
    -webkit-transition: all 140ms linear;
    -moz-transition: all 140ms linear;
    -ms-transition: all 140ms linear;
    -o-transition: all 140ms linear;
    transition: all 140ms linear;
}

/*EDICAO VER*/
.modulo_edicao_ver .imagem {
    margin-bottom: 20px;
}

.modulo_edicao_ver .descricao {
    line-height: 22px;
    padding-bottom: 20px;
}

.modulo_edicao_ver .download a {
    padding: 8px;
    display: block;
    float: left;
    background-color: #700000;
    color: #fff;
}

/*CONVENCOES E ACORDOS*/
.modulo_convencoes_index .convencoesMensagem {
    padding-top: 5px;
    padding-bottom: 5px;
}

.modulo_convencoes_index .convencoesNome {
    font-weight: 600;
    font-size: 15px;
    display: block;
    width: 100%;
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom: 1px dotted #ccc;
}

.modulo_convencoes_index .convencoesNome i {
    color: #9d0101;
    font-size: 20px;
    margin-left: 5px;
}

/* NOTICIAS LISTA */
.modulo_noticia_index .titulo {
    font-size: 18px;
    color: #9d0101;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
}

.modulo_noticia_index .imagem img {
    padding: 4px;
    border: 1px dotted #ededed;
    background: #fff;
    float: left;
    margin-right: 10px;
    -webkit-transition: all 140ms linear;
    -moz-transition: all 140ms linear;
    -ms-transition: all 140ms linear;
    -o-transition: all 140ms linear;
    transition: all 140ms linear;
}

.modulo_noticia_index .imagem img:hover {
    background: #9d0101;
}

.listaNoticias span {
    display: block;
}

.modulo_noticia_index .itemNoticiaLista {
    border-bottom: 1px dotted #ededed;
    padding-bottom: 13px;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    -khtml-transition-property: opacity;
    -ms-transition-property: opacity;
    -moz-transition-property: opacity;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -khtml-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.itemNoticiaLista:hover img {
    background: #9d0101;
}

.listaNoticias:hover .itemNoticiaLista {
    -khtml-opacity: 0.5;
    -ms-opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -o-opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: 0.5
}

.listaNoticias .itemNoticiaLista:hover {
    -khtml-opacity: 1;
    -ms-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -o-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1
}

.modulo_noticia_index .data {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.modulo_noticia_index .descricao {
    line-height: 22px;
    margin-bottom: 10px;
}

.modulo_noticia_index .saibamais {
    padding: 8px 12px;
    font-size: 11px;
    float: right;
    background: #9d0101;
    color: #fff;
    margin-top: 5px;
}

.radioButton {
    width: auto !important;
}

/* NOTICIA VER */
.noticiaLerTitulo {
    font-size: 20px;
    color: #9d0101;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
}

.modulo_noticia_ler .data {
    margin-top: 5px;
    font-size: 11px;
    margin-bottom: 5px;
}

.modulo_noticia_ler .blocoShare {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.modulo_noticia_ler .noticiaAutor {
    font-size: 12px !important;
    font-weight: normal !important;
    text-align: left !important;
    padding: 0 0 10px 0 !important;
}

.modulo_noticia_ler .imagem img {
    padding: 5px !important;
    border: 1px dotted #CCC !important;
    margin-right: 10px !important;
    background: #fff;
}

.modulo_noticia_ler .descricao {
    line-height: 24px;
    padding-bottom: 20px;
}

.modulo_noticia_ler .descricao p {
    padding-bottom: 15px;
}

.noticiaHistoricoTitulo {
    margin-top: 20px !important;
}

.noticiaHistorico {
    margin-bottom: 25px;
}

.noticiaHistoricoItem {
    padding: 8px 3px !important;
    border-bottom: 1px dotted #CCC;
    font-size: 14px;
}

.blocoShare .button_redes {
    width: 100px;
}

.blocoShare .addthis_button_pinterest_pinit {
    width: 60px;
}

.modulo_noticia_ler .imagem .legenda {
    display: block;
    clear: both;
    float: left;
    width: 350px;
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
}

.modulo_noticia_ler .autor {
    font-size: 13px;
    display: block;
    font-weight: 300;
    margin-bottom: 10px;
}

/* MULTIMIDIA LISTA */
.multimidiaMidiaItem {
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    -webkit-transition: all 140ms linear;
    -moz-transition: all 140ms linear;
    -ms-transition: all 140ms linear;
    -o-transition: all 140ms linear;
    transition: all 140ms linear;
}

.multimidiaMidiaItem a:hover img {
    background: #910014;
}

.multimidiaMidiaItem a:hover .multimidiaMidiaItemNome a {
    color: #910014;
}

.multimidiaMidiaItemCategoria {
    font-size: 11px;
}

.multimidiaMidiaItemNome a,
.multimidiaMidiaItemNome {
    font-size: 16px;
    line-height: 18px;
    color: #910014 !important;
    font-weight: 700;
    margin-top: 10px;
}

.multimidiaMidiaItemDuracao {
    background: #000;
    color: #FFF;
    font-size: 11px;
    position: absolute;
    top: 25px;
    right: 20px;
    width: 50px;
    height: 23px;
    line-height: 23px;
    opacity: 0.65;
    -moz-opacity: 0.65;
    filter: alpha(opacity=65);
}

.multimidiaMidiaItem img {
    padding: 4px;
    border: 1px solid #f2f2f2;
    background: #fff;
    -webkit-transition: all 140ms linear;
    -moz-transition: all 140ms linear;
    -ms-transition: all 140ms linear;
    -o-transition: all 140ms linear;
    transition: all 140ms linear;
}

.multimidiaMidiaItemImg {
    position: relative;
}

.modulo_multimidia_listar .ico_play, .modulo_multimidia_visualizar .ico_play {
    background: url("../img/ico_play.png") no-repeat center center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -44px;
    z-index: 5;
    width: 88px;
    height: 88px;
}

.modulo_multimidia_listar .multimidiaMidiaLista {
    -khtml-transition-property: opacity;
    -ms-transition-property: opacity;
    -moz-transition-property: opacity;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -khtml-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 100%;
    height: auto;
}

.multimidiaMidiaLista:hover .multimidiaMidiaItem {
    -khtml-opacity: 0.5;
    -ms-opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -o-opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: 0.5;
}

.multimidiaMidiaLista .multimidiaMidiaItem:hover {
    -khtml-opacity: 1;
    -ms-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -o-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}

/* MULTIMIDIA VER */
.multimidiaDescricao {
    line-height: 22px;
}

.multimidiaDescricao p {
    padding-bottom: 10px;
}

.multimidiaMidiaItemData {
    margin-top: 10px;
    font-size: 11px;
    margin-bottom: 5px;
    display: block;
}

.multimidiaDetData {
    margin-top: 10px;
    font-size: 11px;
    margin-bottom: 5px;
    display: block;
}

.multimidiaDetData span {
    width: auto;
}

/*FOTOS LISTA*/
.fotosListaItem {
    margin-bottom: 40px;
    text-align: center;
}

.fotosListaItem img {
    padding: 3px;
    border: 1px dotted #ccc;
    background: #fff;
    -webkit-transition: all 140ms linear;
    -moz-transition: all 140ms linear;
    -ms-transition: all 140ms linear;
    -o-transition: all 140ms linear;
    transition: all 140ms linear;
}

.fotosListaItem img:hover {
    background: #a90021;
}

.fotosListaItem span {
    display: block;
}

.fotosListaItem .data {
    font-size: 11px;
    line-height: 11px;
    margin: 4px 0;
}

.fotosListaItem .titulo {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    color: #a90021;
}

/* FOTOS INTERNAS */
.modulo_fotos_album .titulo {
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
    line-height: 30px;
    color: #a90021;
}

.modulo_fotos_album .fotosLocal {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 5px;
}

.modulo_fotos_album .fotosDescricao {
    line-height: 22px;
    font-weight: 400;
    padding-bottom: 10px;
}

.modulo_fotos_album .fotosDescricao p {
    padding-bottom: 10px;
}

.modulo_fotos_album .fotosCredito {
    margin-top: 5px;
    font-size: 14px;
    margin-bottom: 5px;
}

.modulo_fotos_album .fotosMiniaturaVerItem {
    margin-bottom: 18px;
}

.modulo_fotos_album .fotosAlbumLista {
    margin: 30px 0;
}

/*>> FANCYBOX*/
div#fancy_overlay {
    background: url("../img/overlay.png") top left !important;
    opacity: 0.7 !important;
}

.fancy_bg {
    background: #000 !important;
}

div.fancy_bg_w {
    left: -15px !important;
    width: 15px !important;
}

div.fancy_bg_e {
    right: -15px !important;
    width: 15px !important;
}

div.fancy_bg_n {
    top: -15px !important;
    height: 15px !important;
}

div.fancy_bg_s {
    bottom: -15px !important;
    height: 15px !important;
}

div.fancy_bg_sw {
    bottom: -15px !important;
    left: -15px !important;
    width: 15px !important;
    height: 15px !important;
}

div.fancy_bg_nw {
    top: -15px !important;
    left: -15px !important;
    width: 15px !important;
    height: 15px !important;
}

div.fancy_bg_ne {
    top: -15px !important;
    right: -15px !important;
    width: 15px !important;
    height: 15px !important;
}

div.fancy_bg_se {
    bottom: -15px !important;
    right: -15px !important;
    width: 15px !important;
    height: 15px !important;
}

div#fancy_close {
    top: -15px !important;
    right: -60px !important;
    height: 50px !important;
    width: 50px !important;
    background: url("../img/bt_fechar.png") no-repeat top center !important;
}

div#fancy_outer {
    overflow: visible !important;
}
