@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);
}
 
/* Slides Background Color */
.slide-1 {
  background: #ffffff;
  left: 0;
}
.slide-2 {
  background: #ffffff;
  left: 100%
}
.slide-3 {
  background: #ffffff;
  left: 200%
}
.slide-4 {
  background: #ffffff;
  left: 300%;
}
.slider {
  display: flex;
  justify-content: flex-start;
}
.slider-content {
  z-index: 10;
  width: 635px;
  background: rgba(255,255,255,.5);
  padding-left: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

/* Slider Inner Slide Effect */
.slider h2 {
  color: #333333;
  font-weight: 900;
  text-transform: capitalize;
  font-size: 60px;
  font-weight: 300;
  line-height: 1.2;
  opacity: 0;
  -webkit-transform: translateX(500px);
  transform: translateX(500px);
  margin-top: 0;
  letter-spacing: 2px;
}
 
.slider h4 {
  font-size: 22px;
  color: rgba(51, 51, 51, 0.349);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  opacity: 0;
  -webkit-transform: translateX(500px);
  transform: translateX(500px);
}
 
.slider img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: translateX(500px);
  transform: translateX(500px);
  object-fit: cover !important;
}
 
.slide-1 img {
  right: 0;
}
 
.buy-now-btn {
  background-color: #ea2e49;
  width: 220px;
  height: 50px;
  border-radius: 30px;
  border: none;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 100;
  color: #fff;
  text-align: left;
  padding-left: 35px;
  position: relative;
  cursor: pointer;
  transition: all .2s;
}
 
.buy-now-btn:hover {
  box-shadow: 0px 0px 60px -17px rgba(51,51,51,1);
}
 
.buy-now-btn:after {
  content: 'Buy Now';
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  right: 35px;
  top: 18px;
}
 
.slider .buy-now-btn:focus,
.navigation .login-btn:focus {
  outline: none;
}

/* Animations */
.slider h2 {
  -webkit-transition: opacity 800ms, -webkit-transform 800ms;
  transition: transform 800ms, opacity 800ms;
  -webkit-transition-delay: 1s; /* Safari */
  transition-delay: 1s;
}
.slider h4 {
  -webkit-transition: opacity 800ms, -webkit-transform 800ms;
  transition: transform 800ms, opacity 800ms;
  -webkit-transition-delay: 1.4s; /* Safari */
  transition-delay: 1.4s;
}
.slider > img {
  -webkit-transition: opacity 800ms, -webkit-transform 800ms;
  transition: transform 800ms, opacity 800ms;
  -webkit-transition-delay: 1.2s; /* Safari */
  transition-delay: 1.2s;
}

/* Slider Pagger */
.slider-pagination {
  position: absolute;
  bottom: 30px;
  width: 575px;
  left: 100px;
  z-index: 1000;
  display: flex;
  align-items: center;
}
.slider-pagination label {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  margin: 0 10px;
  cursor: pointer;
}

/* Slider Pagger Event */
.slide-radio1:checked ~ .slider-pagination .page1,
.slide-radio2:checked ~ .slider-pagination .page2,
.slide-radio3:checked ~ .slider-pagination .page3,
.slide-radio4:checked ~ .slider-pagination .page4 {
  width: 14px;
  height: 14px;
  border: 2px solid #ea2e49;
  background: transparent;
}
 
/* Slider Slide Effect */
.slide-radio1:checked ~ .slider {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.slide-radio2:checked ~ .slider {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.slide-radio3:checked ~ .slider {
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
}
.slide-radio4:checked ~ .slider {
  -webkit-transform: translateX(-300%);
  transform: translateX(-300%);
}
 
.slide-radio1:checked ~ .slide-1 h2,
.slide-radio2:checked ~ .slide-2 h2,
.slide-radio3:checked ~ .slide-3 h2,
.slide-radio4:checked ~ .slide-4 h2,
.slide-radio1:checked ~ .slide-1 h4,
.slide-radio2:checked ~ .slide-2 h4,
.slide-radio3:checked ~ .slide-3 h4,
.slide-radio4:checked ~ .slide-4 h4,
.slide-radio1:checked ~ .slide-1 > img,
.slide-radio2:checked ~ .slide-2 > img,
.slide-radio3:checked ~ .slide-3 > img,
.slide-radio4:checked ~ .slide-4 > img {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1
}



.services-zone {
  display: block;
  background: #333333;
  overflow: hidden;
  position: relative;
  left: 0;
  right: 0;
  top: 100px;
  min-height: calc(80vh - 100px);
  height: auto;
  bottom: 0;
  padding-bottom: 50px;
}

.container {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 1rem 0;
    min-height: 90vh;
    display: grid;
    place-items: center;
    
}

/*==================== SERVICE CARD ====================*/
.card__container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    width: 100%;
    max-width: 90%;
    margin: 40px auto;
}
.card__bx {
    --bg-clr: #282828;
    --txt-clr: #ffffff;
    --btn-txt-clr: #333333;
    --transition: all 0.5s;

    font-family: 'Poppins', sans-serif;
    height: 460px;
    width: 30%;
    overflow: hidden;
    border-radius: 20px;
    border-top-left-radius: 70px;
    position: relative;
    overflow: hidden;
    background: var(--clr);
    transition: var(--transition);
    box-shadow: 0 0 7px 1px var(--clr);
}
.card__1 {
    --clr: #00ccff;
}
.card__2 {
    --clr: #FF1493;
}
.card__3 {
    --clr: #98ff21;
}
.card__bx .card__data {
    position: absolute;
    inset: 10px;
    border-radius: 10px;
    background: var(--bg-clr);
}
.card__bx .card__data .card__icon {
    position: absolute;
    top: 0;
    left: 0;
    border-bottom-right-radius: 50%;
    height: 120px;
    width: 120px;
    background: var(--clr);
}
.card__bx .card__data .card__icon::before {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    height: 30px;
    width: 30px;
    border-top-left-radius: 30px;
    background: transparent;
    box-shadow: -5px -5px 0 5px var(--clr);
}
.card__bx .card__data .card__icon::after {
    content: '';
    position: absolute;
    right: -30px;
    top: 0;
    height: 30px;
    width: 30px;
    border-top-left-radius: 30px;
    background: transparent;
    box-shadow: -5px -5px 0 5px var(--clr);
}
.card__bx .card__data .card__icon .card__icon-bx {
    position: absolute;
    inset: 10px;
    border-radius: 10px;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    background: var(--bg-clr);
    color: var(--clr);
}
.card__bx:hover .card__data .card__icon .card__icon-bx {
    background: var(--clr);
    color: var(--txt-clr);
    transition: var(--transition);
}
.card__bx .card__data .card__content {
    position: absolute;
    top: 120px;
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    color: var(--txt-clr);
}
.card__bx .card__data .card__content h3 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.card__bx .card__data .card__content p {
    font-size: 14px;
    opacity: 0.75;
}
.card__bx .card__data .card__content a {
    display: inline-flex;
    align-self: center;
    padding: 10px 25px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    border: 2px solid var(--clr);
    color: var(--btn-txt-clr);
    background: var(--clr);
    transition: var(--transition);
}
.card__bx .card__data .card__content a:hover {
    background: transparent;
    color: var(--clr);
}

.header-day {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  margin-bottom: -30px;
  font-size: 36px;
  color: black;
}

.header-night {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  margin-bottom: -30px;
  font-size: 36px;
  color: white;
}

.header-night hr {
  color: white;
  width: 50%;
  margin-left: 25%;
  margin-top: 10px;
  background-color: white;
}

.client-slider-sect {
  height: 90vh;
  background: #ffffff;
  position: relative;
  display: flex;
  flex-direction: column;
}



.client-slider-sect .header-night {
  margin-top: 80px;
  position: relative;
  color: black;
  margin-bottom: -100px;
}

.client-slider-sect .header-night hr {
  background-color: black;
  border-color: black;
}


/* slider clientes */
/* Contenedor principal del carrusel */
.logo-slider {
    background: #fff;
    height: auto;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

/* Oculta los bordes del carrusel para un efecto infinito */
.logo-slider::before,
.logo-slider::after {
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 400px;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.logo-slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.logo-slider::before {
    left: 0;
    top: 0;
}

/* Contenedor de la animación */
.slider-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 12); /* 250px por logo * 12 logos totales */
}

/* Contenedor de cada logo individual */
.logo-slide {
    height: 250px;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
}

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

.logo-slide img {
    width: 200px;
    height: 100%;
    object-fit: contain;
}

/* La animación que mueve el carrusel */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 6)); /* 250px por logo * 6 logos del primer conjunto */
    }
}




