.flickity-page-dots{
    visibility:hidden;
}

.flickity-button {
    background: transparent;
}
    .flickity-button:hover {
        -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        -webkit-transform-origin: center;
        transform-origin: center;
        background-color: rgb(42, 42, 42);
    }
.flickity-prev-next-button {
    width: 50px;
    height: 50px;
}
.flickity-button-icon {
    fill: white;
}
.flickity-button:disabled {
    display: none;
}


.make-it-fast {
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}

    .make-it-fast::after {
        box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
    }

    .make-it-fast:hover::after {
        opacity: 1;
    }

.gridNews {
    width: 100%;
}
    .gridNews p {
        color: black;
        text-decoration-style: none;
    }




.image-format {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}