/* Reset styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Body */
body {
    font-family: 'Orbitron', sans-serif;
    background-color: #1c1e26;
    color: #fff;
    overflow-x: hidden;
}

/* Header */
.header-img {
    width: 100%;
    height: auto;
    display: block;
}

/* Hero section */
#hero {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: linear-gradient(to right, #0f2027, #203a43, #2c5364);
    position: relative;
}

.hero-gamer .hero-content h2 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 20px;
}

.hero-gamer .hero-content p {
    font-size: 20px;
    color: #ddd;
    margin-bottom: 40px;
}

.button-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.btn {
    display: inline-block;
    padding: 15px 25px;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 8px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    transition: background-color 0.3s ease;
}

.btn-blue { background-color: #00aaff; }
.btn-red { background-color: #ff0033; }
.btn-green { background-color: #03633d; }
.btn-purple { background-color: #9b30ff; }
.btn-yellow { background-color: #c9be22; }
.btn-cyan { background-color: #f700ff; }
.btn-orange { background-color: #ff9900; }
.btn-pink { background-color: #ff66cc; }

/* Service sections */
.service-section {
    padding: 80px 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #252832;
    margin-bottom: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.service-info {
    max-width: 50%;
}

.service-info h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.service-info p {
    font-size: 18px;
    margin-bottom: 10px;
    color: #9b9b9b;
}

.service-image img {
    max-width: 400px;
    border-radius: 10px;
}

/* Colors for service headers */
.service-blue h2 { color: #00aaff; }
.service-red h2 { color: #ff0033; }
.service-green h2 { color: #00ff99; }
.service-purple h2 { color: #9b30ff; }
.service-yellow h2 { color: #ffcc00; }
.service-cyan h2 { color: #00ffff; }
.service-orange h2 { color: #ff9900; }
.service-pink h2 { color: #ff66cc; }

/* Footer */
footer {
    text-align: center;
    padding: 40px 0;
    background-color: #14151b;
    border-top: 2px solid #222;
}

footer p {
    font-size: 16px;
    color: #9b9b9b;
}

        .hero-section {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            background-image: url('cerebro_azul.webp'); /* Aquí va la imagen de fondo */
            background-size: cover;
            background-position: center;
            position: relative;
        }
        .clientes {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            background-image: url('encuestas_beyonce.jpeg'); /* Aquí va la imagen de fondo */
            background-size: cover;
            background-position: center;
            position: relative;
        }
        .llamadas_ia {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            background-image: url('llamadas_ia.jpg'); /* Aquí va la imagen de fondo */
            background-size: cover;
            background-position: center;
            position: relative;
        }
        .soporte_ia {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            background-image: url('soporte_ia.jpg'); /* Aquí va la imagen de fondo */
            background-size: cover;
            background-position: center;
            position: relative;
        }
        .voz_ia {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            background-image: url('voz_ia.webp'); /* Aquí va la imagen de fondo */
            background-size: cover;
            background-position: center;
            position: relative;
        }
        .correos_ia {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            background-image: url('correos_ia.png'); /* Aquí va la imagen de fondo */
            background-size: cover;
            background-position: center;
            position: relative;
        }
        .rag_ia {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            background-image: url('rag_ia.png'); /* Aquí va la imagen de fondo */
            background-size: cover;
            background-position: center;
            position: relative;
        }
        .citas_ia {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            background-image: url('citas_ia.jpeg'); /* Aquí va la imagen de fondo */
            background-size: cover;
            background-position: center;
            position: relative;
        }
        .analisis_ia {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            background-image: url('analisis_ia.jpg'); /* Aquí va la imagen de fondo */
            background-size: cover;
            background-position: center;
            position: relative;
        }
        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.5); /* Capa de color semitransparente */
        }
        .hero-content {
            z-index: 1; /* Poner el contenido sobre la imagen */
            text-align: center;
            color: white;
        }
        .hero-content h1 {
            font-size: 3rem;
            margin-bottom: 20px;
        }
        .cta-button {
            display: inline-block;
            background-color: #ff4b5c;
            color: white;
            padding: 15px 30px;
            text-align: center;
            font-size: 1.2rem;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            text-decoration: none;
        }
        .cta-button:hover {
            background-color: #ff6b7a;
        }


@media (max-width: 768px) {
    .service-section {
        flex-direction: column;
        text-align: center;
    }

    .service-info {
        max-width: 100%;
    }

    .service-image {
        margin-top: 20px;
    }

    nav ul {
        flex-direction: column;
    }
}

.hero-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-image: url('cerebro_azul.webp'); /* Aquí va la imagen de fondo */
    background-size: cover;
    background-position: center;
    position: relative;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Capa de color semitransparente */
}
.hero-content {
    z-index: 1; /* Poner el contenido sobre la imagen */
    text-align: center;
    color: white;
}
.hero-content h1 {
    font-size: 3rem;
    margin-bottom: 20px;
}
.cta-button {
    display: inline-block;
    background-color: #ff4b5c;
    color: white;
    padding: 15px 30px;
    text-align: center;
    font-size: 1.2rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}
.cta-button:hover {
    background-color: #ff6b7a;
}