header {
	width: 100%;
}

.linea {
	height: 343px;
	border-left: 1px solid; border-left-style : outset;
	margin-left: 115%;
	border-left-style: outset;
}

header .mynav ul {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
}

header .mynav ul li a {
	display: block;
	font-size: 14px;
	color: black;
	text-decoration: none;
	padding: 0px 2px;
	position: relative;
}

.active {
	border-bottom: 5px solid red;
}

.imagen {
	text-align: center;
	margin-bottom: 5%;
	margin-top: 10%;
	display: table-row;
}

div.contenedor {
	width: 100%;
	height: auto;
	margin-top: 5%;
	display: grid;
	grid-gap: 15px;
	grid-template-columns: repeat(3, 33%);
}

.box {
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 15%;
}

.precio {
	color: #3498db;
	margin-bottom: 5%;
	text-align: center;
	font-size: 130%;
	display: table-row;
}

.nota {
	color: #3498db;
	margin-bottom: 5%;
	text-align: center;
	font-size: 130%;
	display: table-row;
}

.frase {
	margin-bottom: 5%;
	font-size: 100%;
	display: table-row;
}

.descripcion {
	margin-bottom: 5%;
	font-size: 100%;
	display: table-row;
}

.cta {
	text-align: center;
	margin-bottom: 5%;
	font-size: 90%;
	display: table-row;
}

div.titulo {
	font-size: 25px;
	margin-top: 2%;
	margin-bottom: 15px;
	color: #3498db;
	text-align: center;
}

.btn_inventario {
	background: none;
	color: rgb(222, 47, 27);
	font-weight: bold;
	padding: 10px;
	border-radius: 5px;
	margin-top: 20px;
	font-size: 14px;
	text-align: center;
	width: 74%;
	height: 41px;
	margin: 0 auto;
	box-sizing: border-box;
	border: solid 1px rgb(222, 47, 27);
	cursor: pointer;
}

.btn_inventario:hover {
	background-color: rgb(222, 47, 27);
	color: rgb(255, 255, 255);
	border: solid 1px rgb(222, 47, 27);
}

@media screen and (max-width:800px) {
	div.contenedor {
		width: 100%;
		height: auto;
		margin-top: 5%;
		display: grid;
		grid-gap: 15px;
		grid-template-columns: repeat(2, 50%);
	}
	.box {
		margin-left: 10%;
		margin-right: 10%;
		margin-bottom: 15%;
	}
	header .mynav ul li a {
		display: block;
		font-size: 14px;
		color: black;
		text-decoration: none;
		padding: 0px 2px;
		position: relative;
	}
	.imagen {
		text-align: center;
		margin-bottom: 5%;
		margin-top: 10%;
		display: table-row;
		height: 58px;
	}
	.frase {
		font-size: 100%;
		display: table-row;
		height: 40px;
	}
	.descripcion {
		font-size: 100%;
		display: table-row;
		height: 54px;
	}
	.precio {
		color: #3498db;
		text-align: center;
		font-size: 130%;
		display: table-row;
		height: 35px;
	}
	.btn_inventario {
		background: none;
		color: rgb(222, 47, 27);
		font-weight: bold;
		padding: 10px;
		border-radius: 5px;
		font-size: 14px;
		text-align: center;
		height: 56px;
		margin: 0 auto;
		box-sizing: border-box;
		border: solid 1px rgb(222, 47, 27);
		cursor: pointer;
	}
	.btn_inventario:hover {
		background-color: rgb(222, 47, 27);
		color: rgb(255, 255, 255);
		border: solid 1px rgb(222, 47, 27);
	}
}

@media screen and (max-width:500px) {
	div.contenedor {
		width: 100%;
		height: auto;
		margin-top: 5%;
		display: table;
	}
	.box {
		margin-left: 1%;
		margin-right: 2%;
		margin-bottom: 15%;
	}
	header .mynav ul li a {
		display: block;
		font-size: 14px;
		color: black;
		text-decoration: none;
		padding: 0px 2px;
		position: relative;
	}
	.imagen {
		text-align: center;
		margin-bottom: 5%;
		margin-top: 10%;
		display: table-row;
		height: 58px;
	}
	.frase {
		font-size: 100%;
		display: table-row;
		height: 40px;
	}
	.descripcion {
		font-size: 100%;
		display: table-row;
		height: 54px;
	}
	.precio {
		color: #3498db;
		text-align: center;
		font-size: 130%;
		display: table-row;
		height: 35px;
	}
	.btn_inventario {
		background: none;
		color: rgb(222, 47, 27);
		font-weight: bold;
		padding: 10px;
		border-radius: 5px;
		font-size: 14px;
		text-align: center;
		height: 56px;
		margin: 0 auto;
		box-sizing: border-box;
		border: solid 1px rgb(222, 47, 27);
		cursor: pointer;
	}
	.btn_inventario:hover {
		background-color: rgb(222, 47, 27);
		color: rgb(255, 255, 255);
		border: solid 1px rgb(222, 47, 27);
	}
}