/* Freccie */
#rz-carosello-02 .elementor-swiper-button {
    top: unset;
    bottom: -40px;
    z-index: 900;
    cursor: pointer;
}
#rz-carosello-02 .elementor-swiper-button-prev {
    position: absolute;
    left: unset;
    right: 410px;
}
#rz-carosello-02 .elementor-swiper-button-next {
    position: absolute;
    left: unset;
    right: 300px;
}
#rz-carosello-02 .elementor-swiper-button svg{
    background-color: #1F2740;
    width: 100px;
    height: 50px;
}
#rz-carosello-02 svg path{
    fill: #5C5C5C;
}
#rz-carosello-02 .elementor-swiper-button:hover svg path{
    fill: #f2f2f2;
}
/** TABLET LANDSCAPE **/
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    #rz-carosello-02 .elementor-swiper-button-prev {
        right: 210px;
    }
    #rz-carosello-02 .elementor-swiper-button-next {
        right: 100px;
    }
}
/** TABLET PORTRAIT **/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #rz-carosello-02 .elementor-swiper-button-prev {
        right: 210px;
    }
    #rz-carosello-02 .elementor-swiper-button-next {
        right: 100px;
    }
}
/** MOBILE **/
@media only screen and (max-width: 767px) {
    #rz-carosello-02 .elementor-swiper-button-prev {
        right: 160px;
    }
    #rz-carosello-02 .elementor-swiper-button-next {
        right: 50px;
    }
}