@charset "UTF-8";
@font-face {
  font-family: "coolvetica";
  src: url(../fonts/coolvetica/Coolvetica\ Hv\ Comp.otf);
}
@font-face {
  font-family: "creatodisplay";
  src: url(../fonts/creato-display/CreatoDisplay-Regular.otf);
}
@font-face {
  font-family: "matchavibes";
  src: url(../fonts/matcha-vibes/Matcha\ Vibes.otf);
}
@font-face {
  font-family: "vanillapancake";
  src: url(../fonts/vanilla-pancake/Vanilla\ Pancake.otf);
}
@font-face {
  font-family: "codec";
  src: url(../fonts/codec/Codec-Cold-Regular-trial.ttf);
}
@font-face {
  font-family: "montserrat";
  src: url(../fonts/Montserrat/Montserrat-Regular.ttf);
}
header, footer {
  display: grid;
  max-width: 400px;
  margin: 50px auto;
  text-align: center;
  background-color: none;
  border: none;
  padding: 20px;
}

footer {
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 10px;
  padding: 20px;
  text-align: center;
}
footer p {
  text-align: justify;
  font-family: Impact, serif;
  font-size: 1.25em;
  color: #c2bebe;
}
footer .p2 {
  font-size: 1.2em;
  color: #ffffff;
  text-align: center;
  grid-column: 1/5;
  font-family: "montserrat", serif;
  font-weight: 1000;
}
footer .footer-socials {
  display: flex;
  justify-content: space-around;
  align-items: center;
  grid-column: 1/5;
}
footer a img {
  width: 30px;
  transition: transform 0.3s ease;
}
footer a:hover img {
  transform: scale(1.2);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.7);
  transition: all 0.3 ease;
  border-radius: 12px;
}
footer .footer-img {
  max-width: 30px;
  max-height: 30px;
  align-items: center;
}

@media screen and (min-width: 375px) and (max-width: 1440px) {
  header, footer {
    max-width: 90%;
    margin: 30px auto;
    padding: 15px;
  }
  footer {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, auto);
    gap: 12px;
    padding: 20px;
  }
  footer p {
    font-size: 1.1em;
    text-align: justify;
  }
  footer .p2 {
    font-size: 1.1em;
    grid-column: 1/3;
  }
  footer .footer-socials {
    grid-column: 1/3;
    justify-content: center;
    gap: 20px;
  }
  footer a img {
    width: 28px;
  }
  footer .footer-img {
    max-width: 28px;
    max-height: 28px;
  }
}
.navbar-container {
  width: 100%;
  max-width: 80%;
  height: auto;
  background: linear-gradient(90deg, #000000, #242222);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  padding: 10px 0;
  backdrop-filter: blur(6.75px);
}

.navbar {
  width: 90%;
  max-width: auto;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo img {
  width: 250px;
  height: 40px;
  border-radius: 8px;
  margin-left: 0;
}
.logo img:hover {
  transition: transform 1s ease;
  transform: scale(1.05);
  filter: drop-shadow(0 0 4px rgb(0, 247, 255)) drop-shadow(0 0 12px rgba(0, 247, 255, 0.8)) drop-shadow(0 0 20px rgba(0, 247, 255, 0.6));
  cursor: pointer;
}

.logo span {
  font-size: 1.2em;
  font-weight: bold;
  color: #00aaff;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 25px;
  margin: 0;
  padding: 0;
}

.nav-links a {
  text-decoration: none;
  color: #e0e0e0;
  font-family: "montserrat";
  font-size: 1.1em;
  font-weight: 500;
  transition: color 0.3s, transform 0.3s;
}

.nav-links a:hover {
  transform: scale(1.05);
}

.li-1 a:hover {
  text-shadow: 0 0 20px #432ebd, 0 0 30px #3213e2, 0 0 40px #2702f7;
}

.li-2 a:hover {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.7), 0 0 20px rgba(255, 255, 255, 0.5), 0 0 30px rgba(255, 255, 255, 0.3);
}

.li-3 a:hover {
  text-shadow: 0 0 10px #2ebd59, 0 0 20px #13e247, 0 0 30px #16f702;
}

.li-4 a:hover {
  text-shadow: 0 0 10px #bd7a2e, 0 0 20px #e2b213, 0 0 30px #f7a102;
}

.li-5 a:hover {
  text-shadow: 0 0 10px #bd2e2e, 0 0 20px #e21313, 0 0 30px #f70202;
}

.li-6 a:hover {
  text-shadow: 0 0 10px #9c2ebd, 0 0 20px #a713e2, 0 0 30px #9502f7;
}

@media screen and (min-width: 375px) and (max-width: 1440px) {
  .navbar-container {
    max-width: 95%;
    padding: 12px 0;
    overflow: visible !important;
  }
  .navbar {
    width: 100%;
    padding: 0 10px;
    gap: 10px;
  }
  .logo {
    gap: 6px;
  }
  .logo img {
    width: 180px;
    height: auto;
  }
  .logo span {
    font-size: 1em;
  }
  .nav-links {
    gap: 15px;
  }
  .nav-links a {
    font-size: 0.95em;
  }
}
/* =====================
    768px
===================== */
@media (max-width: 768px) {
  .navbar-container {
    position: relative;
    z-index: 5000;
    width: 100%;
    max-width: 100%;
    padding: 10px 0;
    overflow: visible !important;
  }
  .navbar {
    width: 100%;
    padding: 0 15px;
    /* ⭐ FIX agregado */
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-direction: row !important;
    gap: 0 !important;
    position: relative;
  }
  /* ⭐ Logo a la izquierda */
  .logo {
    margin-right: auto !important;
    display: flex;
    align-items: center;
  }
  /* Menú cerrado (oculto) */
  .nav-links {
    display: none !important;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.95);
    padding: 20px 0;
    position: fixed !important;
    top: 70px;
    left: 0;
    width: 100%;
    border-radius: 10px;
    height: auto !important;
    overflow: visible !important;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out;
    z-index: 999999 !important;
  }
  /* Menú abierto */
  .nav-links.active {
    display: flex !important;
    opacity: 1;
    transform: translateY(0);
  }
  .nav-links li {
    width: 100%;
    padding: 8px 0;
  }
  .nav-links a {
    width: 100%;
    display: block;
    font-size: 1.1em;
  }
  /* ⭐ Hamburger a la derecha */
  .hamburger {
    display: block !important;
    cursor: pointer;
    color: #fff;
    font-size: 30px;
    z-index: 10000;
    padding: 10px;
    margin-left: auto !important;
    position: relative;
  }
}
/* =====================
    425px
===================== */
@media (max-width: 425px) {
  .logo img {
    width: 160px;
  }
  .hamburger {
    font-size: 30px;
  }
}
/* =====================
    375px
===================== */
@media (max-width: 375px) {
  .logo img {
    width: 145px;
  }
  .hamburger {
    font-size: 26px;
  }
}
body {
  margin: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background: #000000;
  background-size: cover;
  color: #fff;
}

