@CHARSET "UTF-8";

@font-face {
    font-family: 'gotham_book';
    src: url('fonts/gotham_book-webfont.eot');
    src: url('fonts/gotham_book-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/gotham_book-webfont.woff') format('woff'), url('fonts/gotham_book-webfont.ttf') format('truetype'), url('fonts/gotham_book-webfont.svg#gotham_book') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gotham_bold';
    src: url('fonts/gotham_bold-webfont.eot');
    src: url('fonts/gotham_bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/gotham_bold-webfont.woff') format('woff'), url('fonts/gotham_bold-webfont.ttf') format('truetype'), url('fonts/gotham_bold-webfont.svg#gotham_bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gotham_black';
    src: url('fonts/gotham_black-webfont.eot');
    src: url('fonts/gotham_black-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/gotham_black-webfont.woff') format('woff'), url('fonts/gotham_black-webfont.ttf') format('truetype'), url('fonts/gotham_black-webfont.svg#gotham_black') format('svg');
    font-weight: normal;
    font-style: normal;

}

.plusMenuAdmin, .plusMenuAdmin a:hover, .plusMenuAdmin a:focus {
    background-color: #000 !important;
    color: #FFF !important;
}

.plusMenuAdminLeft a, .plusMenuAdminCenter a, .plusMenuAdminRight a {
    font-size: 13px !important;
    color: #fff !important;
    line-height: 21px !important;
}

body {
    line-height: 25px;
    font-family: "gotham_book";
    font-size: 14px;
    color: #ffffff;
}

p, a {
    line-height: 25px;
    font-family: "gotham_book";
    font-size: 14px;
    color: #ffffff;
    outline: none;
    text-decoration: none;
}

a:hover {
    color: #bd5761;
}

a:link, a:visited {
    color: inherit;
}

h1, h2 {
    line-height: normal;
    margin-bottom: 15px;
    font-family: "gotham_black";
    font-size: 26px;
    font-weight: normal;
    color: #fff;
}

strong, b {
    font-family: "gotham_bold";
}

.h1_top,
.h1_bottom {
    display: none;
}

.erro_msg_colorbox {
    padding: 5px 10px;
    font-size: 18px;
    color: #f00;
}

.fundo {
    position: relative;
}

.siteCenter {

}

/* TOPO */

.topo {
    background-color: rgba(0, 0, 0, 0.6);
}

.topo .siteCenter {
    position: relative;
    width: 1082px !important;
    height: 160px;
    padding: 10px 0;
}

.logo {
    float: left;
}

.blocoTopo {
    float: right;
}

/* MENU */
#siteMenu0 {
    float: right;
    margin-top: 70px;
}

#siteMenu0 li a {
    line-height: normal;
    padding: 0 5px;
    white-space: nowrap;
    text-transform: uppercase;
    font-family: "gotham_black";
    color: #fff;
}

#siteMenu0 li ul {
	top: 16px !important;
    min-width: 100%;
    width: auto !important;
    padding-top: 10px;
    text-align: left;
}

#siteMenu0 li ul li a {
    line-height: 35px;
    margin: 0;
}

#siteMenu0 li a:hover, #siteMenu0 li a.active {
    color: #0069b5;
}

#siteMenu0 li a.active {
    border-bottom: 0;
    position: relative;
    z-index: 1;
}

/* CORPO */
.corpo .siteCenter {
    position: relative;
}

.body_content .corpo {
    padding-bottom: 180px;
}

.body_content .corpo .siteCenter {

}

/* COLCENTER */
.colCenter {
    width: 100%;
    float: left;
}

.body_content .colCenter {
    /* background-color: rgba(0, 0, 0, 0.85); */
    /* margin: 20px auto; */
    padding: 10px;
}

.modulo-conteudo .colCenter {
}

/* CONTEUDO */
.conteudoTexto {
    background-color: rgba(0, 0, 0, 0.85);
    padding: 15px 10px;
    margin-bottom: 10px;
}

.conteudoTexto img {
    margin: 3px 10px 0 0;
}

.conteudoTexto p {
    padding-bottom: 15px;
}

/* LINKS */
.linksCategoriasTitulo {
    display: none;
}

.linksListaItem {
    background-color: rgba(0, 0, 0, 0.85);
    border-bottom: 0 !important;
    padding: 15px 10px !important;
    margin-bottom: 10px;
}

