.date-custom {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.date-custom .day {
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 0.2rem;
}

.date-custom .month,
.date-custom .year {
  font-size: 1rem;
  line-height: 1.6;
}

.barra-inclinada {
  width: 5px;
  height: 90px;
  background-color: var(--bs-primary);
  transform: rotate(-170deg);
  flex-shrink: 0;         
  margin-top: auto;       
  margin-bottom: auto;   
}


@media (max-width: 767.98px) {
  #noticias-humiclima h1 {
    font-size: 2.6rem !important;
    text-align: center;
    line-height: 3rem;
  }

  .hero-image {
    max-width: 300px !important;
  }
}

.news-thumb {
  position: relative;
  width: 100%;
  height: 280px; 
  overflow: hidden;
}
.news-thumb img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}

@media (min-width: 1400px){
  #noticias-grid > .container{
    max-width: 1500px; 
  }
}
@media (min-width: 1600px){
  #noticias-grid > .container{
    max-width: 1600px; 
  }
}
@media (min-width: 1800px){
  #noticias-grid > .container{
    max-width: 1680px; 
  }
}
.hero-image {
  max-width: 320px;  
  transition: all 0.3s ease;
}


@media (min-width: 1400px){
  .hero-image {
    max-width: 350px;
    margin-top: -20px;
  }
}

@media (min-width: 1600px){
  .hero-image {
    max-width: 370px;
    margin-top: -35px;
  }
}

@media (min-width: 1800px){
  .hero-image {
    max-width: 390px;
    margin-top: -50px;
  }
}