.main-container {
  width: 75%;
  max-width: auto;
  margin: 40px auto;
  padding: 30px;
  background: #000000;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(15px);
}

.h1-main {
  margin-bottom: 20px;
  font-family: "creatodisplay", serif;
  font-size: 3em;
  color: #00f0ff;
  text-align: center;
  font-weight: 1000;
  text-shadow: 0 0 15px #ffffff, 0 0 20px #00f0ff;
}

.video-container {
  text-align: center;
}

video {
  border: 2px solid #00f0ff;
  border-radius: 50px;
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 10px #ffffff, 0 0 20px #00f0ff, 0 0 30px #ffffff;
}

@media (max-width: 1024px) {
  .main-container {
    width: 85%;
    padding: 25px;
  }
  .h1-main {
    font-size: 2.6em;
  }
}
.text-p {
  font-size: 1.5em !important;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .main-container {
    width: 90%;
    margin: 30px auto;
    padding: 20px;
  }
  .h1-main {
    font-size: 2.3em;
  }
  .text-p {
    font-size: 1.35em !important;
    line-height: 1.65;
  }
  video {
    border-radius: 35px;
  }
}
@media (max-width: 425px) {
  .main-container {
    width: 92%;
    padding: 18px;
  }
  .h1-main {
    font-size: 2em;
    text-shadow: 0 0 10px #ffffff, 0 0 18px #00f0ff;
  }
  .text-p {
    font-size: 1.1em !important;
    line-height: 1.6;
    text-align: center;
  }
  .text-p video {
    border-radius: 28px;
    border-width: 1.5px;
  }
}
@media (max-width: 425px) and (max-width: 375px) {
  .main-container {
    width: 95%;
    padding: 15px;
  }
  .h1-main {
    font-size: 1.8em;
  }
  .text-p {
    font-size: 1em !important;
    line-height: 1.55;
    text-align: center;
  }
  video {
    border-radius: 25px;
  }
}
.body-about-us {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.navbar-container-us {
  width: 100%;
  max-width: 80%;
  height: auto;
  background: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  padding: 10px 0;
  backdrop-filter: blur(6.75px);
}

.main-container-us {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 20px;
  overflow: hidden;
}

.wrapper {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.cards {
  display: flex;
  gap: var(--gap);
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}

/* ===============================
    MTS Coding - Styles for Cards (Final Adapted Layout)
   =============================== */
/* -------- Root variables -------- */
:root {
  --bg-dark: #050c14;
  --card-bg: #0a151f;
  --accent: #00f7ff;
  --text-primary: #dfefff;
  --text-secondary: #86a2b8;
  --radius: 18px;
  --gap: 20px;
  --transition: 550ms cubic-bezier(.22, .9, .3, 1);
  color-scheme: dark;
}

/* -------- Global reset -------- */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: radial-gradient(1200px 600px at 10% 10%, rgba(0, 247, 255, 0.1), transparent), radial-gradient(1000px 600px at 90% 90%, rgba(0, 35, 60, 0.4), transparent), var(--bg-dark);
  color: var(--text-primary);
  font-family: "montserrat", serif;
}

/* Navbar */
.navbar-container-us {
  width: 100%;
  max-width: 80%;
  height: auto;
  background: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  padding: 10px 0;
  backdrop-filter: blur(6.75px);
}

/* -------- Main container -------- */
.main-container-us {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 20px;
  overflow: hidden;
}

.wrapper {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

h1 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  color: var(--accent);
  text-shadow: 0 0 12px rgba(0, 247, 255, 0.4);
}

/* -------- Cards Layout -------- */
.cards {
  display: flex;
  gap: var(--gap);
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}

.card {
  position: relative;
  flex: 1 1 0;
  height: 520px;
  min-width: 220px;
  background: var(--card-bg);
  border-radius: var(--radius);
  border: 2px solid rgba(255, 255, 255, 0.05);
  padding: 20px;
  overflow: hidden;
  cursor: pointer;
  transition: flex var(--transition), transform 250ms ease, box-shadow 250ms ease;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.35;
  transition: opacity 400ms ease;
}
.card * {
  position: relative;
  z-index: 1;
}
.card:nth-child(1)::before {
  background-image: url("../img/Marian.jpg");
}
.card:nth-child(2)::before {
  background-image: url("../img/Tom.jpg");
}
.card:nth-child(3)::before {
  background-image: url("../img/Shorsh.jpg");
}
.card.expanded::before {
  opacity: 0.5;
  filter: blur(5px) brightness(0.9);
}

.card.expanded {
  flex: 2.2 1 0;
  box-shadow: 0 12px 25px rgba(0, 247, 255, 0.2);
  transform: translateY(-6px);
}

/* -------- Card Header -------- */
.head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.avatar {
  width: 60px;
  height: 60px;
  border: solid 2px #00f0ff;
  box-shadow: 0 0 2px #00f0ff, 0 0 4px #ffffff, 0 0 6px #00f0ff;
  border-radius: 12px;
  background: none;
  color: #ebf0f1;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 1.5rem;
  backdrop-filter: blur(5px);
}

h2 {
  font-family: "montserrat", serif;
  font-size: 1.5rem;
  color: var(--text-primary);
}

p {
  color: #ffffff;
  font-size: 1.2em;
  font-family: "montserrat", serif;
  text-align: left;
  margin-bottom: 10px;
}

p.lead {
  font-family: "montserrat", serif;
  font-size: 1.1rem;
  color: #ffffff;
}

/* -------- Extra Content -------- */
.extra {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height var(--transition), opacity 300ms ease, margin 300ms ease;
  color: var(--text-primary);
}

.card.expanded .extra {
  max-height: 400px;
  opacity: 1;
  margin-top: 8px;
}

/* -------- Footer -------- */
.meta {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
}

.btn {
  background: transparent;
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

/* Escalado al hover */
.card:hover {
  transform: scale(1.05);
}

/* Hacer que la card se "expanda" al hover */
.card:hover {
  flex: 2.2 1 0;
  box-shadow: 0 12px 25px rgba(0, 247, 255, 0.2);
  transform: translateY(-6px) scale(1.05);
}

/* Mostrar contenido extra al hover */
.card:hover .extra {
  max-height: 400px;
  opacity: 1;
  margin-top: 8px;
}

/* Fondo más visible al hover */
.card:hover::before {
  opacity: 0.5;
  filter: blur(5px) brightness(0.9);
}

/* Pseudo-elemento para borde “trazado” */
.card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--radius);
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  background: conic-gradient(#00f0ff 0deg, #ffffff 90deg, #00f0ff 180deg, #ffffff 270deg, #00f0ff 360deg);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border: 5px solid transparent;
  filter: blur(1.5px);
  transition: opacity 0.3s ease;
}

/* Activar borde y animación al hover */
.card:hover::after {
  opacity: 1;
  animation: draw-border 3s linear infinite;
  transition: all 0.3s linear;
}

/* Animación que simula el borde dibujándose desde la esquina */
@keyframes draw-border {
  0% {
    background-size: 0% 100%;
  }
  25% {
    background-size: 100% 2px;
  }
  50% {
    background-size: 100% 100%;
  }
  75% {
    background-size: 100% 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}
/* -------- Responsive -------- */
@media (max-width: 1024px) {
  .main-container-us {
    padding: 30px 20px;
  }
  .wrapper {
    max-width: 900px;
  }
  .card {
    height: 480px;
  }
  h1 {
    font-size: 1.4rem;
  }
  p {
    font-size: 1.05rem;
  }
}
/* 📌 Tablets y mobile landscape */
@media (max-width: 768px) {
  .wrapper {
    max-width: 100%;
  }
  .cards {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
  .card {
    width: 90%;
    height: auto;
    min-height: 420px;
    flex: unset !important;
    transform: none !important;
  }
  /* Deshabilitar hover en mobile */
  .card:hover {
    flex: unset !important;
    transform: none !important;
  }
  /* Extra content solo se muestra con .expanded */
  .extra {
    max-height: 0;
    opacity: 0;
  }
  .card.expanded .extra {
    max-height: 350px;
    opacity: 1;
  }
  .avatar {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }
  h2 {
    font-size: 1.3rem;
  }
  p {
    font-size: 1rem;
  }
}
/* 📌 Mobile chico (480px para abajo) */
@media (max-width: 480px) {
  .cards {
    gap: 20px;
  }
  .card {
    width: 95%;
    min-height: 200px;
    padding: 18px;
  }
  h1 {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  h2 {
    font-size: 1.15rem;
  }
  p {
    font-size: 0.92rem;
  }
  .avatar {
    width: 45px;
    height: 45px;
    font-size: 1rem;
  }
  .card::after {
    border-width: 4px;
  }
}
.body-form {
  background-image: url(../img/background-code-black-2.png);
  background-size: 110%;
  background-position: center;
  background-repeat: no-repeat;
  animation: swingBackground 8s ease-in-out infinite alternate;
}

@keyframes swingBackground {
  0% {
    background-position: left center;
  }
  100% {
    background-position: right center;
  }
}
.form-container {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 800px;
  font-family: "montserrat", serif, serif;
  padding: 30px;
  border-radius: 15px;
  backdrop-filter: blur(10px);
  margin: 50px auto;
}

.form-container h2 {
  margin-bottom: 10px;
}

form {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 30px;
  border-radius: 50px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  width: 400px;
  position: relative;
  box-shadow: 0 0 20px #00f0ff, 0 0 40px #00f0ff inset;
  transition: transform 0.3s, box-shadow 0.3s;
}

.form-group {
  position: relative;
  margin-bottom: 25px;
}

input, select, textarea {
  width: 100%;
  padding: 14px 12px 14px 12px;
  margin-left: -10px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: 2px solid #424141;
  border-radius: 15px;
  font-family: "montserrat", serif, serif;
  font-size: 1em;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px #00f0ff, 0 0 15px #00f0ff inset;
  transition: transform 0.3s, box-shadow 0.3s;
}

textarea {
  resize: vertical;
  height: 250px;
  margin-left: -10px;
}

label {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  color: #ccc;
  font-size: 1em;
  pointer-events: none;
  transition: all 0.3s ease;
}

input:focus + label,
input:not(:placeholder-shown) + label,
textarea:focus + label,
textarea:not(:placeholder-shown) + label,
select:focus + label,
select:not([value=""]) + label {
  top: -10px;
  left: 10px;
  font-size: 0.85em;
  color: #ffffff;
  padding: 0 5px;
}

input:focus, select:focus, textarea:focus {
  border-color: #00aaff;
  outline: none;
  box-shadow: 0 0 5px #00aaff;
}

select option[disabled] {
  color: #888;
}

button {
  width: 80%;
  padding: 12px;
  margin-left: 8%;
  background: none;
  color: white;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.3s;
  font-family: "montserrat", serif, serif;
  font-weight: 1000;
  font-size: 1em;
  box-shadow: 0 0 5px #00f0ff, 0 0 10px #00f0ff inset;
  transition: transform 0.3s, box-shadow 0.3s;
  backdrop-filter: blur(6.75px);
}

button:hover {
  background: #005fa3;
}

#form-success {
  text-align: center;
  font-weight: bold;
  color: #00ff99;
  margin-top: 10px;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 12px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: 2px solid #424141;
  border-radius: 15px;
  font-family: "montserrat", serif, serif;
  font-size: 1em;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}

select option {
  padding: 8px;
}

select::-webkit-scrollbar {
  width: 8px;
}

select::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

select::-webkit-scrollbar-thumb {
  background: #0074D9;
  border-radius: 10px;
}

select::-webkit-scrollbar-thumb:hover {
  background: #005fa3;
}

select {
  scrollbar-width: thin;
  scrollbar-color: #0074D9 rgba(255, 255, 255, 0.1);
}

/* WhatsApp bubble */
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 100;
  transition: transform 0.3s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.whatsapp-float i,
.whatsapp-float img {
  position: relative;
  z-index: 2;
}

/* Pulse */
.whatsapp-float::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-color: rgba(37, 211, 102, 0.5);
  z-index: 1;
  animation: pulse 1.8s infinite;
}

/* Hover: scale and no animation */
.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-float:hover::before {
  animation-play-state: paused;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  70% {
    transform: scale(1.9);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.g-recaptcha {
  width: 100%;
  max-width: 400px;
  transform: scale(0.95);
  transform-origin: 0 0;
  margin: 10px 0;
  display: flex;
  justify-content: center;
}

.g-recaptcha-badge {
  visibility: hidden;
}

/* =====================
        375px
===================== */
@media (max-width: 375px) {
  .logo img {
    width: 145px;
  }
  .hamburger {
    font-size: 26px;
  }
}
/* =====================
        425px
===================== */
@media (max-width: 425px) {
  .logo img {
    width: 160px;
  }
  .hamburger {
    font-size: 30px;
  }
}
/* =====================
        768px
===================== */
@media (max-width: 768px) {
  .navbar-container {
    position: relative;
    z-index: 5000;
    width: 100%;
    max-width: 100%;
    padding: 10px 0;
    overflow: visible !important;
  }
  .navbar {
    width: 100%;
    padding: 0 15px;
    justify-content: space-between;
    position: relative;
  }
  /* Closed menu */
  .nav-links {
    display: none !important;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.95);
    padding: 20px 0;
    position: fixed !important;
    top: 70px;
    left: 0;
    width: 100%;
    border-radius: 10px;
    height: auto !important;
    overflow: visible !important;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out;
    z-index: 999999 !important;
  }
  /* Open menu */
  .nav-links.active {
    display: flex !important;
    opacity: 1;
    transform: translateY(0);
  }
  .nav-links li {
    width: 100%;
    padding: 8px 0;
  }
  .nav-links a {
    width: 100%;
    display: block;
    font-size: 1.1em;
  }
  .hamburger {
    display: block !important;
    cursor: pointer;
    color: #fff;
    font-size: 30px;
    z-index: 10000;
    padding: 10px;
  }
}
/* =====================
    MOBILE (max 900px)
===================== */
@media (max-width: 900px) {
  .navbar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    position: relative;
    z-index: 4000;
  }
  .logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 4000;
  }
  .logo img {
    width: 165px;
    height: auto;
  }
  .hamburger {
    margin-left: auto;
    display: block !important;
    cursor: pointer;
    font-size: 32px;
    z-index: 5000 !important;
    position: relative;
  }
  /* Drop menu */
  .nav-links {
    position: fixed !important;
    top: 70px;
    width: 100%;
    right: 0;
    display: none !important;
    flex-direction: column;
    align-items: center;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    padding: 25px 0;
    border-radius: 0 0 12px 12px;
    z-index: 9000 !important;
    transform: translateY(-20px);
    opacity: 0;
    transition: opacity 0.25s, transform 0.25s;
  }
  .nav-links.active {
    display: flex !important;
    opacity: 1;
    transform: translateY(0);
  }
}
/* =====================
        1440px
===================== */
@media (max-width: 1440px) {
  .navbar-container {
    max-width: 95%;
    padding: 12px 0;
    overflow: visible !important;
  }
  .navbar {
    width: 100%;
    padding: 0 10px;
    gap: 10px;
  }
  .logo {
    gap: 6px;
  }
  .logo img {
    width: 180px;
    height: auto;
  }
  .logo span {
    font-size: 1em;
  }
  .nav-links {
    gap: 15px;
  }
  .nav-links a {
    font-size: 0.95em;
  }
}
body {
  margin: 0;
  height: auto;
  justify-content: center;
  align-items: center;
  font-family: "Arial", sans-serif;
  background: #000000;
  background-size: 400% 400%;
  animation: gradientBG 15s ease infinite;
  color: #fff;
}

@keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.main-container-services {
  width: 1820px;
  height: 100vh;
  margin: 0 10px 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000000;
  color: #fff;
  font-family: Arial, sans-serif;
}

.content h1 {
  color: #00aaff;
  font-size: 2em;
  margin-bottom: 15px;
}

.content p {
  line-height: 1.6;
  font-size: 1.1em;
  color: #ffffff;
}

.services-container {
  width: 60%;
  max-width: 900px;
  text-align: center;
  padding: 10px;
  margin-left: 0;
  margin-top: 60px;
}

.services-p {
  font-size: 1.4em;
  text-shadow: 0 0 20px #00f0ff, 0 0 25px #00f0ff;
}

.services-list {
  font-size: 1.2em;
  padding: 10px;
  text-align: justify;
  font-family: "creatodisplay", serif;
}
.services-list li {
  list-style-type: square;
  text-shadow: 0 0 10px #00f0ff, 0 0 15px #00f0ff;
}

.services-h1 {
  text-align: center;
  font-family: "creatodisplay", serif;
  margin-bottom: 50px;
  font-size: 3.5em;
  text-shadow: 0 0 30px #00f0ff, 0 0 35px #00f0ff, 0 0 40px #00f0ff;
}

.services-h1:hover {
  transition: transform 0.7s;
  transform: scale(1.05);
}

.services-h2 {
  text-align: center;
  font-family: "creatodisplay", serif;
  font-weight: 800;
  border: none;
  margin-bottom: 40px;
  font-size: 3.5em;
  text-shadow: 0 0 30px #00f0ff, 0 0 35px #00f0ff, 0 0 40px #00f0ff;
}

/* -------------------- CAROUSEL -------------------- */
.carousel-container {
  perspective: 2000px;
  height: 400px;
  width: 300px;
  padding-top: 20px;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: auto;
}

/* Hidden inputs */
.carousel-container input {
  display: none;
}

/* Carousel */
.carousel {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s;
}

/* Cards */
.carousel-item {
  position: absolute;
  width: 250px;
  height: 350px;
  background: #111122;
  border: 2px solid #00f0ff;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 1.5em;
  font-weight: bold;
  text-shadow: 0 0 5px #00f0ff;
  box-shadow: 0 0 20px #00f0ff, 0 0 40px #00f0ff inset;
  backface-visibility: visible;
  transition: transform 0.6s, opacity 0.6s, scale 0.6s, box-shadow 0.6s;
}
.carousel-item p {
  color: #3213e2;
}

/* Overlay and hover glow */
.carousel-item:hover {
  transform: scale(1.1) translateZ(30px) rotateY(10deg);
  box-shadow: 0 0 30px #00f0ff, 0 0 60px #00f0ff inset;
}

/* Cilinder */
.carousel-item:nth-child(1) {
  transform: rotateY(0deg) translateZ(300px);
}

.carousel-item:nth-child(2) {
  transform: rotateY(90deg) translateZ(300px);
}

.carousel-item:nth-child(3) {
  transform: rotateY(180deg) translateZ(300px);
}

.carousel-item:nth-child(4) {
  transform: rotateY(270deg) translateZ(300px);
}

/* Navigation Arrows */
.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform-style: flat;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  background: rgba(0, 240, 255, 0.08);
  border: 2px solid rgba(0, 240, 255, 0.9);
  color: #00f0ff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 50;
  transition: transform 0.18s ease, background 0.18s ease;
  backdrop-filter: blur(4px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
}

/* Hover */
.nav:hover {
  transform: translateY(-50%) scale(1.12);
  background: rgba(0, 240, 255, 0.18);
}

.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.prev {
  left: -15vw;
}

.next {
  right: -15vw;
}

.carousel-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 18, 0.6);
  border-radius: 15px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
}

