diff --git a/wp-content/themes/apus-theme/assets/css/custom-style.css b/wp-content/themes/apus-theme/assets/css/custom-style.css index 08dcc7b2..557a3955 100644 --- a/wp-content/themes/apus-theme/assets/css/custom-style.css +++ b/wp-content/themes/apus-theme/assets/css/custom-style.css @@ -79,49 +79,7 @@ body { color: var(--color-orange-primary); } -/* NAVBAR y BOTÓN LET'S TALK: CSS movido a assets/css/style.css */ - -/* ======================================== - HERO SECTION -======================================== */ - -.hero-title { - background: linear-gradient(135deg, var(--color-navy-primary) 0%, var(--color-navy-light) 100%); - box-shadow: 0 4px 16px rgba(30, 58, 95, 0.25); - padding: 3rem 0; -} - -.hero-title h1 { - color: #ffffff !important; - font-weight: 700; - line-height: 1.4; - text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); - margin-bottom: 0; -} - -.category-badge { - background: rgba(255, 255, 255, 0.15); - backdrop-filter: blur(10px); - border: 1px solid rgba(255, 255, 255, 0.2); - color: rgba(255, 255, 255, 0.95); - padding: 0.375rem 0.875rem; - border-radius: 20px; - font-size: 0.813rem; - font-weight: 500; - text-decoration: none; - display: inline-block; - transition: all 0.3s ease; -} - -.category-badge:hover { - background: rgba(255, 133, 0, 0.2); - border-color: rgba(255, 133, 0, 0.4); - color: #ffffff; -} - -.category-badge i { - color: var(--color-orange-light); -} +/* NAVBAR, HERO SECTION, y BOTÓN LET'S TALK: CSS movido a assets/css/style.css */ /* ======================================== FEATURED IMAGE diff --git a/wp-content/themes/apus-theme/assets/css/hero.css b/wp-content/themes/apus-theme/assets/css/hero.css index d27b9c0e..be075d17 100644 --- a/wp-content/themes/apus-theme/assets/css/hero.css +++ b/wp-content/themes/apus-theme/assets/css/hero.css @@ -9,20 +9,9 @@ */ /* ============================================ - HERO SECTION - GRADIENTE AZUL + HERO SECTION - CATEGORY BADGES ============================================ */ -.hero-title { - background: linear-gradient(135deg, #1e3a5f 0%, #2c5282 100%); - box-shadow: 0 4px 16px rgba(30, 58, 95, 0.25); -} - -.hero-title h1 { - color: #ffffff !important; - font-weight: 700; - text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); -} - /* Category Badges en Hero */ .category-badge-hero { background: rgba(255, 255, 255, 0.15); @@ -54,15 +43,6 @@ /* Responsive */ @media (max-width: 767.98px) { - .hero-title { - padding-top: 3rem !important; - padding-bottom: 3rem !important; - } - - .hero-title h1 { - font-size: 1.75rem !important; - } - .category-badge-hero { font-size: 12px; padding: 4px 12px; diff --git a/wp-content/themes/apus-theme/assets/css/style.css b/wp-content/themes/apus-theme/assets/css/style.css index cc1b0724..11478104 100644 --- a/wp-content/themes/apus-theme/assets/css/style.css +++ b/wp-content/themes/apus-theme/assets/css/style.css @@ -693,7 +693,6 @@ img { background-color: var(--color-navy-primary) !important; box-shadow: 0 4px 12px rgba(30, 58, 95, 0.15); padding: 0.75rem 0; - margin-bottom: 0; transition: all 0.3s ease; } @@ -814,7 +813,6 @@ img { background: linear-gradient(135deg, var(--color-navy-primary) 0%, var(--color-navy-light) 100%); box-shadow: 0 4px 16px rgba(30, 58, 95, 0.25); padding: 3rem 0; - margin-top: 0; } .hero-title h1 {