.flickity-prev-next-button.previous {
    background-image: url('/static/iconos/flecha-izq.png');
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 0px;
    width: 40px; /* Adjust as needed */
    height: 40px; /* Adjust as needed */
}
.flickity-prev-next-button.next {
    background-image: url('/static/iconos/flecha-der.png');
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 0px;
    width: 40px; /* Adjust as needed */
    height:40px; /* Adjust as needed */
}
.flickity-button-icon {
    display: none;
}
.flickity-button {
    display:none
    border-radius: none;
    background: none;
    border: none;
}
.flickity-page-dots{
    
    & .dot{
        background: white;
    }
}
.flickity-prev-next-button.previous:hover {
    background-image: url('/static/iconos/flecha-izq.png');
    background-color: transparent;
}
.flickity-prev-next-button.next:hover {
    background-image: url('/static/iconos/flecha-der.png');
    background-color: transparent;
}