/* Card Title */
.carousel-item .overlay h3 {
  margin: 0;
  font-size: 1.2em;
  color: #00f0ff;
  text-shadow: 0 0 5px #00f0ff;
  font-family: "Anton", sans-serif;
}

/* Description */
.carousel-item .overlay p {
  font-size: 0.7em;
  margin: 10px 0;
  text-align: center;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  line-height: 1.3em;
}

/* Button */
.carousel-item .overlay button {
  width: 140px;
  margin-right: 35px;
  padding: 5px 5px;
  background: #00f0ff;
  border: none;
  border-radius: 12px;
  color: #0a0a0a;
  cursor: pointer;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: 0.7em;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}

.carousel-item .overlay button:hover {
  transform: scale(1.05);
  box-shadow: 0 0 10px #00f0ff, 0 0 20px #00f0ff inset;
  background: #00d0ff;
  color: #ffffff;
}

.carousel-item .extra-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0 0 15px 15px;
  color: #00f0ff;
  font-size: 0.85em;
  padding: 0 10px;
  box-sizing: border-box;
  transition: max-height 0.5s ease, padding 0.5s ease;
}

.carousel-item.expanded .extra-info {
  height: 350px;
  max-height: 350px;
  padding: 10px;
  border-radius: 12px;
}

.carousel-item ul li {
  font-size: 0.9em;
  list-style-type: square;
}

