﻿/* CSS Document*/
@font-face {
    font-family: 'PT Sans Caption';
    font-style: normal;
    font-weight: normal;
    src: url('../content/fonts/PT SANS/PTC55F.ttf'); /*if IE */
    src: local("PT Sans Caption"), url("../content/fonts/PT SANS/PTC55F.ttf") format("truetype"); /* non-IE */
}

@font-face {
    font-family: 'PT Sans Narrow';
    font-style: normal;
    font-weight: normal;
    src: url('../content/fonts/PT SANS/PTN57F.ttf'); /*if IE */
    src: local("PT Sans Narrow"), url("../content/fonts/PT SANS/PTN57F.ttf") format("truetype"); /* non-IE */
}

@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: normal;
    src: url('../content/fonts/PT SANS/PTS55F.ttf'); /*if IE */
    src: local("PT Sans"), url("../content/fonts/PT SANS/PTS55F.ttf") format("truetype"); /* non-IE */
}

@font-face {
    font-family: 'PT Sans Caption Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../content/fonts/PT SANS/PTC75F.ttf'); /*if IE */
    src: local("PT Sans Caption Bold"), url("../content/fonts/PT SANS/PTC75F.ttf") format("truetype"); /* non-IE */
}

@font-face {
    font-family: 'PT Sans Narrow Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../content/fonts/PT SANS/PTN77F.ttf'); /*if IE */
    src: local("PT Sans Narrow Bold"), url("../content/fonts/PT SANS/PTN77F.ttf") format("truetype"); /* non-IE */
}

@font-face {
    font-family: 'PT Sans Italic';
    font-style: normal;
    font-weight: normal;
    src: url('../content/fonts/PT SANS/PTS56F.ttf'); /*if IE */
    src: local("PT Sans Italic"), url("../content/fonts/PT SANS/PTS56F.ttf") format("truetype"); /* non-IE */
}

@font-face {
    font-family: 'PT Sans Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../content/fonts/PT SANS/PTS75F.ttf'); /*if IE */
    src: local("PT Sans Bold"), url("../content/fonts/PT SANS/PTS75F.ttf") format("truetype"); /* non-IE */
}

@font-face {
    font-family: 'PT Sans Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: url('../content/fonts/PT SANS/PTS76F.ttf'); /*if IE */
    src: local("PT Sans Bold Italic"), url("../content/fonts/PT SANS/PTS76F.ttf") format("truetype"); /* non-IE */
}


/* ------------------------------------------------------------------------ Genericos */
input,select,textarea{
    -webkit-user-select: text;
}
body {
    background-color:#000;
    text-align:center;
    font-family: 'PT Sans';
    font-size: 14px;
    color:#333333;
    padding:0px;
    margin: 0px;
    height: 100%;
    width: 100%;
}

p 
{
    margin: 0px;
    padding: 0px;
}

p a, span a {
    text-decoration: none;
}

p a:hover, span a:hover {
    border-bottom: 1px solid #cccccc;
}

a {
    cursor:pointer;
}
a.link {
    color: #6a6a6a;
    text-decoration: none;
}

a.link:hover, a.link:hover {
    border-bottom: 1px solid #cccccc;
}


a img
{
    cursor: pointer;
    border: 0px; 
}	

:focus {
    outline:none;
}

input.rounded {
    border: 1px solid #ccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 16px;
    color: #999999;
    font-family: Trebuchet MS;
    outline: 0;
    -webkit-appearance: none;
    height: 40px !important;
    width: 230px !important;
}

input.rounded:focus {
    border-color: #000000;
}

input:focus {
    height: 27px;
    outline:none;
	border:1px solid var(--main-bg-color-hover); 
}

.svg_botao_30 {
    height: 36px !important;
    width: 36px !important;
    margin-top: 10px;
}

#bt_voltar 
{
    z-index:9999;
    position: absolute;
}
#content {
    margin: 0px auto;
    text-align: center;
    width: 100%;
    min-width: 500px; /* caixa de pesquisa */
}

/* Header pesquisa */
.geral_texto_pesquisa
{
    height: 27px;
    line-height: 27px; 
    width: 387px; 
    background-color: #ffffff;
    border: 1px solid #ffffff;
    background-repeat:no-repeat; 
    padding: 0px; 
    margin: 0px; 
    vertical-align: middle;
    text-align: left; 
    font-size: 12px;
}
    
.barra_cinza_claro
{
    height: 60px; 
    background-color: #000;
    vertical-align:middle;
    text-align: center;
}

/* Content */

#wrapper1 {
	text-align:left;
	width:100%;
}

/* Footer */
#margemBottom {
    height: 73px;
    width: 100%;
    background-color: #ffffff;
}

.rodape_inf {
    font-weight: normal;
    font-size:12px;
}

 .rodape_inf div:first-of-type, .rodape_inf div:nth-child(2) {
        float: left;
        padding-left: 25px;
        line-height: 73px;
    }

    .rodape_inf div:first-of-type a {
        height: 20px;
        line-height: 20px;
        padding: 7px;
        text-decoration: none;
        color: #ffffff;
        display: inline-block;
        font-size: 14px;
    }
    .rodape_inf .rodape_img .fancybox{
        background-color: var(--main-bg-color);
    }

  .rodape_inf div:first-of-type a:hover{
        text-decoration: none;
        color:#ffffff;
    }

  .rodape_inf div:last-of-type {
        float: right;
        padding-right: 25px;
    }

    .rodape_inf a {
        text-decoration: none;
        color: #000000;
    }
     .rodape_inf a:hover {
        text-decoration: underline;
    }

     .rodape_inf img:first-child {
        width: 273px;
        height: 73px;
    }
      .rodape_inf img:nth-child(2) {
        width: 193px;
        height: 73px;
    }

.rodape_esq {
    float: left;
    padding-left: 25px;
    padding-right: 20px;
    line-height: 30px;
    text-align: left;
    color: #000000;
    font-weight: normal;
    font-size: 12px;
    height: 25px;
    vertical-align: middle;
}

     .rodape_esq a {
        text-decoration: none;
        color: #000000;
    }
     .rodape_esq a:hover {
        text-decoration: underline;
    }

.rodape_a {
    width:322px!important;
    height: 73px!important;
}
.rodape_i {
    width:144px!important;
    height: 73px!important;
}
/* mapa */
#map_canvas
{
    z-index: 0; 
    width: 100%; 
    height: 100%;
    position: absolute;
}

