﻿/* CSS Document*/
@font-face {
    font-family: 'PT Sans Caption';
    font-style: normal;
    font-weight: normal;
    src: url('../content/fonts/PTSANS/PTC55F.ttf'); /*if IE */
    src: local("PT Sans Caption"), url("../content/fonts/PTSANS/PTC55F.ttf") format("truetype"); /* non-IE */
}

@font-face {
    font-family: 'PT Sans Narrow';
    font-style: normal;
    font-weight: normal;
    src: url('../content/fonts/PTSANS/PTN57F.ttf'); /*if IE */
    src: local("PT Sans Narrow"), url("../content/fonts/PTSANS/PTN57F.ttf") format("truetype"); /* non-IE */
}

@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: normal;
    src: url('../content/fonts/PTSANS/PTS55F.ttf'); /*if IE */
    src: local("PT Sans"), url("../content/fonts/PTSANS/PTS55F.ttf") format("truetype"); /* non-IE */
}

@font-face {
    font-family: 'PT Sans Caption Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../content/fonts/PTSANS/PTC75F.ttf'); /*if IE */
    src: local("PT Sans Caption Bold"), url("../content/fonts/PTSANS/PTC75F.ttf") format("truetype"); /* non-IE */
}

@font-face {
    font-family: 'PT Sans Narrow Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../content/fonts/PTSANS/PTN77F.ttf'); /*if IE */
    src: local("PT Sans Narrow Bold"), url("../content/fonts/PTSANS/PTN77F.ttf") format("truetype"); /* non-IE */
}

@font-face {
    font-family: 'PT Sans Italic';
    font-style: normal;
    font-weight: normal;
    src: url('../content/fonts/PTSANS/PTS56F.ttf'); /*if IE */
    src: local("PT Sans Italic"), url("../content/fonts/PTSANS/PTS56F.ttf") format("truetype"); /* non-IE */
}

@font-face {
    font-family: 'PT Sans Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../content/fonts/PTSANS/PTS75F.ttf'); /*if IE */
    src: local("PT Sans Bold"), url("../content/fonts/PTSANS/PTS75F.ttf") format("truetype"); /* non-IE */
}

@font-face {
    font-family: 'PT Sans Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: url('../content/fonts/PTSANS/PTS76F.ttf'); /*if IE */
    src: local("PT Sans Bold Italic"), url("../content/fonts/PTSANS/PTS76F.ttf") format("truetype"); /* non-IE */
}


/* ------------------------------------------------------------------------ Genericos */
input,select,textarea{
    -webkit-user-select: text;
}
body {
    background-color: #ffffff;
    text-align: center;
    font-family: 'PT Sans';
    font-size: 14px;
    color: #333333;
    padding: 0px;
    margin: 0px;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

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;
    border-bottom: 1px solid var(--main-bg-color);
    text-decoration: none;
}*/
    a.link {
        color: var(--main-bg-color);
        text-decoration: none;
    }

a.link:hover, a.link:hover {
    border-bottom: 1px solid #cccccc;
}

    a.temalink {
        color: var(--main-bg-color);
        text-decoration: none;
    }

        a.temalink:hover, a.temalink:hover {
            /*color: #45b2b5!important;
    text-decoration: underline!important;*/
            border-bottom: 1px solid var(--main-bg-color);
        }
.titulo_tema {
  color: #000000;
  font-size: 15px;
  padding-bottom: 5px;
  line-height: 29px;
}

.tipologia, .tipologia a {
    color: var(--main-bg-color-hover);
    font-size: 15px;
}
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); 
}

#content {
	margin:0px auto;
	text-align: center;
	width: 100%;
    min-width: 500px; /* caixa de pesquisa */
}

/* cor da fonte */
.texto_col1
{
    color: #333;
}

