@font-face {font-family: "Bangers", cursive; src: url(fonts/BANGERS-REGULAR.TTF);}
@font-face {font-family: "MVBoli"; src: url(fonts/mvboli.ttf);}
@font-face {font-family: "Matura"; src: url(fonts/MATURASC.TTF);}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
body {
  background: #fff;
}
header {
  position: fixed;
  width: 100vw;
  background: #ffff;
  top: 0;
  left: 0;
  z-index:5000;
}
.logo {
  position: relative;
  z-index: 123;
  padding: 10px;
  height: 80px;
  float: left;
  width: left;
  color: #fff;
  text-align: center;
  padding: 10px 0px 0px 20px;
}

.logo a {
  color: #fff !important;
}
.logo img {
  height: 70px;
}
.logo h1 {
  position: relative;
  float: right;
  top: 10px;
  font-family: 'Matura';
  font-size: 30px;
  letter-spacing: 2px;
}

.logo h3 {
    position: relative;
    float: none;
    top: -30px;
    left: 30px;
    font-family: 'Matura';
    font-size: 20px;
    letter-spacing: 2px;
  }
  
.logo a {
  color: #6ddb07;
}
nav {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
#cssmenu ul {
  text-transform: uppercase;
  padding-top: 48px;
}
#cssmenu ul li ul {
  margin-top: -48px;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu ul li a {
  border: 0;
  list-style: none;
  line-height: 1.5;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #head-mobile {
  display: none;
}
#cssmenu {
  font-family: sans-serif;
  background-color: #000;
  background-image: url('../images/top_background.jpg');
  height: 100px;
}

#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li > a {
  padding: 17px;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #ddd;
  font-weight: 700;
}
#cssmenu > ul > li:hover > a,
#cssmenu ul li.active a {
  color: #fff;
}
#cssmenu > ul > li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
  background: red !important;
  -webkit-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: "";
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: "";
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  background: #111;
  transition: all 0.25s ease;
}
#cssmenu ul ul li:hover {
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu li:hover > ul > li {
  height: auto;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #ddd;
  font-weight: 400;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #fff;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: "";
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: "";
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
  background: #111111;
}
#cssmenu ul ul ul li.active a {
  border-left: 1px solid #111;
}
#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active > a {
  border-top: 1px solid #111;
}

#social-icons {
  position: fixed;
  top: 10px;
  right: 30px;
  display: flex;
  flex-wrap: nowrap;
  flex-flow: row;
  z-index: 200;
}

.social-icon {
  margin: 0px 5px;
}

.social-icon img {
  height: 25px;
}

.css-slider-wrapper {
  display: block;
  background: #FFF;
  overflow: hidden;
  position: relative;
  left: 0;
  right: 0;
  top: 100px;
  height: calc(100vh - 100px);
  bottom: 0;
}

/* Slider */
.slider {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  -webkit-transition: -webkit-transform 1600ms;
  transition: -webkit-transform 1600ms, transform 1600ms;
  -webkit-transform: scale(1);
  transform: scale(1);
}
 


/*Estilos generales del boton whatsapp*/
.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}

/*Estilos solo al icono whatsapp*/
.whatsapp-btn i {
  color: #fff;
  font-size: 44px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
}

/*Estilos con animation contorno respirando*/
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/*Estilos de animacion del icono latiendo*/
@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

/* zona de banner cookies */
.cookie-banner, .cookie-modal .modal-content {
    background-color: #1f2833;
    border: 1px solid #45a29e;
    box-shadow: 0 0 10px #45a29e, 0 0 20px rgba(70, 166, 158, 0.4);
}

.cookie-modal .modal-content h3 {
    color: #66fcf1;
}

