        :root {
            --primary-green: #1e5631;
            --secondary-green: #1e5631;
            --light-green: #7fb069;
            --accent-green: #ffffff;
            --text-light: rgba(255, 255, 255, 0.9);
            --text-muted: white;
        }



        /* Footer Styles */
        .enhanced-footer {
            background: #005517;
            color: white;
            position: relative;
            overflow: hidden;
            margin-top: auto;
        }

        .enhanced-footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cpath d='M20 40c-5 0-9-4-9-9 0-4 3-7 6-8 1-6 6-10 12-10 6 0 11 4 12 10 4 0 7 3 7 7s-4 10-10 10H20z' fill='%23888888' opacity='0.2'/%3E%3C/svg%3E") repeat;
  background-size: 60px 60px;
  opacity: 0.4; /* controla la fuerza general del patrón */
  z-index: 0;
}


        .footer-content {
            position: relative;
            z-index: 1;
            padding: 4rem 0 15px;
        }

        .footer-brand {
            margin-bottom: 2rem;
        }

        .footer-brand h2 {
            font-size: 2.5rem;
            font-weight: 800;
            color: var(--accent-green);
            margin-bottom: 1rem;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
            letter-spacing: 2px;
        }

        .footer-brand p {
            font-size: 1.2rem;
            color: var(--text-muted);
            max-width: 400px;
            margin: 0 auto;
            line-height: 1.6;
        }

        .footer-section {
            margin-bottom: 2rem;
        }

        .footer-section h5 {
            font-size: 1.4rem;
            font-weight: 700;
            color: var(--accent-green);
            margin-bottom: 1.5rem;
            position: relative;
            padding-bottom: 0.5rem;
        }

        .footer-section h5::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 50px;
            height: 3px;
            background: linear-gradient(90deg, var(--light-green), transparent);
            border-radius: 2px;
        }

        .footer-links {
            list-style: none;
            padding: 0;
        }

        .footer-links li {
            margin-bottom: 0.8rem;
            transform: translateX(0);
            transition: all 0.3s ease;
        }

        .footer-links a {
            color: var(--text-muted);
            text-decoration: none;
            font-size: 1.1rem;
            position: relative;
            transition: all 0.3s ease;
            display: inline-block;
        }

        .footer-links a::before {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            bottom: -3px;
            left: 0;
            background: var(--light-green);
            transition: width 0.3s ease;
        }

        .footer-links a:hover {
            color: var(--accent-green);
            transform: translateX(8px);
        }

        .footer-links a:hover::before {
            width: 100%;
        }
        .book-img{
            
            height: 50px;
            width: auto;
        }

        .contact-info {
            margin-bottom: 1.5rem;
        }

        .contact-item {
            display: flex;
            align-items: center;
            margin-bottom: 1rem;
            padding: 0.8rem;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 10px;
            border-left: 4px solid var(--light-green);
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
        }

        .contact-item:hover {
            background: rgba(255, 255, 255, 0.15);
            transform: translateY(-2px);
        }

        .contact-item i {
            font-size: 1.3rem;
            color: var(--accent-green);
            margin-right: 1rem;
            width: 25px;
            text-align: center;
        }

        .contact-item p {
            margin: 0;
            color: var(--text-light);
            font-size: 1.1rem;
        }

        .social-links {
            display: flex;
            gap: 1rem;
            justify-content: center;
            margin-top: 2rem;
        }

        .social-link {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 55px;
            height: 55px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            color: var(--text-light);
            font-size: 1.5rem;
            text-decoration: none;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            position: relative;
            overflow: hidden;
            backdrop-filter: blur(10px);
            border: 2px solid transparent;
        }

        .social-link::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, var(--light-green), var(--accent-green));
            transform: scale(0);
            transition: transform 0.4s ease;
            border-radius: 50%;
        }

        .social-link:hover {
            transform: translateY(-8px) scale(1.1);
            border-color: var(--accent-green);
            box-shadow: 0 15px 35px rgba(127, 176, 105, 0.4);
        }

        .social-link:hover::before {
            transform: scale(1);
        }

        .social-link i {
            position: relative;
            z-index: 1;
        }

        .footer-bottom {
            background:rgba(1, 70, 21, 0.68);
            padding: 10px 0;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
        }

        .footer-bottom p {
            margin: 0;
            color: var(--text-muted);
            font-size: 1rem;
        }

        .wave-divider {
            position: absolute;
            top: -1px;
            left: 0;
            width: 100%;
            height: 60px;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z" fill="%23f8f9fa"></path></svg>') no-repeat center top;
            background-size: cover;
        }

        /* Newsletter Section */
        .newsletter {
            background: rgba(255, 255, 255, 0.1);
            padding: 2rem;
            border-radius: 15px;
            margin: 2rem 0;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .newsletter h6 {
            color: var(--accent-green);
            font-size: 1.3rem;
            font-weight: 700;
            margin-bottom: 1rem;
        }

        .newsletter-form {
            display: flex;
            gap: 0.5rem;
            margin-top: 1rem;
        }

        .newsletter-form input {
            flex: 1;
            padding: 12px 16px;
            border: none;
            border-radius: 25px;
            background: rgba(255, 255, 255, 0.9);
            font-size: 1rem;
            outline: none;
        }

        .newsletter-form button {
            padding: 12px 24px;
            background: linear-gradient(135deg, var(--light-green), var(--accent-green));
            border: none;
            border-radius: 25px;
            color: white;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .newsletter-form button:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(127, 176, 105, 0.3);
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .footer-brand h2 {
                font-size: 2rem;
            }
            
            .footer-content {
                padding: 3rem 0 1rem;
            }
            
            .footer-section h5 {
                font-size: 1.2rem;
                text-align: center;
            }
            
            .footer-section h5::after {
                left: 50%;
                transform: translateX(-50%);
            }
            
            .contact-item {
                flex-direction: column;
                text-align: center;
                padding: 1rem;
            }
            
            .contact-item i {
                margin-right: 0;
                margin-bottom: 0.5rem;
            }
            
            .social-links {
                justify-content: center;
                flex-wrap: wrap;
            }
            
            .newsletter-form {
                flex-direction: column;
            }
            
            .newsletter-form button {
                margin-top: 0.5rem;
            }

            .footer-links {
                text-align: center;
            }

            .wave-divider {
                height: 40px;
            }
        }

        @media (max-width: 576px) {
            .footer-brand h2 {
                font-size: 1.8rem;
            }
            
            .social-link {
                width: 45px;
                height: 45px;
                font-size: 1.2rem;
            }
            
            .contact-item {
                margin-bottom: 0.8rem;
            }
            
            .newsletter {
                padding: 1.5rem;
                margin: 1rem 0;
            }
        }