
.noticia-header{
  position: relative;
  padding: 0 .75rem;
  display: inline-grid;
  align-items: center;
}

.tag{
  box-shadow: -5px 0 0 0 #17AFE1;
  padding: 0 .5rem;
  font-size: large;
  font-weight: 400;
}


.tag > h3 > a{
  font-weight: 400 !important;
  font-size: 24px;
  text-decoration: none;
  text-transform: uppercase;
}


.data{
  padding: 0 .5rem;
}

.noticia-body > h1{
  font-size: 36px;
  text-align: justify;
  padding: 0 .5rem;
}

.noticia-content > p{
  font: 18px/1.6 'Open Sans', sans-serif;
  padding: 0 .5rem;
  text-align: justify;
}

@media(max-width:800px){
  .noticia-body > h1{
    font-size: 30px;
  }
}

@media(max-width:500px){
  .noticia-body > h1{
    font-size: 24px;
  }
}