.btn-sci-fi {
    background-color: transparent;
    border: 1px solid #66fcf1;
    color: #66fcf1;
    cursor: pointer;
    font-size: 14px;
    padding: 10px 15px;
    font-family: 'Courier New', Courier, monospace;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.btn-sci-fi:hover {
    background-color: #66fcf1;
    color: #1f2833;
    box-shadow: 0 0 10px #66fcf1;
}

/* ---- Estilos específicos para el banner ---- */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.cookie-content {
    max-width: 1000px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.cookie-banner a {
    color: #45a29e;
    text-decoration: none;
}

/* ---- Estilos del modal ---- */
.cookie-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 2000;
}

.modal-content {
    padding: 30px;
    border-radius: 5px;
    max-width: 600px;
}

.cookie-options {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.option-text {
    margin-left: 20px;
}

.option-text p {
    margin: 0;
    font-size: 16px;
    color: #c5c6c7;
}

.cookie-desc {
    font-size: 12px;
    color: #7f8c8d;
    margin-top: 5px;
}

/* ---- Estilos de los interruptores ---- */
.cookie-banner, .cookie-modal .modal-content {
    background-color: rgba(13, 26, 38, 0.9);
    border: 2px solid #32cd32;
    box-shadow: 0 0 15px #32cd32, inset 0 0 10px #32cd32;
}

.cookie-modal .modal-content h3 {
    color: #ff33ff;
}
.cookie-buttons {
  margin-top: 20px;
}
.cookie-buttons button {
  margin: 0px 10px;
}

.btn-gamer {
    background-color: transparent;
    border: 2px solid #4df12a;
    color: #4df12a;
    cursor: pointer;
    font-size: 12px;
    padding: 10px 15px;
    font-family: 'Press Start 2P', cursive;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 10px #4df12a;
    border-radius: 5px;
}

.btn-gamer:hover {
    background-color: #4df12a;
    color: #0d1a26;
    box-shadow: 0 0 15px #4df12a;
}

/* ---- Estilos específicos para el banner ---- */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.cookie-content {
    max-width: 1000px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.cookie-banner p {
    font-size: 12px;
    line-height: 1.5;
}

.cookie-banner a {
    color: #ff33ff;
    text-decoration: none;
}

/* ---- Estilos del modal ---- */
.cookie-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 2000;
}

.modal-content {
    padding: 30px;
    border-radius: 5px;
    max-width: 600px;
}

.cookie-options {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.option-text {
    margin-left: 20px;
}

.option-text p {
    margin: 0;
    font-size: 14px;
    color: #ffffff;
}

.cookie-desc {
    font-size: 10px;
    color: #7f8c8d;
    margin-top: 5px;
}

/* ---- Estilos de los interruptores ---- */
.cookie-banner, .cookie-modal .modal-content {
    background-color: rgba(13, 26, 38, 0.9);
    border: 2px solid #0099ff; /* Borde azul */
    box-shadow: 0 0 15px #0099ff, inset 0 0 10px #0099ff; /* Brillo azul */
}

.cookie-modal .modal-content h3 {
    color: #00e5ff; /* Título azul cian */

}

.btn-gamer {
    background-color: transparent;
    border: 2px solid #0099ff; /* Borde azul */
    color: #0099ff; /* Texto azul */
    cursor: pointer;
    font-size: 12px;
    padding: 10px 15px;
    font-family: 'Press Start 2P', cursive;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 10px #0099ff; /* Brillo de botón azul */
    border-radius: 5px;
}

.btn-gamer:hover {
    background-color: #0099ff;
    color: #0d1a26;
    box-shadow: 0 0 15px #0099ff;
}

/* ---- Estilos específicos para el banner ---- */
.cookie-banner, .cookie-modal .modal-content {
    background-color: rgba(13, 26, 38, 0.9);
    border: 2px solid #0099ff; /* Borde azul */
    box-shadow: 0 0 15px #0099ff, inset 0 0 10px #0099ff; /* Brillo azul */
}

.cookie-modal .modal-content h3 {
    color: #00e5ff; /* Título azul cian */
}

.btn-gamer {
    background-color: transparent;
    border: 2px solid #0099ff; /* Borde azul */
    color: #0099ff; /* Texto azul */
    cursor: pointer;
    font-size: 12px;
    padding: 10px 15px;
    font-family: 'Press Start 2P', cursive;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 10px #0099ff; /* Brillo de botón azul */
    border-radius: 5px;
}

.btn-gamer:hover {
    background-color: #0099ff;
    color: #0d1a26;
    box-shadow: 0 0 15px #0099ff;
}

/* ---- Estilos específicos para el banner ---- */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.cookie-content {
    max-width: 1000px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
}

.cookie-banner p {
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
}

.cookie-banner a {
    color: #00e5ff; /* Enlace azul cian */
    text-decoration: none;
}

/* ---- Estilos del modal ---- */
.cookie-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 2000;
}

.modal-content {
    padding: 30px;
    border-radius: 5px;
    max-width: 600px;
    color: #fff;
}

.cookie-options {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.option-text {
    margin-left: 20px;
}

.option-text p {
    margin: 0;
    font-size: 14px;
    color: #ffffff; /* Texto de opciones blanco */
}

.cookie-desc {
    font-size: 10px;
    color: #bdc3c7; /* Texto de descripción gris claro */
    margin-top: 5px;
}

/* ---- Estilos de los interruptores ---- */
.switch-container {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
    margin-top: 5px;
}

.switch-container input {
    opacity: 0;
    width: 0;
    height: 0;
}

.checkbox-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #8395a7;
    transition: .4s;
    border-radius: 34px;
    box-shadow: 0 0 5px #8395a7;
}

.checkbox-slider:before {
    position: absolute;
    content: "";
    height: 19px;
    width: 19px;
    left: 3px;
    bottom: 3px;
    background-color: #ffffff;
    transition: .4s;
    border-radius: 50%;
}

.cookie-modal input:checked + .checkbox-slider {
    background-color: #0099ff; /* Fondo del interruptor activado azul */
    box-shadow: 0 0 10px #0099ff;
}

.cookie-modal input:focus + .checkbox-slider {
    box-shadow: 0 0 1px #0099ff;
}

.cookie-modal input:checked + .checkbox-slider:before {
    transform: translateX(25px);
}

/* css de newletter */
/* Contenedor principal del formulario en dos columnas */
.newsletter-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Dos columnas de igual tamaño */
    gap: 40px; /* Espacio entre las columnas */
    background-color: #222;
    padding: 40px;
    margin: auto;
    max-width: 100%;
    border-radius: 5px;
}

/* Estilos de la columna de texto */
.newsletter-text-col {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.newsletter-text-col h3 {
    font-size: 2rem;
    color: #00e5ff;
    text-shadow: 0 0 10px #00e5ff;
    margin-bottom: 20px;
}

.newsletter-text-col p {
    font-size: 14px;
    color: #bdc3c7;
    line-height: 1.6;
}

.visual-element {
    /* Aquí puedes dar estilo a tu elemento visual si lo añades */
    width: 100%;
    height: 50px;
    background: #1f2833;
    border: 1px dashed #0099ff;
    margin-top: 20px;
}

:root {
            --bg-dark: #0a0a1a;
            --text-light: #e0e0e0;
            --main-glow: #00ff77;
            --second-glow: #00c6ff;
            --btn-bg: rgba(0, 255, 119, 0.1);
            --form-bg: rgba(255, 255, 255, 0.05);
            --border-color: rgba(0, 255, 119, 0.5);
            --input-focus: rgba(0, 255, 119, 0.8);

            /* New colors from the provided CSS */
            --bubble-blue: #00c6ff;
            --bubble-green: #00ff77;
            --bubble-pink: #ff00c6;
            --bubble-yellow: #ffc600;
        }

        /* Base Styles */
        body {
            font-family: 'Poppins', sans-serif;
            background-color: var(--bg-dark);
            color: var(--text-light);
            line-height: 1.6;
            margin: 0;
            overflow-x: hidden;
            position: relative;
        }

        h1, h2, h3, h4 {
            font-family: 'Press Start 2P', cursive;
            margin: 0;
        }

        a {
            text-decoration: none;
            color: inherit;
        }
        
        /* Animated Background */
        .background-grid {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 0;
            background-image: 
                linear-gradient(to right, rgba(0, 255, 119, 0.1) 1px, transparent 1px),
                linear-gradient(to bottom, rgba(0, 255, 119, 0.1) 1px, transparent 1px);
            background-size: 50px 50px;
            opacity: 0.4;
            animation: pan-grid 25s linear infinite;
        }

        @keyframes pan-grid {
            from { background-position: 0 0; }
            to { background-position: -50px -50px; }
        }

        #code-rain-container {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            overflow: hidden;
            z-index: 1;
        }

        .code-rain-char {
            position: absolute;
            color: rgba(0, 255, 119, 0.8);
            font-size: 0.75rem;
            animation: fall linear infinite;
        }

        @keyframes fall {
            from { transform: translateY(-100vh); opacity: 1; }
            to { transform: translateY(100vh); opacity: 0; }
        }

        /* Navigation */
        .pixel-nav {
            background-color: rgba(0, 0, 0, 0.7);
            position: fixed;
            width: 100%;
            z-index: 50;
            top: 0;
            padding: 1rem 0;
            box-shadow: 0 5px 15px rgba(0, 255, 119, 0.2);
        }

        .pixel-nav-inner {
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 0.875rem;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 2rem;
        }

        .pixel-nav a {
            text-decoration: none;
            color: var(--text-light);
            text-shadow: 0 0 5px var(--second-glow);
            transition: all 0.2s ease-in-out;
            padding: 0.5rem 1rem;
            border-radius: 9999px;
            font-weight: bold;
        }
        
        .pixel-nav a:hover {
            color: var(--main-glow);
            text-shadow: 0 0 10px var(--main-glow);
            transform: translateY(-2px);
            background-color: rgba(0, 255, 119, 0.1);
        }

        .nav-logo {
            font-size: 1.5rem;
            color: var(--main-glow);
            text-shadow: 0 0 10px var(--main-glow), 0 0 20px var(--second-glow);
        }
        
        /* Main Content */
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 2rem;
            position: relative;
            z-index: 10;
        }
        
        /* Hero Section */
        .hero-section {
            padding-top: 10rem;
            text-align: center;
            min-height: 80vh;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        
        .hero-section h1 {
            font-size: clamp(2rem, 8vw, 4rem);
            color: var(--main-glow);
            text-shadow: 0 0 10px var(--main-glow), 0 0 20px rgba(0, 255, 119, 0.5);
        }
        
        .hero-section p {
            font-size: clamp(0.9rem, 3vw, 1.25rem);
            color: var(--text-light);
            margin-top: 1rem;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
            text-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
        }

        .cta-btn {
            display: inline-block;
            margin-top: 2rem;
            background: var(--btn-bg);
            border: 2px solid var(--main-glow);
            color: var(--main-glow);
            padding: 0.75rem 2rem;
            font-size: 1rem;
            font-weight: bold;
            text-transform: uppercase;
            border-radius: 9999px;
            transition: all 0.3s ease-in-out;
            box-shadow: 0 0 10px var(--main-glow);
        }

        .cta-btn:hover {
            background-color: var(--main-glow);
            color: var(--bg-dark);
            box-shadow: 0 0 20px var(--main-glow);
            transform: translateY(-3px) scale(1.05);
        }
        
        /* Carousel */
        .carousel-container {
            position: relative;
            max-width: 100%;
            overflow: hidden;
            margin-top: 100px; /* Space for nav */
            border-radius: 1rem;
            box-shadow: 0 0 25px rgba(0, 255, 119, 0.2);
            border: 2px solid rgba(0, 255, 119, 0.5);
        }

        .carousel-track {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }

        .carousel-slide {
            flex: 0 0 100%;
            height: 400px; /* Set a fixed height for consistency */
            background-size: cover;
            background-position: center;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            color: white;
            padding: 2rem;
            position: relative;
        }

        .carousel-slide::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
        }

        .carousel-slide h3, .carousel-slide p {
            position: relative;
            z-index: 2;
            text-shadow: 0 0 10px black;
        }

        .carousel-nav-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(0, 0, 0, 0.5);
            border: none;
            color: white;
            font-size: 2rem;
            padding: 0.5rem;
            cursor: pointer;
            border-radius: 50%;
            z-index: 10;
            transition: background 0.3s;
        }

        .carousel-nav-btn:hover {
            background: rgba(0, 0, 0, 0.8);
        }

        .carousel-nav-btn.prev { left: 1rem; }
        .carousel-nav-btn.next { right: 1rem; }

        /* Services Section */
        .services-section {
            padding: 4rem 0;
        }
        
        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            margin-top: 4rem;
        }
        
        .service-card {
            background-color: rgba(255, 255, 255, 0.05);
            border: 2px solid var(--border-color);
            border-radius: 1rem;
            padding: 2rem;
            text-align: center;
            transition: transform 0.3s, box-shadow 0.3s;
            box-shadow: 0 0 10px rgba(0, 255, 119, 0.2);
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .service-card:hover {
            transform: translateY(-10px) scale(1.02);
            box-shadow: 0 0 25px var(--main-glow);
        }

        .service-card h3 {
            font-size: 1.25rem;
            color: var(--second-glow);
            text-shadow: 0 0 5px var(--second-glow);
            margin-bottom: 1rem;
        }

        .service-card p {
            margin-bottom: 1rem;
        }

        .service-card .icon {
            font-size: 3rem;
            color: var(--main-glow);
            text-shadow: 0 0 10px var(--main-glow);
            animation: pulse-icon 2s infinite ease-in-out;
            margin-bottom: 1.5rem;
        }

        @keyframes pulse-icon {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.1); }
        }

        .service-btn {
            display: inline-block;
            margin-top: auto;
            background: var(--btn-bg);
            border: 2px solid var(--second-glow);
            color: var(--second-glow);
            padding: 0.75rem 2rem;
            font-size: 1rem;
            font-weight: bold;
            text-transform: uppercase;
            border-radius: 9999px;
            transition: all 0.3s ease-in-out;
            box-shadow: 0 0 10px var(--second-glow);
        }

        .service-btn:hover {
            background-color: var(--second-glow);
            color: var(--bg-dark);
            box-shadow: 0 0 20px var(--second-glow);
            transform: translateY(-3px) scale(1.05);
        }

        /* Technologies Section */
        .tech-section {
            padding: 4rem 0;
            text-align: center;
        }

        .tech-section h2 {
            color: var(--main-glow);
            text-shadow: 0 0 10px var(--main-glow);
            margin-bottom: 2rem;
        }

        .tech-logos {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 2rem;
            flex-wrap: wrap;
        }

        .tech-logos i {
            font-size: 4rem;
            color: var(--text-light);
            transition: all 0.3s ease-in-out;
            filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.1));
            width: 4rem;
            height: 4rem;
        }
        
        .tech-logos i:hover {
            color: var(--second-glow);
            transform: scale(1.2) rotate(10deg);
            text-shadow: 0 0 15px var(--second-glow);
        }
        
        .tech-logos img {
            height: 3rem;
            width: auto;
        }

        /* Contact Section */
        .contact-section {
            padding: 4rem 0;
            background-color: rgba(0, 0, 0, 0.5);
            border-top: 2px solid var(--border-color);
            border-bottom: 2px solid var(--border-color);
        }

        .contact-form {
            background-color: rgba(255, 255, 255, 0.05);
            padding: 2rem;
            border-radius: 1rem;
            border: 2px solid var(--border-color);
            box-shadow: 0 0 15px rgba(0, 255, 119, 0.3);
        }
        
        .contact-form input, .contact-form textarea {
            width: 100%;
            background: var(--form-bg);
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 0.5rem;
            padding: 0.75rem;
            color: var(--text-light);
            transition: border-color 0.3s, box-shadow 0.3s;
            outline: none;
        }
        
        .contact-form input:focus, .contact-form textarea:focus {
            border-color: var(--input-focus);
            box-shadow: 0 0 10px var(--input-focus);
        }

        .captcha-container {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 1rem;
            gap: 1rem;
            background: rgba(0, 0, 0, 0.2);
            padding: 0.5rem;
            border-radius: 0.5rem;
            border: 1px solid rgba(255, 255, 255, 0.1);
        }

        .captcha-text {
            font-family: 'Press Start 2P', cursive;
            font-size: 1.25rem;
            color: var(--second-glow);
            letter-spacing: 0.2rem;
            text-shadow: 1px 1px 2px black;
        }

        .captcha-refresh {
            cursor: pointer;
            color: var(--main-glow);
            font-size: 1.5rem;
        }
        
        .map-container {
            position: relative;
            width: 100%;
            height: 400px;
            overflow: hidden;
            border-radius: 1rem;
            border: 2px solid var(--border-color);
            box-shadow: 0 0 15px rgba(0, 255, 119, 0.3);
        }
        
        .map-container iframe {
            width: 100%;
            height: 100%;
            border: none;
        }

        /* Message Box */
        .message-box {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: var(--bg-dark);
            border: 2px solid var(--main-glow);
            border-radius: 0.75rem;
            padding: 2rem;
            z-index: 1000;
            box-shadow: 0 0 20px var(--main-glow);
            text-align: center;
            display: none;
        }
        
        .message-box p {
            margin-bottom: 1rem;
        }

        .message-box-btn {
            background-color: var(--main-glow);
            color: var(--bg-dark);
            border: none;
            padding: 0.5rem 1rem;
            border-radius: 9999px;
            cursor: pointer;
        }
        
        /* New message status for contact form */
        #contact-form-message {
            margin-top: 1rem;
            font-size: 1rem;
            text-align: center;
        }

        

        .newsletter-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 2rem;
            margin-bottom: 2rem;
            text-align: center;
        }

        .newsletter-form-col form {
            display: flex;
            flex-direction: column;
            gap: 1rem;
            align-items: center;
        }
        
        .newsletter-form-col .form-group {
            width: 100%;
        }

        .newsletter-form-col .form-group.checkbox-group {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            justify-content: center;
        }

        .newsletter-text-col h3 {
            font-size: clamp(1rem, 4vw, 1.5rem);
            color: var(--bubble-green);
        }
        
        .newsletter-text-col p {
            font-size: 0.75rem;
            color: var(--text-light);
            margin-top: 0.5rem;
        }

        .form-label {
            display: block;
            font-size: 0.75rem;
            margin-bottom: 0.25rem;
        }

        .newsletter-form-col input[type="email"] {
            width: 100%;
            padding: 0.5rem;
            background-color: rgba(255, 255, 255, 0.1);
            border: 2px solid var(--bubble-blue);
            color: var(--text-light);
            font-family: 'Poppins', sans-serif;
            font-size: 0.75rem;
            outline: none;
            transition: border-color 0.3s, box-shadow 0.3s;
            border-radius: 0.5rem;
            box-sizing: border-box;
        }

        .newsletter-form-col input[type="email"]:focus {
            border-color: var(--bubble-pink);
            box-shadow: 0 0 5px var(--bubble-pink);
        }
        
        .lopd-text {
            font-size: 0.6rem;
            color: var(--text-light);
            text-align: left;
        }

        .lopd-text a {
            color: var(--bubble-yellow);
            text-decoration: underline;
        }

        .newsletter-form-col .custom-checkbox {
            appearance: none;
            width: 1.5rem;
            height: 1.5rem;
            border: 2px solid var(--bubble-pink);
            background-color: rgba(255, 255, 255, 0.1);
            position: relative;
            cursor: pointer;
        }
        .newsletter-form-col .custom-checkbox:checked {
            background-color: var(--bubble-pink);
        }
        .newsletter-form-col .custom-checkbox:checked::after {
            content: '✓';
            color: var(--bg-dark);
            font-size: 1rem;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        
        
        
        .social-icons a {
            display: block;
            text-decoration: underline;
            margin-bottom: 0.5rem;
            color: var(--bubble-yellow);
        }
        
        .footer-bottom {
            padding-top: 2rem;
            border-top: 2px dashed var(--bubble-green);
            font-size: 0.6rem;
            color: var(--text-light);
        }

        /* New button style for newsletter form */
        .btn-gamer {
            background: var(--btn-bg);
            border: 2px solid var(--main-glow);
            color: var(--main-glow);
            padding: 0.75rem 2rem;
            font-size: 1rem;
            font-weight: bold;
            text-transform: uppercase;
            border-radius: 9999px;
            transition: all 0.3s ease-in-out;
            box-shadow: 0 0 10px var(--main-glow);
            cursor: pointer;
        }
        
        .btn-gamer:hover {
            background-color: var(--main-glow);
            color: var(--bg-dark);
            box-shadow: 0 0 20px var(--main-glow);
            transform: translateY(-3px) scale(1.05);
        }

        /* Responsive adjustments for footer */
        @media (min-width: 768px) {
            .newsletter-grid {
                grid-template-columns: 1fr 1fr;
            }
            
            .footer-container {
                grid-template-columns: repeat(4, 1fr);
            }

            .footer-info {
                grid-column: span 2;
            }
            .footer-links, .footer-legal, .footer-social {
                text-align: left;
            }
        }
        /* --- Nuevo carrusel de clientes --- */
        .clients-section {
            padding: 4rem 0;
            text-align: center;
        }

        .clients-section h2 {
            font-size: 2rem;
            color: var(--second-glow);
            text-shadow: 0 0 10px var(--second-glow);
            margin-bottom: 2rem;
        }

        .client-carousel {
            display: flex;
            overflow: hidden;
            border: 2px solid var(--border-color);
            border-radius: 1rem;
            padding: 1rem 0;
            white-space: nowrap;
            box-shadow: 0 0 15px rgba(0, 255, 119, 0.3);
            position: relative;
        }
        
        .client-logos {
            display: flex;
            animation: carousel-slide 20s linear infinite;
        }

        .client-logo {
            flex-shrink: 0;
            width: 150px;
            height: 75px;
            margin: 0 20px;
            opacity: 0.7;
            transition: opacity 0.3s;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .client-logo:hover {
            opacity: 1;
        }

        .client-logo img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }
        
        /* Animation for the carousel */
        @keyframes carousel-slide {
            0% { transform: translateX(0); }
            100% { transform: translateX(-100%); }
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .contact-section .flex-col {
                flex-direction: column;
            }
        }

        .contact-form-container {
            display: flex;
            flex-direction: column;
            gap: 2rem;
        }
        
        @media (min-width: 1024px) {
            .contact-form-container {
                flex-direction: row;
            }
        }
        .flex-1 {
            flex: 1;
        }
        .text-center {
            text-align: center;
        }
        .text-4xl {
            font-size: 2.25rem;
        }
        .mb-8 {
            margin-bottom: 2rem;
        }
        .mb-4 {
            margin-bottom: 1rem;
        }
        .block {
            display: block;
        }
        .text-sm {
            font-size: 0.875rem;
        }
        .font-medium {
            font-weight: 500;
        }
        .w-full {
            width: 100%;
        }
        .rounded-xl {
            border-radius: 0.75rem;
        }
        .p-6 {
            padding: 1.5rem;
        }
        .shadow-lg {
            box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05);
        }
        .border-gray-400 {
            border-color: #9ca3af;
        }
        .bg-white-5 {
            background-color: rgba(255,255,255,0.05);
        }
        .text-white {
            color: #fff;
        }
        .text-xl {
            font-size: 1.25rem;
        }
        .font-bold {
            font-weight: 700;
        }
        .mb-4 {
            margin-bottom: 1rem;
        }
        .text-lg {
            font-size: 1.125rem;
        }
        .font-semibold {
            font-weight: 600;
        }
        .text-green-400 {
            color: #4ade80;
        }
        .text-gray-300 {
            color: #d1d5db;
        }