.texto_col1 span.titulo, .texto_fcasar, .titulo_analitico, #ft_show #ft_div2 .maisinf, #ficha_tema, #ficha_informante, #ficha, .ft a, .ficha_descricao, .ficha_campo {
    color: #999;
}
/* Header */
#header {
    margin: 0 auto;
    text-align: center;
    height: 85px;
    background-color: var(--main-bg-color);
    margin-bottom: 1px;
    padding-top: 15px;
}
    .header_menu
{
    width: 30%;
}

    .header_menu a
    {
        color:#ffffff;
        text-decoration: none;
        height: 50px;
        width: 250px;
        border: 0px;
    }

    .header_menu a:hover,.header_menu:hover
    {
        text-decoration: none;
        border: 0px;
        height: 50px;
    }
        .header_menu a:focus {
            height: 50px;
        }

        .header_menu a div:first-of-type {
            height: 50px;
            width: 50px;
            float: left;
            margin-left: 0.5em;
        }

        .header_menu a div:last-of-type {
            float: left;
            height: 50px;
            width: 180px;
            line-height: 150px;
            vertical-align: middle;
        }

.header_logo {
    float: right;
    min-width: 50px;
    height: 50px;
    margin-right: 1%;
    margin-left: 1%;
}
    .header_logo a div:last-of-type {
        float: left;
        height: 72px;
        width: 100px;
        line-height: 150px;
        vertical-align: middle;
    }
    
    .header_menu, .header_projecto, .header_pessoas, .header_lugares, .header_imaterial, .header_imoveis, .header_galeria, .header_colecoes, .header_pesquisa {
        float: left;
        min-width: 50px;
        height: 50px;
        margin-right: 1%;
        margin-left: 1%;
    }

    .nav_inicio a, .nav_projecto a, .nav_pessoas a, .nav_lugares a, .nav_imaterial a, .nav_imoveis a, .nav_galeria a, .nav_colecoes a, .nav_pesquisa a,
    .header_projecto a, .header_pessoas a, .header_lugares a, .header_imaterial a, .header_imoveis a, .header_galeria a, .header_colecoes a, .header_pesquisa a {
        color: #ffffff;
        text-decoration: none;
        height: 50px;
        display: block;
        border: 0px;
    }

        .nav_inicio:hover, .nav_projecto:hover, .nav_pessoas:hover, .nav_lugares:hover, .nav_imaterial:hover, .nav_imoveis:hover, .nav_galeria:hover, .nav_col:hover, .nav_pesquisa:hover,
        .nav_inicio a:hover, .nav_projecto a:hover, .nav_pessoas a:hover, .nav_lugares a:hover, .nav_imaterial a:hover, .nav_imoveis a:hover, .nav_galeria a:hover, .nav_colecoes a:hover, .nav_pesquisa a:hover,
        .header_projecto:hover, .header_pessoas:hover, .header_lugares:hover, .header_imaterial:hover, .header_galeria:hover, .header_colecoes:hover, .header_pesquisa:hover,
        .header_projecto a:hover, .header_pessoas a:hover, .header_lugares a:hover, .header_imaterial a:hover, .header_imoveis a:hover, .header_galeria a:hover, .header_colecoes a:hover, .header_pesquisa a:hover {
            fill: #ffffff;
            filter: invert(27%) saturate(2878%) hue-rotate(346deg) brightness(10%) contrast(97%);
            text-decoration: none;
            border: 0px;
        }

    .header_projecto  div:first-of-type, .header_pessoas div:first-of-type, .header_lugares div:first-of-type, .header_imaterial div:first-of-type, .header_imoveis div:first-of-type, .header_galeria div:first-of-type, .header_colecoes div:first-of-type, .header_pesquisa div:first-of-type {
        height: 50px;
        line-height: 50px;
        width: 50px;
        background-position: center;
        margin: 0 auto;
    }
    .header_projecto  div:last-of-type, .header_pessoas div:last-of-type, .header_lugares div:last-of-type, .header_imaterial div:last-of-type, .header_imoveis div:last-of-type, .header_galeria div:last-of-type, .header_colecoes div:last-of-type, .header_pesquisa div:last-of-type, .header_logo div:last-of-type {
        height: 25px;
        line-height: 25px;
        text-transform: uppercase;
        letter-spacing: 0.1em;
    }
    .nav_inicio a div:first-of-type, .header_projecto div:first-of-type, .nav_projecto a div:first-of-type,
    .header_pessoas a div:first-of-type, .nav_pessoas a div:first-of-type, .header_lugares a div:first-of-type, .nav_lugares a div:first-of-type, .header_imaterial a div:first-of-type, .nav_imaterial a div:first-of-type,
    .header_imoveis a div:first-of-type, .nav_imoveis a div:first-of-type, .header_galeria a div:first-of-type, .nav_galeria a div:first-of-type, .nav_colecoes a div:first-of-type, .header_colecoes a div:first-of-type, .nav_colecoes a div:first-of-type,
    .header_pesquisa a div:first-of-type, .nav_pesquisa a div:first-of-type, .header_imaterial a div:first-of-type, .nav_imaterial a div:first-of-type, .header_imoveis a div:first-of-type, .nav_imoveis a div:first-of-type .header_log a div:first-of-type, .header_logo a div:last-of-type {
        background-repeat: no-repeat;
    }