.ultimos-prod-tienda {
  height: auto;
  padding: 10px 0px 50px 0px;
  width: 100vw;
  background-color: #333;
  position: relative;
  display: block;
}

.ultimos-prod-tienda .header-night {
  width: 100%;
  position: relative;
  text-align: center;
  padding-top: 50px;
  padding-bottom: -30px;
  font-size: 36px;
  color: white;
}

.ultimos-prod-tienda .header-night hr {
  color: white;
  width: 50%;
  margin-left: 25%;
  margin-top: 10px;
  background-color: white;
}


/* Estilos generales y básicos */
body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0px;
}

/* Contenedor principal del carrusel */
.store-carousel {
    position: relative;
    max-width: 1200px;
    margin: 50px auto;
}

/* Contenedor de la lista de productos */
.store-track-container {
    overflow-x: scroll;
    width: 100%;
    -ms-overflow-style: none; /* para IE y Edge */
    scrollbar-width: none; /* para Firefox */
}
.store-track-container::-webkit-scrollbar {
    display: none;
}

.store-list {
    list-style: none;
    padding: 0;
    margin: 0;
    /* FLEXBOX: Contenedor principal para una fila */
    display: flex;
    /* Las tarjetas se estiran para coincidir con la altura de la más alta */
    align-items: stretch; 
    transition: transform 0.5s ease-in-out;
}

.store-item {
    flex: 0 0 auto;
    width: 280px; 
    margin: 0 10px;  
}

.product-link {
    text-decoration: none;
    color: inherit;
    display: block;
    /* El enlace debe tener una altura del 100% */
    height: 100%;
}

/* Estilo de la tarjeta del producto */
.store-card {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    /* La tarjeta es un contenedor flex vertical */
    display: flex;
    flex-direction: column;
    /* La tarjeta debe tener una altura del 100% */
    height: 100%;
}

.store-card:hover {
    transform: translateY(-5px);
}

/* Contenedor de la imagen para posicionar elementos encima */
.store-image-container {
    position: relative;
    width: 100%;
    height: 200px; 
    overflow: hidden;
    /* Evita que el `store-image-container` sea flexible */
    flex-shrink: 0; 
}

.store-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease-in-out;
}

.store-card:hover img {
    transform: scale(1.1);
    filter: brightness(0.7);
}

/* Superposición para los detalles de referencia y categoría */
.store-info-overlay {
    position: absolute;
    top: 10px; 
    right: 10px; 
    display: flex;
    gap: 8px; 
}

.store-info-item {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 6px 10px; 
    border-radius: 8px;
    text-align: center;
    backdrop-filter: blur(5px);
}

.store-info-item span {
    font-size: 9px; 
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    color: #999;
    margin-bottom: 2px;
}

.store-info-item p {
    font-size: 12px; 
    font-weight: bold;
    margin: 0;
    line-height: 1;
}

/* Estilos del nuevo overlay de hover */
.hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85); 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px; 
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

.store-card:hover .hover-overlay {
    opacity: 1;
    visibility: visible;
}

/* Estilos del icono de Boxicons con resplandor intenso */
.hover-overlay .bx {
    font-size: 4rem; 
    color: #00e5ff; 
    text-shadow: 
        0 0 15px #00e5ff,
        0 0 30px #00e5ff,
        0 0 50px #00e5ff,
        0 0 80px #00e5ff; 
    transition: transform 0.3s ease-in-out;
    animation: pulse 1.5s infinite alternate;
}

/* Animación de pulso para el icono y el texto */
@keyframes pulse {
    from {
        text-shadow: 
            0 0 10px #00e5ff, 
            0 0 20px #00e5ff;
    }
    to {
        text-shadow: 
            0 0 20px #00e5ff,
            0 0 40px #00e5ff,
            0 0 60px #00e5ff,
            0 0 80px #00e5ff;
    }
}

.overlay-text {
    font-family: 'Press Start 2P', cursive;
    font-size: 0.8rem;
    color: #ccff00;
    text-shadow: 
        0 0 10px #ccff00, 
        0 0 20px #ccff00,
        0 0 40px #ccff00;
    animation: glitch 1s linear infinite;
}

/* Animación de parpadeo (glitch) para el texto */
@keyframes glitch {
    0%, 100% {
        text-shadow: 
            0 0 10px #ccff00, 
            0 0 20px #ccff00;
    }
    50% {
        text-shadow: none;
        opacity: 0.8;
    }
}

.store-content {
    padding: 15px; 
    display: flex;
    flex-direction: column;
    /* Esto hace que el contenedor de contenido ocupe todo el espacio que le sobra */
    flex-grow: 1;
}

.store-content h3 {
    font-size: 20px; 
    /* Eliminamos los márgenes para evitar problemas con Flexbox */
    margin: 0;
    font-weight: 600;
}

/* Estilos de los detalles del producto (solo el precio) */
.store-details {
    padding-top: 10px; 
    /* Esto empuja el precio al final del contenedor */
    margin-top: auto;
    border-top: 1px solid #eee;
}

.store-price-item p {
    font-size: 24px; 
    font-weight: 700;
    color: #007bff;
    text-align: center;
    margin: 0;
}

/* Botones de navegación */
.store-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    cursor: pointer;
    font-size: 24px;
    padding: 10px;
    z-index: 10;
    border-radius: 50%;
    transition: background 0.3s ease;
}

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

.store-btn.prev-btn {
    left: -20px;
}

.store-btn.next-btn {
    right: -20px;
}

/* Media Queries para responsividad */
@media (max-width: 768px) {
    .store-btn {
        display: none;
    }
    .store-item {
        width: 100%;
    }
}




.copyright {
  font: 200 14px 'Oswald', sans-serif;
  color: #555;
  letter-spacing: 1px;
  text-align: center;
}

hr {
  border-color: rgba(255,255,255,.6);
}

/*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;
}

/* Estilos de la columna del formulario */
.newsletter-form-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-label {
    font-size: 12px;
    color: #00e5ff;
    text-shadow: 0 0 5px #00e5ff;
    margin-bottom: 5px;
    display: block;
}

.form-group {
    margin-bottom: 15px;
}

#email-input {
    width: 100%;
    padding: 10px;
    background-color: #1f2833;
    border: 2px solid #45a29e;
    color: #ffffff;
    font-family: 'Press Start 2P', cursive;
    font-size: 12px;
    box-sizing: border-box;
    box-shadow: 0 0 5px #45a29e;
    transition: all 0.3s ease-in-out;
}

#email-input:focus {
    outline: none;
    border-color: #00e5ff;
    box-shadow: 0 0 10px #00e5ff;
}

.newsletter-grid .btn-gamer {
    background-color: transparent;
    border: 2px solid #0099ff;
    color: #0099ff;
    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;
    border-radius: 5px;
    width: 100%;
    margin-top: 10px;
}

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

/* ---- Estilos del checkbox personalizado ---- */
.checkbox-group {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 12px;
    user-select: none;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #1f2833;
    border: 1px solid #00e5ff;
    box-shadow: 0 0 5px #00e5ff;
}