/* New Content Styles */
        .quienes-somos-section, .store-section, .services-section {
            padding: 6rem 0;
        }

        .quien-somos-title, .store-title, .services-title {
            text-align: center;
            margin-bottom: 3rem;
            font-size: clamp(1.5rem, 6vw, 3rem);
            color: var(--second-glow);
            text-shadow: 0 0 10px var(--second-glow), 0 0 20px rgba(0, 200, 255, 0.5);
            line-height: 1.2;
        }
        
        .section-intro {
            display: flex;
            flex-direction: column;
            gap: 2rem;
            align-items: center;
        }
        
        @media (min-width: 768px) {
            .section-intro {
                flex-direction: row;
                text-align: left;
            }
            .section-intro.reverse-layout {
                flex-direction: row-reverse;
            }
        }
        
        .text-block, .image-block {
            flex: 1;
        }
        
        .text-block h3 {
            font-size: 1.5rem;
            color: var(--bubble-green);
            text-shadow: 0 0 5px var(--bubble-green);
            margin-bottom: 1rem;
            display: flex;
            align-items: center;
        }
        
        .text-block h3 i {
            margin-right: 0.5rem;
            font-size: 2rem;
            text-shadow: 0 0 10px var(--bubble-green);
        }

        .text-block ul {
            list-style: none;
            padding: 0;
            margin: 1rem 0;
        }
        
        .text-block ul li {
            position: relative;
            padding-left: 2rem;
            margin-bottom: 0.75rem;
        }
        
        .text-block ul li i {
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            color: var(--bubble-blue);
            text-shadow: 0 0 5px var(--bubble-blue);
        }
        
        .image-block {
            text-align: center;
        }

        .image-block figure {
            margin: 0;
            border: 2px solid var(--border-color);
            border-radius: 1rem;
            overflow: hidden;
            box-shadow: 0 0 15px rgba(0, 255, 119, 0.3);
            transition: transform 0.3s, box-shadow 0.3s;
        }
        
        .image-block figure:hover {
            transform: scale(1.03);
            box-shadow: 0 0 25px var(--main-glow);
        }
        
        .image-block img {
            width: 100%;
            height: auto;
            display: block;
        }
        
        .image-caption {
            display: block;
            margin-top: 0.75rem;
            font-style: italic;
            color: var(--text-light);
            font-size: 0.9rem;
            text-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
        }

        .services-content {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 2rem;
        }
        
        .service-block {
            background-color: rgba(255, 255, 255, 0.05);
            border: 2px solid var(--border-color);
            border-radius: 1rem;
            padding: 2rem;
            transition: transform 0.3s, box-shadow 0.3s;
            box-shadow: 0 0 10px rgba(0, 255, 119, 0.2);
        }
        
        .service-block:hover {
            transform: translateY(-10px) scale(1.02);
            box-shadow: 0 0 25px var(--main-glow);
        }
        
        .service-block h3 {
            font-size: 1.25rem;
            color: var(--bubble-pink);
            text-shadow: 0 0 5px var(--bubble-pink);
            margin-bottom: 1.5rem;
        }

        .service-block figure {
            margin: 0 0 1.5rem 0;
        }

        .service-block img {
            width: 100%;
            border-radius: 0.75rem;
        }
        
        .service-block p {
            font-size: 0.95rem;
        }

        /* Fade-in Animation */
        .fade-in {
            opacity: 0;
            transform: translateY(20px);
            transition: opacity 1s ease-out, transform 1s ease-out;
        }
        
        .fade-in.is-visible {
            opacity: 1;
            transform: translateY(0);
        }
        
        /* Footer */
        .pixel-footer {
            background-color: rgba(0, 0, 0, 0.5);
            border-top: 4px solid var(--bubble-blue);
            padding: 2rem 0;
            text-align: center;
        }

        .newsletter-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 2rem;
            margin-bottom: 2rem;
            text-align: center;
        }
        
        @media (min-width: 768px) {
            .newsletter-grid {
                grid-template-columns: 1fr 1fr;
            }
        }
        
        .newsletter-text-col h3 {
            font-size: clamp(1rem, 4vw, 1.5rem);
            color: var(--bubble-green);
        }
        
        .newsletter-text-col p {
            font-size: 0.75rem;
            color: var(--text-light);
            margin-top: 0.5rem;
        }

        .footer-container {
            display: grid;
            grid-template-columns: 1fr;
            gap: 2rem;
            padding: 2rem 0;
            border-top: 2px dashed var(--bubble-pink);
        }
        
        @media (min-width: 768px) {
            .footer-container {
                grid-template-columns: repeat(4, 1fr);
            }
        }

        .footer-section h4 {
            font-size: 1.1rem;
            color: var(--bubble-blue);
            text-shadow: 0 0 5px var(--bubble-blue);
            margin-bottom: 1rem;
        }

        .footer-section p, .footer-section a, .footer-section li {
            font-size: 1rem;
            line-height: 1.5;
            color: var(--text-light);
        }

        .footer-section a:hover {
            color: var(--bubble-pink);
        }

        .footer-section ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .social-icons a {
            display: block;
            text-decoration: underline;
            margin-bottom: 0.5rem;
            color: var(--bubble-yellow);
        }
        
        .footer-bottom {
            padding-top: 2rem;
            border-top: 2px dashed var(--bubble-green);
            font-size: 0.6rem;
            color: var(--text-light);
        }