.menusel {
    fill: #ffffff;
    filter: invert(27%) saturate(2878%) hue-rotate(346deg) brightness(10%) contrast(97%);
    text-decoration: none;
    border: 0px;
}

/* Menu */
.divtopM {
    float:left;
    width:140px; 
    height:30px
}
    .divtopM a {
        width:140px; 
        height:30px;
        display:block;
    }

.divtopL {
    width:240px; 
    height:30px;
}

    .divtopL a {
        width:140px; 
        height:30px;
        display:block;
    }

.openML {
    float:left;
    left:10px;
    width:100px;
    height:40px;
}
#menulat {
    float: left;
    position: absolute;
    left: 0;
    top: 100px;
    display: none;
    z-index: 1000;
    background-color: var(--main-bg-color);
    width: 160px;
    height: 440px;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 10px;
    padding-bottom: 5px;
    text-align: left;
}

.nav_inicio, .nav_projecto, .nav_pessoas, .nav_lugares, .nav_imaterial, .nav_imoveis, .nav_galeria, .nav_colecoes, .nav_pesquisa {
    min-width: 160px;
    height: 58px;
}
    .nav_inicio a div:first-of-type, .nav_projecto div:first-of-type, .nav_pessoas div:first-of-type, .nav_lugares div:first-of-type, .nav_imaterial div:first-of-type, .nav_imoveis div:first-of-type, .nav_galeria div:first-of-type, .nav_colecoes div:first-of-type, .nav_pesquisa div:first-of-type {
        float: left;
        height: 50px;
        line-height: 50px;
        width: 60px;
        background-position: center;
    }

    .nav_inicio a div:last-of-type, .nav_projecto div:last-of-type, .nav_pessoas div:last-of-type, .nav_lugares div:last-of-type, .nav_imaterial div:last-of-type, .nav_imoveis div:last-of-type, .nav_imoveis div:last-of-type, .nav_galeria div:last-of-type, .nav_colecoes div:last-of-type, .nav_pesquisa div:last-of-type {
        height: 40px;
        line-height: 40px;
        text-transform: uppercase;
        letter-spacing: 0.1em;
    }

/* Header pesquisa */
.geral_texto_pesquisa
{
    height: 27px;
    line-height: 27px; 
    width: 330px; 
    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: 45px; 
    background-color: #f2f2f2;
    vertical-align:middle;
    text-align: center;
    margin-bottom: 1px;
}