#map_canvas .info_window
{
    /*width: 300px;
    min-width: 150px;*/
    min-height: 100px;
    overflow-x: hidden;
}

#map_canvas .info_window img.local
{
    width:150px!important;
    padding-top: 5px;
    padding-bottom: 5px;
}

#map_canvas .info_window img.pp
{
    /*width: 20px!important;*/
    height: 20px!important;
    vertical-align: middle;
    padding-right: 5px;
}

#map_canvas .info_window img.iconp
{
    /*width: 12px!important;*/
    height: 12px!important;
    vertical-align: middle;
    padding-right: 5px;
}

#map_canvas .info_window p
{
    text-decoration: none;
}
#map_canvas .info_window a:hover
{
    text-decoration: underline;
}

.gm-style div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div:nth-child(1) {
    border: 1px solid var(--main-bg-color);
}

.info_window_titulo {
    color: var(--main-bg-color);
    font-size: 13px;
    padding-bottom: 5px;
}
.info_window_texto {
    color: #6a6a6a;
    font-size: 11px;
    line-height: 29px;
    border-top: 1px solid #cccccc;
    width: 100%;
    display: inline-block;
    text-align: left;
}

.info_window_texto a {
    color: #6a6a6a;
    font-size: 11px;
    line-height: 29px;
    text-decoration: none;
}

.info_window_texto a:hover {
    border-bottom: 1px solid #cccccc;
}
.info_window_fotografo {
    color: #999999;
    font-size: 11px;
    padding-bottom: 5px;
    padding-right: 33px;
    text-align: right;
}

.labels {
    color: var(--main-bg-color);
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    width: 150px;
    white-space: nowrap;
}

/* número de colunas */
.column3 {
    float: left;
    width: 32%;
    padding-right: 2%;
}

.column3_two {
    float: left;
    width: 32%;
    padding-right: 2%;
}

.column3_last {
    float: right;
    width: 30%;
    padding-right: 0%;
}

.column3 a {
    height: 29px;
    width: 100%;
    display: block;
    text-decoration: none;
}

    .column3 a:hover {
        /*border-bottom: 1px solid var(--main-bg-color);*/
        text-decoration: none;
    }

    .column3 a span:hover {
        border-bottom: 1px solid var(--main-bg-color);
    }

.column3 img {
    float: left;
}
.column2 {
    float: left;
    width: 77%;
    padding-right: 2%;
}
.column2_last {
    float: left;
    width: 20%;
    min-width:180px;
}

/* texto */
.titulo, .titulo a {
    color: var(--main-bg-color);
    font-size: 15px;
    padding-bottom: 5px;
    line-height: 29px;
}

.titulo_analitico {
    color: var(--main-bg-color);
}

.texto_col1, .texto_coli, div.texto_coli {
    color: #000000;
    font-size: 13px;
    padding-bottom: 5px;
    padding-left: 45px;
    line-height:16px;
}

.texto_col2 {
    color: #fff;
    font-size: 13px;
    padding-bottom: 5px;
    line-height:16px;
}

.texto_coli {
    line-height: 29px;
}
    .texto_col1 a, .texto_coli a,.texto_col2 a {
        text-decoration: none;
        color: #000000;
    }
    .texto_col1 a:hover, .texto_coli a:hover, .texto_col2 a:hover {
        color:var(--main-bg-color-hover);
        text-decoration: none;
        border-bottom: 1px solid var(--main-bg-color-hover);
    }
/* Ficha informante */
#ficha 
{
    color: #666666;
    padding-top: 38px;
    width: 90%;
    margin: 0 auto;
}

#ficha_informante 
{
    color: #666666;
    width: 90%;
    margin: 0 auto;
}

#ficha_tema
{
    color: #666666;
    width: 95%;
    margin: 0 auto;
}
.texto_fichaM {
    width: 73px;
    height: 45px;
    line-height: 45px;
    color: white;
    font-weight: normal;
    float: left;
}

div.texto_fichaM a, div.texto_fichaM a:hover {
    text-decoration: none;
    color: white;
    height: 29px;
    width:75px;
    display: block;
    vertical-align: middle;
}

.pessoa_link {
    width: 200px;
    height: 40px;
    line-height: 40px;
    float: right;
    vertical-align: middle;
}
.pessoa_link a{
   text-decoration: none;
   color: #999999;
   height: 40px;
}

.pessoa_entrevista {
    width: 200px;
    height: 40px;
    background-color: var(--main-bg-color-hover);
    float: right;
    margin-bottom: 10px;
}

.pessoa_entrevista a {
    color:#ffffff;
    text-decoration: none;
    height: 40px;
}

.pessoa_entrevista:hover, .pessoa_entrevista a:hover
 {
    color:#ffffff;
    background-color: var(--main-bg-color-hover);
}

    .pessoa_entrevista div:first-of-type {
        float: left;
        height: 40px;
        line-height: 40px;
        width: 51px;
        background-image: url(../images/botoes/b_pessoas.svg);
        background-repeat: no-repeat;
    }
.pessoa_entrevista div:last-of-type
{
    float: left;
    height: 40px;
    line-height: 40px;
}
.pesqpessoas{
    margin: 0 auto;
    width: 500px;
    vertical-align: middle;
    height: 45px;
    line-height: 45px;
    padding-top: 6px;
}
.pesquisa_entrevista {
    width: 200px;
    height: 40px;
    background-color: var(--main-bg-color-hover);
    float: right;
    margin-bottom: 10px;
}

.pesquisa_entrevista a {
    color:#ffffff;
    text-decoration: none;
    height: 40px;
}

.pesquisa_entrevista:hover, .pesquisa_entrevista a:hover
 {
    color:#ffffff;
    background-color: var(--main-bg-color-hover);
}

    .pesquisa_entrevista div:first-of-type {
        float: left;
        height: 40px;
        line-height: 40px;
        width: 51px;
        background-image: url(../images/botoes/pesquisar.svg);
        background-repeat: no-repeat;
    }
.pesquisa_entrevista div:last-of-type
{
    float: left;
    height: 40px;
    line-height: 40px;
}

.pessoa_resumos {
    width: 200px;
    height: 40px;
    background-color: var(--main-bg-color-hover);
    float: right;
    margin-bottom: 10px;
}

.pessoa_resumos a {
    color:#ffffff;
    text-decoration: none;
    height: 40px;
}

.pessoa_resumos:hover, .pessoa_resumos a:hover
 {
    color:#ffffff;
    background-color: var(--main-bg-color-hover);
}

