body {
	background-color: var(--color-fondo-body);
}

.container_productos {
	background: none;
	display: grid;
	width: 70%;
	margin: 0 auto;

	grid-template-rows: 50px 1fr 50px;
	grid-template-columns: 1fr;

	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 1.5em;

	justify-content: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.container_ofertas {
	background: none;
	display: grid;
	width: 70%;
	margin: 0 auto;

	grid-template-rows: 50px 50px 1fr 50px;
	grid-template-columns: 1fr;

	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 1.5em;

	justify-content: center;
	padding-top: 10px;
	padding-bottom: 10px;

	h1 {
		text-align: center;
	}
}

.frm-buscar {
	/* margin: auto; */
	display: flex;
	flex-direction: row;
	margin: 0 auto;
	/* margin-top: 10px; */
	/* height: 100px; */
}

.inp-buscar {
	height: 50px;
	font-weight: bolder;
	font-size: 1.2em;
	letter-spacing: 1.5px;
	width: 300px;
	padding-left: 10px;
}

input:focus {
	border: 3px solid var(--color-separador);
	outline: none; /* Puedes quitar el contorno predeterminado si lo deseas */
}

.btn-buscar {
	height: 50px;
	width: 150px;
	border: 1px solid black;
	border-radius: 5px;
}

.btn-buscar:hover {
	color: white;
	background-color: rgb(000, 000, 000);
	border: none;
}

.productos {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-column-gap: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.navPag {
	margin: auto;
	padding-top: 1px;
}

.navPag ul li a {
	font-size: 1.2em;
	padding: 5px 15px 5px 15px;
}

.grid-item-prg {
	border: 1px solid gray;

	display: grid;
	grid-template-rows: 1fr 35px 80px 165px;
	grid-template-columns: 1fr;
	grid-gap: 0px;

	/* background-color: white; */
	background-color: var(--color-productos-fondo-lista);
	color: var(--color-productos-letra-lista);
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);

	height: 100%;
}

div.img {
	display: flex;
	align-items: center; /* Centra verticalmente */
	justify-content: center; /* Centra horizontalmente */
}

img {
	width: 100%;
	height: 100%;
}

.img_producto:hover {
	transition: transform 0.5s ease;
	transform: scale(2) translateY(55px);
	border-radius: 25px;
	border: 5px solid var(--color-separador);
}

.codigo {
	font-weight: bolder;
	padding-top: 5px;
	padding-left: 10px;
}

.descripcion {
	font-weight: bold;
	font-size: 17px;
	padding-left: 10px;
}

.pie {
	padding-top: 0px;
	width: 100%;
	text-align: left;
	font-weight: bolder;
	/* color: royalblue; */
	color: var(--color-productos-letra-lista);
	display: flex;
	flex-direction: column;
	height: 175px;
}

.lista {
	font-family: "Roboto Condensed", sans-serif;
	padding-left: 10px;
	height: 25px;
	line-height: 25px;
}

a.page-link {
	color: black;
	/* background-color: red; */
}

.pagination {
	--bs-pagination-active-color: #fff;
	--bs-pagination-active-bg: black;
	--bs-pagination-active-border-color: black;
	--bs-pagination-hover-color: var(--color-separador);
}
/* .botonera_productos {
	width: 100%;
	display: flex;
	justify-content: space-between;

	button {
		font-family: "Roboto Condensed", sans-serif;
		width: 50px;
		height: 40px;
		font-size: 1.1em;
		letter-spacing: 3px;
		font-weight: bolder;
		cursor: pointer;
		border: 1px solid black;
		border-top: 1px solid black;
		column-gap: 5px;
	}

	#btn_add {
		background: url("../img/btn_add.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}
	#btn_sup {
		background: url("../img/btn_remove.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}
	#btn_send {
		background: url("../img/btn_send.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}

	button:hover {
		font-size: 1.1em;
		font-weight: bolder;
		color: white;
		background-color: black;
	}

	input {
		width: calc(100% - 150px);
		height: 40px;
		text-align: center;
		font-size: 1.2em;
		font-weight: bolder;
	}
} */

button.btn_pedir {
	font-family: "Roboto Condensed", sans-serif;
	width: 100%;
	height: 40px;
	font-size: 1.0em;
	letter-spacing: 1px;
	font-weight: bolder;
	cursor: pointer;
	border: none;
	background-color: var(--color-productos-fondo_pedir);
}

button.btn_pedir:hover {
	font-size: 1.0em;
	font-weight: bolder;
	color: white;
	background-color: black;
}

/* ---- MODAL ----*/
.modal {
	text-align: center;
}

.h1-grande,
.btn-grande {
	font-size: 1.6em;
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.row label {
	font-size: 1.5em;
	font-weight: bolder;
	font-style: italic;
}
.row input {
	font-size: 1.7em;
}
/* ---- MODAL ----*/

/* Media query para estilos específicos en pantallas más pequeñas */
@media screen and (max-width: 768px) {
	body {
		margin: 0;
		margin-left: 0px;
		padding: 0;
	}

	header {
		height: 80px;
		margin: 0;
	}

	.frm-buscar {
		display: flex;
		flex-direction: column;
		margin: 0 auto;
		margin-top: 10px;
		height: 100px;
	}

	.inp-buscar {
		margin-top: 10px;
		height: 50px;
		width: 100%;
		padding: 5px;
	}

	.btn-buscar {
		padding: 5px;
		width: 100%;
		margin-bottom: 10px;
		border-radius: 0px;
	}

	.container_productos {
		background: none;

		display: block;
		width: 90%;
		height: 100%;

		grid-template-rows: 76px 1fr 50px;
		grid-template-columns: 1fr;

		grid-row-gap: 10px;
		margin: 0 auto;

		font-family: "Roboto Condensed", sans-serif;
	}

	.grid-item-prg {
		display: block;
		grid-template-rows: 1fr 35px 80px 165px;
		grid-template-columns: 1fr;
		box-shadow: none;
		width: 100%;
	}

	.productos {
		grid-template-columns: 1fr;
		grid-gap: 10px;
		padding: 0px;
		width: 100%;
		margin-top: 20px;
	}

	.navPag {
		margin: auto;
		padding-top: 10px;
	}

	img {
		width: 100%;
	}
}
