 
        @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700;900&display=swap');

        body {
            font-family: 'Inter', sans-serif;
            scroll-behavior: smooth;
        }

        /* Desktop Hover Dropdowns */
        @media (min-width: 1024px) {
            .dropdown:hover>.dropdown-menu {
                display: block;
                animation: slideDown 0.2s ease-out;
            }
        }

        @keyframes slideDown {
            from { opacity: 0; transform: translateY(-10px); }
            to { opacity: 1; transform: translateY(0); }
        }

        /* Hero Background */
        .hero-gradient {
            background-image: linear-gradient(rgba(30, 58, 138, 0.85), rgba(59, 130, 246, 0.4)),
                url('https://i.ibb.co/sSpvWqz/logotipo.jpg');
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
        }

        /* Mobile Sidebar Transitions */
        #mobile-sidebar {
            transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .mobile-submenu-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease-out;
        }

        .mobile-submenu-content.active {
            max-height: 500px; /* Arbitrary large height for transition */
        }

        /* --- ESTILOS DEL BOTÓN FLOTANTE Y MODAL WHATSAPP --- */
        
        /* Botón Flotante Principal */
        .wa-float-trigger {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 70px;
            height: 70px;
            background: #25D366;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 35px;
            box-shadow: 0 4px 20px rgba(37, 211, 102, 0.5);
            cursor: pointer;
            z-index: 1000;
            transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            border: 4px solid white;
        }

        .wa-float-trigger:hover {
            transform: scale(1.1) rotate(15deg);
            background: #128C7E;
        }

        /* Etiqueta tooltip */
        .wa-tooltip {
            position: absolute;
            right: 85px;
            top: 50%;
            transform: translateY(-50%);
            background: white;
            color: #374151;
            padding: 8px 16px;
            border-radius: 10px;
            font-size: 0.9rem;
            font-weight: bold;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            white-space: nowrap;
            pointer-events: none;
        }
        
        .wa-float-trigger:hover .wa-tooltip {
            opacity: 1;
            visibility: visible;
            right: 90px;
        }

        /* Modal Styles */
        #wa-modal {
            backdrop-filter: blur(5px);
        }
        
        #wa-modal-content {
            transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
        }

        /* Map Container */
        .map-container {
            position: relative;
            padding-bottom: 56.25%;
            height: 0;
            overflow: hidden;
            border-radius: 1.5rem;
        }

        .map-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        /* Modal News (Existente) */
        .modal-news {
            display: none;
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, 0.7);
            backdrop-filter: blur(8px);
            z-index: 2000;
            align-items: center;
            justify-content: center;
            padding: 1rem;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .modal-news.active {
            display: flex;
            opacity: 1;
        }

        #modal-scroll-area::-webkit-scrollbar {
            width: 6px;
        }

        #modal-scroll-area::-webkit-scrollbar-thumb {
            background: #cbd5e1;
            border-radius: 10px;
        }

        .wa-chat-hint {
            background: white;
            padding: 0.75rem 1.25rem;
            border-radius: 1.25rem;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
            font-size: 0.875rem;
            font-weight: 600;
            color: #1f2937;
            border: 1px solid #f3f4f6;
            transform: translateY(10px);
            opacity: 0;
            transition: all 0.3s ease;
            pointer-events: none;
            position: relative;
        }

        .wa-chat-hint::after {
            content: '';
            position: absolute;
            bottom: -8px;
            right: 20px;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-top: 8px solid white;
        }

        .wa-floating-wrapper:hover .wa-chat-hint {
            transform: translateY(0);
            opacity: 1;
        }

        .wa-btn-circle {
            background-color: #25D366;
            color: white;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.8rem;
            box-shadow: 0 10px 30px rgba(37, 211, 102, 0.3);
            transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            border: 3px solid white;
            text-decoration: none;
        }

        .wa-btn-circle:hover {
            transform: scale(1.1);
            box-shadow: 0 15px 35px rgba(37, 211, 102, 0.4);
        }

        /* Map Container */
        .map-container {
            position: relative;
            padding-bottom: 56.25%;
            height: 0;
            overflow: hidden;
            border-radius: 1.5rem;
        }

        .map-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        /* Share Menu */
        .share-menu {
            display: none;
            position: absolute;
            bottom: 100%;
            right: 0;
            background: white;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
            border: 1px solid #e5e7eb;
            border-radius: 0.75rem;
            z-index: 20;
            padding: 0.5rem;
            margin-bottom: 0.5rem;
            min-width: 160px;
        }

        .share-menu.active {
            display: block;
            animation: fadeIn 0.2s ease-out;
        }

        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(5px); }
            to { opacity: 1; transform: translateY(0); }
        }

        /* Modal */
        .modal-news {
            display: none;
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, 0.7);
            backdrop-filter: blur(8px);
            z-index: 2000;
            align-items: center;
            justify-content: center;
            padding: 1rem;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .modal-news.active {
            display: flex;
            opacity: 1;
        }

        #modal-scroll-area::-webkit-scrollbar {
            width: 6px;
        }

        #modal-scroll-area::-webkit-scrollbar-track {
            background: transparent;
        }

        #modal-scroll-area::-webkit-scrollbar-thumb {
            background: #cbd5e1;
            border-radius: 10px;
        }

        /* Cards Hover */
        .internet-card {
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }

        .internet-card:hover {
            transform: translateY(-10px);
        }

        
       /* Video Container Styles */
        .video-wrapper {
            position: relative;
            padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
            height: 0;
            overflow: hidden;
            border-radius: 1rem;
            margin-top: 1rem;
            background: #000;
        }

        .video-wrapper iframe,
        .video-wrapper video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* Modal News */
        .modal-news {
            display: none;
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, 0.7);
            backdrop-filter: blur(8px);
            z-index: 2000;
            align-items: center;
            justify-content: center;
            padding: 1rem;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .modal-news.active {
            display: flex;
            opacity: 1;
        }

        #modal-scroll-area::-webkit-scrollbar {
            width: 6px;
        }

        #modal-scroll-area::-webkit-scrollbar-track {
            background: transparent;
        }

        #modal-scroll-area::-webkit-scrollbar-thumb {
            background: #cbd5e1;
            border-radius: 10px;
        }

       