/* 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_imgright a{
     float:left;
     background: url("../images/logo_fotter_acoa.png")  no-repeat;
     background-size: 100%;
}
.rodape_imgright a:hover {
     background: url("../images/logo_fotter_acoa_over.png") no-repeat;
     background-size: 100%;
}
.rodape_img {
    height: 73px;
}

.rodape_a {
    width:322px!important;
    height: 73px!important;
}
.rodape_i {
    width:144px!important;
    height: 73px!important;
}

.rodape_m {
    height: 73px !important;
    width:auto!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;
    overflow-y: 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 h2 {
        font-weight: normal;
    }
#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;
    margin: 0px!important;
}

    .info_window_texto a {
        color: var(--main-bg-color);
        font-size: 15px;
        line-height: 40px;
        text-decoration: none;
        border-bottom: 1px solid #fff;
        width: 40px;
        height: 40px;
    }
        .info_window_texto a:hover, .info_window_texto span:hover {
            border-bottom: 1px solid #fff;
            color: var(--main-bg-color);
        }

.leaflet-popup-content-wrapper
{
    max-height: 200px;
    overflow-y: auto;
}

.leaflet-container a.leaflet-popup-close-button
{
    padding-right: 20px;
}
.imgic {
    width: 40px;
    height: 40px;
    padding: 20px;
    margin-top: 10px;
    background-image: url('../images/botoes/more_cor.svg');
    background-size: 40px 40px;
    background-repeat: no-repeat;
    line-height: 40px;
}

    .imgic:hover {
        border-bottom: 0px !important;
        background-size: 40px 40px;
        /*-webkit-mask-image: url(../images/botoes/more_cor.svg);
        mask-image: url(../images/botoes/more_cor.svg);*/
        fill: var(--main-bg-color);
    }
.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;
}

.bicon {
    height: 25px;
    width: 31px;
    margin-right: 10px;
    text-align: left;
    vertical-align: middle;
}

/* Galeria de imagens */
table.item td, table.item td img {
    position: relative;
}
table.item td img {
  z-index:-1;
}
table.item td div.div_img_file {
  position:absolute;
  bottom:0;
  color:#999999;
  width:100%;
}

table.item {
    border:0px;
}
        .loader
        {
            height: 40px;
            width: auto;
        }
        .item
        {
            width: 250px;
            height: 160px;
        }
        .item .body
        {
            height: 160px;
            width: 250px;
            max-height: 160px;
            max-width: 250px;
            border: 0px;
        }

        .item .image
        {
            height: 160px;
            width: auto;
            border: 0px;
        }
            .item .div_img_file {
                height: 160px;
                overflow: hidden;
                /*border: 0px;*/
                background-color: #f2f2f2;
                border: 5px solid #ffffff;
                z-index: 100;
            }

        .item .div_img_file a
        {
            height: 160px;
            width: 100%;
            display: block;
            display: inline-block;
            text-decoration: none;
            color: #000000;
        }

        .item .div_img_file a div {
            display: none;
            top:0;
            left:0px;
            width:250px;
            height: 160px;
            line-height: 160px;
            position: absolute;
            font-size: 14px;
            color:#666666;
        }

            .item .div_img_file a div img{
                height:30px;
                width: 30px;
                display: inline-block;
                z-index: 200;
                position: absolute;
                bottom: 20px;
                left: 40%;
            }

        .item .div_img_file a:hover div {
            display: block;
            height: 160px;
            display: inline-block;
            background: rgba(241,242,243,0.85);
        }​

        .item .footer
        {
            height: 50px;
        }

       
/* número de colunas */
.column3 {
    float: left;
    width: 28%;
    padding-left: 0px;
}

.column3_two {
    float: left;
    width: 49%;
    padding-right: 2%;
    padding-left: 1%;
}

.column3_last {
    float: right;
    width: 20%;
    padding-right: 0px;
}

.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%;
    font-size:15px;
}
.column2_last {
    float: right;
    width: 20%;
    min-width:200px;
}

