diff --git a/wp-content/themes/apus-theme/assets/css/style.css b/wp-content/themes/apus-theme/assets/css/style.css index 2d338b57..54d1d02f 100644 --- a/wp-content/themes/apus-theme/assets/css/style.css +++ b/wp-content/themes/apus-theme/assets/css/style.css @@ -1177,3 +1177,83 @@ img { border-color: var(--color-orange-primary); color: #ffffff; } + +/* === FOOTER CONTACT FORM === */ + +/* Contact Form Styles */ + +.form-control { + border: 2px solid var(--color-neutral-100); + border-radius: 6px; + padding: 0.625rem 1rem; + transition: all 0.3s ease; +} + +.form-control:focus { + border-color: var(--color-orange-primary); + outline: none; +} + +.btn-contact-submit { + background-color: var(--color-orange-primary); + color: #ffffff; + font-weight: 600; + padding: 0.75rem 2rem; + border: none; + border-radius: 6px; + transition: all 0.3s ease; +} + +.btn-contact-submit:hover { + background-color: var(--color-orange-hover); + color: #ffffff; +} + +.btn-submit-form { + background-color: var(--color-orange-primary); + color: #ffffff; + font-weight: 600; + padding: 0.75rem; + border: none; + border-radius: 6px; + transition: all 0.3s ease; +} + +.btn-submit-form:hover { + background-color: var(--color-orange-hover); + color: #ffffff; +} + +/* Footer Styles */ + +footer { + background-color: var(--color-navy-dark); + color: rgba(255, 255, 255, 0.8); + padding: 3rem 0; +} + +footer h5 { + color: #ffffff; + font-weight: 600; + margin-bottom: 1rem; +} + +footer a { + color: rgba(255, 255, 255, 0.8); + text-decoration: none; + transition: color 0.3s ease; +} + +footer a:hover { + color: var(--color-orange-primary); +} + +footer .btn-primary { + background-color: var(--color-orange-primary); + border-color: var(--color-orange-primary); +} + +footer .btn-primary:hover { + background-color: var(--color-orange-hover); + border-color: var(--color-orange-hover); +} diff --git a/wp-content/themes/apus-theme/footer.php b/wp-content/themes/apus-theme/footer.php index c7761c12..641ce31d 100644 --- a/wp-content/themes/apus-theme/footer.php +++ b/wp-content/themes/apus-theme/footer.php @@ -2,137 +2,102 @@ /** * Footer Template * - * Replica EXACTAMENTE la estructura del template RDash (líneas 1022-1155) - * Sin wrappers extra. + * Replica EXACTAMENTE la estructura del template (líneas 1093-1151) + * Footer simple con newsletter y navegación. * * @package Apus_Theme * @since 1.0.0 */ ?> - -
-
-
-
-

- -
- -
-

- -
- -
-
-

+52 123 456 7890

-
-
- -
- -
-
-

contacto@apumexico.com

-
-
- -
- -
-
-

-
-
-
- - -
-
-
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- -
- -
-
-
-
-
-
-
-
- - -