#dd_banners {
    width: 34%;
    display: flex;
    padding-left: 15px;
}

#dd_banners .home-categorias {
    width: 100%;
}

#dd_banners .home-categorias .title-home {
    display: none;
}

#dd_banners .categorias-grid {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
    gap: 10px;
}

#dd_banners .article-categorias {
    width: 100%;
    padding: 0;
}

#dd_banners .categoria {
    width: 100%;
}

#dd_banners .categoria .imagen-svg {
    width: 100%;
}

#dd_banners .categoria .imagen-svg picture {
    display: flex;
    width: 100%;
}

#dd_banners .categoria .imagen-svg img {
    width: 100%;
}

#dd_banners .textos {
    display: none;
}

@media (max-width: 991px){
	#dd_banners{
		width: 100%;
		padding: 0px;
	}
	
	#dd_banners .categorias-grid{
		flex-direction: row;
	}	
}