.pessoa_resumos div:first-of-type
{
    float: left;
    height: 40px;
    line-height: 40px;
    width: 51px;
    background-image: url(../images/botoes/resumos.svg);
    background-repeat: no-repeat;
}
.pessoa_resumos div:last-of-type
{
    float: left;
    height: 40px;
    line-height: 40px;
}


.lugares_entrevista {
    width: 200px;
    height: 40px;
    background-color: var(--main-bg-color-hover);
    float: right;
    margin-bottom: 10px;
}

.lugares_entrevista a {
    color:#ffffff;
    text-decoration: none;
    height: 40px;
}

.lugares_entrevista:hover, .lugares_entrevista a:hover
 {
    color:#ffffff;
    background-color: var(--main-bg-color-hover);
}

.lugares_entrevista div:first-of-type
{
    float: left;
    height: 40px;
    line-height: 40px;
    width: 51px;
    background-image: url(../images/lugares.svg);
    background-repeat: no-repeat;
}
.lugares_entrevista div:last-of-type
{
    float: left;
    height: 40px;
    line-height: 40px;
}

.pesquisalugar {
    margin: 0 auto;
    width: 500px;
    vertical-align: middle;
    height: 45px;
    line-height: 45px;
    padding-top: 6px;
}
.documentos_entrevista {
    width: 200px;
    height: 40px;
    background-color: var(--main-bg-color-hover);
    float: right;
    margin-bottom: 10px;
}

.documentos_entrevista a {
    color:#ffffff;
    text-decoration: none;
    height: 40px;
    width: 100%;
    display: block;
}

.documentos_entrevista:hover, .documentos_entrevista a:hover
 {
    color:#ffffff;
    background-color: var(--main-bg-color-hover);
}

.documentos_entrevista div:first-of-type
{
    float: left;
    height: 40px;
    line-height: 40px;
    width: 51px;
    background-image: url(../images/botoes/b_galeria.svg);
    background-repeat: no-repeat;
}
.documentos_entrevista div:last-of-type
{
    float: left;
    height: 40px;
    line-height: 40px;
}

/**/
.documentos_pesquisa {
    width: 200px;
    height: 40px;
    background-color: var(--main-bg-color-hover);
    float: right;
    margin-bottom: 10px;
}

.documentos_pesquisa a {
    color:#ffffff;
    text-decoration: none;
    height: 40px;
    width: 100%;
    display: block;
}

.documentos_pesquisa:hover, .documentos_pesquisa a:hover
 {
    color:#ffffff;
    background-color: var(--main-bg-color-hover);
}

.documentos_pesquisa div:first-of-type
{
    float: left;
    height: 40px;
    line-height: 40px;
    width: 51px;
    background-image: url(../images/botoes/documentos_electronicos.png);
    background-repeat: no-repeat;
}
.documentos_pesquisa div:last-of-type
{
    float: left;
    height: 40px;
    line-height: 40px;
}
/***/

.documentos_pdf {
    width: 200px;
    height: 40px;
    background-color: var(--main-bg-color-hover);
    float: right;
    margin-bottom: 10px;
}

.documentos_pdf a {
    color:#ffffff;
    text-decoration: none;
    height: 40px;
}

.documentos_pdf:hover, .documentos_pdf a:hover
 {
    color:#ffffff;
    background-color: var(--main-bg-color-hover);
}

.documentos_pdf div:first-of-type
{
    float: left;
    height: 40px;
    line-height: 40px;
    width: 51px;
    background-image: url(../images/botoes/pdf.svg);
    background-repeat: no-repeat;
}
.documentos_pdf div:last-of-type
{
    float: left;
    height: 40px;
    line-height: 40px;
}


.navegacao_pessoa {
    margin: 0 auto;
    width: 545px;
    vertical-align: middle;
    height: 45px;
    line-height: 45px;
    padding-top: 6px;
}

    .navegacao_pessoa span img {
        float: left;
    }

/* Dropdowlist */
.grande {
    height: 40px;
    line-height: 40px;
    background-color: #eeeeee;
    border: 1px solid #eeeeee;
    padding: 0px;
    margin: 0px;
}

#a_pesquisar
{
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
}

#a_pesquisar * {
    vertical-align: middle;
    line-height: 45px;
    display: inline-block;
}

/* pesquisa */
.pesquisalivre {
    margin: 0 auto;
    width: 500px;
    vertical-align: middle;
    height: 45px;
    line-height: 45px;
    padding-top: 6px;
}
.button {
    background: url("../images/botoes/b_okpesquisar.svg") no-repeat top left var(--main-bg-color);
}

    .button:hover {
        background: url("../images/botoes/b_okpesquisar.svg") no-repeat top left var(--main-bg-color-hover);
    }

        .button, .button:hover
        {
            border: none;
            width: 70px;
            height: 29px;
            line-height: 29px;
            cursor: pointer;
            background-repeat: no-repeat;
            text-decoration: none;
            background-size: 70px 29px;
            display: inline-block;
            vertical-align:middle;
        }
/*.buttonreset {
    background: url("../images/botoes/b_limpar.svg") no-repeat top left var(--main-bg-color);
}*/

    .buttonreset:hover {
        background: url("../images/botoes/b_limpar.svg") no-repeat top left var(--main-bg-color-hover);
    }

.buttonreset, .buttonreset:hover {
    padding: 0px !important;
    margin-right: 10px !important;
    border: none !important;
    width: 79px !important;
    height: 29px !important;
    cursor: pointer;
    text-decoration: none;
    color: transparent;
    background-color: var(--main-bg-color);
    background-repeat: no-repeat;
    background-size: 79px 29px;
    vertical-align: middle;
}
input[type=image]{
    display: inline-block;
}

#pesquisa_erro
{
    font-size: 18px;
}

.div_pesquisa_erro
{
    padding-top: 20px;
    float: left;
    padding-left: 38px;
    width: 98%;
}

#pesquisa_avancada {
    display: block;
    border-width: 0;
    text-decoration: none;
    background-color: #f2f2f2;
}

#pesquisa_geral
{
    display: block;
    border-width: 0;
    text-decoration: none;
    background-color: #f2f2f2;
    padding-top: 58px;
}

.pesquisa-row {
    vertical-align: top;
    display: block;
}

.especifica-texto {
    width: 250px ! important;
    float: left;
    display: inline;
}

.especifica-texto-intro {
    display: block;
    clear: both;
}

