#customPageTitle {
    display:none;
    grid-column: span 5;
    text-transform: unset;
    font-size: 22px;
}

.centeredContent {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    width: 95%!important;
    margin: 4rem auto;
    gap: 2rem;
    align-items: center;
    justify-items: center;
}

.centeredContent a,.centeredContent img {
    width: 83%;
    height: auto;
    max-height: 130px;
    text-align: center;
    object-fit: contain;
    cursor: pointer;
    transition: all 0.3s;
    padding: 2px 0px;
}

a.brandImg:hover {
    filter: saturate(1);
}

.brandImg:hover img {
    transform: scale(1.1);
}



.brandImg {display: flex;justify-content: center;filter: saturate(0);}


.centeredContent h2 {
    margin-top: 10px;
    grid-column: span 5;
    font-size: 22px;
    font-weight: unset;
    height: 30px;
    line-height: 30px;
}

.centeredContent h2:hover {
    font-weight: 600;
    font-size: 1.4rem
}

@media screen and (max-width: 1100px) {
    .centeredContent {
        grid-template-columns:repeat(2,1fr);
        margin-top: 2.5rem;
    }
    h2.tituloMarcas {
    text-align: center;
    grid-column: span 2;
}
    .centeredContent a, .centeredContent img {
    max-height: 90px;
}
    div#customPageTitle {
    grid-column: span 2;
    max-width: unset;
    text-align: center;
}
}