.checkbox-container input:checked ~ .checkmark {
    background-color: #00e5ff;
    border: 1px solid #0099ff;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-container .checkmark:after {
    left: 5px;
    top: 2px;
    width: 3px;
    height: 8px;
    border: solid #0d1a26;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.lopd-text {
    text-align: left;
    font-size: 10px;
    color: #bdc3c7;
    margin: 0;
}

.lopd-text a {
    color: #00e5ff;
    text-decoration: none;
}

/* ---- Mensaje de confirmación ---- */
.form-message {
    font-size: 12px;
    margin-top: 20px;
    color: #4df12a;
    text-shadow: 0 0 5px #4df12a;
}

/* ---- Media Query para hacerlo responsive ---- */
@media (max-width: 768px) {
    .newsletter-grid {
        grid-template-columns: 1fr; /* Una sola columna en móviles */
    }

    .newsletter-text-col {
        margin-bottom: 20px;
    }
}


/* cursos css */
/* Contenedor principal del carrusel */
.course-carousel, .course-carousel-ad, .course-carousel-on {
    position: relative;
    max-width: 1200px;
    margin: 50px auto;
}

/* Contenedor de la lista de cursos */
.carousel-track-container {
    overflow: hidden;
    width: 100%;
}

.course-list, .course-list-ad, .course-list-on  {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.course-item, .course-item-ad, .course-item-on {
    flex: 0 0 auto;
    width: 350px; /* Ancho fijo para las tarjetas */
    margin: 0 15px; /* Espacio entre las tarjetas */
}

/* Estilo de la tarjeta del curso */
.course-card {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.course-card:hover {
    transform: translateY(-5px); /* Efecto de elevación al pasar el ratón */
}

/* Contenedor de la imagen para posicionar elementos encima */
.image-container {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.course-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Superposición para los detalles de edad y nivel */
.course-info-overlay {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    gap: 10px;
}

.info-item {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    text-align: center;
    backdrop-filter: blur(5px);
}

.info-item span {
    font-size: 10px;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    color: #999;
    margin-bottom: 2px;
}

.info-item p {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    line-height: 1;
}

.course-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Permite que el contenido ocupe el espacio restante */
}

.course-content h3 {
    font-size: 22px;
    margin: 0 0 10px;
    font-weight: 600;
}

.course-content p {
    font-size: 14px;
    color: #666;
    margin: 0 0 20px;
    flex-grow: 1;
}

/* Estilos de los detalles del curso */
.course-details {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #eee;
    padding-top: 15px;
    gap: 10px; /* Espacio entre las filas */
}

.detail-row {
    display: flex;
    justify-content: space-between;
}

.detail-item {
    text-align: center;
    width: 50%; /* Cada elemento ocupa la mitad de la fila */
}

.detail-item span {
    font-size: 11px;
    text-transform: uppercase;
    color: #999;
    font-weight: bold;
}

.detail-item p {
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
    color: #333;
}

/* Estilo del botón de información */
.info-btn {
    display: block;
    width: 88%;
    text-align: center;
    padding: 12px 20px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    margin-top: auto; /* Empuja el botón al final del contenedor */
    transition: background-color 0.3s ease;
    font-weight: bold;
}

.info-btn:hover {
    background-color: #0056b3;
}

/* Botones de navegación */
.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    cursor: pointer;
    font-size: 24px;
    padding: 10px;
    z-index: 10;
    border-radius: 50%;
    transition: background 0.3s ease;
}

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

.prev-btn {
    left: -20px;
}

.next-btn {
    right: -20px;
}

/* Media Queries para responsividad */
@media (max-width: 768px) {
    .carousel-btn {
        display: none;
    }
    .course-item, .course-item-ad, .course-item-on {
        width: 100%; /* Las tarjetas ocupan todo el ancho en móviles */
    }
}



/* footer zone */
/* Estilos del footer */
footer {
    background-color: #222;
    color: #fff;
    padding: 40px 20px;
    font-family: sans-serif;
    border-top: 2px solid #0099ff;
    box-shadow: 0px 10px 5px 13px #0099ff, inset 0 10px -5px 13px #0099ff;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-section {
    flex: 1 1 200px; /* Flexbox permite que las secciones se adapten */
    margin-bottom: 20px;
    padding: 0 15px;
}

.footer-section h4 {
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
    border-bottom: 2px solid #555;
    padding-bottom: 5px;
}

/* Estilos de las listas de enlaces */
.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section ul li {
    margin-bottom: 8px;
}

.footer-section a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: #00e5ff; /* Color de ejemplo al pasar el ratón */
}

/* Estilos de la información de contacto y texto */
.footer-info p {
    font-size: 14px;
    line-height: 1.6;
}

.contact-info p {
    margin: 0;
    line-height: 1.8;
}

.contact-info p strong {
    color: #00e5ff;
}

/* Estilos de los iconos sociales (simulados con texto) */
.social-icons a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-right: 15px;
    padding: 8px 12px;
    border: 1px solid #fff;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    background-color: #00e5ff;
    color: #222;
    border-color: #00e5ff;
}

/* Estilos de la sección inferior del footer */
.footer-bottom {
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #444;
}

.footer-bottom p {
    font-size: 12px;
    color: #aaa;
    margin: 0;
}

/* ---- Media Queries ---- */

/* Para pantallas más pequeñas (móviles) */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
    }

    .footer-section {
        flex: 1 1 100%;
        text-align: center;
        padding: 0;
    }

    .footer-section ul, .social-icons {
        justify-content: center;
        text-align: center;
    }
}


/* Begin Media Queries*/
@media screen and (max-width: 850px) {
  .contact-wrapper {
    display: flex;
    flex-direction: column;
  }
  .direct-contact-container, .form-horizontal {
    margin: 0 auto;
  }  
  
  .direct-contact-container {
    margin-top: 60px;
    max-width: 300px;
  }    
  .social-media-list li {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
  .social-media-list li:after {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .social-media-list li i {
	  font-size: 24px;
  }
}

@media screen and (max-width: 569px) {

  .direct-contact-container, .form-wrapper {
    float: none;
    margin: 0 auto;
  }  
  .form-control, textarea {
    
    margin: 0 auto;
  }
 
  
  .name, .email, textarea {
    width: 280px;
  } 
  
  .direct-contact-container {
    margin-top: 60px;
    max-width: 280px;
  }  
  .social-media-list {
    left: 0;
  }
  .social-media-list li {
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 2rem;
  }
  .social-media-list li:after {
    width: 35px;
    height: 35px;
    line-height: 55px;
  }
	
	.social-media-list li i {
	  font-size: 24px;
  }
  
}

@media screen and (max-width: 410px) {
  .send-button {
    width: 99%;
  }
}



@media (max-width: 480px) {

  .product-card__image {
    height: 200px;
  }

  .product-card__title {
    font-size: 1.3rem;
  }

  .product-card__description {
    font-size: 0.8rem;
  }

  .product-card__price {
    font-size: 1.1rem;
  }

  .product-card__btn {
    padding: 8px 16px;
    font-size: 0.8rem;
  }
}







@media (min-width: 1024px) {
	.infinite-scroll-wrapper:hover .infinite-scroll-content {
		animation-play-state: paused;
	}
}

@keyframes scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}


@media screen and (max-width: 1000px) {
  .logo {
    position: absolute;
    top: 30px;
    left: 0;
    width: auto;
    height: 80px;
    text-align: center;
    padding: 10px 0px 0px 30px;
    float: left;
    color: #fff;
  }
  .logo a {
    color: #fff !important;
  }
  .logo img {
    height: 70px;
  }
  .logo h1 {
    position: relative;
    float: right;
    top: 10px;
  }
  .logo h3 {
    position: relative;
    float: none;
    top: -30px;
    left: 80px;
  }
  .logo2 {
    display: none;
  }
  nav {
    width: 100%;
  }
  #cssmenu {
    width: 100%;
    height: 120px;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
    padding-top: 0;
    overflow-y:auto;
    max-height: 75vh;
  }
  #cssmenu ul li ul {
    margin-top: 0px;
    overflow-y: hidden;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid #444;
    background: blue;
  }
  #cssmenu ul li:hover {
    background: red !important;
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul li {
    background: #333 !important;
  }
  #cssmenu ul ul li:hover {
    background: red !important;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #ddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #fff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #head-mobile {
    display: block;
    padding: 23px;
    color: #ddd;
    font-size: 12px;
    font-weight: 700;
    height: 120px;
  }
  .button {
    width: 51px;
    height: 46px;
    position: absolute;
    right: 15px;
    top: 55px;
    cursor: pointer;
    z-index: 12399994;
    transform: scale(1.5);
  }
  .button:after {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: "";
  }
  .button:before {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background: #ddd;
    content: "";
  }
  .button.menu-opened:after {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .button.menu-opened:before {
    top: 23px;
    background: #fff;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #444;
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: "";
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #fff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: "";
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
  #cssmenu ul ul ul li.active a {
    border-left: none;
  }
  #cssmenu > ul > li.has-sub > ul > li.active > a,
  #cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none;
  }

  .card__bx {
    width: 45%;
  }

  
}



