@media (min-width: 500px) and (max-width: 800px){
    /*body{
        background: #bd0000;
    }*/
    
    .logoMedio{
        display: none;
    }
    
    .div50{
        width: 50%;
    }
    
    .div33{
        width: 33%;
    }
    
    .div66{
        width: 66%;
    }
    
    .div100{
        width: 100%;
    }
    
    .div40{
        width: 40%;
    }
    
    .div60{
        width: 60%;
    }
    
    #conoceMas{
        width: 20%;
        left: 45%;
    }
    
    #metodo4{
        margin-left: 17%;
    }
    
    
    .classfieldset{
        width: 80%;
        margin-left: 10%;
    }
    
    .telefonoMiniHeader{
        display: none;
    }
    
    #reduceMargin{
        margin-top: 50px;
    }
    
    .empuja100px{
        margin-left: 100px;
    }
    
    #dimMetodos{
        height: 400px;
        max-height: 400px;
    }
    
    #parrafoEsp{
        min-height: 50vh;
    }
    
    .servFlex{
        display: flex;
    }
    
    .imEquipo, .imEquipo2{
        margin-top: 30px;
       /* width: 90%;
        margin-left: 25%;*/
    }
    
    .imEquipo2{
        width: 50%;
        margin-left: 25%;
    }
    
    .imEquipo2:hover{
        width: 52%;
        margin-left: 24%;
    }
    
    .puntoMuerto{
        display: none;
    }
    
    .footer33{
        width: 33%;
        min-height: 250px;
    }
    
    .divFooter{
        display: none;
    }
    
    .videoYoutube{
        width: 90%;
        margin-left: 5%;
    }
    
    .imagenContacto{
        width: 90%;
        margin-left: 5%;
    }
    
    .spaceServices, .spaceServices2{
        width: 90%;
        margin-left: 5%;
    }
    
    .pentagono{
        width: 40%;
        margin-left: 5%;
        margin-right: 5%;
    }
    
    .nomServ{
        top: 12%;
    }
    
    .cardProd{
        width: 30%;
        margin-left: 1.5%;
        margin-right: 1.5%;
    }
    
    .imgModalProd{
        width: 80%;
        margin-left: 10%;
    }
    
    .imgDevAdmin{
        width: 50%;
        margin-left: 25%;
    }
    
    .espacioNoticias{
        width: 90%;
        margin-left: 5%;
    }
    
    #comentarios{
        width: 10%;
        margin-left: 0%;
    }
    
    .spaceServ{
        width: 50%;
    }
    
    #cotizarYa{
        display: none;
    }
    
    #itemCat{
        width: 50%;
        text-align: center;
    }
    
    .imgComplProy{
        width: 80%;
        margin-left: 10%;
    }
    
    .imgCont{
        width: 50%; 
        margin-left: 25%;
    }
    
    .contactoVric{
        width: 40%;
    }
    
    .padding20PorcLeft{
        padding-left: 10%!important;
    }
 
    .grupoFiltros50{
        width: 49%;
    }
    
    .espacioFoto{
        height: 140px;
        border: 2px solid #fff;
    }
    
    .nosotrosVric{
        height: 200px;
    }
    
    .bgDetallesServicios{
        width: 90%;
        height: 90%;
        top: 5%; 
        left: 5%;
    }
    
    .portadaServ{
        position: fixed;
        width: 95%;
        height: 250px;
        left:2.5%;
        box-shadow: 3px 3px 9px #000;
        object-fit: cover;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        
    }
    
    .bgDetallesServicios p{
        padding: 20px;
        font-size: 15px;
    }
    
    .bgDetallesServicios .espacioFoto{
        width: 33%;
        height: 140px;
    }
    
    .butInfo{
        display: none;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}