/* texto */
a span.titulo {
    color: var(--main-bg-color);
}
.titulo, .titulo a {
    font-size: 15px;
    padding-bottom: 5px;
    line-height: inherit;
}

.texto_col1, .texto_coli, div.texto_coli {
    font-size: 13px;
    padding-bottom: 5px;
    line-height: 23px;
    padding-left: 44px;
}

.texto_col2 {
    font-size: 13px;
    padding-bottom: 5px;
    line-height:16px;
    color: #333;
}

.texto_coli {
    line-height: 29px;
}
    .texto_col1 a, .texto_coli a, .texto_col2 a {
        text-decoration: none;
        color: var(--main-bg-color-hover);
    }
    .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 {
    padding-top: 38px;
    width: 90%;
    margin: 0 auto;
}

#ficha_informante {
    width: 100%;
    margin: 0 auto;
}

#ficha_tema {
    width: 95%;
    margin: 0 auto;
}
.texto_fichaM {
    width: 73px;
    height: 45px;
    line-height: 45px;
    color: white;
    font-weight: normal;
    float: left;
}

.barra_cinza_claro .texto_fichaM a, .barra_cinza_claro .texto_fichaM a:hover {
    border-bottom: none;
}
div.texto_fichaM a, div.texto_fichaM a:hover {
    text-decoration: none;
    color: white;
    height: 29px;
    width: 75px;
    display: block;
    vertical-align: middle;
    border-bottom: 1px solid #fff;
}

    .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, .pessoa_entrevista a:link {
        color: #ffffff;
        text-decoration: none;
        height: 40px;
        line-height: 40px;
        min-width: 200px;
        display: inline-block;
    }

        .pessoa_entrevista:hover,.pessoa_entrevista a:hover {
            color: #ffffff;
            background-color: #ccc;
            cursor: pointer;
            height: 40px;
        }

    .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: 444px;
    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: 444px;
    vertical-align: middle;
    height: 45px;
    line-height: 45px;
    padding-top: 6px;
}
.column2_last .documentos_entrevista 
{
    width: 200px!important; 
}
.documentos_entrevista {
    height: 40px;
    background-color: var(--main-bg-color-hover);
    float: right;
    margin-bottom: 10px;
    margin-right: 0px;
    width:240px;
}

.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: 444px;
    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;
}

.icon_timeline {
    vertical-align: middle;
    /*margin-right: 10px!important;
    margin-bottom: 10px!important;*/
    border: none!important;
    width: 34px;
    float: left;
}

/* Temas */
.temas {
    background-color: var(--main-bg-color);
    padding: 7px;
    margin: 10px 5px;
    float: left;
}

.temas a
{
    text-decoration:none;
    color: #ffffff;
}

.temas:hover, .temas a:hover{
    background-color:var(--main-bg-color-hover);
}

.temas_sel {
    
    background-color: #cccccc;
    padding:7px;
    margin: 10px 5px;
    float: left;
    color: #ffffff;
}

    .temas_sel a {
        color: var(--main-bg-color-hover);
        text-decoration: none;
    }

     .temas_sel:hover, .temas_sel a:hover {
        color: #ffffff;
        text-decoration: none;
        background-color: var(--main-bg-color-hover);
    }

/*imagens dos vídeos*/
table#dlImages {
    margin: 0 auto;
    margin-top: 10px;
}

#path_txt2 a, #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;
}

div.guiada_item_galeria
{
	width:160px;
	color:#999999;
	font-weight:normal;
	float:left;
	margin:0px auto;
	padding:0px;
	border:0px;
	height: 35px;
}

/* Temas */