/* Responsive */
@media only screen and (max-width: 768px) {
  .slider h2 {
    font-size: 20px;
  }
  .slider h4 {
    font-size: 16px;
  }
 
  .slider-content {
    padding: 0 2%
  }
 
  .navigation {
    padding: 0 2%;
  }
 
  .navigation-left {
    display: none;
  }
 
  .slider-pagination {
    left: 2%;
  }
 
  .slider .buy-now-btn {
    padding: 0 15px;
    width: 175px;
    height: 42px;
  }
 
  .slider .buy-now-btn:after {
    top: 15px;
  }
 
  .slider img {
    left: 0;
  }
 
  .slide-1 img {
    right: -110px;
  }
  .css-slider-wrapper {
    top: 120px;
  }

  .card__bx {
    width: 85%;
  }

}

.courses-zone {
  display: block;
  background: #ffffff;
  overflow: hidden;
  position: relative;
  left: 0;
  right: 0;
  min-height: calc(80vh - 100px);
  height: auto;
  bottom: 0;
  padding-bottom: 0px;
}



/* Pagina de descripcion cursos */
:root {
    --color-principal: #FF4D4D; /* Rojo neón */
    --color-secundario: #4DFFD3; /* Verde cian */
    --color-fondo: #1E1E2F; /* Azul oscuro */
    --color-pixel: #3a3a5f;
}

:root {
            --bg-dark: #1e1e2d;
            --bg-card: #2a2a3e;
            --text-light: #e0e0e0;
            --text-muted: #b0b0b0;
            --primary-color: #00d4ff;
            --border-color: #00aaff;
            --glow-color: #00d4ff;
            --accent-color: #ff007b;
        }
/* Estilos generales de la UI */
.btn-principal, .btn-secundario {
    border: 2px solid var(--color-principal);
    background-color: transparent;
    color: var(--color-principal);
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
    cursor: pointer;
    box-shadow: 4px 4px 0px var(--color-secundario);
    transition: all 0.2s ease;
}

.btn-principal {
  position: relative;
  display: block;
  margin-top: 50px;
  text-align: center;
  width: 80%;
  margin-left: 5%;
}

.btn-principal:hover {
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0px var(--color-secundario);
}

.sub-titulo {
    font-size: 1.5rem;
    color: var(--color-principal);
    text-shadow: 2px 2px 0px #000;
    margin-bottom: 20px;
}

/* Animaciones y Efectos */
.animated-text {
    overflow: hidden; 
    border-right: .15em solid var(--color-principal); 
    white-space: nowrap; 
    margin: 0 auto; 
    letter-spacing: .05em; 
    animation: 
        typing 3.5s steps(40, end),
        blink-caret .75s step-end infinite;
}

@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}

@keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: var(--color-principal); }
}

.animate-pulse-btn {
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); box-shadow: 4px 4px 0px var(--color-secundario); }
    50% { transform: scale(1.05); box-shadow: 6px 6px 0px var(--color-principal); }
    100% { transform: scale(1); box-shadow: 4px 4px 0px var(--color-secundario); }
}

.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.pop-up-effect {
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.pop-up-effect.is-visible {
    opacity: 1;
    transform: scale(1);
}

.submit-btn-animate:hover {
    background-color: var(--color-secundario);
    color: var(--color-fondo);
    border-color: var(--color-secundario);
    box-shadow: 4px 4px 0px var(--color-principal);
}

/* Estilos específicos de la página de curso */
.course-page-container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    margin-top: 110px;
    padding: 0;
    /* Aseguramos que el contenedor principal esté en una sola columna */
    display: flex;
    flex-direction: column;
    gap: 40px; /* Esto añade el espacio entre las secciones */
    color: white;
}

/* Estas secciones son ahora bloques apilados */
.course-header-section,
.content-columns,
.course-registration-form {
    display: block; /* Asegura que se comporten como bloques y se apilen */
    margin: 0; /* Reinicia los márgenes para usar 'gap' en el contenedor */
}

.course-header-section {
    display: flex; /* Mantenemos flex para los elementos INTERNOS de la cabecera */
    gap: 40px;
    align-items: center;
    background-color: #2a2a3e;
    padding: 20px;
    border: 2px solid var(--color-principal);
    box-shadow: 6px 6px 0px var(--color-secundario);
}

.header-image-container {
    flex: 1;
}

.course-header-image {
    width: 100%;
    height: auto;
    display: block;
    border: 2px solid var(--color-secundario);
    image-rendering: pixelated;
}

.header-info-container {
    flex: 1;
}

.course-title {
    font-size: 2.5rem;
    color: var(--color-secundario);
    text-shadow: 3px 3px 0px #000;
}

.course-tagline {
    font-size: 1.2rem;
    color: #bbb;
    margin-bottom: 20px;
}

