.footer-text {
	font-size: 0.875rem;
	line-height: 1.5;
}

.footer-title {
	font-size: 1.125rem; /* Títulos en tamaño más grande */
}

.footer-problem-link {
	font-size: 1rem;
	text-decoration: none; /* Eliminar subrayado en el enlace */
	transition: color 0.3s ease;
}

	.footer-problem-link:hover {
		color: #ffc107; /* Color dorado para el hover */
	}

@media (max-width: 576px) {
	.footer-container {
		padding: 30px 10px;
	}
}
