@media  (max-width: 992px){
    .slider-object1{
        position: absolute;
        top: 3%;
        right: -8%;
        animation: none;
    }
    .slider-object2{
        position: absolute;
        bottom: 3%;
        right: -8%;
        animation: none;
    }
    .slider-object3{
        position: absolute;
        bottom: 3%;
        animation: none;
        text-align: center;
        margin: auto;
    }
    .slider-object1 img,.slider-object2 img{
        width: 55%;
    }
    .slider-object3 img{
        width: 18%;
        margin: 0 10px;
    }
}

@media (min-width:992px) and (max-width: 1070px) {
}

@media (min-width:768px) and (max-width:991px){
    .slider-object3{
        position: absolute;
        bottom: 3%;
        animation: none;
        text-align: center;
        margin: auto;
    }
    .slider-object3 img{
        width: 18%;
        margin: 0 3px;
    }
}

@media (max-width:768px){
    .slider-object3{
        position: absolute;
        bottom: 3%;
        animation: none;
        text-align: center;
        margin: auto;
    }
    .slider-object3 img{
        width: 18%;
        margin: 0 10px;
    }
}



.main-title ul {
  list-style: none;
}

.main-title li::before {
  font-family: "Font Awesome 5 Free";
  padding-right: 15px;
  font-weight: 700;
  content: '\f111';
  font-size: 10px;  /* cambia la dimensione */

  color: #ff8f1c;
}

.ui-block-13.stats .main-title.style-two p, .ui-block-13.stats .main-title p {
    max-width: 100% !important;
}


.pb10 {
    padding-bottom: 10px !important;
}

.bgblue {
    background-color: #003e51 !important;
}
.bgazzurro {
    background-color: #00b2a9 !important;
}

.txtnero {
    color: #202020 !important;
}
.txtwhite {
    color: #ffffff !important;
}

.pt-6, .py-6 {
    padding-top: 5rem !important;
}

.pt-cust{padding-top: 100px!important;
    padding-bottom: 50px!important;
}

.with-dot {
    position: relative;
    padding-left: 15px;
}

.with-dot::before {
    content: "";
    width: 12px;   /* aumenta qui */
    height: 12px;  /* aumenta qui */
    background-color: #f2a33b;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px; /* regola per centrare verticalmente */
}

.under-dot {
    padding-left: 15px; /* aumenta finché non ti sembra uguale all'immagine */
}


.with-dotb {
    position: relative;
    padding-left: 15px;
}

.with-dotb::before {
    content: "";
    width: 12px;   /* aumenta qui */
    height: 12px;  /* aumenta qui */
    background-color: #003e51;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px; /* regola per centrare verticalmente */
}

.with-dota {
    position: relative;
    padding-left: 15px;
}

.with-dota::before {
    content: "";
    width: 12px;   /* aumenta qui */
    height: 12px;  /* aumenta qui */
    background-color: #00b2a9;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 5px; /* regola per centrare verticalmente */
}

.tup {text-transform: uppercase;}


.bgazzurro-img {
    background-color: #00b2a9 !important;
    background-image: url('/assets/vezzola/img/occhio-2.png');
    background-size: contain;       /* adatta l’immagine all’area */
    background-position: center;  /* centra l'immagine */
    background-repeat: no-repeat; /* evita ripetizioni */
}


::marker {
    display: none;
    color: #ff8f1c;
    font-size: 27px;
}