p.chapeu_noticia, .desc_noticia, td.zebra, .nav-link, #publicacaoNoticia .text-muted, #publicacaoNoticia .text-danger, .noticias-listagemultimas small, #Relacionadas .h6, #autorNoticia small, #autorNoticia a, #Relacionadas .list-group-item span, .tags_noticias a { 
  font-family: 'Barlow Condensed', sans-serif;
  font-weight:300;
}

.fonteNoticia, h1.titulo_noticia {
  font-family: 'Lora', 'Open Sans', sans-serif;
}

.nav-link {
  color: #1b4a7e;
}

.main__corpo {
  margin:20px auto
}

.news_heading {
  padding:0 30px;
}

.abas {
  margin-top:15px;
}

.fonteNoticia {
  max-width:100%;
  padding:30px 20px;
  display:table;
  margin:0 auto;
  font-size: 19px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: .02rem;
}

h1.titulo_noticia {
  font-size: 40px;
  line-height: 42px;
  font-weight: 600;
  letter-spacing: -.1rem;
  margin: 25px auto 20px;
}

p.chapeu_noticia {
  font-size:18px;
  font-weight:600;
  text-transform:uppercase;
  color: #1b4a7e;
}

.desc_noticia {
  font-size:21px;
  line-height:24px;
  margin:15px auto 25px;
}

.fonteNoticia a {
  text-decoration: underline;
  font-size: 105%;
}

.fonteNoticia strong {
  font-size:105%;
}

.fonteNoticia .table-light {
  margin: 10px -20px 20px -20px
}

.fonteNoticia img {
  border-radius:16px;
  opacity:0.9;
}

.fonteNoticia .center img {
  width:100%;
  height:auto;
}

.fonteNoticia .left img, .fonteNoticia .right img {
  width:100%;
  height:auto;
}

td.zebra {
  max-width:90%;
  margin: 5px auto;
  font-size:16px;
  font-weight:400;
  line-height:normal;
  text-align:center;
  display:table
}

.nav-link {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .15rem;
}

#publicacaoNoticia .text-muted, #publicacaoNoticia .text-danger, #autorNoticia small, #autorNoticia a {
  font-size:14px;
  font-weight:500;
}

#Relacionadas, .fonteNoticia iframe {
  width: 100%;
  margin: 20px auto;
}

#Relacionadas .card-header {
  background-color: #005B99;
}

#Relacionadas .h6 {
  color: white;
  font-weight: 600;
  text-transform: uppercase;
}

#Relacionadas .list-group-item span {
  font-size:18px;
}

.noticias-listagemultimas picture > .image {
  object-fit: cover;
  width: 250px;
  height: 65px;
}

.noticias-listagemultimas small {
  display:block;
  width:100%;
  padding: 5px 15px;
  font-size:14px;
  line-height:14px;
}

.noticias-listagemultimas small.h6 { 
  font-size:18px;
  line-height:20px;
  font-weight:400;
}

.tags_noticias .h5 {
  background-color: #005B99;
  padding: 8px;
  color: #fff;
  margin: 15px auto;
  border: 1px solid #fff;
  border-radius: 5px;
  width: 100%;
  display: inline-block !important;
  text-transform: uppercase;
  font-size: 16px;
}

.tags_noticias a { 
 font-size: 22px;
 line-height: 22px;
 padding: 0 10px;
}

.divTitEditoria { 
  height:20px;
  margin: 0 auto;
  background: #fff;
  position:relative;
  max-width: 90%;
}

.titEditoria p {
  margin: 0;
  padding: 0;
  width: 150px;
  height: 32px;
  font-family: "Barlow Condensed", "Open Sans", sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  text-align: right;
  letter-spacing: .05rem;
  text-transform: uppercase;
}

.titEditoria.edtVidaUrbana {
  background-color:#735144; /*MARROM*/
}

.titEditoria.edtPolitica {
  background-color:#1b4a7e; /*AZUL ESCURO*/
}

.titEditoria.edtEconomia {
  background-color:#006633; /*VERDE*/
}

.titEditoria.edtViver {
  background-color:#B30000; /*VERMELHO*/
}

.titEditoria.edtMundo {
  background-color:#0058AD; /*AZUL CLARO*/
}

.titEditoria.edtDivirtase {
  background-color:#FF8000; /*LARANJA*/
}

.titEditoria {
  --f: 10px; /* control the folded part*/
  --r: 15px; /* control the ribbon shape */
  --t: 10px; /* the top offset */

  position: absolute;
  inset: var(--t) calc(-1*var(--f)) auto auto;
  padding: 0 10px var(--f) calc(10px + var(--r));
  clip-path: 
    polygon(0 0,100% 0,100% calc(100% - var(--f)),calc(100% - var(--f)) 100%,
      calc(100% - var(--f)) calc(100% - var(--f)),0 calc(100% - var(--f)),
      var(--r) calc(50% - var(--f)/2));
  box-shadow: 0 calc(-1*var(--f)) 0 inset #0005;
}
    
.carousel-item .card-body {
  position:relative;
}
    
.carousel-item .card-title {
  padding: 0 60px;
  font-size: 12px;
  text-shadow: 2px 3px 5px #000;
  position: absolute;
  top: -130px;
}
    
.carousel-item .card img {
  height:auto;
}
    