.item_ev_div
{
    height: 58px;
    width: auto;
    float:left;
    margin:0 auto;
    overflow:hidden;
    padding-top: 17px;
}
.item_ev
{
    text-align: center;
    font-size: 12px;
    text-decoration:none;
    color: #000000;
    vertical-align:middle;
    height: 25px;
    min-width:25px;
    cursor: pointer;
}
a.item_ev, a.item_ev_select {
    height: 23px;
    line-height: 23px;
    display: block;
}
    .item_ev_select {
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    color: white;
    vertical-align: middle;
    height: 16px;
    min-width: 25px;
    color: var(--main-bg-color);
    cursor: pointer;
}
a .item_ev_select, a .item_ev {
    height: 20px;
    text-decoration: none;
    color: White;
}

.a_azul_link, .cinza_fv, .a_azul_link:hover {
    color: var(--main-bg-color);
}

.separador_azul {
    background-color: #f3f3f3;
    height: 20px;
    padding: 4px 2px 2px 2px;
    width: 520px;
    margin-bottom: 10px;
    margin-top: 10px;
    display: table;
}

.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;
}

/* Teste temas */
#ft_wordcloud1, #ft_wordcloud2 {
    margin-bottom: 10px;
    vertical-align: middle;
    width: 100%;
    clear: both;
}

#ft_show1, #ft_show2, #ft_show3 {
    text-decoration: none;
    vertical-align: middle;
    width: 100%;
    height: 100px;
    justify-content: center;
    margin: 0 auto;
}
    #ft_show1 div, #ft_show2 div, #ft_show3 div {
        margin: 0 auto;
        width: 50%;
        height: 100px;
        float: right;
        left: 50%;
        position: absolute;
    }
    /* 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 a, #ft_show1 a, #ft_show2 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_show:hover, #ft_show1:hover, #ft_show2:hover {
        cursor: pointer;
    }
        #ft_show:hover > *, #ft_show1:hover > *, #ft_show2:hover > * {
            color: var(--main-bg-color);
        }

    #ft_show #ft_div2 span.maisinf, #ft_show1 #ft_div2 span.maisinf, #ft_show2 #ft_div2 span.maisinf {
        color: var(--main-bg-color);
    }
.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;
}

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: 20px;
    text-align: center;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

    #anterior2 > *, #seguinte2 > * {
        height:20px;
        width: 60px;
        line-height: 20px;
        display: inline-block;
    }
        #anterior2 a, #seguinte2 a
        {
            text-decoration: none;
        }

        #detalhe_tema .titulo_fteper {
            font-size: 15px;
            text-transform: uppercase;
            line-height: 34px;
            text-align: center;
            background-color: #f4f4f4;
            margin-right: 50px;
        }

    #detalhe_tema .titulo_fteper a {
        line-height: 34px;
        padding: 0px 8px;
    }

#detalhe_tema  div{
    margin: 0 auto;
}
.modo_tema {
    width: 95%;
    height: 30px;
    margin: 10px auto;
}
.modo_tema a, .modo_tema span{
        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-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;
    padding-left: 2px;
}
.texto_fcasar {
    line-height: 22px;
}
    .texto_fcasa a {
        color: var(--main-bg-color);
    }

.titulo_fteper {
    font-size: 24px;
    line-height: 40px;
    color: var(--main-bg-color);
    text-align: right;
    background-color: #f4f4f4;
}
    .titulo_fteper a {
        color: var(--main-bg-color);
        text-align: right;
        background-color: #f4f4f4;
        text-decoration: none;
    }

        .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;
    }
    #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;
}
.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: 5px; width: 120px; display: inline; float: left; }
.col_img1 {
    padding: 10px;
    /*width: 250px;*/
    /*display: inline;*/
    /*float: left;*/
    align-items: center;
    border-bottom: 1px solid var(--main-bg-color-hover);
}
    .col_img1 span {
        color: var(--main-bg-color-hover);
        font-size: 20px;
        line-height: 31px;
		cursor:pointer;
    }
    .col_img1 span:first-child {
        border-bottom: 1px solid #f4f4f4;
    }
        .col_img1:hover {
    background-color: #ccc;
}
    .col_img img {
        max-width: 100px;
        border: 1px solid #ccc;
    }