.especifica-texto-especifica {
    float: left;
    display: inline;
}

.especifica-campo {
    float: right;
    height: 40px;
    width: 230px;
}

.dd-container {
    position: relative;
}

.dd-container, .dd-select {
    border: 1px solid #ececec !important;
    height: 40px !important;
    vertical-align: top;
}

.dd-selected {
    display: inline !important;
    float: left !important;
}

.dd-pointer {
    position: absolute;
    right: 0px!important;
    color: #ffffff;
    top: 0%! important;
    margin-top: 0px!important;
}

.dd-pointer-down {
    background-image: url("../images/botoes/down.svg") !important;
    background-repeat: no-repeat !important;
    width: 40px !important;
    height: 40px !important;
    -moz-border-bottom-colors: none !important;
    -moz-border-image: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    border-color: transparent !important;
    border-right: 0px !important;
    border-style: solid !important;
    border-width: 0px !important;
    display: inline;
    float: right;
    border: solid 5px transparent;
    border-top: solid 5px #000;
}

.dd-pointer-up
{
    background-image: url("../images/botoes/up.svg") !important;
    background-repeat: no-repeat !important;
    width: 40px !important;
    height: 40px !important;  
    -moz-border-bottom-colors: none !important;
    -moz-border-image: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    border-right: 0px !important;
    border-width: 0px !important;
    border-bottom: none !important;
    border-style: none !important;
    display: inline;
    float: right;
}

.check_box {
    border: 1px solid #ECECEC;
    border-radius: 2px 2px 2px 2px;
    background-color: #EEEEEE;
    color: #999999;
    height: 40px;
    width: 230px;
    float: left;
    display:inline;
}

.especifica-campo-1, .especifica-campo-2, .especifica-campo-3 {
    float: left;
    display: inline;
    padding-right: 7px;
}

.dd-options {
    max-height: 300px;
}
/* Video entrada */
.js-video {
  height: 0;
  padding-top: 0px;
  padding-bottom: 64.5%;
  margin-bottom: 0px;
  position: relative;
  overflow: hidden;
}
 
.js-video.widescreen {
  padding-bottom: 56.34%;
}
 
.js-video.vimeo {
  padding-top: 0;
}

.js-video embed, .js-video iframe, .js-video object, .js-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

a.salta {
    position: absolute;
    display:block;
    top: 60%;
    right:20px;
    float: right;
    background-image: url(../images/entrada.png);
    background-repeat: no-repeat;
    height: 138px;
     width: 792px;
}
a:hover.salta {
    position: absolute;
    display: block;
    top: 60%;
    right: 20px;
    float: right;
    background-image: url(../images/entrada_over.png);
    background-repeat: no-repeat;
    height: 138px;
    width: 792px;
}
/* Timeline */
#mytimeline {
    font-size: 10px;
    /*padding-top: 25px;*/
}

.icon_timeline {
    vertical-align: middle;
    margin-right: 10px!important;
    margin-bottom: 10px!important;
    border: none!important;
    width: 34px;
    float: left;
}

.docimg{
    height: 14px;
    width: 14px;
    margin-right: 5px;
}

.item_ev {
    font-size: 14px;
    white-space: pre-line;
}

    a.item_ev:hover
    {
        background-color: #fff;
        padding: 3px 5px;
    }

.tooltip-inner {
    white-space: pre-wrap;
    color: var(--main-bg-color);
}

    /* Menu */
/*
#menuWrapper {
    float: left;
    margin-top: 12px;
    margin-left: 36px;
    text-align: left;
    position: absolute;
    z-index: 9999;
}
.menu {
    width: 50px;
}

    .menu ul {
        display: inline-block;
    }

    .menu ul.active {
        padding: 0px;
        margin: 0px;
    }

.dropdown {
    position: relative;
    display: inline-block;
}

button.dropbtn {
    padding: 0px 0px;
}
.dropbtn {
    color: white;
    border: none;
    cursor: pointer;
    width: 32px;
    height: 32px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: var(--backgroundMenu);
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    margin-top: -4px;
    z-index: 9999999;
}

    .dropdown-content a {
        color: black;
        padding-left: 10px;
        padding-bottom: 10px;
        text-decoration: none;
        display: block;
        width: 100%;
        box-sizing: border-box;
        margin-left: 0px;
        margin-right: 0px;
        font-weight: var(--tipoTexto);
        background-color: var(--backgroundMenu);
    }

.botaoMenu {
    height: 23px;
    display: inline-block;
    font-family: PT Sans;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    color: var(--corLetraMenu);
    text-transform: uppercase;
    padding-left: 5px;
    padding-right: 8px;
    padding-top: 4px;
    float: left;
}
*/
    @media screen and (max-width: 1020px) {
        .column3,.column3_two, .column2, .column2_two, .column3_last {
        float: none;
        width: 100%;
        padding-left: 2%;
        padding-right: 2%;
    }

   #img_home {
        max-width: 764px;
    }
}

@media screen and (max-width: 640px) {

       #img_home {
        max-width: 600px;
    }
}

/*imagens dos vídeos*/
table#dlImages {
    margin: 0 auto;
}

#path_txt2 a 
{
    color: #000000 !important;
}

#path_txt2 strong
{
    color: #000000 !important;
}

span.setav 
{
	color: #6e6e6e;
}

div.pesquisa-main div.pesquisa-row_new
{
	padding-bottom: 10px;
	border: 0px;
	color: #999999;
	width: auto;
	float: left;
	clear: both;
	width: 690px;
}

div.pesquisa-main
{
	margin: 0px auto;
	width: 690px;	
}

div.pesquisa-main p
{
	color:#555555;
	font-weight: bold;
	text-align: left;
	padding-top: 15px;
}

div.pesquisa-main div.pesquisa-row
{
	padding-top: 15px;
	border: 0px;
	color: #999999;
	width: auto;
	float: left;
	clear: both;
}

div.pesquisa-main div.pesquisa-row p
{
	color: #999999;
	text-align: left;
	margin-bottom: 10px;
}

div.pesquisa-main label.multi
{
	color: #999999;
	text-align: left;
	font-weight: bold;
	text-align: left;
}

.imagens_sugestao_wrapper 
{
    display: table;
    text-align: left;
    padding-bottom: 20px;
    padding-top: 3px;
    border-bottom: 1px solid #cccccc;
    width: 100%;
}

tabcontent{
	display:none;
}

