/* CSS Document */
/* 
 *	Go-media | Design + Comunication + Development + Marketing Online
 *  info@go-media.com | www.go-media.com.ar
 * 
*/
@charset "utf-8";
/*
#formfiltros{

}
#formfiltros .input-field{
    padding-top: 30px;
    padding-bottom: 30px;
}
*/

/*
#productoslista{

}
#productoslista .productolista{

}
#productoslista .productolista .card-image{
    height: 200px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ffffff;
}
#productoslista .productolista .card-content{
    overflow: hidden;
    height: 150px;
}
*/



/* Large & desktop Desktop Devices */
@media screen and (min-width: 993px) {

}

/* Tablet Devices */
@media screen and (max-width: 992px) {
}

/* Mobile Devices */
@media screen and (max-width: 600px) {

}

