diff --git a/wp-content/themes/apus-theme/assets/css/style.css b/wp-content/themes/apus-theme/assets/css/style.css index 90e5a3b5..0e765bc7 100644 --- a/wp-content/themes/apus-theme/assets/css/style.css +++ b/wp-content/themes/apus-theme/assets/css/style.css @@ -1270,4 +1270,14 @@ footer .btn-primary:hover { color: var(--color-orange-primary); } -/* ELIMINADO: .contact-info h6 para mantener Bootstrap default del template */ +/* Restaurar estilos Bootstrap para h6 dentro de contact-info (override de estilos globales lĂ­nea 110-116) */ +.contact-info h6 { + font-family: inherit !important; + font-weight: 500 !important; + line-height: 1.2 !important; + margin-bottom: 0.5rem !important; +} + +.contact-info .text-muted { + font-size: inherit !important; +}