.servicosDP img.image {
  margin: 0 auto;
  display: flex;
}

.lista-noticias-canal {
  padding: 0 20px;
  margin-bottom: 40px;
}

.linhaNoticia {
  display: block;
  border-bottom: 1px solid #ededed;
  padding-bottom: 15px;
  margin-bottom: 25px;
  position: relative;
}
    
.fotoNoticia img {
  width:100%;
  height:auto;
  margin-bottom:15px;
  border-bottom: 3px solid #2980b9;
}
    
.textoNoticia .h3 {
  font-family: "Lora", sans-serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.03rem;
  margin: 0;
  padding: 7px 15px;
}
    
.textoNoticia .h5 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  line-height:normal;
  color: #000;
  font-weight: 300;
  margin: 0;
  padding: 7px 15px;
}
    
.textoNoticia .text-muted {
   	font-family: "Barlow Condensed", sans-serif;
	font-weight:400;
  	text-align: center;
  	padding: 0 10px;
  	margin-left: 15px;
	width: 150px;
  	height: 25px;
  	background-color: #2980b9;
  	color: #fff!important;   
}
    
.sharethis-inline-share-buttons {
  margin:15px 0;
}
    
/*COLUNAS*/
#capaColunistas {
  background-image: url('https://www.diariodepernambuco.com.br/static/imgs/imgs/n/bg-carpet-pattern2.png');
  background-repeat: repeat;
  border-bottom: 2px solid gray;
  margin-bottom: 20px;
}
    
#capaColunistas > div > p > a {
  font-family: 'Lexend', sans-serif;
}

#capaColunistas .h6 {
  font-size: 22px;
  font-weight: 600;
}
    
.profile-card-5 { 
	margin:20px 0 15px 0;
}

.profile-card-5 .card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}

.profile-card-5 .card-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.profile-card-5 .card-img-block {
  width: 91%;
  margin: 0 auto;
  position: relative;
  top: -20px;
}

.profile-card-5 .card-img-block img {
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.63);
}

.profile-card-5 .card-title {
  color: #4E5E30;
  font-weight: 600;
  margin-bottom: 0.5rem;
  position: relative;
  padding: 0;
  margin: 0;
  text-shadow: none;
  top: -20px;
  left: -75px;
}

profile-card-5 .card-text {
  font-size: 14px;
  font-weight: 300;
}

.profile-card-5 .icon-block {
  float: left;
  width: 100%;
  margin-top: 15px;
}

#denakop-membrana-1 {
  margin:20px auto!important;
}

.buttonCarregarMais {
  text-align: center;
}

[id^='denakop-horizontal'] {
  display:flex;
  margin:15px auto 25px !important;
}
    
@media (min-width:767px) {
    .fonteNoticia .table-light {
    	margin-left:-45px;
    	margin-right:-45px;
    }

    .fonteNoticia .table-light.right {
        float: right;
        display: flex;
        width: auto;
        max-width: 350px;
        margin: 0 0 15px 15px;
    }

    .fonteNoticia .table-light.left {
        float: left;
        display: flex;
        width: auto;
        max-width: 350px;
        margin: 0 15px 15px 0;
    }


    h1.titulo_noticia {
        font-size: 48px;
        line-height: 52px;
    }

    .linhaNoticia {
        display:grid;
        grid-template-columns: 1fr 3fr;
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 50px;
    }

    .fotoNoticia {
        padding: 0;
        margin: 0;
    }

    .fotoNoticia img {
        margin-bottom: 0;
    }

    .fotoNoticia img:hover {
      	transform: scale(1.05);
    }

    .textoNoticia {
        padding: 0;
        border-left: 3px solid #2980b9;
        background: linear-gradient(#EDEDED 0 0) var(--p, 0) / var(--p, 0) no-repeat;
          transition: .4s, background-position 0s;
    }

    .textoNoticia:hover {
    	--p: 100%;
        color: #fff;
    }

	.textoNoticia a:hover {
    	text-decoration: none;
	}

	.textoNoticia .h3 {
      	padding: 15px 10px 0 0;
      	margin: 0 0 10px 15px;
      	line-height: 2.1rem;
      	letter-spacing: -0.05rem;
    }

    .textoNoticia .h5 {
        font-family: "Barlow Condensed", sans-serif;
        font-size: 18px;
        color: #000;
    	font-weight: 300;
      	margin: 0 0 10px 15px;
      	padding: 0;
    }

    .textoNoticia .text-muted {
        text-align: right;
        position: absolute;
        bottom: 0;
        margin-bottom: 0;
        border-radius: 40px 999em 999em 40px;
        margin: 0;
    	padding: 0 20px 0 0;
    }
}

@media (min-width:767px) and (max-width:991px){ 
    .noticias-listagemultimas picture > .image { 
      	height: 130px;
    }
}
    
@media (min-width:992px) and (max-width:1199px){ 
    .fonteNoticia {
    	padding:30px 0px;
    }
  
  	.textoNoticia .h3 {
    	font-size: 24px;
      	padding:0 10px 0 0;
    }
  
  	.textoNoticia .h5 {
      	font-size: 17px;
    }
  
    .fonteNoticia .center img {
        width: 90%;
        margin-left: 5%;
    }
}
    
@media (min-width:1200px) {
    .fonteNoticia {
      	padding:30px 45px;
    }
}
