.tituloNovedades {
    max-width: 300px;
}

.imgNovedades {
    max-width: 350px;
    transition: transform 0.4s ease;
}

.novedadPpal:hover .imgNovedades {
    transform: scale(1.1);
    /* hace zoom al 110% */
}

.cadaLogoLocalNovedad {
    width: 140px;
    height: 120px;
    display: grid;
    justify-items: center;
    align-items: center;
}

.tituloNovedades {
    font-size: 20px;
}

.logoLocalNovedad {
    width: 140px;
}

.subtituloNovedad {
    font-size: x-large;
    font-family: 'futuhv';
}

.contenedorLogosNovedad {
    text-align: left;
    margin-top: 40px;
    max-width: 940px;
    font-size: 0px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    margin-left: auto;
    margin-right: auto;
    justify-content: auto;
}

.basesNovedades {
    font-family: 'futumd';
    font-size: 18px;
    margin-bottom: 20px;
    text-decoration: underline;
    cursor: pointer;
    text-align: left;
}

.basesNovedades a {
    color: #1D1D1F;
}

.contDeCadaLogo {
    display: inline-block;
}

.tiuloPagNovedades {
    font-size: xx-large;
    font-family: 'futuhv';
    text-align: left;
    max-width: 380px;
}

@media only screen and (max-width: 1000px) {
    .tiuloPagNovedades {
        text-align: center;
    }

    .basesNovedades {
        text-align: center;
    }
	
.imgNovedades {
    width: 100%;

}	
}

@media only screen and (max-width: 950px) {
    .contenedorLogosNovedad {
        justify-content: center;
    }
}