.course-stats {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.stat-item {
    padding: 10px;
    background-color: #4a4a6e;
    border: 1px solid var(--color-principal);
    box-shadow: 2px 2px 0px #000;
    text-align: center;
}

.stat-label {
    display: block;
    font-size: 0.8rem;
    color: var(--color-principal);
    text-transform: uppercase;
}

.stat-value {
    font-size: 1.5rem;
    color: var(--color-secundario);
}

.course-price-box {
    font-size: 2rem;
    color: var(--color-secundario);
    text-shadow: 2px 2px 0px var(--color-principal);
    margin-top: 20px;
}

.content-columns {
    display: flex; /* Mantenemos flex para las DOS COLUMNAS INTERNAS */
    gap: 40px;
}

.course-description-area, .course-modules-area {
    flex: 1;
    background-color: #2a2a3e;
    padding: 30px;
    border: 2px solid var(--color-principal);
    box-shadow: 4px 4px 0px var(--color-secundario);
}

/* Tabla de temario gamificada */
.modules-table {
    border-collapse: collapse;
    width: 100%;
}

.module-row {
    display: flex;
    border-bottom: 1px solid var(--color-principal);
}

.module-row:last-child {
    border-bottom: none;
}

.module-row.header-row {
    background-color: var(--color-principal);
    color: #fff;
    text-transform: uppercase;
}

.module-col {
    flex: 1;
    padding: 10px;
    font-size: 0.9rem;
}

/* Formulario de registro */
.course-registration-form {
    padding: 30px;
    background-color: #2a2a3e;
    border: 2px solid var(--color-principal);
    box-shadow: 6px 6px 0px var(--color-secundario);
}

.registration-form label {
    display: block;
    margin-top: 15px;
    font-size: 1.1rem;
    color: var(--color-secundario);
}

.registration-form input[type="text"],
.registration-form input[type="number"],
.registration-form input[type="tel"],
.registration-form input[type="email"] {
    width: 100%;
    padding: 10px;
    background-color: #1e1e2e;
    border: 1px solid var(--color-principal);
    color: #fff;
    margin-top: 5px;
}

.registration-form input:focus {
    outline: none;
    box-shadow: 0 0 5px var(--color-secundario);
}

.legal-text {
    font-size: 0.8rem;
    color: #aaa;
    margin-top: 20px;
}

/* Iconos y estilos de texto */
.icon-stat, .icon-info, .icon-price, .icon-subtitulo, .registration-form label i, .legal-text i {
    margin-right: 8px;
    color: var(--color-secundario);
    text-shadow: 1px 1px 0px var(--color-principal);
}

.course-price-box .icon-price {
    font-size: 1.8rem;
    vertical-align: middle;
}

/* Media Queries para Dispositivos Móviles */
@media (max-width: 768px) {
    
    body {
        font-size: 14px;
    }

    .course-title {
        font-size: 1.8rem;
    }

    .sub-titulo {
        font-size: 1.2rem;
    }

    .course-header-section {
        flex-direction: column;
        gap: 20px;
    }

    .content-columns {
        flex-direction: column;
        gap: 30px;
    }

    .header-image-container {
        width: 100%;
    }

    .course-stats {
        flex-direction: column;
    }

    .modules-table {
        overflow-x: auto;
        white-space: nowrap;
        display: block;
    }
    
    .module-row {
        display: block;
        border: none;
        padding-bottom: 10px;
    }
    
    .module-col {
        display: block;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 5px;
    }
    
    .module-row.header-row {
        display: none;
    }
    
    .btn-principal, .btn-secundario {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }

    .registration-form input,
    .registration-form textarea {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .course-page-container {
        padding: 0 10px;
    }

    .course-price-box {
        font-size: 1.5rem;
    }
}


/* Zona Padres */
/* --- Estilos para la Página de Login --- */

/* --- Estilos para la Página de Login --- */
/* Estilos para el fondo tipo Tron (Radial) */
.login-body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    
    /* Degradado radial que va de un azul brillante a un azul oscuro */
    background: radial-gradient(circle, #08f7fe 0%, #001220 100%);
}

.login-container {
    background-color: #2a2a3e; /* Fondo del formulario */
    padding: 40px;
    border: 2px solid var(--color-principal);
    box-shadow: 8px 8px 0px var(--color-secundario);
    text-align: center;
    max-width: 450px;
    width: 90%;
    margin: 20px;
    position: relative;
    margin-top: 110px;
    z-index: 1; /* Asegura que esté por encima del fondo animado */
}

.login-title {
    font-size: 2.5rem;
    color: var(--color-secundario);
    text-shadow: 3px 3px 0px #000;
    margin-bottom: 10px;
    /* La animación 'animated-text' del CSS ya existente se aplicará aquí */
}

.login-subtitle {
    font-size: 1rem;
    color: #bbb;
    margin-bottom: 30px;
}

.login-form {
    text-align: left;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-size: 1.1rem;
    color: var(--color-principal);
    margin-bottom: 8px;
}

.form-group label i {
    margin-right: 10px;
    color: var(--color-secundario);
}

.login-form input[type="email"],
.login-form input[type="password"],
.login-form input[type="text"] { /* <-- Añade input[type="text"] aquí */
    width: calc(100% - 20px); /* Ajusta el ancho para el padding */
    padding: 12px 10px;
    background-color: #1e1e2e; /* Fondo oscuro de tu tema */
    border: 1px solid var(--color-secundario); /* Borde de tu tema */
    color: #fff; /* Color de texto blanco */
    font-size: 1rem; /* Tamaño de fuente consistente */
    font-family: 'Press Start 2P', cursive; /* Fuente pixelada */
    box-shadow: inset 2px 2px 0px #000;
    /* Para prevenir que el navegador cambie el estilo de fuente en campos de texto */
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none;
}

.login-form input[type="password"],
.login-form input[type="text"] {
  width: 100% !important;
}

/* Estilos para el contenedor de la contraseña */
.password-container {
    position: relative;
    width: 100%; /* Asegura que ocupe todo el ancho disponible */
}

.password-container input {
    width: 100%; /* Ajusta el ancho para hacer espacio para el botón del ojo */
    padding-right: 0px; /* Para que el texto no se oculte debajo del botón */
    box-sizing: border-box; /* Importante para que el padding no añada ancho extra */
}

.toggle-password-btn {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    color: var(--color-secundario);
    font-size: 1.2rem;
    padding: 5px;
    z-index: 2; /* Asegura que el botón esté por encima del input */
}



.login-form input:focus {
    outline: none;
    border-color: var(--color-principal);
    box-shadow: 0 0 8px var(--color-principal);
}

.login-btn {
    width: 100%;
    margin-top: 20px;
    margin-left: 0px;
    padding: 15px 20px;
    font-size: 1.2rem;
}

.login-btn i {
    margin-left: 10px;
}

.forgot-password-link {
    margin-top: 25px;
    font-size: 0.9rem;
}

.forgot-password-link a {
    color: var(--color-secundario);
    text-decoration: none;
    border-bottom: 1px dashed var(--color-secundario);
}

.forgot-password-link a:hover {
    color: var(--color-principal);
    border-bottom: 1px dashed var(--color-principal);
}

.login-message {
    margin-top: 20px;
    padding: 10px;
    background-color: #3a3a5f;
    border: 1px solid var(--color-principal);
    color: white;
    font-size: 0.9rem;
    display: none; /* Oculto por defecto, se muestra con JS o PHP */
}

.login-message.error-message {
    background-color: #4d2e2e; /* Fondo rojo oscuro para errores */
    border-color: var(--color-principal);
    color: var(--color-principal);
    display: block; /* Muestra el mensaje de error */
}

/* Reusa la animación scanline del hero si la tienes, si no, defínela */
@keyframes scanline {
    0% { background-position: 0 0; }
    100% { background-position: 0 40px; }
}

/* Media Queries para responsividad del login */
@media (max-width: 480px) {
    .login-container {
        padding: 30px 20px;
        margin: 10px;
    }
    .login-title {
        font-size: 2rem;
    }
    .login-subtitle {
        font-size: 0.9rem;
    }
    .login-form input {
        font-size: 0.9rem;
        padding: 10px;
    }
    .login-btn {
        font-size: 1rem;
        padding: 12px 15px;
    }
} 

/* Zona CSS de quienes somos */
/* Estilos de la Zona de Quienes Somos */
        .quienes-somos-container {
            max-width: 1450px;
            margin: auto;
            padding: 40px 20px;
            margin-top: 2rem;
            display: flex;
            flex-direction: column;
            gap: 60px;
            color: white;
        }
        
        .sub-titulo {
            font-size: 1.5rem;
            color: var(--text-light);
            margin-bottom: 20px;
            text-align: center;
        }

        .quienes-somos-section, .store-section, .services-section {
            background-color: var(--bg-card);
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 0 20px var(--glow-color);
        }
        
        .quien-somos-title {
            font-size: clamp(1.8rem, 5vw, 2.5rem);
            font-weight: 700;
            background: linear-gradient(90deg, var(--primary-color), #8dffff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin: 0 0 2rem 0;
            text-shadow: 0 0 15px var(--primary-color);
            text-align: center;
        }
        
        .section-intro {
            display: flex;
            flex-wrap: wrap;
            gap: 40px;
            align-items: center;
        }

        .text-block {
            flex: 1;
            text-align: left;
        }

        .text-block h3 {
            font-size: 1.6rem;
            color: var(--primary-color);
            margin-bottom: 15px;
            text-shadow: 0 0 10px var(--primary-color);
        }

        .text-block p, .store-section p, .services-section p {
            font-size: 1rem;
            line-height: 1.6;
            margin-bottom: 15px;
            color: var(--text-light);
            text-align: justify !important;
        }

        .text-block i, .store-section i, .services-section i {
            margin-right: 10px;
            color: var(--primary-color);
        }
        
        .image-block {
            flex: 1;
            text-align: center;
            min-width: 300px;
            box-sizing: border-box;
        }

        .image-block figure {
            margin: 0;
        }

        .image-block img {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 8px;
            border: 2px solid var(--border-color);
            box-shadow: 0 0 10px var(--glow-color);
        }

        .image-caption {
            margin-top: 15px;
            font-size: 0.9rem;
            color: var(--text-muted);
        }

        .store-section .section-intro {
            flex-direction: row-reverse;
        }
        
        .store-content ul {
            list-style: none;
            padding-left: 0;
            margin-top: 20px;
        }

        .store-content li {
            background-color: var(--bg-dark);
            padding: 10px;
            border-radius: 4px;
            border: 1px dashed var(--primary-color);
            margin-bottom: 10px;
        }
        
        .services-content {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
            text-align: left;
        }

        .service-block figure {
            margin: 0 0 15px 0;
        }

        .service-block img {
            width: 100%;
            height: auto;
            display: block;
            margin-bottom: 10px;
            border-radius: 8px;
            border: 2px solid var(--border-color);
            box-shadow: 0 0 10px var(--glow-color);
        }

        .service-block figcaption {
            font-size: 0.8rem;
            color: var(--text-muted);
            text-align: center;
        }

        .fade-in {
            opacity: 0;
            transform: translateY(20px);
            transition: opacity 0.6s ease-out, transform 0.6s ease-out;
        }

        .fade-in.is-visible {
            opacity: 1;
            transform: translateY(0);
        }

        @media (max-width: 768px) {
            .quien-somos-title {
                font-size: 1.8rem;
            }
            .section-intro {
                flex-direction: column;
                gap: 30px;
            }
            .store-section .section-intro {
                flex-direction: column;
            }
            .image-block {
                order: -1;
                width: 100%;
            }
            .services-content {
                grid-template-columns: 1fr;
            }
        }


/* Home Page */

:root {
    --bg-dark: #0a0a0e;
    --bg-card: #15151e;
    --primary-color: #00ffff; /* Neon cyan */
    --text-light: #e0e0e0;
    --text-muted: #999999;
    --border-color: rgba(0, 255, 255, 0.5);
    --glow-color: rgba(0, 255, 255, 0.7);
}

.content-container {
    background-color: var(--color-fondo);
    color: white;
}


.container {
            max-width: 1450px;
            margin: 0 auto;
            padding: 2rem;
        }

        .header {
            text-align: center;
            padding: 6rem 2rem 4rem;
            position: relative;
            overflow: hidden;
            border-bottom: 2px solid var(--border-color);
        }

        .header h1 {
            font-size: clamp(3rem, 10vw, 5rem);
            font-weight: 700;
            background: linear-gradient(90deg, var(--primary-color), #8dffff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin: 0;
            animation: fadeIn 2s ease-in-out;
            text-shadow: 0 0 15px var(--primary-color);
        }

        .header p {
            font-size: clamp(1rem, 3vw, 1.5rem);
            color: var(--text-muted);
            max-width: 1450px;
            margin: 1rem auto;
            animation: slideIn 2s ease-in-out;
            text-shadow: 0 0 5px var(--text-muted);
        }
        
        .nav-menu {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            padding: 1rem;
            background-color: var(--bg-card);
            border-bottom: 2px solid var(--border-color);
            box-shadow: 0 0 15px var(--border-color);
        }

        .nav-menu a {
            color: var(--primary-color);
            text-decoration: none;
            padding: 0.75rem 1.5rem;
            margin: 0.5rem;
            border: 2px solid var(--primary-color);
            border-radius: 4px;
            text-transform: uppercase;
            font-weight: 600;
            transition: all 0.3s ease;
            box-shadow: 0 0 10px var(--primary-color) inset;
        }

        .nav-menu a:hover {
            background-color: var(--primary-color);
            color: var(--bg-dark);
            box-shadow: 0 0 20px var(--primary-color);
            transform: translateY(-3px);
        }
        
        .section {
            padding: 4rem 0;
            text-align: center;
			width: 100%;
        }

        .section h2 {
            font-size: clamp(2rem, 5vw, 3rem);
            color: var(--primary-color);
            margin-bottom: 2rem;
            text-shadow: 0 0 10px var(--primary-color);
        }
        
        .card-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(299px, 1fr));
            gap: 1rem;
            padding-top: 2rem;
        }
        
        .card {
            background-color: var(--bg-card);
            border-radius: 8px;
            padding: 2rem;
            box-shadow: 0 0 10px var(--border-color), 0 0 20px var(--primary-color) inset;
            border: 2px solid var(--border-color);
            transition: transform 0.3s, box-shadow 0.3s;
            text-align: center;
        }

        .card:hover {
            transform: translateY(-10px) scale(1.05);
            box-shadow: 0 0 25px var(--primary-color), 0 0 40px var(--primary-color) inset;
        }

        .card i {
            font-size: 4.5rem;
            color: var(--primary-color);
            margin-bottom: 1rem;
            text-shadow: 0 0 10px var(--primary-color);
        }

        .card h3 {
            font-size: 1.5rem;
            margin-bottom: 0.5rem;
            color: var(--primary-color);
        }
        
        .cta-section {
            background-color: var(--bg-card);
            padding: 4rem 2rem;
            text-align: center;
            border-top: 2px solid var(--border-color);
            box-shadow: 0 0 20px var(--glow-color);
        }

        .cta-section h2 {
            font-size: clamp(2rem, 5vw, 3rem);
            color: var(--primary-color);
            margin-bottom: 1rem;
            text-shadow: 0 0 10px var(--primary-color);
        }

        .cta-section p {
            font-size: clamp(1rem, 2.5vw, 1.25rem);
            color: var(--text-muted);
            max-width: 800px;
            margin: 0 auto 2rem;
        }
        
        .cta-btn {
            display: inline-block;
            padding: 0.75rem 2.5rem;
            background: var(--primary-color);
            color: var(--bg-dark);
            text-decoration: none;
            border-radius: 4px;
            font-weight: 700;
            transition: transform 0.3s, box-shadow 0.3s;
            box-shadow: 0 0 15px var(--primary-color);
            border: none;
            text-transform: uppercase;
        }

        .cta-btn:hover {
            transform: scale(1.1);
            box-shadow: 0 0 25px var(--primary-color), 0 0 40px var(--primary-color);
        }
        
        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 1.5rem;
            padding-top: 2rem;
        }

        .gallery-item {
            background-color: var(--bg-card);
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 0 10px var(--border-color);
            transition: transform 0.3s, box-shadow 0.3s;
        }
        
        .gallery-item:hover {
            transform: translateY(-5px) scale(1.03);
            box-shadow: 0 0 20px var(--primary-color);
        }

        .gallery-item img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-bottom: 2px solid var(--border-color);
        }

        .gallery-item-text {
            padding: 1rem;
            text-align: center;
        }
        
        .client-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            gap: 2rem;
            padding-top: 2rem;
            justify-items: center;
            align-items: center;
        }

        .client-logo {
            padding: 1rem;
            background-color: var(--bg-card);
            border-radius: 8px;
            box-shadow: 0 0 10px var(--border-color);
            transition: transform 0.3s, box-shadow 0.3s;
        }

        .client-logo:hover {
            transform: scale(1.1);
            box-shadow: 0 0 20px var(--primary-color);
        }

        .client-logo img {
            width: 100%;
            height: auto;
            max-width: 100px;
            filter: grayscale(100%);
            transition: filter 0.3s;
        }
        
        .client-logo:hover img {
            filter: grayscale(0%);
        }

        .private-area {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            padding: 4rem 2rem;
            background-color: var(--bg-card);
            border-radius: 8px;
            box-shadow: 0 0 20px var(--border-color), 0 0 40px var(--primary-color) inset;
        }

        .private-area h2 {
            font-size: clamp(2rem, 5vw, 3rem);
            color: var(--primary-color);
            margin-bottom: 1rem;
            text-shadow: 0 0 10px var(--primary-color);
        }

        .private-area p {
            max-width: 800px;
            color: var(--text-muted);
            margin-bottom: 2rem;
        }

        .private-area .form-group {
            margin-bottom: 1rem;
        }

        .private-area input {
            padding: 0.75rem;
            border-radius: 4px;
            border: 2px solid var(--border-color);
            background-color: var(--bg-dark);
            color: var(--text-light);
            width: 100%;
            max-width: 300px;
        }

        .private-area .btn {
            padding: 0.75rem 2.5rem;
            background-color: var(--primary-color);
            color: var(--bg-dark);
            border: none;
            border-radius: 4px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 0 15px var(--primary-color);
            text-transform: uppercase;
        }

        .private-area .btn:hover {
            transform: scale(1.05);
            box-shadow: 0 0 25px var(--primary-color), 0 0 40px var(--primary-color);
        }
        
        .about-us-text {
            text-align: left;
            padding: 2rem 0;
        }
        
        .about-us-text h3 {
            font-size: 1.5rem;
            color: var(--primary-color);
            margin-bottom: 1rem;
        }

        .about-us-text p {
            font-size: 1rem;
            color: var(--text-muted);
            margin-bottom: 1rem;
        }


        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }

        @keyframes slideIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }

        @media (max-width: 768px) {
            .nav-menu {
                flex-direction: column;
                align-items: center;
            }

            .nav-menu a {
                width: 80%;
                text-align: center;
            }
        }



