.top {
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	padding: 10px;
}
.imagen-responsiva {
	max-width: 30%;
	height: auto;
	display: block;
}
.container {
	height: 70px;
	color: #fff;
	margin-top: 10px;
}
.content {
	background: #E21C25;
	height: auto;
}
row {
	background: #E21C25;
}
p {
	background: #E21C25;
}
.btn {
	background: #000;
	text: #fff;
	font-size: 40px;
	color: #fff;
	width: 400px;
	margin-top: 25px;
}
.btn:hover {
	background: #fff;
	text: #fff;
	font-size: 40px;
	font-weight: bold;
	color: #000;
	width: 400px;
	margin-top: 25px;
}
.texto {
	color: #fff;
	text-align: center;
	font-size: 30px;
	padding: 20px;
	font-weight: bold;
}
.content2 {
	background: #E21C25;
	height: auto;
	text: #fff;
	font-size: 40px;
}
.texto2 {
	color: #fff;
	text-align: center;
	font-size: 20px;
	padding: 20px;
	font-weight: bold;
}
.footer {
	background: #E21C25;
	height: 100px;
}