@media only screen and (max-width:767px) {
    .ar-services{
        display: none;
    }
    .custom-form{
        text-align: center;
    }
    .container-images-sanitarios{
        display: none;
    }
    .estandar-section, .lavamanos-section, .camper-section{
        display: none;
    }
    .image-sanitario-estandar-mob{
       /* max-width: 100%;
        max-height: 800px;
        min-height: 800px;
        background-repeat: no-repeat;
        object-fit: cover;
        background-image: url(../images/estandar_800.jpg);*/
    }
    .image-sanitario-lavamanos-mob{
       /* width: 100%;
        height: 300px;
        background-repeat: no-repeat;
        background-image: url(../images/img_sanitario_lavamanos2.jpg);*/
    }
    .image-sanitario-camper-mob{
        /*width: 100%;
        height: 300px;
        background-repeat: no-repeat;
        background-image: url(../images/img_sanitario_camper2.jpg);*/
    }
    .estandar-section-mob{
        background-color: #f3f3f3;
        padding-top: 10px;
    }
    .lavamanos-section-mob{
        background-color: #d8d4d3;
        padding-top: 10px;
    }
    .camper-section-mob{
        background-color: #f3f3f3;
        padding-top: 10px;
    }
    .estandar-section-mob h1, .lavamanos-section-mob h1, .camper-section-mob h1{
        text-align: center;
        font-weight: bold;
    }
    .estandar-section-mob p, .lavamanos-section-mob p, .camper-section-mob p{
        margin: 0 40px 0 40px;
        text-align: center;
    }
    .category-section{
        display: none;
    }
    .client-testimonial-section{
        display: none;
    }
    .client-testimonial-section-mob{
        text-align: center;
    }
    .container-button{
       /* display: none;*/
    }
    div.ar-footer-mob{
        background-color: black;
        height: 38px;
        padding-top: 5px;
    }
    .ar-footer-mob ul li span{
        color: white;
    font-weight: bold;
    font-size: 30px;
    }
    .header-mainbar{
        display: none;
    }
    .banner-web{
        display: none;
    }
    .banner{
        display: none;
    }
    .service-section{
        display: none;
    }
    .service-section-mob{
        background-color: #f0cb2c;
        text-align: center;
    }
    .service-section-mob p{
        margin: 0 40px 0 40px;
    }
    }







@media only screen and (min-width:768px) {
    .ar-services-mob{
        display: none;
    }
    .titulo-mob{
        display: none;
    }
    .image-sanitario-estandar-mob, .image-sanitario-lavamanos-mob, .image-sanitario-camper-mob{
        display: none;
    }
    .estandar-section-mob, .lavamanos-section-mob, .camper-section-mob{
        display: none;
    }
    .client-testimonial-section-mob{
        display: none;
    }
    .ar-footer-mob{
        display: none;
    }
    .header-mainbar-mob{
        display: none;
    }
    .banner-mob{
        display: none;
    }
    .service-section-mob{
        display: none;
    }
    .image-sanitario-mob{
        display: none;
    }
}