        /* Reset y estilos base */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: Arial, sans-serif;
            line-height: 1.6;
        }

        /* Estilos del hero */
        .hero-container {
            position: relative;
            width: 100%;
            height: 100vh;
            overflow: hidden; /* Asegúrate de que no haya desbordamiento */
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .background-video {
            position: absolute;
            top: 50%;
            left: 50%;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            z-index: -1; /* Asegura que el video esté detrás del contenido */
            transform: translate(-50%, -50%);
        }

        .content {
            position: relative; /* Para asegurar que el contenido se muestre sobre el video */
            z-index: 1; /* Asegura que el contenido esté por encima del video */
            color: white; /* Cambia el color según tu diseño */
            text-align: center; /* Centra el texto */
        }

        .overlay {
            position: relative;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.2);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .content-wrapper {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 90%;
            max-width: 1200px;
            color: white;
        }

        .text-content {
            flex: 1;
            padding-right: 50px;
        }

        .text-content h1 {
            font-size: 3.5rem;
            color: #4ecdc4;
            margin-bottom: 20px;
        }

        .text-content h2 {
            font-size: 2rem;
            margin-bottom: 20px;
        }

        .text-content p {
            margin-bottom: 30px;
        }

        .cta-buttons {
            display: flex;
            gap: 20px;
        }

        .btn {
            text-decoration: none;
            padding: 12px 24px;
            border-radius: 5px;
            transition: all 0.3s ease;
            display: inline-block;
        }

        .btn-primary {
            background-color: #ffffff;
            color: rgb(0, 0, 0);
        }

        .btn-secondary {
            background-color: transparent;
            border: 2px solid white;
            color: white;
        }

        .secondary-image-container {
            flex: 0 0 40%;
            max-width: 500px;
        }

        .secondary-image {
            width: 100%;
            filter: drop-shadow(5px 5px 3px #1e8d72);
            /*border-radius: 10px;
            box-shadow: 0 10px 20px rgba(0,0,0,0.3);*/
        }

        /* Sección de características */
        .features {
            display: flex;
            justify-content: space-around;
            padding: 50px 20px;
            background-color: #f9f9f9;
        }

        .feature {
            text-align: center;
            max-width: 300px;
            padding: 20px;
        }

        .feature-icon {
            font-size: 3rem;
            margin-bottom: 15px;
        }

        .logo {
            /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
        }

        .linka {
            text-decoration: none;
            color: white;
        }
        /* Responsive Design 
        @media (max-width: 1024px) {
            .content-wrapper {
                flex-direction: column;
                /*text-align: center;
            }

            .text-content {
                padding-right: 0;
                margin-bottom: 30px;
            }

            .cta-buttons {
                justify-content: center;
            }

            .features {
                flex-direction: column;
                align-items: center;
            }

            .feature {
                margin-bottom: 20px;
            }
        } 
        */
        /* Responsive Mejorado */
        @media (max-width: 768px) {
            .social-section {
                flex-direction: column;
                height: auto;
            }
        
            .social-item {
                flex: none; /* Eliminar distribución flexible */
                width: 100%; /* Ancho completo */
                padding: 20px;
            }
        
            .social-logo {
                width: 60px; /* Aún más pequeño en móviles */
                height: 60px;
            }
        
            .social-name {
                font-size: 0.9rem;
            }
        }
        
        /* Añadido para dispositivos muy pequeños */
        @media (max-width: 480px) {
            .social-item {
                padding: 15px;
            }
        
            .social-logo {
                width: 50px;
                height: 50px;
            }
        
            .social-name {
                font-size: 0.8rem;
            }
        }
        
        .social-section {
            display: flex;
            width: 100%;
            min-height: 300px; /* Altura mínima */
            flex-wrap: wrap; /* Permite que los elementos se envuelvan */
        }
        
        .social-item {
            flex: 1; /* Divide el espacio en partes iguales */
            min-width: 200px; /* Ancho mínimo para dispositivos pequeños */
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 20px;
            transition: all 0.3s ease;
        }
        
        /* Colores específicos para cada red social */
        .facebook {
            background-color: #3b5998;
            color: white;
        }
        
        .x {
            background-color: black;
            color: white;
        }
        
        .instagram {
            background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
            color: white;
        }
        
        .linkedin {
            background-color: #0077b5;
            color: white;
        }
        
        .tiktok {
            background-color: black;
            color: white;
        }
        
        .social-item:hover {
            transform: scale(1.05);
            box-shadow: 0 10px 20px rgba(0,0,0,0.2);
        }
        
        .social-logo {
            width: 80px; /* Reducido para dispositivos pequeños */
            height: 80px;
            margin-bottom: 15px;
        }
        
        .social-name {
            font-size: 1rem; /* Tamaño de fuente más pequeño */
            font-weight: bold;
            text-transform: uppercase;
            text-align: center; /* Centrar texto */
        }
        


        /* Estilos para el contenedor y los botones */
        .social-buttons {
            display: flex;
            justify-content: center; /* Centrar los botones */
            gap: 20px; /* Espacio entre los botones */
            padding: 20px; /* Espaciado interno */
        }

        .social-button {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 50px; /* Ancho del botón */
            height: 50px; /* Alto del botón */
            border-radius: 50%; /* Hacer los botones circulares */
            background-color: #f0f0f0; /* Color de fondo */
            color: #333; /* Color del ícono */
            text-decoration: none; /* Sin subrayado */
            transition: background-color 0.3s, transform 0.3s; /* Transiciones suaves */
        }

        .social-button:hover {
            background-color: #e0e0e0; /* Color de fondo al pasar el mouse */
            transform: scale(1.1); /* Aumentar tamaño al pasar el mouse */
        }

        .social-button i {
            font-size: 24px; /* Tamaño del ícono */
        }