/* pagina prototipado */
.page-container {
    background-color: var(--color-fondo);
    color: white;
	font-family: 'Orbitron', sans-serif;
	margin: 0;
            padding: 0;
            line-height: 1.6;
            overflow-x: hidden;
}
.container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 2rem;
        }

        .hero-section {
            text-align: center;
            padding: 8rem 2rem 4rem;
            position: relative;
            overflow: hidden;
            border-bottom: 2px solid var(--border-color);
            box-shadow: 0 0 20px var(--glow-color);
        }

        .hero-section h1 {
            font-size: clamp(3rem, 10vw, 5rem);
            font-weight: 700;
            background: linear-gradient(90deg, var(--primary-color), #8dffff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin: 0;
            animation: fadeIn 2s ease-in-out;
            text-shadow: 0 0 15px var(--primary-color);
        }

        .hero-section p {
            font-size: clamp(1rem, 3vw, 1.5rem);
            color: var(--text-muted);
            max-width: 800px;
            margin: 1rem auto;
            animation: slideIn 2s ease-in-out;
            text-shadow: 0 0 5px var(--text-muted);
        }

        .section {
            padding: 4rem 0;
            text-align: center;
        }

        .section h2 {
            font-size: clamp(2rem, 5vw, 3rem);
            color: var(--primary-color);
            margin-bottom: 2rem;
            text-shadow: 0 0 10px var(--primary-color);
        }

        .cta-section {
            background-color: var(--bg-card);
            padding: 4rem 2rem;
            text-align: center;
            border-top: 2px solid var(--border-color);
            box-shadow: 0 0 20px var(--glow-color);
        }

        .cta-section h2 {
            font-size: clamp(2rem, 5vw, 3rem);
            color: var(--primary-color);
            margin-bottom: 1rem;
            text-shadow: 0 0 10px var(--primary-color);
        }

        .cta-section p {
            font-size: clamp(1rem, 2.5vw, 1.25rem);
            color: var(--text-muted);
            max-width: 800px;
            margin: 0 auto 2rem;
        }
        
        .cta-btn {
            display: inline-block;
            padding: 0.75rem 2.5rem;
            background: var(--primary-color);
            color: var(--bg-dark);
            text-decoration: none;
            border-radius: 4px;
            font-weight: 700;
            transition: transform 0.3s, box-shadow 0.3s;
            box-shadow: 0 0 15px var(--primary-color);
            border: none;
            text-transform: uppercase;
        }

        .cta-btn:hover {
            transform: scale(1.1);
            box-shadow: 0 0 25px var(--primary-color), 0 0 40px var(--primary-color);
        }
        
        .card-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            padding-top: 2rem;
        }

        .card {
            background-color: var(--bg-card);
            border-radius: 8px;
            padding: 2rem;
            box-shadow: 0 0 10px var(--border-color), 0 0 20px var(--primary-color) inset;
            border: 2px solid var(--border-color);
            transition: transform 0.3s, box-shadow 0.3s;
            text-align: center;
        }
        
        .card:hover {
            transform: translateY(-10px) scale(1.05);
            box-shadow: 0 0 25px var(--primary-color), 0 0 40px var(--primary-color) inset;
        }

        .card i {
            font-size: 3.5rem;
            color: var(--primary-color);
            margin-bottom: 1rem;
            text-shadow: 0 0 10px var(--primary-color);
        }

        .card h3 {
            font-size: 1.5rem;
            margin-bottom: 0.5rem;
            color: var(--primary-color);
        }

        .process-flow {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 2rem;
            margin-top: 3rem;
        }
        
        .flow-step {
            flex: 1 1 250px;
            text-align: center;
            padding: 2rem;
            border-radius: 8px;
            background-color: var(--bg-card);
            box-shadow: 0 0 15px var(--border-color);
            position: relative;
            transition: transform 0.3s;
        }

        .flow-step:hover {
            transform: translateY(-10px);
        }

        .flow-step i {
            font-size: 4rem;
            color: var(--primary-color);
            margin-bottom: 1rem;
            animation: pulse 2s infinite;
        }
        
        .flow-step h3 {
            color: var(--primary-color);
            margin-bottom: 0.5rem;
        }

        .flow-step p {
            color: var(--text-muted);
        }

        .arrow {
            position: absolute;
            top: 50%;
            right: -2rem;
            transform: translateY(-50%);
            color: var(--primary-color);
            font-size: 2rem;
            animation: moveArrow 2s infinite;
            display: none;
        }

        .flow-step:not(:last-child) .arrow {
            display: block;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        @keyframes slideIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }

        @keyframes pulse {
            0%, 100% { text-shadow: 0 0 5px var(--primary-color); }
            50% { text-shadow: 0 0 15px var(--primary-color); }
        }

        @keyframes moveArrow {
            0%, 100% { transform: translateY(-50%) translateX(0); }
            50% { transform: translateY(-50%) translateX(10px); }
        }

        .gallery-item {
            background-color: var(--bg-card);
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 0 10px var(--border-color);
            transition: transform 0.3s, box-shadow 0.3s;
        }
        
        .gallery-item:hover {
            transform: translateY(-5px) scale(1.03);
            box-shadow: 0 0 20px var(--primary-color);
        }

        .gallery-item img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-bottom: 2px solid var(--border-color);
        }

        .gallery-item-text {
            padding: 1rem;
            text-align: center;
        }
        
        .hero-section {
            position: relative;
            z-index: 1;
            padding: 6rem 2rem 4rem;
            border-bottom: 2px solid var(--border-color);
            text-align: center;
            overflow: hidden;
        }

        .hero-section::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: linear-gradient(45deg, var(--primary-color), var(--accent-color), var(--primary-color));
            background-size: 200% 200%;
            z-index: -1;
            opacity: 0.1;
            animation: gradient-anim 10s ease infinite;
        }

        @keyframes gradient-anim {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }

        .hero-icon {
            font-size: 4rem;
            color: var(--primary-color);
            margin-bottom: 1rem;
            animation: spin-anim 4s linear infinite, pulse-glow 2s infinite;
            display: inline-block;
            text-shadow: 0 0 15px var(--primary-color);
        }

        @keyframes spin-anim {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        @keyframes pulse-glow {
            0%, 100% { text-shadow: 0 0 10px var(--primary-color), 0 0 20px var(--primary-color); }
            50% { text-shadow: 0 0 20px var(--primary-color), 0 0 30px var(--primary-color), 0 0 40px var(--accent-color); }
        }

.project-card {
            background-color: var(--bg-card);
            border-radius: 8px;
            box-shadow: 0 0 10px var(--border-color);
            transition: transform 0.3s, box-shadow 0.3s;
            text-align: left;
            overflow: hidden;
        }

        .project-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 0 20px var(--primary-color);
        }
        
        .project-card img {
            width: 100%;
            height: 250px;
            object-fit: cover;
        }
        
        .project-content {
            padding: 1.5rem;
        }
        
        .project-content h3 {
            font-size: 1.5rem;
            margin-top: 0;
            color: var(--primary-color);
        }

        .project-tags {
            margin: 1rem 0;
        }

        .tag {
            display: inline-block;
            background-color: var(--primary-color);
            color: var(--bg-dark);
            font-size: 0.8rem;
            padding: 0.3rem 0.6rem;
            border-radius: 4px;
            margin-right: 0.5rem;
            font-weight: 600;
        }

        
        @media (max-width: 768px) {
            .process-flow {
                flex-direction: column;
                align-items: center;
            }

            .flow-step {
                flex: 1 1 100%;
                width: 100%;
            }

            .arrow {
                display: none !important;
            }
        }




