.ultima-noticia-container {
    position: relative;
    overflow: hidden;
  
    font-family: sans-serif;
}

.ultima-noticia-container .bg-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
    filter: brightness(80%);
}

.ultima-noticia-container:hover .bg-img {
    transform: scale(1.05);
    filter: brightness(100%);
}

.ultima-noticia-container .overlay {
    position: absolute;
    bottom: 0;
    /*background: rgba(0,0,0,0.5);*/
    /*width: 100%;*/
    color: white;
    padding: 20px;
    z-index: 2;
}

/*.ultima-noticia-container .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    color: white;
    z-index: 2;
}*/

.ultima-noticia-container h2 {
   

    bottom: 30px;
    left: 20px;
    z-index: 2;
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
}

.ultima-noticia-container h3 {
    margin: 0;
    font-size: 1.2rem;
}