.contact-section {
            padding-top: 6rem;
        }
        
        .contact-title {
            text-align: center;
            margin-bottom: 3rem;
            font-size: clamp(1.5rem, 6vw, 3rem);
            color: var(--second-glow);
            text-shadow: 0 0 10px var(--second-glow), 0 0 20px rgba(0, 200, 255, 0.5);
            line-height: 1.2;
        }
        
        .contact-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 2rem;
            align-items: start;
        }
        
        @media (min-width: 768px) {
            .contact-grid {
                grid-template-columns: 1.5fr 1fr;
            }
        }
        
        .contact-form {
            background-color: rgba(255, 255, 255, 0.05);
            border: 2px solid var(--border-color);
            border-radius: 1rem;
            padding: 2rem;
            box-shadow: 0 0 15px rgba(0, 255, 119, 0.3);
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }
        
        .contact-form label {
            display: block;
            font-weight: bold;
            color: var(--bubble-green);
            text-shadow: 0 0 5px var(--bubble-green);
            margin-bottom: 0.5rem;
            font-family: 'Press Start 2P', cursive;
            font-size: 0.8rem;
        }
        
        .contact-form input,
        .contact-form textarea {
            width: 100%;
            padding: 0.75rem;
            border: 2px solid var(--border-color);
            border-radius: 0.5rem;
            background-color: transparent;
            color: var(--text-light);
            outline: none;
            transition: border-color 0.3s, box-shadow 0.3s;
        }
        
        .contact-form input:focus,
        .contact-form textarea:focus {
            border-color: var(--main-glow);
            box-shadow: 0 0 10px var(--main-glow);
        }
        
        .contact-form textarea {
            min-height: 150px;
            resize: vertical;
        }
        
        .captcha-container {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 1rem;
        }
        
        .captcha-canvas {
            background-color: var(--form-bg);
            border: 2px dashed var(--bubble-blue);
            border-radius: 0.5rem;
            cursor: pointer;
            flex: 1;
            box-shadow: 0 0 10px rgba(0, 198, 255, 0.2);
        }

        .captcha-refresh-btn {
            background-color: transparent;
            border: 2px solid var(--bubble-blue);
            color: var(--bubble-blue);
            padding: 0.75rem;
            border-radius: 0.5rem;
            cursor: pointer;
            transition: all 0.3s;
            box-shadow: 0 0 10px rgba(0, 198, 255, 0.3);
        }
        
        .captcha-refresh-btn:hover {
            background-color: rgba(0, 198, 255, 0.1);
            transform: scale(1.1);
        }
        
        .contact-form button {
            background-color: var(--main-glow);
            color: var(--bg-dark);
            border: none;
            padding: 1rem 2rem;
            border-radius: 9999px;
            font-weight: bold;
            text-transform: uppercase;
            cursor: pointer;
            transition: all 0.3s ease-in-out;
            box-shadow: 0 0 15px var(--main-glow);
            font-family: 'Press Start 2P', cursive;
            font-size: 0.8rem;
        }
        
        .contact-form button:hover {
            transform: translateY(-3px) scale(1.02);
            box-shadow: 0 0 25px var(--main-glow);
        }

        .message-box {
            margin-top: 1rem;
            padding: 1rem;
            border-radius: 0.5rem;
            font-weight: bold;
            display: none;
            text-align: center;
        }
        
        .message-box.success {
            background-color: rgba(0, 255, 119, 0.2);
            color: var(--main-glow);
            border: 2px solid var(--main-glow);
        }
        
        .message-box.error {
            background-color: rgba(255, 0, 198, 0.2);
            color: var(--bubble-pink);
            border: 2px solid var(--bubble-pink);
        }
        
        .contact-info-section {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }
        
        .info-block {
            background-color: rgba(255, 255, 255, 0.05);
            border: 2px solid var(--border-color);
            border-radius: 1rem;
            padding: 1.5rem;
            box-shadow: 0 0 10px rgba(0, 255, 119, 0.2);
            text-align: center;
        }
        
        .info-block h3 {
            font-size: 1.25rem;
            color: var(--bubble-pink);
            text-shadow: 0 0 5px var(--bubble-pink);
            margin-bottom: 1rem;
        }
        
        .info-block p {
            margin: 0.5rem 0;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
        }
        
        .info-block i {
            color: var(--bubble-blue);
            font-size: 1.2rem;
            text-shadow: 0 0 5px var(--bubble-blue);
        }
        
        .map-container {
            border: 2px solid var(--border-color);
            border-radius: 1rem;
            overflow: hidden;
            box-shadow: 0 0 15px rgba(0, 255, 119, 0.3);
            margin-top: 2rem;
        }

        .map-container iframe {
            width: 100%;
            height: 400px;
            border: none;
        }
        
        /* Checkbox style */
        .checkbox-group {
            display: flex;
            align-items: flex-start;
            gap: 0.5rem;
            color: var(--text-light);
            font-size: 0.9rem;
        }
        .checkbox-group input[type="checkbox"] {
            margin-top: 0.2rem;
            width: auto;
        }
        .checkbox-group a {
            color: var(--main-glow);
            text-decoration: underline;
        }