.card-grid-port {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            padding-top: 2rem;
        }

        .project-card-port {
            background-color: var(--bg-card);
            border-radius: 8px;
            box-shadow: 0 0 10px var(--border-color);
            transition: transform 0.3s, box-shadow 0.3s;
            text-align: left;
            overflow: hidden;
            position: relative;
        }

        .project-card-port:hover {
            transform: scale(1.03); /* Efecto de zoom */
            box-shadow: 0 0 20px var(--primary-color);
            z-index: 10;
        }
        
        .project-card-port img {
            width: 100%;
            height: 250px;
            object-fit: cover;
            transition: transform 0.3s;
        }
        
        .project-card-port:hover img {
            transform: scale(1.05);
        }

        .project-content-port {
            padding: 1.5rem;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: rgba(42, 42, 62, 0.9);
            transform: translateY(100%);
            transition: transform 0.3s ease-in-out;
        }
        
        .project-card-port:hover .project-content-port {
            transform: translateY(0);
        }

        .project-content-port h3 {
            font-size: 1.2rem; /* Tamaño de fuente reducido */
            margin-top: 0;
            color: var(--primary-color);
        }

        .project-content-port p {
            font-size: 0.9rem; /* Tamaño de fuente reducido */
        }

        .project-tags-port {
            margin: 1rem 0;
        }

        .tag-port {
            display: inline-block;
            background-color: var(--primary-color);
            color: var(--bg-dark);
            font-size: 0.8rem;
            padding: 0.3rem 0.6rem;
            border-radius: 4px;
            margin-right: 0.5rem;
            font-weight: 600;
        }











        .section {
            padding: 2rem 0;
            text-align: center;
        }

        .section h2 {
            font-size: clamp(2rem, 5vw, 3rem);
            color: var(--primary-color);
            margin-bottom: 2rem;
            text-shadow: 0 0 10px var(--primary-color);
        }

        .cta-btn {
            display: inline-block;
            padding: 0.75rem 2.5rem;
            background: var(--primary-color);
            color: var(--bg-dark);
            text-decoration: none;
            border-radius: 4px;
            font-weight: 700;
            transition: transform 0.3s, box-shadow 0.3s;
            box-shadow: 0 0 15px var(--primary-color);
            border: none;
            text-transform: uppercase;
            cursor: pointer;
        }

        .cta-btn:hover {
            transform: scale(1.05);
            box-shadow: 0 0 25px var(--primary-color), 0 0 40px var(--primary-color);
        }
        
        /* Estilos de la Zona de Contacto */
        .contact-wrapper {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: flex-start;
            gap: 3rem;
            padding: 4rem 2rem;
            background-color: var(--bg-card);
            border-radius: 8px;
            box-shadow: 0 0 20px var(--glow-color);
        }
        
        .contact-form, .direct-contact-container {
            flex: 1 1 400px;
        }

        .contact-form {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }

        .form-input {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
        }

        .contact-form label {
            font-size: 1rem;
            font-weight: 600;
            color: var(--text-light);
        }

        .contact-form input, .contact-form textarea {
            background-color: transparent;
            border: 2px solid var(--border-color);
            color: var(--text-light);
            padding: 0.8rem;
            font-family: 'Orbitron', sans-serif;
            font-size: 1rem;
            border-radius: 4px;
            transition: border-color 0.3s, box-shadow 0.3s;
            outline: none;
        }

        .contact-form input:focus, .contact-form textarea:focus {
            border-color: var(--primary-color);
            box-shadow: 0 0 10px var(--primary-color);
        }

        .contact-form textarea {
            resize: vertical;
        }

        .captcha {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
        }