.linksListaItem img {
    float: left;
    margin: 0 10px 10px 0;
}

.linksListaItemNome a {
    font-family: "gotham_bold";
}

/* CONVENIOS */
.conveniosItemConvenio {
    background-color: rgba(0, 0, 0, 0.85);
    padding: 15px 10px;
    margin-bottom: 10px;
}

.conveniosItemConvenio_last {
    border-bottom: 0;
}

.conveniosItemConvenio span {
    font-family: "gotham_bold";
}

.conveniosNome {
    margin-bottom: 10px;
}

.conveniosNome p {
    font-size: 1.1em;
}

.conveniosDescricao {
    margin-bottom: 10px;
    padding-left: 15px;
}

.conveniosContato {
    margin-bottom: 10px;
    padding-left: 15px;
}

.conveniosSite {
    padding-left: 15px;
}

/* PRODUTORAS */
.modulo_listas_produtoras {
    position: relative;
}

#filtro_produtoras {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
}

.produtoraTable {
    background-color: rgba(0, 0, 0, 0.85);
    padding: 15px 10px;
    margin-bottom: 10px;
}

.produtoraTable_last {
    border-bottom: 0;
}

.produtoraNome {
    margin-bottom: 10px;
}

.produtoraNome span {
    font-family: "gotham_bold";
}

.produtoraTable div {
    margin: 5px 010px;
    padding-left: 15px;
}

/* TECNICOS */
.modulo_tecnicos {
    background-color: rgba(0, 0, 0, 0.85);
    min-height: 140px;
    padding: 15px 10px;
    margin-bottom: 10px;
}

#filtro_tecnicos {
    height: 30px;
}

.modulo_tecnicos a:hover {
    color: #999;
}

#tecnicos {
    border: 1px solid #fff;
    width: 100%;
    margin-top: 20px;
}

#tecnicos thead {
    border-bottom: 1px solid #EEE;
    text-align: left;
}

#tecnicos thead th {
    padding: 5px 10px;
    font-family: "gotham_bold";
}

#tecnicos td {
    border-bottom: 1px solid #444;
    padding: 5px 10px;
    font-size: 12px;
}

#tecnicos .tecnico_last td {
    border-color: #fff;
}

.tecnico_nome {
    width: 300px;
}

.tecnico_telefone {
    width: 250px;
}

.tecnico_email {
    width: 190px;
}

.tecnico_carteiraprof {
    width: 100px;
    text-align: right;
}

.tecnico_livrofls {
    width: 100px;
    text-align: right;
}

.lista_vazia {
    padding: 15px 10px;
    margin-bottom: 10px;
}

.modulo_listas_produtoras .lista_vazia {
    background-color: rgba(0, 0, 0, 0.85);
}

/* EDICAO */
.edicao_destaque, .edicaoLista {
    background-color: rgba(0, 0, 0, 0.85);
    position: relative;
    padding: 15px 10px;
    margin-bottom: 10px;
}

.edicaoLista {
    width: 920px;
    float: left;
}

.edicaoImagem img {
    border: 1px solid #ccc;
    padding: 4px;
}

.edicaoData, .edicaoHistItemData, .edicaoDownload img {
    display: none;
}

.edicaoTitulo, .edicaoHistItemNome, .tituloEdicao {
    line-height: normal;
    font-family: "gotham_bold";
}

.edicaoHistItemNome, .tituloEdicao {
    padding: 10px 0;
}

.edicaoHistoricoItem, .edicaoListaItem {
    width: 151px;
    height: 270px;
    float: left;
    margin-left: 46px;
    padding: 0 !important;
}

.modulo_edicao .primeira_coluna {
    margin-left: 0;
}

.edicaoHistoricoItem a {
    display: block;
}

.edicaoHistoricoItem a img, .capa img {
    webkit-transition: all 140ms linear;
    -moz-transition: all 140ms linear;
    -ms-transition: all 140ms linear;
    -o-transition: all 140ms linear;
    transition: all 140ms linear;
    border: 1px solid #ccc;
    padding: 4px;
}

.edicaoHistoricoItem:hover a img, .edicaoListaItem:hover .capa img {
    background-color: #000;
    opacity: 0.9;
}

.edicaoDownload a {
    font-weight: normal !important;
}

.edicaoLer, .edicaoDownload {
    position: absolute;
    right: 0;
    bottom: 0;
}

