

@media (min-width: 900px) {
    .jumbotron {
        background-image: url("../img/perfil_wordcloud13.png");
        background-size:calc(410px + 3vw);
        background-repeat:no-repeat;
        min-height: 690px; 
        background-position: 90% 109%;
        align-items: center;
        color: rgb(240, 237, 237);
        background-color:rgb(37, 35, 35);
        margin-top:-350px;
    }
}

@media (max-width: 900px) {
    .jumbotron {
        background-image: url("../img/perfil_wordcloud13_sm.png");
        background-size:calc(410px + 3vw);
        background-repeat:no-repeat;
        min-height: 690px;
        background-position: 90% 109%;
        align-items: center;
        color: rgb(240, 237, 237);
        background-color:rgb(37, 35, 35);
        margin-top:-350px;
    }
}

.dropdown {
    width: fit-content;
}

.title_md{
    color:#41BEBA;

}

.title_sm{
    color: #41BEBA; 
    font-weight: 420;

}

.title_sm_sm{
    color: #2b2827;
    font-weight: 600;

}

#logo_extended {
    padding-top: 380px;
    width: 30%;
    height: auto;
    margin-right : auto;
    margin-left : auto;
    min-width : 260px;
    max-width : 330px;

}

.icons_fast_guide{
    font-size: calc(84px + 1vw);
    color:  #2b2827;
}

h5 {
    color:#2b2827;
    font-weight: 380;
}

.photo-team{
    max-width:130px;
    max-height:130px;
    min-width: 130px;
    min-height: 130px;
    padding:0px;
    margin: 0px;
}

.photo-team-name{
    position: absolute;
    max-width:130px;
    max-height:130px;
    min-width: 130px;
    min-height: 130px;
    padding:0px;
    margin: 0px;
    top: 0;
    left: 0;
    background:  #2b2827b4;
    color: #cfcdcb;;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    vertical-align: middle;
}

.photo-team-wrap{
    position: relative;
    max-width:130px;
    max-height:130px;
    min-width: 130px;
    min-height: 130px;
    padding:0px;
    margin: 0px;
    display: inline-flex;

}

.photo-team-wrap:hover .photo-team-name {
visibility: visible;
opacity: 1;
}

/** publication links **/
.lattes-link{
    font-size: large;
    padding-left:2px;
}
a.lattes-link:link {
    color: #094b4a;
    text-decoration: none; 
}

a.lattes-link:visited {
    color: #41BEBA;
    text-decoration: none; 
}

a.lattes-link:hover {
    color: #41BEBA;
    text-decoration: none; 
}

/** general links **/ 
a.links:link {
    color:   #419dbe !important;
    text-decoration: none !important;        
}

a.links:hover {
    color: #41BEBA;
    text-decoration: none;
    font-weight: 600;

}

b {
    color:  #4f240c;
    font-weight: 500;
}

/** icon links **/
a.easy-access-icon {
    text-decoration: none;
    color: #2b2827;
}

a.easy-access-icon:hover {
    text-decoration: none;
    color:  #2e758f;
}

/** filter **/
.button-filter-soft{
    background-color:  #beab92;
    color:white;
}
/**
.button-filter{
    background-color:  #419dbe;
    color:white;
}**/
.button-filter{
    background-color:  #419dbe !important;
    color:white !important;
}
.button-filter:hover{
    background-color: #3bc1d3;
    color: white;

}
.filter-results a{
    color:#419dbe;
    text-decoration: none;
}

.results{
    overflow-x: scroll;
}

.bottom-rule{
    border-bottom: 2px solid black!important;
}

.foot{
    background-color:rgb(37, 35, 35); 
    color:gray;
}

/** sections **/
.filter-section {
    background-color:#629ea0;
    color:white;
}

.filter-section-text{
    color:white;
    display: inline;
    font-weight:400;
}

/** collection **/

.cell.autor:before {content: 'Autor ou autoridade:';}
.cell.mantenedor:before {content: 'Instituição mantenedora:';}
.cell.corpusurl:before {content: 'URL do repositório:';}
.cell.arquivos:before {content: 'Textos:';}
.cell.licença:before {content: 'Licença:';}
.cell.licençaurl:before {content: 'URL da licença:';}

/*Headers - before cell*/
.cell:before {font-weight: 500;}
.cell {padding:0; margin:0;}
.cell.autor, .cell.mantenedor, .cell.corpusurl, .cell.arquivos, .cell.licença, .cell.licençaurl {
    padding: 0px 0px 2px 10px;
    margin: 0;
}
.cell.subgrupo {
    padding: 0px 0px 2px 10px;
    margin: 10px 0px 2px 0px;
    font-weight: 600; 
    color: #41BEBA
}

.cell.subheader {
    padding-top: 30px;
    color: #41BEBA;
    font-size: larger;
}

.corpus-summary {
    padding-left: 4px;
}

/*empty and repeated cells*/
.cell.repeat {
    display: none;
}

/**schema **/
pre[class*="language-"],
code[class*="language-"] {
  /* there might be some slight offsets, depending on what font you select */
  font-family: 'Roboto Mono', monospace;
}

/* from Prism */
pre[class*="language-"].line-numbers {
    position: relative;
    padding-left: 3.8em;
    counter-reset: linenumber;
    white-space: pre-wrap;
}

pre[class*="language-"].line-numbers > code {
    position: relative;
    white-space: inherit;
}

.line-numbers .line-numbers-rows {
    position: absolute;
    pointer-events: none;
    top: 0;
    font-size: 100%;
    left: -3.8em;
    width: 3em; /* works for line-numbers below 1000 lines */
    letter-spacing: -1px;
    border-right: 1px solid #999;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.line-numbers-rows > span {
    pointer-events: none;
    display: block;
    counter-increment: linenumber;
}

.line-numbers-rows > span:before {
    content: counter(linenumber);
    color: #999;
    display: block;
    padding-right: 0.8em;
    text-align: right;
}

/** end of schema obs: not get from here**/