
@media (min-width: 992px) {
.fondo {
    background-image: url('/img2025/background2.png');
    background-size: cover;       /* fills the container */
    background-position: center;  /* centers the image */
    background-repeat: no-repeat; /* prevents tiling */
    min-height: 330px;            /* ensure visible height */
    color: white;                 /* make text readable */
    display: flex;
    align-items: center;
    justify-content: center;
}
}