/* pagina servicios */
/* Hero Section */
        #inicio h1 {
            font-size: 3rem;
            text-align: center;
            margin-bottom: 1.5rem;
            color: #34d399;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }
        #inicio p {
            font-size: 1.25rem;
            text-align: center;
            color: #cbd5e1;
            max-width: 48rem;
            margin: 0 auto 3rem auto;
        }
        .center-text {
            text-align: center;
        }

        /* Services Section */
        #servicios h2 {
            font-size: 2.5rem;
            color: #34d399;
            text-align: center;
            margin-bottom: 3rem;
        }
        .service-card-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
        }
        .service-card {
            background-color: #1e293b;
            padding: 2rem;
            border-radius: 1.5rem;
            box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
            border: 2px solid #334155;
            transition: all 0.3s ease-in-out;
            text-align: center;
        }
        .service-card:hover {
            box-shadow: 0 15px 20px rgba(0, 0, 0, 0.4);
            border-color: #34d399;
            transform: translateY(-5px);
        }
        .service-card h3 {
            font-size: 1.5rem;
            color: #34d399;
            margin: 1rem 0;
        }
        .service-card p {
            color: #cbd5e1;
        }
        
        /* Two-column Sections */
        .two-col-section {
            display: flex;
            align-items: center;
            gap: 3rem;
        }
        .two-col-section img {
            max-width: 50%;
            height: auto;
            border-radius: 1.5rem;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
            transition: transform 0.3s ease-in-out;
        }
        .two-col-section img:hover {
            transform: scale(1.02);
        }
        .two-col-content {
            flex: 1;
        }
        .two-col-content h2 {
            font-size: 2.25rem;
            color: #34d399;
            margin-bottom: 1rem;
        }
        .two-col-content p {
            color: #cbd5e1;
            margin-bottom: 1.5rem;
        }
        .two-col-list {
            list-style: none;
            padding: 0;
        }
        .two-col-list li {
            display: flex;
            align-items: center;
            margin-bottom: 0.75rem;
            color: #94a3b8;
        }
        .two-col-list li svg {
            color: #34d399;
            margin-right: 0.5rem;
            flex-shrink: 0;
        }
        
        /* SEO & Hosting Section */
        #seo .service-card {
            text-align: left;
        }
        #seo .service-card ul {
            list-style: none;
            padding: 0;
            margin-top: 1rem;
        }
        #seo .service-card li {
            margin-bottom: 0.5rem;
        }
        #seo .service-card li::before {
            content: '✓';
            color: #34d399;
            font-weight: bold;
            display: inline-block;
            width: 1em;
            margin-left: -1em;
        }

        /* Footer */
        footer {
            background-color: #1a202c;
            text-align: center;
            padding: 2rem 0;
            border-top: 1px solid #334155;
        }

        /* Responsive Styles */
        @media (max-width: 768px) {
            .two-col-section {
                flex-direction: column;
            }
            .two-col-section.reverse {
                flex-direction: column;
            }
            .two-col-section img {
                max-width: 100%;
                margin-bottom: 2rem;
            }
            header nav {
                display: none;
            }
            #mobile-menu-btn {
                display: block;
            }
            header .nav-container {
                flex-wrap: wrap;
            }
            #mobile-menu.active {
                display: flex;
            }
        }


