/* Estilos específicos para escritorio - sección pedir */
@media screen and (min-width: 769px) {
	.contenido {
		padding-top: 25px;
		height: auto !important;
	}

	.buscador {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin: 0 auto;
		width: 1400px;
	}

	.combo-rubros {
		display: flex;
		align-items: center;
		gap: 10px;
		position: relative;
		width: 550px;
		margin-left: 25px;
	}

	#lblRubro {
		display: inline-block;
		font-family: "Roboto Condensed", sans-serif;
		font-size: 1.1em;
		letter-spacing: 3px;
		font-weight: bolder;
		white-space: nowrap;
	}

	.frm-buscar {
		display: flex;
		flex-direction: row;
		margin-top: 10px;
	}

	.inp-buscar {
		width: 300px;
	}

	.btn-buscar {
		width: 150px;
	}

	.btn-limpiar {
		margin-left: 25px;
		width: 200px;
	}

	.productos {
		display: grid;
		grid-template-rows: 1fr;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
		grid-gap: 25px;
		padding: 25px;
		margin: 0 auto;
		width: 1400px;
	}

	.navPag {
		margin: 0 auto;
		padding-top: 0px;
		width: 1400px;
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}