/* ---------- INTRO SERVICIOS ---------- */
.services-intro {
  width: 100%;
  max-width: 1000px;
  margin: 0 0 30px 0;
  text-align: center;
  background: #000000;
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 40px 60px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  animation: fadeIn 1.5s ease;
}

.services-intro:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
}

.services-intro p {
  color: #dcdcdc;
  font-size: 1.2rem;
  line-height: 1.7;
  margin-bottom: 10px;
  text-align: justify;
}

.strong-mts {
  color: #00f0ff;
  font-weight: 600;
  text-shadow: 0 0 3px #ffffff, 0 0 5px #00f0ff;
}

.bold-p {
  font-weight: 900;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ---------- Hover Bubble "Click me!" ---------- */
.hover-bubble {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%) scale(0.6);
  background: rgba(0, 240, 255, 0.18);
  color: #00f0ff;
  padding: 6px 14px;
  font-size: 0.75em;
  font-weight: bold;
  border: 1px solid #00f0ff;
  border-radius: 12px;
  white-space: nowrap;
  text-shadow: 0 0 6px #00f0ff;
  box-shadow: 0 0 12px #00f0ff, 0 0 18px #00f0ff inset;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

/* Hover animation */
.carousel-item:hover .hover-bubble {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

@media (max-width: 1024px) {
  .main-container-services {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 20px;
    flex-direction: column;
  }
  .services-intro {
    max-width: 90%;
    padding: 30px;
  }
  .services-h1,
  .services-h2 {
    font-size: 2.8em;
  }
  .carousel-container {
    transform: scale(0.9);
    margin-top: 20px;
  }
  .prev {
    left: -150px;
  }
  .next {
    right: -150px;
  }
}
/* ----------- MOBILE (max 768px) ----------- */
@media (max-width: 768px) {
  .main-container-services {
    padding: 10px;
    margin: 0;
    width: 100%;
    height: auto;
    flex-direction: column;
  }
  .services-intro {
    width: 90%;
    padding: 25px 20px;
  }
  .services-intro p {
    font-size: 1rem;
    text-align: left;
  }
  .services-h1,
  .services-h2 {
    font-size: 2.2em;
    margin-bottom: 25px;
  }
  /* Carousel smaller */
  .carousel-container {
    height: 350px;
    width: 240px;
    transform: scale(0.85);
  }
  /* Arrows closer */
  .prev {
    left: -95px;
  }
  .next {
    right: -95px;
  }
  .nav {
    width: 44px;
    height: 44px;
    font-size: 1.3rem;
  }
  .carousel-item {
    width: 200px;
    height: 290px;
  }
  .carousel-item .overlay h3 {
    font-size: 1em;
  }
  .carousel-item .overlay p {
    font-size: 0.62em;
  }
  .carousel-item .overlay button {
    width: 110px;
    font-size: 0.6em;
  }
  .carousel-item.expanded .extra-info {
    height: 240px;
    max-height: 240px;
  }
}
/* ----------- VERY SMALL MOBILE (max 480px) ----------- */
@media (max-width: 480px) {
  .services-h1,
  .services-h2 {
    font-size: 1.8em;
  }
  .services-intro {
    width: 92%;
    padding: 20px;
    margin-bottom: -20px;
  }
  .services-intro p {
    font-size: 0.9rem;
  }
  .services-container {
    width: 90%;
  }
  /* Reduce carousel further */
  .carousel-container {
    width: 200px;
    height: 300px;
    transform: scale(0.8);
  }
  .carousel-item {
    width: 220px;
    height: 300px;
  }
  /* Arrows inside screen */
  .prev {
    left: -100px;
  }
  .next {
    right: -90px;
  }
  .nav {
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
  }
  .carousel-item .overlay h3 {
    font-size: 0.9em;
  }
  .carousel-item .overlay p {
    font-size: 0.55em;
  }
  .carousel-item.expanded .extra-info {
    height: 100%;
    max-height: 400px;
    font-size: 0.8em;
  }
}
.main-container-faq {
  width: 65%;
  max-width: auto;
  margin: 40px auto;
  padding: 30px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 150px;
  box-shadow: 0 0 10px #00f0ff, 0 0 15px #ffffff, 0 0 20px #00f0ff, 0 0 25px #ffffff, 0 0 30px #00f0ff;
  backdrop-filter: blur(15px);
}

@keyframes aparecer {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.faq-h1 {
  text-align: center;
  font-family: "creatodisplay", serif;
  margin-bottom: 50px;
  font-size: 3.5em;
  text-shadow: 0 0 30px #00f0ff, 0 0 35px #00f0ff, 0 0 40px #00f0ff;
}

.faq-p {
  line-height: 1.6;
  font-size: 1.1em;
  color: #ffffff;
  text-align: center;
}

.preguntas-chat {
  max-width: 700px;
  margin: 40px auto;
  padding: 20px;
}
.preguntas-chat h2 {
  text-align: center;
  margin-bottom: 30px;
}
.preguntas-chat .chat-testimonio {
  max-width: 80%;
  margin: 10px;
  padding: 15px 20px;
  border-radius: 20px;
  background-color: #F2F2F2;
  font-size: 16px;
  line-height: 1.5;
  box-shadow: 0 0 5px #00f0ff, 0 0 10px #ffffff, 0 0 15px #00f0ff, 0 0 20px #ffffff;
  opacity: 0;
  transform: translateX(-20px);
  animation: aparecer 1.5s ease-out forwards;
}
.preguntas-chat .chat-testimonio.izquierda {
  margin-left: 0;
  background-color: #000000;
}
.preguntas-chat .chat-testimonio.derecha {
  margin-left: auto;
  background-color: #3d4346;
}

@media (max-width: 1440px) {
  .main-container-faq {
    width: 75%;
    padding: 25px;
    border-radius: 120px;
  }
  .faq-h1 {
    font-size: 3em;
  }
  .chat-testimonio {
    max-width: 85%;
    font-size: 15px;
  }
  .navbar-container {
    width: 90%;
  }
}
@media (max-width: 900px) {
  /* ----- HEADER & HAMBURGER ------ */
  .hamburger {
    display: flex;
  }
  .nav-links {
    position: absolute;
    top: 90px;
    right: 20px;
    background: rgba(0, 0, 0, 0.85);
    flex-direction: column;
    gap: 20px;
    padding: 25px 40px;
    border-radius: 20px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-20px);
    transition: all 0.3s ease;
  }
  .nav-links.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .nav-links a {
    font-size: 1.3em;
  }
  /* ----- FAQ CONTAINER ----- */
  .main-container-faq {
    width: 90%;
    border-radius: 60px;
    padding: 20px;
  }
  .faq-h1 {
    font-size: 2.2em;
    margin-bottom: 30px;
  }
  .faq-p {
    font-size: 1em;
  }
  /* CHAT */
  .preguntas-chat {
    width: 100%;
    padding: 10px;
  }
  .chat-testimonio {
    max-width: 100%;
    font-size: 14px;
    padding: 12px 15px;
  }
}
/* ----- 375px ----- */
@media (max-width: 375px) {
  .faq-h1 {
    font-size: 2em;
  }
  .chat-testimonio {
    font-size: 13px;
    padding: 10px 14px;
  }
  .logo img {
    width: 180px;
    height: auto;
  }
  .hamburger span {
    width: 24px;
  }
}
.project-img {
  width: 60%;
  max-width: 800px;
  padding: 10px;
  border-radius: 20px;
  margin-bottom: 25px;
  border: solid 1px black;
  box-shadow: 0 0 10px #00f0ff, 0 0 15px #ffffff, 0 0 20px #00f0ff, 0 0 25px #ffffff;
  transition: transform ease 0.5s;
}
.project-img:hover {
  transform: scale(1.02);
}

.project-figcaption {
  font-family: "creatodisplay", serif;
  font-size: 2em;
  text-align: center;
}
.project-figcaption a {
  color: #ffffff;
  text-decoration: none;
  transition: text-shadow 0.3s ease, color 0.3s ease;
}
.project-figcaption:hover {
  text-shadow: 0 0 5px #00f0ff, 0 0 10px #ffffff, 0 0 15px #00f0ff, 0 0 20px #ffffff, 0 0 25px #00f0ff;
}

figure {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.author-p {
  font-family: "creatodisplay", serif;
  margin-bottom: 30px;
}

.text-p {
  font-family: "creatodisplay", serif;
  font-size: 1.5em;
  width: 100%;
  height: auto;
  margin: 30px 0 50px 0;
  text-align: justify;
  color: #ffffff;
  text-shadow: 0 0 15px rgba(0, 247, 255, 0.6), 0 0 30px rgba(0, 247, 255, 0.3), 0 0 45px rgba(0, 247, 255, 0.2);
  display: inline-block;
  white-space: normal;
  overflow: hidden;
  border-right: 3px solid #00f7ff;
  padding-right: 5px;
  opacity: 0;
  animation: fadeIn 1.2s ease forwards 0.3s, blink 0.7s infinite, glowPulse 1.5s ease-in-out infinite alternate, glitchPulse 2s infinite;
}

/* -------------------- ANIMATIONS -------------------- */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes blink {
  50% {
    border-color: transparent;
  }
}
@keyframes glowPulse {
  0% {
    text-shadow: 0 0 5px #00f7ff, 0 0 10px rgba(0, 247, 255, 0.2509803922), 0 0 20px rgba(0, 247, 255, 0.1882352941);
  }
  50% {
    text-shadow: 0 0 10px #00f7ff, 0 0 20px rgba(0, 247, 255, 0.3764705882), 0 0 30px rgba(0, 247, 255, 0.2509803922);
  }
  100% {
    text-shadow: 0 0 5px #00f7ff, 0 0 10px rgba(0, 247, 255, 0.2509803922), 0 0 20px rgba(0, 247, 255, 0.1882352941);
  }
}
@keyframes glitchPulse {
  0% {
    text-shadow: 0 0 15px #00f7ff, 0 0 30px rgba(0, 247, 255, 0.2509803922), 0 0 45px rgba(0, 247, 255, 0.1254901961);
  }
  20% {
    text-shadow: 1px 0 18px #00f7ff, -1px 0 22px rgba(0, 247, 255, 0.3137254902), 0 0 45px rgba(0, 247, 255, 0.1882352941);
  }
  40% {
    text-shadow: -1px 0 15px #00f7ff, 1px 0 30px rgba(0, 247, 255, 0.2509803922), 0 0 45px rgba(0, 247, 255, 0.1882352941);
  }
  60% {
    text-shadow: 1px 1px 15px #00f7ff, -1px -1px 30px rgba(0, 247, 255, 0.3137254902), 0 0 45px rgba(0, 247, 255, 0.1882352941);
  }
  80% {
    text-shadow: -1px 1px 15px #00f7ff, 1px -1px 30px rgba(0, 247, 255, 0.2509803922), 0 0 45px rgba(0, 247, 255, 0.1882352941);
  }
  100% {
    text-shadow: 0 0 15px #00f7ff, 0 0 30px rgba(0, 247, 255, 0.2509803922), 0 0 45px rgba(0, 247, 255, 0.1254901961);
  }
}
@media (max-width: 1440px) {
  .project-img {
    width: 70%;
    max-width: 650px;
  }
  .project-figcaption {
    font-size: 1.8em;
  }
  .text-p {
    font-size: 1.3em;
    width: 90%;
  }
}
@media (max-width: 900px) {
  /* Imagen */
  .project-img {
    width: 85%;
    max-width: 500px;
    margin-bottom: 20px;
  }
  /* Figcaption */
  .project-figcaption {
    font-size: 1.6em;
    text-align: center;
  }
  /* Texto */
  .text-p {
    width: 100%;
    font-size: 1.2em;
    text-align: left;
    padding: 0 10px;
    border-right: 2px solid #00f7ff;
  }
  /* Figure container */
  figure {
    width: 100%;
    padding: 10px;
  }
}
@media (max-width: 375px) {
  .project-img {
    width: 95%;
    max-width: 350px;
  }
  .project-figcaption {
    font-size: 1.4em;
  }
  .text-p {
    font-size: 1.05em;
    line-height: 1.5;
    padding: 0 5px;
    border-right: 2px solid #00f7ff;
  }
  .author-p {
    font-size: 0.9em;
    text-align: center;
  }
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #0b0f1a, #00122b);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  overflow: hidden;
}

/* Logo animado */
.loader-logo {
  font-family: "Courier New", monospace;
  color: #00f7ff;
  font-size: 2.2rem;
  text-align: center;
  letter-spacing: 2px;
  animation: glitch 1s infinite;
}

.loader-logo span:nth-child(1),
.loader-logo span:nth-child(3) {
  display: block;
  font-size: 1rem;
  opacity: 0.7;
}

/* Líneas de código difusas detrás */
.loader-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/MTS_background_code_glow.png") repeat;
  opacity: 0.1;
  animation: move-bg 10s linear infinite;
}

/* Animaciones */
@keyframes glitch {
  0% {
    text-shadow: 2px 0 #00f7ff, -2px 0 #00f7ff;
  }
  25% {
    text-shadow: -2px 0 #00f7ff, 2px 0 #00f7ff;
  }
  50% {
    text-shadow: 2px 2px #00f7ff, -2px -2px #00f7ff;
  }
  75% {
    text-shadow: -2px 2px #00f7ff, 2px -2px #00f7ff;
  }
  100% {
    text-shadow: 2px 0 #00f7ff, -2px 0 #00f7ff;
  }
}
@keyframes move-bg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000px 1000px;
  }
}
.toast {
  position: fixed;
  top: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 15px 25px;
  border-radius: 10px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "montserrat", serif, sans-serif;
  z-index: 9999;
  box-shadow: 0 0 15px rgba(0, 255, 255, 0.4);
}

.toast.show {
  opacity: 1;
  transform: translateY(0);
}

/* Estados */
.toast-success {
  background: rgba(0, 200, 100, 0.9);
  box-shadow: 0 0 15px rgba(0, 255, 128, 0.5);
}

.toast-error {
  background: rgba(255, 60, 60, 0.9);
  box-shadow: 0 0 15px rgba(255, 60, 60, 0.5);
}

.toast-loading {
  background: rgba(0, 150, 255, 0.9);
  box-shadow: 0 0 15px rgba(0, 150, 255, 0.5);
}

/* Ícono del toast */
#toast-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
}

/* Círculo girando para “loading” */
.toast-loading #toast-icon::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.9s linear infinite;
}

/* Íconos para éxito y error */
.toast-success #toast-icon::before {
  content: "✔";
  font-size: 18px;
}

.toast-error #toast-icon::before {
  content: "✖";
  font-size: 18px;
}

/* Animación */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=styles.css.map */