/* Zona tiendas */
/* Secciones de dos columnas */
        .two-col-section {
            display: flex;
            align-items: center;
            gap: 3rem;
            margin-bottom: 4rem;
        }
        .two-col-section.reverse {
            flex-direction: row-reverse;
        }
        .two-col-section img {
            max-width: 50%;
            height: auto;
            border-radius: 1.5rem;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
            transition: transform 0.3s ease-in-out;
        }
        .two-col-section img:hover {
            transform: scale(1.02);
        }
        .two-col-content {
            flex: 1;
        }
        .two-col-content h2 {
            font-size: 2.25rem;
            color: #34d399;
            margin-bottom: 1rem;
        }
        .two-col-content p {
            color: #cbd5e1;
            margin-bottom: 1.5rem;
        }
        .two-col-list {
            list-style: none;
            padding: 0;
        }
        .two-col-list li {
            display: flex;
            align-items: flex-start;
            margin-bottom: 0.75rem;
            color: #94a3b8;
        }
        .two-col-list li svg {
            color: #34d399;
            margin-right: 0.5rem;
            flex-shrink: 0;
            margin-top: 0.25rem;
        }
        .two-col-list li p {
            margin: 0;
        }

        /* Sección de Beneficios */
        #beneficios {
            background-color: #1e293b;
            padding: 5rem 1rem;
            border-radius: 1.5rem;
            margin: 0 1rem;
        }
        #beneficios h2 {
            font-size: 2.5rem;
            color: #34d399;
            text-align: center;
            margin-bottom: 3rem;
        }
        .benefit-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
        }
        .benefit-card {
            background-color: #0a0a1a;
            padding: 2rem;
            border-radius: 1.5rem;
            box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
            border: 2px solid #334155;
            text-align: center;
        }
        .benefit-card h3 {
            font-size: 1.5rem;
            color: #34d399;
            margin: 1rem 0;
        }
        .benefit-card p {
            color: #cbd5e1;
        }