div.pesquisa-barra
{
	margin:0px auto;
	border:0px;
	padding:0px;
    height: 45px;
    line-height:45px;
}

div.pesquisa-barra div.barra-imagem
{
	width: 227px;
	float:left;
	text-align: left;
	color:#6e6e6e;
	padding:1px;
	height:20px;
}

div.pesquisa-barra div.barra-modo
{
	width: 437px;
	float: right;
	text-align: right;
	color:#6e6e6e;
	padding:1px;
	height:20px;
}

div.pesquisa-barra div.barra-submit
{
	width: 227px;
	float:left;
	text-align: left;
	color:#6e6e6e;
	padding:1px;
	height:20px;
}

div.pesquisa-barra select
{
	margin-top: 1px;
	vertical-align: middle;
	border:solid 1px #333333;
}

#especifica {
    width: 100%;
    margin: 0 auto;
}

.headf {
    text-align:right;
    line-height:45px;
    height: 45px;
    float:right;
    vertical-align: middle;
}

.headf div{
    display: inline-block;
    width: 333px;
    height: 29px;
    line-height: 45px;
    margin-top: 8px;

    background-image: url(../images/auscultadores_of.png);
    background-repeat: no-repeat;
}
.headf div:hover{
    background-image: url(../images/auscultadores_on.png);
    background-repeat: no-repeat;
}


/* Ficha da pessoa - mostrar ficha técnica */
#ft_autor {
    margin-bottom: 10px;
    float: right;
    vertical-align:middle;
    width: 240px;
    clear: both;
}

#ft_show {
    margin-bottom: 10px;
    float: right;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
    background-color: #cccccc;
    width: 240px;
    height: 40px;
}
    #ft_show #ft_div2 .maisinf {
        color: #666 !important;
    }
    #ft_show a {
        text-decoration: none;
        height: 40px;
        width: 100%;
        display: block;
    }

#ft_show a div, #ft_show div
{
    background-repeat: no-repeat !important;
    display: inline;
    border: none!important;
    margin: 0px;
    padding: 0px;
}
    #ft_show:hover, .ft_show a:hover {
        /*color: var(--main-bg-color);*/
        background-color: #cccccc;
    }

    #ft_show div:nth-child(1) {
        float: left;
        height: 40px;
        line-height: 40px;
        width: 51px;
        background-image: url(../images/botoes/b_fichatecnica.svg);
        -webkit-mask-image: url(../images/botoes/b_fichatecnica.svg);
        mask-image: url(../images/botoes/b_fichatecnica.svg);
        background-repeat: no-repeat;
    }
        #ft_show div:nth-child(1):hover {
            background-image: url(../images/botoes/b_fichatecnica.svg);
            -webkit-mask-image: url(../images/botoes/b_fichatecnica.svg);
            mask-image: url(../images/botoes/b_fichatecnica.svg);
        }
        #ft_show #ft_div2
{
    float: left;
    height: 40px;
    line-height: 40px;
}

.ft_mais
{
    background-image: url("../images/seta_baixo.png") !important;
    position: relative;
    float: left;
    left: 150px;
    width: 40px;
    height: 40px;
    display: block;
}

.ft_menos
{
    background-image: url("../images/seta_up.png") !important;
    position: relative;
    float: left;
    left: 150px;
    width: 40px;
    height: 40px;
    display: block;
}

.maisinf {
    vertical-align: middle;
    float: left;
    position: absolute;
    color: var(--main-bg-color);
}

a.texto_ficha, a.link_zoom
{
    text-decoration: none;
}

a.texto_ficha:hover, a.link_zoom:hover
{
    text-decoration: underline;
    color:#999999!important;
}

/* Galeria */
#detalhe {
	border: 0px;
	padding:0px;	
	width: 100%;
	vertical-align:top;
	text-align:left;
	clear:both;
	margin-bottom: 0px;
	min-height: 350px;
    margin: 0 auto;
	max-width: 1280px;
}
 #detalhe .cesquerda {
	    width: 35%;
	    float: left;
        height: auto;
        margin-bottom: 20px;
        margin-left: 5%;
        overflow: hidden;
    }
         #detalhe .cesquerda a 
        {
	        text-decoration: none;
        }

    #detalhe .cdireita {
        width: 50%;
        margin-left: 5%;
        margin-right: 5%;
	    float: left;
        margin-bottom: 20px;
    }
        
     #detalhe .cdireita a
    {
	    text-decoration: none;
        height: 100%;
        border-bottom: 0px!important;
    }

        #detalhe .cdireita a:hover {
            height: 100%;
            border-bottom: 1px solid #333333;
        }
#anterior, #seguinte {
    line-height: 30px;
    text-align: center;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}

    #anterior > *, #seguinte > * {
        height:29px;
        width: 50px;
        line-height: 30px;
        display: inline-block;
    }

#anterior a, #seguinte a
,#anterior2 a, #seguinte2 a
{
    color: #ffffff;    
    font-size: 11px;
    text-decoration:none;
}

    #anterior a:hover, #seguinte a:hover, #anterior2 a:hover, #seguinte2 a:hover {
        border-bottom: 1px solid var(--main-bg-color);
    }


#anterior2, #seguinte2 {
    color: #ffffff;
    background-color: var(--main-bg-color);
    line-height: 30px;
    text-align: center;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}

    #anterior2 > *, #seguinte2 > * {
        padding:5px;
        height:20px;
        width: 60px;
        line-height: 30px;
        display: inline-block;
    }

#detalhe_tema .titulo_fteper {
    font-size: 15px;
    text-transform: uppercase;
    line-height: 34px;
    color: #3d9c6b;
    text-align: right;
    float:right;
    background-color: #f4f4f4;
    margin-right: 50px;
}

    #detalhe_tema .titulo_fteper a {
        line-height: 34px;
        padding: 0px 8px;
    }

.modo_tema {
    width: 95%;
    height: 30px;
    margin: 10px 0 10px 37px;
}
.modo_tema a, .modo_tema span{
        float: right;
        height:30px;
        line-height: 30px;
    }
 .modo_tema a img{
        padding-right: 10px;
        height:30px;
        line-height: 30px;
        width: 50px;
        vertical-align: bottom;
    }

 .cmenut {
    height: 30px;
    width: 110px;
    text-align:right;
}

#nav {
    float: right;
}

    #nav span {
        margin-right: 5px;
        height: 29px;
    }
        #nav span a {
            display: inline-block;
            width: 50px;
            height: 29px;
        }