.edicaoDownload {
    bottom: 50px;
}

.edicaoLer {
    bottom: 10px;
}

.edicaoDownload a {
    background: url("../img/ico_download.png") no-repeat 100%;
    padding: 30px !important;
}

.edicaoLer a {
    background: url("../img/ico_zoom.png") no-repeat 100%;
    padding: 30px !important;
}

.edicaoDownload a:hover,
.edicaoLer a:hover {
    color: #999;
}

/* NOTICIA LISTA - MODULO */
.modulo_noticia_index .itemNoticiaLista {
    position: relative;
    width: 100%;
    float: left;
    padding-bottom: 15px;
    background-color: rgba(0, 0, 0, 0.85);
    padding: 15px 10px;
    margin-bottom: 10px;
}

.modulo_noticia_index .itemNoticiaLista.itemNoticia_final {
    border-bottom: 0;
}

.itemNoticiaLista_imagem {
    float: left;
    margin-right: 10px;
}

.itemNoticiaLista .imagem a {
    display: block;
}

.itemNoticiaLista_descricao {

}

.itemNoticiaLista_titulo {
    font-family: "gotham_black";
    font-size: 18px;
    color: #fff;
}

.itemNoticiaLista_data p {
    color: #fff;
}

.itemNoticiaLista_resumo p {
    line-height: 20px;
}

.itemNoticiaLista_link {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.itemNoticiaLista .saibamais {
    position: absolute;
    right: 10px;
    bottom: 0;

}

.itemNoticiaLista .saibamais 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;
    font-family: "gotham_black";
    color: #fff;
    overflow: hidden;
}

.itemNoticiaLista .saibamais a:hover {
    color: #cfcfcf;
}

.modulo_noticia_index .descricao a {
    line-height: 20px;
}

/* LER NOTICIA - MODULO */
.modulo_noticia .noticia {
    background-color: rgba(0, 0, 0, 0.85);
    padding: 15px 10px;
    margin-bottom: 10px;
}

.noticiaLerTitulo {
    line-height: normal;
    font-family: "gotham_black";
    font-size: 20px;
    color: #fff;
}

.modulo_noticia_ler .data_hora {
    display: inline-block;
    margin: 5px 0;
    color: #fff;
}

.modulo_noticia_ler .data_hora p {
    font-size: 12px;
    color: #aaaaaa;
}

.modulo_noticia_ler .noticia .imagem {
    float: left;
    margin: 0 10px 10px 0;
}

.modulo_noticia_ler .noticiaAutor,
.modulo_noticia_ler .noticiaHistItemData {

}

.modulo_noticia_ler .noticiaAutor {
    text-align: left !important;
}

.modulo_noticia_ler .data {
    margin: 0 0 10px;
}

.modulo_noticia_ler .compartilhar {
    float: right;
    margin-top: 10px;
}

.autor {
    font-weight: bold;
    margin-bottom: 5px;
}

.modulo_noticia_ler .descricao {
    line-height: 24px;
}

.modulo_noticia_ler .descricao p {
    padding-bottom: 15px;
}

.modulo_noticia_ler .noticiaCategoria-Imprensa .descricao p {
    color: #eaeaea;
}

.noticiaHistorico {
    background-color: rgba(0, 0, 0, 0.85);
    padding: 15px 10px;
    margin-bottom: 10px;
}

.noticiaHistoricoTitulo h2 {
    padding: 5px;
    font-size: 18px;
    color: #fff;
}

.noticiaHistoricoItem a {
    display: block;
    border-bottom: 1px solid;
    line-height: 30px;
    color: inherit;
}

.noticiaHistoricoItem a:hover {
    border-bottom-color: #999;
    color: #999;
}

#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;
}

/* MAPA CONTATO */
.modulo-contato-index .colCenter {
    width: 300px;
}

.bloco.bloco_23 {
    margin-top: 75px;
}

.infosmapa {
    line-height: 20px;
    color: #262525;
}

.infosmapa div {
    width: 400px;
    float: left;
    clear: both;
}

.infosmapa .imagem {
    float: left;
    margin-right: 5px;
}

/* FORMULARIO */
form#contato_1,
form#contato_2 {
    width: 310px;
    clear: both;
}

.contatoFormIntro {
    width: 350px;
    float: left;
}

