img {
    width: 100%;
}

.img_slider{
    height: 570px;
} 

.chisiamo_strips {
    background-image: url("../imgs/chi_siamo_ob.png");
}

.achi_strips {
    background-image: url("../imgs/a_chi_ob.png");
}

.vantaggi_strips {
    background-image: url("../imgs/vantaggi_ob.png");
}

.tx_slider {
    top: 35%;
    left: 14%;
}

.icone {
    min-height: 160px;
}

.icone img {
    width: 90%;
    min-width: 120px;
}

.testo_metodi {
    font-size: 1.2rem;
    line-height: 1.6rem;
}

 /*showhide*/
 .max-h-0 {
    max-height: 0;
  }






 @media all and (max-width: 1280px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1280px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1280px), 
 only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1280px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1280px), only screen and (min-resolution: 192dpi) and
  (max-width: 1280px), only screen and (min-resolution: 2dppx) and (max-width: 1280px) {
    .tx_slider {
        bottom: 15%;
        left: 4%;
    }
    .img_slider{
        height: 420px;
    } 
    }

    @media all and (max-width: 1024px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), 
    only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and 
    (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
       .tx_slider {
        left: 4%;
       }

       .chisiamo_strips {
        background-image: none;
    }
    .achi_strips {
        background-image: none;
    }
    .vantaggi_strips {
        background-image: none;
    }
    .icone img {
        width: 100%;
    }
       }

@media all and (max-width: 976px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 976px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 976px), 
       only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 976px), only screen and (min-device-pixel-ratio: 2) and (max-width: 976px), only screen and (min-resolution: 192dpi) and 
       (max-width: 976px), only screen and (min-resolution: 2dppx) and (max-width: 976px) {

}