/* CSS Document */
/* 
 *	Go-media | Design + Comunication + Development + Marketing Online
 *  info@go-media.com | www.go-media.com.ar
 * 
*/
@charset "utf-8";

.parallax-container {
    height: 300px;
}

.slider{
    height: 600px;
}
.slider .slides li img{
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
}


.productos-categoria .producto-item {
    margin-bottom: 40px;
}
.productos-categoria  .producto-item .img {
    position: relative;
}
.productos-categoria  .producto-item .img img{
    position: relative;
    height: 250px;
    top:0;
    transition: all 0.5s ease-out;
}
.productos-categoria  .producto-item .img .deco{
    position: absolute;width: 70%;height: 80%;top: 20px;left: 15%;z-index: -1;
}
.productos-categoria  .producto-item .titulo{
    margin-top: 5px; margin-bottom: 0;
}
.productos-categoria  .producto-item:hover .img img{
    top: -20px;
}

/* 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) {
}