.contatoFormIntro h3 {
    margin-bottom: 15px;
    line-height: normal;
    font-family: "open_sansbold";
    font-size: 14px;
    color: #404040;
}

.contatoRotulo .contatoRotuloTxt {
    text-transform: uppercase;
}

.contatoValor {
    position: relative;
    padding-bottom: 15px;
}

.contatoFooter {
    width: 100%;
    clear: both;
}

.contatoLinha {
    float: left;
    margin: 0 15px 5px 0;
}

.contatoLinha.botao {
    width: 300px !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;
    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 #ccc;
    width: 288px;
    height: 20px;
    line-height: 20px;
    padding: 5px;
}

select {
    border: 1px solid #ccc !important;
    width: 300px;
    height: 25px;
    padding: 5px 0;
}

textarea {
    border: 1px solid #ccc;
    width: 289px;
    height: 75px;
    padding: 5px;
}

.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: #000;
    border: 0 !important;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    width: auto;
    height: 30px !important;
    float: right;
    padding: 0 25px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: "gotham_black";
    font-size: 13px;
    color: #fff;
    cursor: pointer;
}

.formButton:hover {
    background-color: #333;
}

/* LOGIN */
.modulo_sistema_login .h1_center {
    display: block !important;
}

.sistemaLoginAutencicacao, .sistemaLoginForm {
    width: auto !important;
    padding: 0 40px;
}

.sistemaLoginAutencicacao a:hover {
    font-weight: bold;
}

/* 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;
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: normal;
    left: 0;
    bottom: 0;
    text-indent: 5px;
    font-size: 12px;
}

input.error, textarea.error {
    background: url("../img/notification_error.png") no-repeat 98% #FFF8F8;
}

textarea.error {
}

.contatoTable {
    width: 298px;
    margin-top: 15px;
}

.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;
}

/* EDIÇÃO DO CADASTRO */
.sistemaLoginCadastro {
    width: 360px !important;
}

.modulo_sistema_login h2 {
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: normal !important;
}

.sistemaLoginCadastroBtn {
    -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: #962433 !important;
    border: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    height: 62px;
    margin: 40px auto 0 !important;
    line-height: 62px;
    padding: 0 !important;
}

.sistemaLoginCadastroBtn:hover {
    background: #851A28 !important;
}

.sistemaLoginCadastroBtn a {
    display: block;
    line-height: 62px;
    color: #fff !important;
}

.sistemaLoginAtivarLink {
    display: none;
}

.sistemaLoginRecuperarSenhaLink {
    width: 100%;
    display: block;
    text-align: left;
}

#usuarioinfo .plusNTable {
    width: 940px;
    margin-top: 10px;
}

#usuarioinfo table tr, #form .plusNTable tr {
    height: 55px;
}

#usuarioinfo .plusNTable .label, #form .plusNTable .label {
    width: 160px;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
}

.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;
    display: block;
    width: 605px;
    position: absolute;
    left: 0;
    color: #FFFFFF;
}

small.insertion-guide {
    width: 455px;
    position: absolute;
    right: 0;
    color: #fff;
}

.modulo-perfil-registrar #tr_pass label.error {
    display: none !important;
}

#usuarioinfo .plusNTable .tbody div {
    float: left;
    position: relative;
    margin-right: 10px;
    padding-bottom: 5px;
}

#usuarioinfo .plusNTable .tbody div div {
    padding-bottom: 15px;
}

.modulo-perfil-registrar .title,
.modulo-perfil-registrar #tr_cep,
.modulo-perfil-registrar .tfoot {
    width: 100%;
    float: left;
}

.modulo-perfil-registrar .title {
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: normal !important;
    color: #fff;
}

.modulo-perfil-registrar #email,
.modulo-perfil-registrar #uname,
.modulo-perfil-registrar #endereco {
    background-position: 99.3%;
    width: 904px;
}

.modulo-perfil-registrar #loginname,
.modulo-perfil-registrar #pass,
.modulo-perfil-registrar #vpass {
    width: 280px;
}

.modulo-perfil-registrar #cpf {

}

.modulo-perfil-registrar #telefone,
.modulo-perfil-registrar #cidade {
    width: 583px;
}

.modulo-perfil-registrar #numero {
    width: 200px;
}

.modulo-perfil-registrar #complemento {
    width: 672px;
}

.modulo-perfil-registrar #estado {
    width: 150px;
}

