.elementor-28146 .elementor-element.elementor-element-ef300bb{--display:flex;--background-transition:0.3s;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-4c4b05d *//* Estilos para a lista de logotipos */
.pog-ui-logos-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    list-style: none;
    margin: 20px 0;
    line-height: 1.25;
    box-sizing: border-box;
}

.pog-ui-logos-list--desktop {
    gap: 10px; /* Espaçamento entre os itens */
}

.pog-ui-logos-list__item {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    width: 60px;
    height: 40px;
    padding: 6px;
    margin: 8px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    box-sizing: border-box;
}

.pog-ui-logos-list__item:hover {
    transform: scale(1.1); /* Efeito de aumento ao passar o mouse */
}

.pog-ui-logos-list__image {
    max-width: 100%;
    height: auto;
   
}

.pog-ui-logos-list__item:hover .pog-ui-logos-list__image {
    filter: grayscale(0%); /* Remove o filtro ao passar o mouse */
}
.title {
    text-align: center; /* Centraliza o título */
    margin-bottom: 15px; /* Espaçamento abaixo do título */
}/* End custom CSS */