.col_a { padding-top: 5px; padding-bottom: 5px; float: left; word-break: normal;}
.col_b { padding-top: 5px; padding-bottom: 5px; width: 20%;float: right; }

.lista_box
{
	width: 50%;
	display: block; 
	height: auto;
    border-bottom: 1px solid #f5f5f5;
    padding: 4px 0px 1px 0px;
    vertical-align: middle;
	background-color: #ffffff; 	
    margin: 0 auto;
}

.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: 75%;
}
    .lista_box .col_a span {
        color: var(--main-bg-color);
    }
        .lista_box .col_a span:hover {
            border-bottom: 1px solid var(--main-bg-color);
        } 
        .lista_box .col_b {
            float: right;
            margin: 0px auto;
            border: 0px;
            padding-right: 0px;
            text-align: left;
            width: 120px;
        }

.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");
    background-color: var(--main-bg-color);
    background-repeat: no-repeat;
    border: none;
    width: 120px;
    height: 31px;
}

    .maisinfo:hover {
        background-image: url("../images/botoes/maisinfo.svg");
        background-color: var(--main-bg-color-hover);
        background-repeat: no-repeat;
        border: none;
        width: 120px;
        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%; 
}

td.imagem {
    vertical-align: top;
    padding-right: 5px;
    max-height: 100%;
    max-width: 100%;
}

.ficha_campo {
    width: 125px;
    float: left;
    display: table-column;
}

.fichaTotal .ficha_descricao {
    color: #333;
}
.ficha_descricao {
    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;
}

.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: #ccc;
    }

.cssbuttondrop {
    background-color: #fff;
    height: 29px;
    line-height: 29px;
    display: inline-block;
    float: left;
}

    .cssbuttondrop:hover, #btok:hover {
        background-color: #ccc;
    }

.cssicon {
    fill: #fff;
    /*filter: invert(27%) saturate(2878%) hue-rotate(346deg) brightness(10%) contrast(97%);*/
    width: 34px;
    height: 29px;
    line-height: 29px;
    display: inline-block;
    float: left;
}
.cssicon100 {
    fill: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    float: left;
}
.cssicon1 {
    background-color: var(--main-bg-color);
    /*fill: #fff;*/
    /*border-radius:15px;*/
    margin-right: 10px;
    /*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;
    }

.menu_temas
{
    padding-left: 10px;
    padding-right: 10px;    
    width: auto;
    vertical-align:middle; 
    height: 58px; 
}

/*ficha_small_lista*/
.botao_voltar 
{
    right: 0;
    top: 0;
    position: absolute;
    padding-right: 20px;
}

#botao_geral_autor {
    height: 41px;
    padding-top: 3px;
}

.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;
}

/* textbox de pesquisa e autocomplete */
.ui-autocomplete {
    text-align: left;
    background-color: #fff;
    width: 287px !important;
    max-height: 200px;
    overflow-y: auto;
    padding-left: 15px !important;
    margin-left: 0 !important;
}

    .ui-autocomplete li {
        list-style-type: none; /* Remove bullets */
    }
    #lblPageInfo {
        font-size: 14px !important;
    }

#div_material_show a, #div_tecnica_show a {
    cursor: pointer;
}

#div_material_show a:hover, #div_tecnica_show a:hover {
    color: #d9531e;
    text-decoration: none;
    border-bottom: 1px solid #d9531e;
}


/* 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-size: 22px;
       padding-top: 5px;
    }

.header_areas {
    float: left;
    vertical-align: middle;
    height: 75px;
}

.header_areas a{
    height: 35px;
    width: 75px;
}
.header_areas a:hover, .header_areas a:active{
    cursor: pointer;
}

/* Ficha do objecto */
.texto_tituloficha {
    font-weight: bold;
}

/* Videos - pessoas */
/* Video */
.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: 100%;
}
.embed_container iframe,
.embed_container object,
.embed_container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.iframe_video {
    width:100%; 
    background-color:#000000;
    margin: 0 auto;
}