.titulo_te {
    font-family: Georgia;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    color: var(--main-bg-color);
}
.texto_fcasa {
    font-family: 'PT Sans';
    line-height: 22px;
    color: #333333;
    text-align: left;
    margin-bottom: 10px;
}
.texto_fcasar {
    color: var(--main-bg-color-hover);
    line-height: 22px;
}
.titulo_fteper {
    font-family: Georgia;
    font-size: 24px;
    line-height: 40px;
    color: var(--main-bg-color);
    text-align: right;
    float: right;
    background-color: #f4f4f4;
}
    .titulo_fteper a {
        line-height: 40px;
        color: var(--main-bg-color);
        text-align: right;
        float: right;
        background-color: #f4f4f4;
        text-decoration: none;
        padding: 3px 8px;
    }

        .titulo_fteper:hover, .titulo_fteper a:hover {
            color: #ffffff;
            background-color: var(--main-bg-color);
        }

#resumo {
    line-height: 30px;
    margin-bottom: 5px;
}
    #resumo a {
        text-decoration: none;
        color: #000000;
    }
    #resumo a:hover {
        color:var(--main-bg-color-hover);
        text-decoration: none;
        border-bottom: 1px solid var(--main-bg-color-hover)!important;
    }

/* 
   #################################################
   #################################################
   #################################################
   #################################################
   #################################################

*/

#maincol {
	position:relative;
	margin:0;
	
}
#leftcol { 
	float:left;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:490px;
	height: auto;
	z-index:100;
	display: block;
	padding-left: 38px;
	margin-bottom: 20px;
	
}
#rightcol {
	float:left;
	min-width: 300px;
	padding-left: 38px;
}

.ft a{
    text-decoration: none;
    color: #666666;
}
.ft a:hover, .ft a:visited{
    text-decoration: underline;
}
#centercol {
	position:relative;
	padding:0 0 0 350px;
	margin-left: 20px;
	}

#centercol_all {
    margin: 0 auto;
    text-align: center;
}

#footer {
	position:relative;
	top:1px;
	width:100%;
	clear:both;
	margin:0;
	color:#CCC;
	border-top: 1px solid #dbd7d8;
	padding-top: 8px;
}

.menu_central {
    background-color: #ffffff;  
}

.barra_cinza 
{
    width: 100%;
    height: 32px;
    background-color: #efefef;
}

.container1 > div  {
    display: inline-block;
    width: 33%;
}

.col_img { padding: 10px; width: 120px; display: inline; float: left; }
.col_img1 { padding: 10px; width: 250px; display: inline; float: left; }
    .col_img1 span {
        color: var(--main-bg-color-hover);
        
        font-size: 20px;
        padding-left: 20px;
        line-height: 31px;
    }
    .col_img img {
        max-width: 100px;
        border: 1px solid #ccc;
    }
.col_a { padding-top: 10px; padding-bottom: 10px; float: left; word-break: normal;max-width: 50%; }
.col_b { padding-top: 10px; padding-bottom: 10px; width: 20%;float: right; }

.lista_box
{
	width: auto;
	display: block; 
	height: auto;
    border-bottom: 1px solid #f5f5f5;
    padding: 4px 0px 1px 0px;
    vertical-align: middle;
	background-color: #ffffff; 	
}

.lista_box:hover
{
     background-color: #eff0ef;
}
.lista_box .col_img
{
	float: left;
	margin: 0px auto;
	border: 0px;
	padding-left: 5px;
	width: 25%;
}
.lista_box .col_a
{
	float: left;
	margin: 0px auto;
	border: 0px;
	padding-left: 5px;
	width: 50%;
}
.lista_box .col_b
{
	float: left;
	margin: 0px auto;
	border: 0px;
	padding-right: 3px;
	text-align: left;
    width: 10%;
}

.lista_box .col_b span:hover
{
    border-bottom: 1px solid var(--main-bg-color-hover);
    color:var(--main-bg-color-hover);
}

#lbtnPrevious, #lbtnNext, #lbtnLast, #lbtnFirst, #dlPaging__ctl0_lnkbtnPaging
{
    cursor: pointer;
    color: var(--main-bg-color-hover);
    text-decoration: none;
    font-weight: normal;
}

#lbtnPrevious:hover, #lbtnNext:hover, #lbtnLast:hover, #lbtnFirst:hover, #dlPaging__ctl0_lnkbtnPaging:hover
{
    border-bottom: 1px solid var(--main-bg-color-hover);
    color:var(--main-bg-color-hover);
    font-weight: bold;
}

/* -------------------------------------------------------------------------------------------------------------------------------------------- */
        .clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix
{
	display: block;
	vertical-align: middle;
}
* html .clearfix
{
	height: 1%;
}

/* -------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------- Listagem: Album :: rev */
#listagem {
    max-width: 1280px;
    margin: 0 auto;
}
#listagem_album ul
{
	padding:0px;
	margin-left:5px;
	list-style: none;
}

#listagem_album li
{
	float: left;
	padding: 10px;
	border: 0px;
	list-style: none;
}
.listagem_album
{
	margin: 0 auto;
	padding: 0px;
	border: 0px;
    width: 100%;
}

.listagem_album ul
{
	padding:0px;
	margin-left:5px;
	list-style: none;
}

.listagem_album li
{
	float: left;
	padding: 10px;
	border: 0px;
	list-style: none;
	height: 200px;
}

.listagem_album li a
{
	margin:0px;
	border: none;
}

.listagem_album li a img
{
	position: absolute;
    height: 200px;
}

.listagem_album_lista li a img
{
    position: absolute;
}

.listagem_album_lista
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: block;
}

.listagem_album_lista ul
{
	padding:0px;
	margin-left:5px;
	list-style: none;
}

.listagem_album_lista li
{
	float: left;
	padding: 0px;
	border: 0px;
	list-style: none;
	width: 400px;
	height: 200px;
	margin-right: 38px;
}

.listagem_album_lista li a
{
	margin:0px;
	border: none;
}

a.title_tip img 
{
    border: none;
    position: absolute;
}

a.lk_imagem, a.lk_imagem img
{
    border: none !important;
}

.maisinfo {
    background-image: url("../images/botoes/maisinfo.svg") var(--main-bg-color);
    background-repeat: no-repeat;
    border: none;
    width: 125px;
    height: 31px;
}

    .maisinfo:hover {
        background-image: url("../images/botoes/maisinfo.svg") var(--main-bg-color-hover);
        background-repeat: no-repeat;
        border: none;
        width: 125px;
        height: 31px;
    }