/* Mantenimiento */
/* Sección de Beneficios */
        #planes {
            background-color: #1e293b;
            padding: 5rem 1rem;
            border-radius: 1.5rem;
            margin: 0 1rem;
        }
        #planes h2 {
            font-size: 2.5rem;
            color: #34d399;
            text-align: center;
            margin-bottom: 3rem;
        }
        .plan-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
        }
        .plan-card {
            background-color: #0a0a1a;
            padding: 2rem;
            border-radius: 1.5rem;
            box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
            border: 2px solid #34d399;
            text-align: center;
        }
        .plan-card h3 {
            font-size: 1.5rem;
            color: #34d399;
            margin: 1rem 0;
        }
        .plan-card p {
            color: #cbd5e1;
        }
        .plan-card ul {
            list-style: none;
            padding: 0;
            text-align: left;
            margin-top: 1.5rem;
        }
        .plan-card li {
            display: flex;
            align-items: center;
            margin-bottom: 0.75rem;
        }
        .plan-card li svg {
            color: #34d399;
            margin-right: 0.75rem;
        }

/* Portafolio */
/* Sección Principal */
        #portafolio-hero {
            text-align: center;
        }
        #portafolio-hero h1 {
            font-size: 3rem;
            margin-bottom: 1.5rem;
            color: #34d399;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }
        #portafolio-hero p {
            font-size: 1.25rem;
            color: #cbd5e1;
            max-width: 48rem;
            margin: 0 auto 3rem auto;
        }

        /* Tarjetas de Proyectos */
        .project-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            margin-top: 3rem;
        }
        .project-card {
            background-color: #1a202c;
            border-radius: 1.5rem;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
            padding: 2rem;
            border: 1px solid #1e293b;
            transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            height: 100%;
        }
        .project-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.7);
        }
        .project-card h3 {
            font-size: 1.5rem;
            color: #34d399;
            margin-bottom: 0.5rem;
        }
        .project-card .client-name {
            font-style: italic;
            color: #94a3b8;
            margin-bottom: 1rem;
        }
        .project-card p {
            color: #cbd5e1;
            margin-bottom: 1rem;
        }
        .project-card .tech-list {
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem;
            margin-bottom: 1.5rem;
        }
        .project-card .tech-list span {
            background-color: #334155;
            color: #94a3b8;
            padding: 0.25rem 0.75rem;
            border-radius: 9999px;
            font-size: 0.8rem;
            font-weight: 500;
        }
        .project-card .project-link {
            display: inline-block;
            padding: 0.75rem 1.5rem;
            background-color: #3b82f6;
            color: #fff;
            font-weight: bold;
            border-radius: 9999px;
            text-decoration: none;
            text-align: center;
            transition: background-color 0.3s;
            margin-top: auto; /* Empuja el botón al final de la tarjeta */
        }
        .project-card .project-link:hover {
            background-color: #2563eb;
        }
        .project-image-container {
            height: 200px;
            border-radius: 1rem;
            overflow: hidden;
            margin-bottom: 1rem;
            background-color: #0d1117;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .project-image-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

/* Sección de Llamada a la Acción (CTA) */
        #cta-section {
            text-align: center;
            background-color: #1a202c;
            border-radius: 1.5rem;
            padding: 4rem 2rem;
            margin: 5rem auto;
            border: 1px solid #1e293b;
        }
        #cta-section h2 {
            font-size: 2.5rem;
            color: #34d399;
            margin-bottom: 1rem;
        }
        #cta-section p {
            font-size: 1.125rem;
            max-width: 40rem;
            margin: 0 auto 2rem auto;
            color: #cbd5e1;
        }
        #cta-section .cta-button {
            display: inline-block;
            padding: 1rem 2.5rem;
            background-color: #34d399;
            color: #0a0a1a;
            font-weight: bold;
            border-radius: 9999px;
            text-decoration: none;
            transition: background-color 0.3s, transform 0.2s;
        }
        #cta-section .cta-button:hover {
            background-color: #059669;
            transform: translateY(-2px);
        }