.modulo-perfil-registrar #pais {
    width: 720px;
}

.modulo_perfil_alterarsenha #form .plusNTable tr {
    height: 60px;
}

.modulo_perfil_alterarsenha #form .plusNTable .label {
    height: 40px;
    line-height: 40px;
}

.modulo_perfil_alterarsenha .formButton {
    float: left !important;
    margin: 0 0 20px 175px;
}

.modulo_perfil_alterarsenha label.error {
    position: static;
    float: left;
    clear: both;
}

.modulo_perfil input[type="button"] {
    height: auto;
    margin-bottom: 3px;
}

#tr_rank,
#tr_umode,
#tr_timezone_offset,
#tr_usuario_aim,
#tr_usuario_icq,
#tr_usuario_from,
#tr_usuario_sig,
#tr_usuario_viewemail,
#tr_usuario_yim,
#tr_usuario_msnm,
#tr_bio,
#tr_usuario_intrest,
#tr_usuario_occ,
#tr_url,
#tr_ddd {
    display: none;
}

#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 .usuarioLabel b {
    line-height: 38px;
    text-transform: uppercase;
    font-weight: normal !important;
}

.sistemaLoginRecuperarSenha, .sistemaLoginAtivar {
    paffing-bottom: 20px;
}

.sistemaLoginRecuperarSenhaTitulo h2, .sistemaLoginAtivarTitulo h2, .perfilFieldsGrupoNome h2 {
    color: #333;
}

.sistemaLoginLinks {
    padding: 20px 0 0 0;
    text-indent: 45px;
}

.sistemaLoginLinks a {
    display: inline;
    padding: 0 5px;
}

.sistemaLoginLinks a:hover {
    font-weight: bold;
}

.sistemaLoginRecuperarSenhaForm input, .sistemaLoginAtivar input {
    float: none;
}

.modulo-perfil-registrar-finish #content {
    padding: 10px;
    line-height: 25px;
}

/* PAGINACAO */
.paginacao {
    width: 100%;
    height: auto;
    float: right;
    margin: 10px auto;
    text-align: center;
}

.paginacao a, .plusPagerAtual {
    display: inline-block;
    height: 20px;
    padding: 0 3px;
    margin: 2px 2px 10px 2px;
    font-size: 22px;
}

.paginacao a:hover {
    color: #555555;
}

.plusPagerAtual {
    color: #666666;
}

a.plusPagerBack {
    width: 19px;
    height: 24px;
    border: 0;
}

a.plusPagerNext {
    width: 19px;
    height: 24px;
    border: 0;
}

/* RODAPE */
.pageFooter {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    color: #b2b2b2;
}

.pageFooter h1 {
    margin-bottom: 5px;
    font-family: "gotham_black";
    font-size: 14px;
    color: #ffffff;
}

.pageFooter .siteCenter {
    position: relative;
    height: 160px;
    padding: 10px 0;
}

.pageFooter p,
.pageFooter a {
    color: #b2b2b2;

}

/* ENDERECO */
#endereco_rodape {
    width: 800px;
    float: left;
    margin-top: 63px;
}

#endereco_rodape div {
    float: left;
}

#endereco_rodape div p {
    line-height: 15px;

}

/* REDES SOCIAIS */
#redesSociais {
    position: absolute;
    top: 73px;
    right: 110px;
}

#redesSociais li {
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    display: inline-block;
    overflow: hidden;
    margin-left: 15px;
}

#redesSociais li 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;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

#redesSociais li img:hover {
    opacity: 0.8;
}

.oltitle {
    display: none;
}

.footerTexto {
    float: left;
    width: 100%;
    text-align: center;
    font-family: 13px;
    color: #8B4249;
}

.izap {
    position: absolute;
    right: 0px;
    top: 72px;
    width: 76px;
    text-align: right;
    line-height: normal;
}

.izap a {
    line-height: normal !important;
}

a.gerenciar {
    font-size: 9px;
    color: #fff;
}

a.gerenciar:hover {
    color: #ccc;
}

.developer_by {
    display: none;
}

.simplemodal-container img {
    width: 50%;
}

.modalTop{
    text-align: right;
    margin-right: 20%;
}

#simplemodal-container {
    position: fixed;
    z-index: 1002;
    left: 50% !important;
    top: 25%;
    transform: translateX(-50%);
    width: 100%;
    margin: 0px auto;
}