.paging_resultados
{
    display: inline;
    float:right;
    padding-right: 43px;
    font-size: 16px;
    position: absolute;
    text-align: right;
    right: 0px;
    top: 0px;
}

.paging_resultados a
{
    text-decoration: none !important;
}

td.conteudo {
    vertical-align: top;
    text-align: left;
    vertical-align: top;
}

td.ficha-nome {
    padding: 10px;
    width: 100px;
    vertical-align: top;
    color: #740000;
}

td.ficha-campo {
    padding: 10px;
    vertical-align: top;
}

.ficha-table-main 
{
    padding-bottom: 30px;
    width: 100%; 
    color: #999999;   
}

td.imagem {
    vertical-align: top;
    padding-right: 5px;
    max-height: 100%;
    max-width: 100%;
}

.ficha_campo {
    color: var(--main-bg-color);
    width: 100px;
    float: left;
    display: table-column;
}
.ficha_descricao { color: #666666; width: auto; display:table-cell;}
    .ficha_descricao a img, .ficha_descricao a img:hover{
        text-decoration: none;
    }

.texto_ficha
{
    color: #333333;
    font-size: 14px;
    line-height: 22px;
    word-break: normal;
}
.texto_ficha_tit
{
    color: #006666;
    font-size: 14px;
    line-height: 22px;
    word-break: normal;
}

.div_legenda_ficha
{
    padding-top: 8px;
    width: 450px;
    float: right;
    padding-right: 28px;
    text-align: right;
}

.tableficha
{
    width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    margin-left: 10px;
    margin-bottom: 5px;
}

.tableficha tbody tr:nth-child(2n+1) td, .table-striped tbody tr:nth-child(2n+1) th {
    background-color: #f9f9f9;
}
.tableficha th, .table td {
    padding: 0px;
}

.tableficha th, .tableficha td {
    border-top: 0;
}

table.tableficha tr:first-child
{
   border-bottom: 1px solid #cccccc;
}

.tableficha td, .tableficha th
{
    width: 150px;
    font-weight: normal;
	text-align: left;
}

.div_img_ficha
{
    width: 450px;
    float: right;
    padding-right: 28px;
}

div.col_imagem {
    float: right;
    margin: 0;
    border: 0;
    width: 99%;
    text-align: justify;
    line-height: 18px;
    padding-right: 20px;
    padding-left: 30px;
}

.div_pesquisa_erro
{
    height: 45px; 
    background-color: #f2f2f2;
    vertical-align:middle;
}
.barra_cinza_botoes
{
    float:right; 
    padding-right:310px;
    padding-top: 5px;
}

.barra_cinza_escuro
{
    height: 58px; 
    background-color: #b7bbbc;
    vertical-align:middle;
    text-align: center;
    color: Black;
    font-size: 20px;
}

.texto_barra
{
    text-align: center;
    font-size: 20px;
    color: #999;
    vertical-align: middle;
    padding-top: 7px;
}

#geral
{
    padding: 20px 20px 0 20px;
}

.titulo_lista_autor, .titulo_ficha
{
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}
.titulo_lista_autor
{
    float: left;
    padding-left: 38px;
    font-family: Georgia;
}

.titulo_pesquisa
{
    color: #999;
    padding-top: 20px;
    font-size: 18px;
    float: left;
}

.titulo_ficha
{
    vertical-align: middle;
}

.div_titulo_ficha
{
    color: black;
    font-size: 24px;
    vertical-align: middle;
    float: left;
    padding-top: 9px;
}

#nome_autor
{
    float: left;
    padding-top: 9px;
}
.conteudo_pesquisa_parte2, .conteudo_inf
{
    height: 130px;
}
.conteudo_pesquisa_parte2
{
    background-color: #f2f2f2;
}

.lista_letras
{
    display: block !important; 
    left: 0px;
    margin-left: 390px;
    position: absolute;
    min-width:555px;
}

.lista_fotografos
{
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    margin-left: auto;   
    margin-right: auto;
}

.lista_fotografos_letra
{
    margin-left: 390px;
}
.item_autor_letra
{
    vertical-align:middle;
    padding: 0px 0px 2px 2px;   
    text-align: left;
}

.item_autor
{
    padding-left:2px;
    padding-bottom: 8px;
}

.lista_fotos
{
    text-align: left;
    padding-top: 20px;
    padding-left: 38px;
    padding-right: 38px;
}

.autor_inf
{
    width: 80%;
    padding-left: 9%;
    text-align:justify;
    text-justify:inter-word;
}

.lista_fotografos a
{
    text-decoration: none;  
    vertical-align: middle;
    font-size: 20px;
    color: #333333;
}

.link_gm
{
    color: #000000; 
    font-size: 11px !important;    
}

.link_zoom
{
    text-decoration: none;   
    color: #999999;
    font-size: 11px;
}

.geral_texto_objecto, .barra_cinza_claro_right #txtSearch
{
    background-repeat:no-repeat; 
    border:none; 
    padding: 0px; 
    margin: 0px; 
    vertical-align: top;
    text-align: left; 
    padding-left: 5px;  
    height: 36px; 
    width: 210px; 
    background-color: #666666;
    margin-left: 15px;
}

.titulo_lista_autor #txtSearch
{
    height: 45px; 
    width: 175px; 
    background-image: url("../images/botoes/box_pesquisar.gif");
    background-repeat:no-repeat; 
    border:none; 
    padding: 0px; 
    margin: 0px; 
    vertical-align: top;
    text-align: left; 
    padding-left: 5px;  
}

#btok {
    background-color: var(--main-bg-color);
    width: 70px;
    height: 29px;
    line-height: 29px;
    display: inline-block;
}

.cssbutton {
    background-color: var(--main-bg-color);
    width: 34px;
    height: 29px;
    line-height: 29px;
    display: inline-block;
    float: left;
}

    .cssbutton:hover, #btok:hover {
        background-color: var(--main-bg-color-hover);
    }

.cssicon {
    /*background-color: var(--main-bg-color);*/
    fill: #fff;
    /*color: var(--main-bg-color);*/
    /*fill: var(--main-bg-color);*/
    filter: invert(27%) saturate(2878%) hue-rotate(346deg) brightness(10%) contrast(97%);
    /*filter: sepia(1) hue-rotate(140deg) saturate(6); */ /* blue */
    width: 34px;
    height: 29px;
    line-height: 29px;
    display: inline-block;
    float: left;
}

    .font_i {
        font-style: italic;
    }