/* 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;
}

#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;
}

.contentmidle {
    max-width: 1250px;
    margin: 0 auto;
    width: 100%;
}

/* Dropdown Button */
.dropbtn {
    background-color: var(--main-bg-color);
    background-repeat: no-repeat;
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
    height: 34px;
}

    /* Dropdown button on hover & focus */
    .dropbtn:hover, .dropbtn:focus {
        background-color: var(--main-bg-color-hover);
    }

/* The search field */
#myInput {
    box-sizing: border-box;
    background-image: url('images/botoes/pesquisar.svg');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
    background-color: #ccc;
}

    /* The search field when it gets focus/clicked on */
    #myInput:focus {
        outline: 3px solid #ddd;
    }

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 200px;
    border: 1px solid #ddd;
    z-index: 1;
    text-align: left;
    margin-left: -45px;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 0px 0px 0px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #f1f1f1
        }

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
    display: block;
}

#TreeView1
{
    width: 30%;
    float: left;
}

/* abrir mais informação texto */
#texto_show, #texto_show_1, #texto_show_2, #texto_show_3, #texto_show_4, #texto_show_5, #texto_show_6 {
    /*float: left;*/
    width: 50%;
    /*height: 10px;*/
    margin: 0 auto;
}

    #texto_show a, #texto_show_1 a, #texto_show_2 a, #texto_show_3 a, #texto_show_4 a, #texto_show_5 a, #texto_show_6 a {
        display: block;
        width: 100%;
        height: 30px;
        cursor: pointer;
    }
/*#texto_inf, #texto_inf_1, #texto_inf_2, #texto_inf_3, #texto_inf_4, #texto_inf_5 {
    border-bottom: 1px solid #f4f4f4;
}*/
.texto_menos, .texto_mais {
    background-repeat: no-repeat;
    display: inline-block;
    padding: 15px 15px;
    float: right;
}

.texto_menos {
    background-image: url("../images/ficha/icon_minus.png") !important;
    background-size: 25px 25px;
    cursor: pointer;
}

.texto_mais {
    background-image: url("../images/botoes/abre_mais.svg") !important;
    background-size: 25px 25px;
    cursor: pointer;
}
@media screen and (min-width: 1366px) {
    .js-video {
        padding-bottom: 67.5%; /*4:3*/
    }
}
@media screen and (min-width: 1280px) {

    .js-video {
        padding-bottom: 64.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%;
    }

    .centro_default
    {
        padding-left: 20px;
    }
}


@media screen and (min-width: 1024px) {

    .js-video {
        padding-bottom: 56.5%;
    }
}
@media screen and (max-width: 1024px) {
    #ficha_informante, #ficha_tema {
        width: 95%;
    }
    .header_menu, .header_projecto, .header_pessoas, .header_lugares, .header_imaterial, .header_imoveis, .header_galeria, .header_colecoes, .header_pesquisa
    {
        margin-left:0.7%;
        margin-right: 0.7%;
    }
    .column3, .column3_two, .column2, .column2_two, .column3_last {
        float: none;
        width: 90%;
        padding-left: 2%;
        padding-right: 0%;
    }
}

@media screen and (max-width: 1023px) {

    .header_projecto, .header_pessoas, .header_lugares, .header_imaterial, .header_imoveis, .header_galeria, .header_colecoes, .header_pesquisa {
        display: none;
    }
    .column3, .column3_two, .column3_last, .column2, .column2_last, .documentos_entrevista, #ft_show, #ft_autor {
        float: none;
    }

    #detalhe .cesquerda, #detalhe .cdireita {
        width: 100%;
        float: none;
    }

    #detalhe .cdireita {
        margin-top: 50px;
    }

    #img_home {
        max-width: 764px;
    }
}

@media screen and (max-width: 640px) {

    #img_home {
        max-width: 600px;
    }
}
