Fix Footer Contact Form: Eliminar overrides CSS de Bootstrap

Eliminados todos los overrides de .contact-info h6 y .text-muted para
usar SOLO estilos default de Bootstrap 5, tal como lo hace el template.

Archivos modificados:
- footer-contact.css: Eliminado font-weight: 600 y font-size de h6
- footer.css: Eliminado font-weight: 400 de h6
- style.css: Eliminado font-weight: 400 de h6

Motivo: Template usa Bootstrap puro sin custom CSS para estos elementos.
Issue: #128

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
FrankZamora
2025-11-08 11:01:23 -06:00
parent 66003e6ec3
commit 58ceec7bee
3 changed files with 5 additions and 26 deletions

View File

@@ -25,16 +25,7 @@
Contact Info Styles
==================================================================== */
.contact-info h6 {
font-weight: 600;
font-size: 0.95rem;
color: #212529;
margin-bottom: 0.25rem;
}
.contact-info .text-muted {
font-size: 0.9rem;
}
/* NOTA: NO sobrescribimos h6 ni .text-muted para mantener estilos Bootstrap default del template */
.contact-info i {
flex-shrink: 0;
@@ -259,13 +250,7 @@
font-size: 0.95rem;
}
.contact-info h6 {
font-size: 0.9rem;
}
.contact-info .text-muted {
font-size: 0.85rem;
}
/* ELIMINADO: sobrescrituras de h6 y .text-muted para mantener Bootstrap default */
.contact-info i {
font-size: 1.1rem !important;
@@ -343,9 +328,7 @@
background-color: rgba(33, 37, 41, 0.15) !important;
}
.contact-info h6 {
color: #f8f9fa;
}
/* ELIMINADO: sobrescritura de h6 para mantener Bootstrap default */
#footerContactForm .form-control {
background-color: #212529;

View File

@@ -57,6 +57,4 @@ footer .btn-primary:hover {
color: var(--color-orange-primary);
}
.contact-info h6 {
font-weight: 400;
}
/* ELIMINADO: .contact-info h6 para mantener Bootstrap default del template */

View File

@@ -1270,6 +1270,4 @@ footer .btn-primary:hover {
color: var(--color-orange-primary);
}
.contact-info h6 {
font-weight: 400;
}
/* ELIMINADO: .contact-info h6 para mantener Bootstrap default del template */