.navbar {
  width:100%!important;
  padding: 0rem 0rem;
}
.sub_categoria{
	float:left!important;
	width:75%!important;
	margin-bottom: 15px!important;
}
.img_width{
	width:100%!important;
}
.row {
	margin-right:-8px!important
}
.row_descripcion{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
}

@media screen and (max-width: 43em) { 
	.menu_int{
		width:100%!important;
	}
	.menu_intt{
		width:100%!important;
	}
	.menu_imagen {
		width: 100%!important;
	}
	.sub_categoria{
		width:100%!important;
	}
	.img_width{
		width:30%!important;
	}	
	.menu_imagen_sin_foto{
		width: 100%;
	}
}

@media screen and (min-width:992px){
  .fixed{
	position:fixed;
	z-index:999;
	top:0px;
	width: 930px;
	}
	#carrito{
	 margin-top:200px;
	}	
	#listado{
	 margin-top:200px;
	}
	#desarrollo{
	 margin-top:200px;
	}
	#compra1{
	 margin-top:200px;
	}
	#consulta{
	 margin-top:200px;
	}
	.principal_top{
		margin-top:197px;
	}
}
@media screen and (min-width:1200px){
  .fixed{
	position:fixed;
	z-index:999;
	top:0px;
	width: 1112px;
	}
		.principal_top{
		margin-top:197px;
	}
}
@media screen and (max-width:520px){
	#carrito .carr-text-5 {
		margin: 0px!important;
	}

	#carrito .row-11 {
		display:none;
	}
}