/* Area Privada */
.login-card {
            background-color: #1a202c;
            border-radius: 1.5rem;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
            padding: 3rem;
            width: 100%;
            max-width: 450px;
            border: 1px solid #1e293b;
        }

        .login-card h1 {
            font-size: 2.25rem;
            color: #34d399;
            margin-bottom: 0.5rem;
            text-align: center;
        }

        .login-card p {
            color: #94a3b8;
            text-align: center;
            margin-bottom: 2rem;
        }

        .form-group {
            margin-bottom: 1.5rem;
        }

        .form-group label {
            display: block;
            color: #cbd5e1;
            font-weight: 500;
            margin-bottom: 0.5rem;
        }

        .form-group input {
            width: 100%;
            padding: 0.75rem;
            background-color: #0d1117;
            border: 1px solid #334155;
            border-radius: 0.75rem;
            color: #e2e8f0;
            transition: border-color 0.3s;
        }
        
        .form-group input:focus {
            outline: none;
            border-color: #3b82f6;
        }

        .links-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 2rem;
        }
        
        .forgot-password {
            color: #3b82f6;
            font-size: 0.875rem;
            text-decoration: none;
            transition: color 0.3s;
        }
        
        .forgot-password:hover {
            color: #2563eb;
        }
        
        .btn-primary {
            width: 100%;
            padding: 1rem;
            background-color: #34d399;
            color: #0a0a1a;
            font-weight: bold;
            border: none;
            border-radius: 9999px;
            cursor: pointer;
            transition: background-color 0.3s, transform 0.2s;
        }
        
        .btn-primary:hover {
            background-color: #059669;
            transform: translateY(-2px);
        }

        #error-message {
            background-color: #ef4444;
            color: #fff;
            padding: 1rem;
            border-radius: 0.75rem;
            text-align: center;
            margin-bottom: 1.5rem;
            display: none;
            font-size: 0.875rem;
        }