*{padding: 0px; margin: 0px;}


/******************************************* MEDIA QUERY**************************************/
@media (max-width: 1200px) {
    

    .slider-container {
        justify-content: flex-start;
        width: 750px;
        overflow: hidden;
        
    }


    
    .slide {
        width: 100%;

        
        
        
    }
}
@media (min-width: 1200px) and (max-width: 1800px) {
    
    #dvSlideBox{ display: flex; flex-direction: row; justify-content: center; align-items: flex-start; 
        width: 100vw; /* Ocupa el 100% de la ventana */}
        .slide {
            width: 100vw; /* Ocupa el 100% de la ventana */
            overflow:hidden;
        }

        .clprodCardBox{width: 440px;height: 276px;  }

}

@media (min-width: 1800px) {

    #dvSlideBox{ display: flex; flex-direction: row; justify-content: center; align-items: flex-start; 
        width: 100vw; /* Ocupa el 100% de la ventana */}

   

    .clprodCardBox{width: 440px;height: 276px;  }
}

@media (min-width: 900px) and (max-width: 1500px) {
    
   
        .clprodCardBox{width: 400px;height: 276px;  }

}


@media (min-width: 300px) and (max-width: 1080px) {
    
   
    .clprodCardBox{width: 500px;height: 276px;  }

}