.btn-primary {
	background-color: #0dcaf0;
	border-color: #0dcaf0;
	color: #055160;
}

.btn-primary:hover {
	background-color: #087990;
	border-color: #087990;
	color: #fff;
}

h2 {
	color: #055160;
}

.hero {
	background: url("../images/dp_01.jpg") center/cover no-repeat;
	color: #fff;
	position: relative;
}
.hero-overlay {
	background-color: rgba(0, 0, 0, 0.5);
	min-height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	padding: 60px 20px;
}
.hero h1 {
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.hero p {
	font-size: 1.2rem;
	margin-bottom: 30px;
}

/* Ajustes de márgenes y espaciados en secciones */
section {
	padding: 60px 0;
}
section h2 {
	margin-bottom: 40px;
}
/* Estilo para la imagen de "Nosotros" si lo deseas */
.nosotros-img {
	max-width: 100%;
	border-radius: 8px;
}

.card-img-top {
	height: 224px !important;
	max-height: 224px !important;
}

/* Footer */
footer {
	background-color: #333;
	color: #fff;
	padding: 20px 0;
}
