
.bg-hero {
  cursor: pointer;
  transition: background-size 0.5s ease, filter 0.3s ease, color 0.3s ease;
  background-repeat: no-repeat;
  background-position: center center;
}

.noticia-hero {
  position: relative;
  min-height: 350px;
  display: flex;
  align-items: flex-end; 
  color: white;         
  padding: 20px;
}

@media (min-width: 0px) { 
  .noticia-hero {
    min-height: 450px;
    background-size:cover;
  }
}

.tag {
  background-color: #dc3545;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  text-transform: uppercase;
}

.share-link img {
  width: 30px;
  transition: transform 0.3s ease;
}

.titulo {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

@media (min-width: 992px) { 

  .p-fixed-only-lg {
    position: fixed;
    width: 25%;
    margin-left: 20px;
  }

  .noticia-hero {
    min-height: 350px;

  }

  .bg-hero {
    background-size:100%;
  } 

  .bg-hero:hover {
    filter: brightness(1.5);
    background-size: 105%;
  }

  .noticia-hero:hover {
    color: #dc3545;
  }

}

.noticia-simples h5 {
  color: inherit;
  transition: 0.3s;
}

.noticia-simples:hover h5 {
  color: #dc3545;
  text-decoration: none;
}