.div_img
{
    vertical-align: top;
    padding-top: 40px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    max-height: 100%;
    max-width: 100%;
}

.paddingtop10
{
    padding-top:10px;
}
.paddingright10
{
    padding-right:10px;
}

#zoom_img
{
    height:200px;
    width: auto;
}

.aligncenter
{
    text-align: center;
}

.paddingleft44
{
    padding-left:44px;
    display: inline-block;
}

.corlaranja
{
    color: #d9531e;
}

.ui-autocomplete
{
    text-align: left;
}

#lblPageInfo
{
    font-size: 14px!important;
}

/* Carousel fluid-dg */
#back_to_fluid_dg {
	background-color: rgba(255,255,255,1);
	clear: both; display: block; line-height: 20px; padding: 20px; position: relative; z-index: 1;
    top:0px;
}
.fluid_container {
	bottom: 0; height: 100%; left: 0; position: fixed; right: 0; top: 83px; z-index: 0;
}
#fluid_dg_wrap_4 {
    left: 0;
	position: fixed; 
    right: 0; 
}
.fluid_dg_bar {
	z-index: 2;
}
.fluid_dg_prevThumbs, .fluid_dg_nextThumbs, .fluid_dg_prev, .fluid_dg_next, .fluid_dg_commands, .fluid_dg_thumbs_cont {
	background-color: #222;
	background-color: rgba(255, 255, 255, .8);
}
.fluid_dg_thumbs {
	margin-top: -115px; position: relative; z-index: 1;
}
.fluid_dg_thumbs_cont {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.fluid_dg_overlayer {
	opacity: .1;
}

.pesquisa_menu_abs {

    float: right;
    display: inline;
    vertical-align: middle;
    margin-right: 70px;
    position: absolute;
    right: 0px;
    top: 5px;
    z-index: 1000;
    line-height: 35px;
}
.pesquisa_menu_abs a{
    height: 36px;
    width: 36px;
    display: block;
    float: right;
}

    .pesquisa_menu_abs {
        background-color: #f2f2f2!important;
        text-align: right;
        padding-right: 10px;
        font-family: Georgia;
        font-size: 22px;
       padding-top: 5px;
    }

/* Videos - pessoas */
/* Video */
.embed_container {
    position: relative;
    /*padding-bottom: 56.25%;*/ /* 16:9 ratio */
    padding-bottom: 45%;
    /*padding-top: 0px;*/ /* IE6 workaround*/
    padding-top: 25px;
    height: 0;
    overflow: hidden;
    background-color: #000000;
    padding-top: 0px;
    margin: 0 auto;
    text-align: center;
    width: 90%;
}

    .embed_container object,
    .embed_container iframe,
    .embed_container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
.iframe_video {
    width: 100%;
    height: auto;
    background-color: #000000;
    margin: 0 auto;
}
/*.embed_container {
    position: relative;
    padding-bottom: 45%; / * 16/9 ratio * /
    padding-top: 0px; / * IE6 workaround* /
    overflow: hidden;
    background-color: #000000;
    margin: 0 auto;
    text-align: center;
    width: 90%;
}
*/

/* Video entrada */
#bg video {
    min-height: 100%;
    width: 100%; 
    height: auto; 
    z-index: -100;
    vertical-align: top;
}

#bg {
    width: 100% !important;
    height: 100% !important;
    vertical-align: top;
    margin: 0 auto;
    padding-top: 40px;
}

#margemBottomSemForm {
    background: var(--fundoSite) none repeat scroll 0 0;
    bottom: 0 !important;
    left: 0 !important;
    position: fixed !important;
    width: 100% !important;
    z-index: 1001;
    height: 35px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

#parteCentro {
    text-align: center;
}

#parteEsquerda {
    color: var(--costumColor);
    font-size: 11px;
    text-decoration: none;
    text-align: left;
    margin-left: 36px;
    margin-top: 10px;
    font-family: var(--tipoLetra);
	width: 100%;
}
    #parteEsquerda a {
        text-decoration: none;
    }
        #parteEsquerda a:hover, #parteDireita a:hover {
            text-decoration: underline;
        }
#parteDireita {
    font-size: 11px !important;
    font-family: var(--tipoLetra);
    color: var(--costumColor);
    text-decoration: none;
    text-align: right;
    margin-right: 36px;
    margin-top: 10px;
}

a.classLogoInweb {
    font-size: 11px !important;
    font-family: var(--tipoLetra);
    color: var(--costumColor);
    text-decoration: none;
}


    a.classLogoInweb strong {
        font-size: 11px !important;
        font-family: PT Sans;
        color: var(--costumColor);
        text-decoration: none;
    }

#margemTop {
    height: 40px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 4;
    background-color: #ffffff;
    position: fixed;
}
#margemDireita {
    height: 100%;
    width: 20px;
    top: 0;
    right: 0;
    z-index: 4;
    background-color: #ffffff;
    position: fixed;
}
#margemEsquerda {
    height: 100%;
    width: 20px;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: #ffffff;
    position: fixed;
}

.topo_left
{
    min-width: 425px;   
    display: inline-block;
    top: 0px;
    height: 75px;
}

mark {
    background-color: #d1f2f0;
    color: black;
}

@media screen and (max-width: 1023px) {

    .column3, .column3_two, .column3_last
    , .column2, .column2_last {
        float: none;
    }

    .column2_last, .column3_last {
        float: none;
    }

    .documentos_entrevista, #ft_show, #ft_autor {
        float: none;
    }
     #detalhe .cesquerda
       ,#detalhe .cdireita  {
        width: 100%;
        float: none;
    }
      #detalhe .cdireita {
         margin-top: 50px;
    }
}
@media screen and (max-width: 1024px) {
    #ficha_informante {
        width: 95%;
    }
}
@media screen and (min-width: 1024px) {

   .js-video {
        padding-bottom: 56.5%;
    }
}
 @media screen and (min-width: 1024px) and (max-width:1280px) {
    #detalhe .cesquerda {
        margin-left: 3%;
        width:42%;
    }
    #detalhe .cdireita  {
       margin-right:2%;
       margin-left:2%;
    }
}
 @media screen and (min-width: 1280px) {

     .js-video {
        padding-bottom: 64.5%;
    }
}
 @media screen and (min-width: 1366px) {

     .js-video {
        padding-bottom: 67.5%; /*4:3*/
    }
}
