﻿.landing-servizi .fascia-slider {
    padding:85px 0;
}
.landing-servizi .fascia-slider .fascia-slider-titolo{
    color: var(--COLORE-LANDING, #62BDF1);
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    line-height: 125%;
    text-transform: uppercase;
    margin-bottom:45px;
}
.rotator-template3 .rotator-item {
    position:relative;
}
.rotator-template3 .rotator-item-image {
    width:100%;
    height:500px;
    position:relative;
}
.rotator-template3 .rotator-item-image img {
    position:absolute;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
    z-index: -1;
}
.rotator-template3 .rotator-item-link {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index: 1;
}
.rotator-template3 .rotator-item-testo{
    color: #4A4A4A;
    font-size: 18px;
    font-weight: 400;
    line-height: 180%;
    margin-top:30px;
}
.rotator-template3 .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
    margin-top:45px;
}
.rotator-template3 .owl-nav button.owl-prev,
.rotator-template3 .owl-nav  button.owl-next {
    background-size:contain;
    background-repeat:no-repeat;
    width: 66px;
    height: 39px;
}
.rotator-template3 .owl-nav .owl-prev span,
.rotator-template3 .owl-nav .owl-next span {
    display: none;
}
.rotator-template3 .owl-nav button.owl-prev {
    background-image: url('../../private_images/icons/arrow-prev-64.png');
}
.rotator-template3 .owl-nav  button.owl-next {
    background-image: url('../../private_images/icons/arrow-next-64.png');
}
.rotator-template3 .owl-nav .slider-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: #4A4A4A;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
}
.rotator-template3 .owl-nav .slider-counter span {
    height: 4px;
    width: 65px;
    margin: 0;
    display: inline-block;
    border:0;
    background-color:#4A4A4A;
}

@media (max-width: 991.98px) {
    .landing-servizi .fascia-slider {
        padding:45px 0;
    }
    .landing-servizi .fascia-slider .fascia-slider-titolo {
        font-size: 35px;
        margin-bottom: 25px;
    }
    .rotator-template3 .rotator-item-image {
        height: 300px;
    }
    .rotator-template3 .rotator-item-testo {
        font-size: 16px;
        margin-top: 20px;
    }
    rotator-template3 .owl-nav {
        gap: 35px;
        margin-top: 35px;
    }
    .rotator-template3 .owl-nav button.owl-prev,
    .rotator-template3 .owl-nav button.owl-next {
        width: 50px;
        height: 30px;
    }
    .rotator-template3 .owl-nav .slider-counter {
        font-size: 27px;
    }
    .rotator-template3 .owl-nav .slider-counter span {
        height: 3px;
        width: 40px;
    }
}
@media (max-width: 768.98px) {
    .landing-servizi .fascia-slider {
        padding:20px 0;
    }
    .landing-servizi .fascia-slider .fascia-slider-titolo {
        font-size: 20px;
        margin-bottom: 30px;
        text-align:left;
    }
    .rotator-template3 {
        width:90%;
    }
    .rotator-template3.owl-carousel .owl-stage-outer {
        overflow:visible;
    }
    .rotator-template3 .rotator-item-image {
        height: 375px;
    }
    .rotator-template3 .rotator-item-testo {
        margin-top: 30px;
    }
    .rotator-template3 .owl-nav {
        margin-top: 30px;
        justify-content:space-between;
        width: 110%;
    }
    .rotator-template3 .owl-nav .slider-counter {
        display:none;
    }
}