.contact-form .captcha .preview {
    color: #fff;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    letter-spacing: 8px;
    border: 1px dashed #888;
    font-family: "monospace";
}

.contact-form .captcha .preview span {
    display: inline-block;
    user-select: none;
}

        .captcha-form {
            display: flex;
            gap: 0.5rem;
        }

        .captcha-form input {
            flex-grow: 1;
        }

        .captcha-refresh {
            background-color: var(--bg-card);
            border: 2px solid var(--border-color);
            border-radius: 4px;
            color: var(--primary-color);
            font-size: 1.5rem;
            padding: 0.5rem;
            transition: transform 0.3s, box-shadow 0.3s;
        }

        .captcha-refresh:hover {
            transform: rotate(360deg);
            box-shadow: 0 0 10px var(--primary-color);
        }

        #login-btn {
            width: 100%;
        }

        .direct-contact-container {
            display: flex;
            flex-direction: column;
            gap: 2rem;
        }

        .mapa-google {
            width: 100%;
            height: 300px;
            border: 2px solid var(--border-color);
            border-radius: 8px;
            box-shadow: 0 0 10px var(--glow-color);
        }

        .contact-list {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

        .contact-list .list-item {
            display: flex;
            align-items: center;
            gap: 1rem;
            font-size: 1rem;
            color: var(--text-muted);
        }

        .contact-list .list-item i {
            font-size: 1.5rem;
            color: var(--primary-color);
        }

        .contact-list a {
            color: var(--text-muted);
            text-decoration: none;
            transition: color 0.3s;
        }

        .contact-list a:hover {
            color: var(--primary-color);
        }

        .social-media-list {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            justify-content: center;
            gap: 2rem;
        }

        .social-media-list li a {
            display: inline-block;
            font-size: 2rem;
            color: var(--text-muted);
            transition: color 0.3s, transform 0.3s, text-shadow 0.3s;
        }

        .social-media-list li a:hover {
            transform: scale(1.2);
            color: var(--primary-color);
            text-shadow: 0 0 15px var(--primary-color);
        }

        .poltext {
            font-size: 0.8rem;
            color: var(--text-muted);
        }

.header {
            text-align: center;
            padding: 4rem 2rem 2rem;
            position: relative;
			margin-top: 60px;
        }
        
        .header h1 {
            font-size: clamp(2.5rem, 8vw, 4rem);
            font-weight: 700;
            background: linear-gradient(90deg, var(--primary-color), #8dffff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin: 0;
            text-shadow: 0 0 15px var(--primary-color);
        }
        
        @media (max-width: 768px) {
            .contact-wrapper {
                flex-direction: column;
                align-items: center;
            }
        }