.categorias-home {
    margin-top: 30px;
    margin-bottom: 10px;
}
.categorias-home .box-categoria-home {
	margin-bottom: 20px;
	float: left;
}
.categorias-home .box-categoria-home a {
	position: relative;
}
.categorias-home .box-categoria-home a:hover, .categorias-home .box-categoria-home a:focus {
	
}
.categorias-home .box-categoria-home a.imagen-box-categoria-home {
   	width: 100%;
    height: 200px;
    float: left;
    overflow: hidden;
    border-radius: 3px
}
.categorias-home .box-categoria-home a.imagen-box-categoria-home img {
    height: auto;
    width: 100%;
}
.categorias-home .box-categoria-home a span {
    width: 70%;
    position: absolute;
    top: 10px;
}
.categorias-home .box-categoria-home a span b {
	display: block;
    background: #9bb518;
    color: #fff;
    padding: 5px 15px;
    font-size: 20px;
    font-weight: 700;
    float: left;
    text-transform: uppercase;
}
@media (max-width: 768px) {
	.categorias-home .box-categoria-home a.imagen-box-categoria-home {
	    width: 100%;
	    height: 100px;
	    float: left;
	    overflow: hidden;
	    border-radius: 3px;
	}
	.categorias-home .box-categoria-home a span b {
	    display: block;
	    background: #9bb518;
	    color: #fff;
	    padding: 5px 15px;
	    font-size: 14px;
	    font-weight: 700;
	    float: left;
	    text-transform: uppercase;
	}
}