/*min witdth básico*/
.width-140 {
min-width: 140px;
}
/*imagem conteúdo*/
.imagem-content {
    min-width: 320px;
    max-width: 35%;
    margin-top: 20px;
}

@media only screen and (max-width:767px){
.flexbox-page{
  flex-wrap: nowrap;
}
}

/*strong*/
.strong {
  font-weight: bold;
}
/*uppercase*/
.uppercase {
  text-transform: uppercase;
}

/*texto laranja*/
.text-orange {
  color:orange;
}

/*miniatura*/
.filosofia-miniatura img{
  min-width:200px;
}

/*display:none*/
.none {
  display:none;
}
/*padding genérico*/
.filosofia-padding {
  padding:20px;
}
.filosofia-padding-top {
  padding-top:20px;
}
.filosofia-padding-bottom {
  padding-bottom:20px;
}
.filosofia-padding-left {
  padding-left:20px;
}
.filosofia-padding-right {
  padding-right:20px;
}

/*margin*/
.filosofia-margin {
  margin:20px;
}

.filosofia-margin-top {
  margin-top:20px;
}

.filosofia-margin-left {
  margin-left:10px;
}

.filosofia-margin-right {
  margin-right:10px;
}
.filosofia-margin-bottom {
  margin-bottom:20px;
}
/*teaser*/
.node--view-mode-teaser {
    padding-bottom: 20px;
    border-bottom: 1px dotted #CCCCCC;
    margin-bottom: 20px;
}

/*parágrafo*/
p {
    display: block;
    margin-block-start: 0.1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

/*borda pontilhada*/
.border-bottom {
    border-bottom: 1px dotted #d5d3d4!important;
    padding-bottom: 15px;
    margin-bottom: 15px;
}



/* marca linha e espaçamento depois do conteúdo */

article {
    display: block;
    padding-bottom: 40px;
    border-bottom: 1px dotted #e0e0e0;
    margin-bottom: 25px;
}

article:last-child {
    border-bottom: 0;
}

/*título do block de conteúdo */

.region-content > .block > .headline h2{
    color: #000;
}

/* títulos */
h6 {  font-size: 1.1em;
}

h5 {  font-size: 1.2em;
}

h4 {  font-size: 1.3em;
}

h3 {
  font-size: 1.4em;
}

h2 {
  font-size: 1.5em;
}

h1 {
    font-size: 1.6em;
}

/* LINKS */
a[href^="http"], a[href^="/"]{
    word-break: break-word;
}

a {
    color: #6083a9;
}

a[href^="http"]:not([href*="https://www.usp.br"]):not([href*="filosofia.fflch"]):not([href*="https://drive"]):not([href*="instagram.com/filosofiausp"]):not([href*="teses.usp.br"])::after {
  content:"\f360";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  text-decoration: inherit;
  color: orange;
  padding-left: 5px;
  font-size: x-small;
}

a[href$=".pdf"]:not([href*="/posgraduacao/defesas/"])::before, a[href$=".PDF"]:not([href*="/posgraduacao/defesas/"])::before, .pdf-file a::before{
  content:"\f1c1";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: orange;
  padding-right: 5px;
}

a[href$=".doc"]::before, a[href$=".docx"]::before, a[href$=".rtf"]::before, a[href$=".txt"]::before {
  content:"\f15c" / "teste";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #007bff;
  padding-right: 5px;
}



h2 > a::before, h2 > span::before, h1 > a::before, h1 > span::before, h3::before, .filosofia-titulos-h3 .field__label::before{
    content:"\f142"; /*f142*/
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 600;
    color: orange;
    padding-right: 5px;
    font-size: initial;
    
    /*
    border-left-style: solid;
    border-left-width: 5px;
    background: rgb(255,255,255,0);
    border-image: linear-gradient(0deg, rgba(255,255,255,0) 30%, rgba(255,149,0,1) 30%, rgba(255,149,0,1) 70%, rgba(255,255,255,0) 70%) 1;*/
}

h2 > a:hover, H1 > a:hover{
  color: #273e74;
}

h1 a:hover, h1 a:active, h2 a:hover, h2 a:active, h3 a:hover, h3 a:active, h4 a:hover, h4 a:active, h5 a:hover, h5 a:active, h6 a:hover, h6 a:active {
  color: orange;
}

/*+ link das views (plus) */

.more-link >a::before {
  content:"\f055";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  color: orange;
  padding-right: 5px;
}

.more-link {
    display: block;
    text-align: right;
    font-size: small;
    text-transform: uppercase;
    font-family: 'Pragati Narrow';
}

/*padding do conteudo*/
@media only screen and (max-width:768px){
  .region-content {
    padding:20px;
  }
}

/* esconde a icone de pdf original dos arquivos */
.file--application-pdf, .file--x-office-document, .file--text {
    background: none;
    padding-left: 0;
}

/*leia mais >*/
.leia-mais {
  font-size: small;
  text-decoration: underline;
}
.leia-mais a:last-child::after {
  content:"\f138";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  padding-left: 5px;
  text-decoration:none;
}
a[href^="mailto"]:not([href*="mailto:?subject"]) {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

/* details horizontal tabs*/
details.horizontal-tabs-pane > .details-wrapper {
  padding:0;
}

td ul li {
  margin-bottom: 0;
}

.palavras-chave .field__item{
  float:left;
}
.palavras-chave .field__items div:after {
  content:'; ';
  white-space: pre;
}
.wd-50 {
  width:50px;
}
.wd-100 {
  width:100px;
}
.wd-150 {
  width:150px;
}
.wd-200 {
  width:200px;
}
.wd-250 {
  width:250px;
}
.wd-300 {
  width:300px;
}

/*resultados agrupados em lista*/
.item-list-group li {
    margin: 0 0 1.5em 0;
    padding: 0;
}
.item-list-group ul {
  padding-inline-start: 25px;
}

body {
  line-height: 1.5em;
}

.yellow-bg{
  background-color: yellow;
  display: table;
  padding: 0 5px;
}