*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #0b0f1a;
  color: #f8fafc;
  font-family: "Inter", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, picture, svg, video, canvas {
  max-width: 100%;
  display: block;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

ul, ol {
  list-style: none;
}

input, button, textarea, select {
  font: inherit;
  outline: none;
}

button {
  cursor: pointer;
  border: none;
  background: none;
}

textarea {
  resize: vertical;
}

a, button, input, textarea {
  -webkit-tap-highlight-color: transparent;
}

::-moz-selection {
  background-color: rgba(0, 242, 255, 0.3);
  color: #fff;
}

::selection {
  background-color: rgba(0, 242, 255, 0.3);
  color: #fff;
}

.navbar {
  background: rgba(11, 15, 26, 0.8);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(0, 242, 255, 0.1);
  padding: 0.8rem 0;
  top: 0;
  transition: all 0.4s ease;
}
.navbar .logo-irq {
  font-weight: 800;
  font-size: 1.6rem;
  letter-spacing: -1px;
  color: #fff !important;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.navbar .logo-irq .logo-icon {
  color: #00f2ff;
  font-size: 1.8rem;
  filter: drop-shadow(0 0 8px rgba(0, 242, 255, 0.6));
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.navbar .logo-irq span {
  color: #00f2ff;
  font-weight: 300;
  margin-left: 4px;
  text-transform: lowercase;
  letter-spacing: 0;
  transition: all 0.3s ease;
}
.navbar .logo-irq:hover {
  text-shadow: 0 0 15px rgba(0, 242, 255, 0.4);
}
.navbar .logo-irq:hover .logo-icon {
  transform: rotate(-15deg) scale(1.1);
  filter: drop-shadow(0 0 12px rgba(0, 242, 255, 0.9));
}
.navbar .logo-irq:hover span {
  letter-spacing: 1px;
}
.navbar .nav-link {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  font-size: 0.9rem;
  padding: 0.5rem 1.2rem !important;
  position: relative;
  transition: color 0.3s ease;
}
.navbar .nav-link:hover, .navbar .nav-link.active {
  color: #00f2ff;
}
.navbar .nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 5px;
  left: 50%;
  background: #00f2ff;
  transition: all 0.3s ease;
  transform: translateX(-50%);
  box-shadow: 0 0 8px #00f2ff;
}
.navbar .nav-link:hover::after {
  width: 40%;
}
.navbar .btn-soporte {
  border: 1px solid #00f2ff;
  border-radius: 8px;
  color: #00f2ff !important;
  margin-left: 10px;
  transition: all 0.3s ease;
}
.navbar .btn-soporte:hover {
  background: rgba(0, 242, 255, 0.1);
  box-shadow: 0 0 15px rgba(0, 242, 255, 0.3), inset 0 0 5px rgba(0, 242, 255, 0.2);
  transform: translateY(-2px);
}
.navbar .btn-soporte::after {
  display: none;
}
.navbar .navbar-toggler {
  border: none;
  padding: 0;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .navbar-toggler .bi-list {
  font-size: 2rem;
  color: #00f2ff;
  filter: drop-shadow(0 0 5px rgba(0, 242, 255, 0.5));
}

.navbar-scrolled {
  padding: 0.5rem 0;
  background: rgba(11, 15, 26, 0.95);
  border-bottom: 1px solid rgba(0, 242, 255, 0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.demo-top-bar {
  background-color: rgba(22, 27, 42, 0.8);
  color: rgba(203, 213, 225, 0.8);
  text-align: center;
  padding: 8px 15px;
  font-size: 0.75rem;
  border-bottom: 1px solid rgba(0, 242, 255, 0.1);
  transition: transform 0.4s ease, opacity 0.4s ease;
  position: relative;
  z-index: 2000;
  width: 100%;
}
.demo-top-bar p {
  margin: 0;
  letter-spacing: 0.5px;
}
.demo-top-bar a {
  color: #00f2ff;
  text-decoration: none;
  font-weight: 600;
}
.demo-top-bar a:hover {
  text-decoration: underline;
}
.demo-top-bar.hidden-banner {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

.hero-section {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 100px 0 40px;
  background: radial-gradient(circle at 70% 30%, rgba(112, 0, 255, 0.15), transparent 40%), radial-gradient(circle at 20% 70%, rgba(0, 242, 255, 0.08), transparent 40%);
}
.hero-section .badge-tech {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 30px;
  background: rgba(0, 242, 255, 0.1);
  border: 1px solid rgba(0, 242, 255, 0.2);
  color: #00f2ff;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}
.hero-section h1 {
  line-height: 1.1;
}
.hero-section h1 .text-accent {
  color: #00f2ff;
  text-shadow: 0 0 30px rgba(0, 242, 255, 0.4);
}
.hero-section .lead {
  max-width: 600px;
  font-size: 1.15rem;
  margin-left: auto;
  margin-right: auto;
}
.hero-section .hero-visual {
  position: relative;
  width: 300px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-section .hero-visual .hero-icon {
  font-size: 10rem;
  color: rgba(255, 255, 255, 0.05);
  filter: drop-shadow(0 0 20px rgba(0, 242, 255, 0.2));
  animation: float 6s ease-in-out infinite;
  z-index: 2;
}
.hero-section .hero-visual .glow-circle {
  position: absolute;
  width: 250px;
  height: 250px;
  background: #00f2ff;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.2;
  z-index: 1;
}

@media (min-width: 992px) {
  .hero-section {
    min-height: 90vh;
    padding: 0;
  }
  .hero-section .lead {
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .hero-section {
    min-height: auto;
    padding-top: 80px;
  }
  .hero-section h1 {
    font-size: 2.5rem;
  }
  .hero-section .lead {
    font-size: 1rem;
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.btn-accent {
  background: linear-gradient(135deg, #00f2ff, #7000ff);
  color: #0b0f1a !important;
  padding: 14px 32px;
  border-radius: 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 1px;
  display: inline-block;
  border: none;
  box-shadow: 0 4px 15px rgba(0, 242, 255, 0.3);
}
.btn-accent:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 242, 255, 0.5);
}

.btn-outline {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff !important;
  padding: 14px 32px;
  border-radius: 10px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 1px;
  display: inline-block;
}
.btn-outline:hover {
  border-color: #00f2ff;
  color: #00f2ff !important;
  background: rgba(0, 242, 255, 0.05);
}

.services-section {
  background: #0b0f1a;
}

.service-card {
  background: rgba(22, 27, 42, 0.5);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 2.5rem 2rem;
  border-radius: 20px;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, transparent, rgba(0, 242, 255, 0.1), transparent);
  transform: translateX(-100%);
  transition: 0.6s;
}
.service-card:hover {
  transform: translateY(-10px);
  border-color: rgba(0, 242, 255, 0.4);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4), 0 0 15px rgba(0, 242, 255, 0.1);
}
.service-card:hover::before {
  transform: translateX(100%);
}
.service-card:hover .card-icon {
  transform: scale(1.1) rotate(5deg);
  color: #fff;
  background: #00f2ff;
  box-shadow: 0 0 20px #00f2ff;
}
.service-card .card-icon {
  width: 60px;
  height: 60px;
  background: rgba(0, 242, 255, 0.1);
  color: #00f2ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  border-radius: 12px;
  margin-bottom: 1.5rem;
  transition: all 0.4s ease;
}
.service-card h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #fff;
}
.service-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #cbd5e1;
}
.service-card .card-list {
  margin-top: 1.5rem;
  padding: 0;
}
.service-card .card-list li {
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.8);
}
.service-card .card-list li i {
  color: #00f2ff;
}
.service-card.active {
  border-color: rgba(0, 242, 255, 0.3);
  background: linear-gradient(145deg, rgba(22, 27, 42, 0.8), rgba(11, 15, 26, 0.4));
}

.services-section {
  background: #0b0f1a;
  padding: 100px 0;
  position: relative;
}
.services-section .section-subtitle {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 1.1rem;
  font-weight: 300;
  letter-spacing: 0.5px;
  max-width: 600px;
  margin: 0 auto;
}
.services-section h2 {
  margin-bottom: 1rem;
  color: #fff;
}
.services-section h2 .text-accent {
  color: #00f2ff;
  text-shadow: 0 0 15px rgba(0, 242, 255, 0.3);
}

.service-card {
  background: rgba(22, 27, 42, 0.4);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 2.5rem 2rem;
  border-radius: 20px;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.service-card:hover {
  transform: translateY(-12px);
  border-color: rgba(0, 242, 255, 0.4);
  background: rgba(22, 27, 42, 0.6);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
}
.service-card:hover .card-icon {
  transform: scale(1.1) rotate(5deg);
  filter: drop-shadow(0 0 10px #00f2ff);
}
.service-card:hover .card-list li {
  color: #fff;
}
.service-card .card-icon {
  font-size: 2.5rem;
  color: #00f2ff;
  margin-bottom: 1.5rem;
  display: inline-block;
  transition: all 0.4s ease;
}
.service-card h3 {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.service-card p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.95rem;
  line-height: 1.6;
}
.service-card .card-list {
  margin-top: 1.5rem;
  padding: 0;
  list-style: none;
}
.service-card .card-list li {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}
.service-card .card-list li i {
  color: #00f2ff;
  font-size: 1rem;
}
.service-card.active {
  border-color: rgba(0, 242, 255, 0.3);
  background: linear-gradient(145deg, rgba(22, 27, 42, 0.8), rgba(11, 15, 26, 0.4));
}
.service-card.active::after {
  content: "RECOMENDADO";
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 0.65rem;
  font-weight: 800;
  color: #00f2ff;
  letter-spacing: 1px;
  border: 1px solid rgba(0, 242, 255, 0.3);
  padding: 4px 10px;
  border-radius: 6px;
  background: rgba(11, 15, 26, 0.5);
}

.contact-section {
  background: #0b0f1a;
  padding-top: 80px;
  padding-bottom: 100px;
}

.contact-card {
  background: rgba(22, 27, 42, 0.3);
  border: 1px solid rgba(0, 242, 255, 0.1);
  padding: 2.5rem;
  border-radius: 24px;
  backdrop-filter: blur(10px);
}

.form-label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 8px;
}

.form-control, .form-select {
  background: rgba(11, 15, 26, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 12px 16px;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.form-control:focus, .form-select:focus {
  background: rgba(11, 15, 26, 0.8);
  border-color: #00f2ff;
  box-shadow: 0 0 10px rgba(0, 242, 255, 0.2);
  color: #fff;
}
.form-control::-moz-placeholder, .form-select::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.form-control::placeholder, .form-select::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.icon-box {
  width: 45px;
  height: 45px;
  background: rgba(0, 242, 255, 0.1);
  border: 1px solid rgba(0, 242, 255, 0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00f2ff;
  font-size: 1.2rem;
}

.btn-accent:active {
  transform: scale(0.98);
}

.main-footer {
  background: #020609;
  padding: 60px 0 30px;
  border-top: 1px solid rgba(0, 242, 255, 0.1);
  color: #fff;
}
.main-footer .footer-brand {
  font-size: 1.4rem;
  font-weight: 800;
  text-decoration: none;
  color: #fff;
}
.main-footer .footer-brand span {
  color: #00f2ff;
}
.main-footer .footer-brand .logo-icon {
  color: #00f2ff;
  font-size: 1.6rem;
}
.main-footer .footer-title {
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1.2rem;
}
.main-footer p.text-muted {
  color: rgba(255, 255, 255, 0.5) !important;
  line-height: 1.6;
  font-size: 0.85rem;
}
.main-footer .footer-link {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 0.9rem;
  position: relative;
  padding: 4px 0;
  transition: all 0.3s ease;
}
.main-footer .footer-link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #00f2ff;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.main-footer .footer-link:hover {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 242, 255, 0.5);
}
.main-footer .footer-link:hover::after {
  transform: scaleX(1);
}
.main-footer .social-links a {
  width: 40px;
  height: 40px;
  background: rgba(0, 242, 255, 0.05);
  border: 1px solid rgba(0, 242, 255, 0.2);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #00f2ff;
  font-size: 1.2rem;
  transition: all 0.4s ease;
}
.main-footer .social-links a:hover {
  background: #00f2ff;
  color: #0b0f1a;
  box-shadow: 0 0 20px rgba(0, 242, 255, 0.4);
  transform: translateY(-5px) rotate(8deg);
}
.main-footer .gaboweb-link {
  font-size: 1.3rem;
  font-weight: 900;
  color: #fff !important;
  text-decoration: none;
  letter-spacing: 1px;
}
.main-footer .gaboweb-link span {
  color: #00f2ff;
  text-shadow: 0 0 15px rgba(0, 242, 255, 0.6);
}
.main-footer .gaboweb-link:hover {
  opacity: 0.8;
  letter-spacing: 2px;
  transition: all 0.4s ease;
}
.main-footer .footer-divider {
  margin: 30px 0 20px;
  border-color: rgba(255, 255, 255, 0.05);
}
.main-footer .footer-copy {
  padding-top: 10px;
}
.main-footer .footer-copy p {
  font-size: 0.8rem;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.4);
}
.main-footer .footer-copy .footer-demo {
  font-size: 0.75rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.4);
}
.main-footer .footer-copy .footer-demo a {
  color: #00f2ff;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
}
.main-footer .footer-copy .footer-demo a:hover {
  color: #fff;
  border-bottom: 1px solid #00f2ff;
  text-shadow: 0 0 8px rgba(0, 242, 255, 0.5);
}

@media (max-width: 991.98px) {
  .main-footer {
    padding: 40px 0 20px;
    text-align: center;
  }
  .main-footer .footer-brand {
    justify-content: center;
  }
  .main-footer .nav-block {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .main-footer .nav-block .footer-link {
    font-size: 0.85rem;
  }
  .main-footer .nav-block .footer-link:active {
    transform: scale(0.9);
    color: #00f2ff;
  }
  .main-footer .social-links {
    justify-content: center;
    margin-top: 10px;
  }
  .main-footer .footer-title {
    display: none;
  }
  .main-footer .footer-copy p {
    font-size: 0.75rem;
  }
}
.about-section {
  background: #0b0f1a;
  padding: 100px 0;
  border-top: 1px solid rgba(0, 242, 255, 0.05);
}
.about-section .badge-tech {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 50px;
  background: rgba(0, 242, 255, 0.1);
  border: 1px solid rgba(0, 242, 255, 0.2);
  color: #00f2ff;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}
.about-section h2 .text-accent {
  color: #00f2ff;
  text-shadow: 0 0 20px rgba(0, 242, 255, 0.4);
}
.about-section .lead {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.15rem;
  line-height: 1.7;
}
.about-section .lead strong {
  color: #00f2ff;
}
.about-section .about-features .feature-tag {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 8px 16px;
  border-radius: 10px;
  font-size: 0.85rem;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
}
.about-section .about-features .feature-tag i {
  color: #00f2ff;
}
.about-section .about-visual {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.about-section .about-visual .about-icon {
  font-size: 10rem;
  color: rgba(255, 255, 255, 0.03);
  filter: drop-shadow(0 0 15px rgba(0, 242, 255, 0.2));
  z-index: 2;
}
.about-section .about-visual .glow-circle {
  position: absolute;
  width: 250px;
  height: 250px;
  background: #00f2ff;
  border-radius: 50%;
  filter: blur(110px);
  opacity: 0.12;
  z-index: 1;
}
.about-section .about-visual .experience-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(22, 27, 42, 0.8);
  backdrop-filter: blur(10px);
  border: 2px solid #00f2ff;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5), inset 0 0 15px rgba(0, 242, 255, 0.2);
  z-index: 3;
}
.about-section .about-visual .experience-badge .number {
  font-size: 2rem;
  font-weight: 900;
  color: #00f2ff;
  line-height: 1;
}
.about-section .about-visual .experience-badge .text {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-top: 5px;
}

.whatsapp-flotante {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: 30px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 9999;
  box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.whatsapp-flotante i {
  color: #fff !important;
  font-size: 30px;
  line-height: 0;
}
.whatsapp-flotante:hover {
  background-color: #128c7e;
  transform: scale(1.1);
}
.whatsapp-flotante:hover .tooltip-wa {
  opacity: 1;
  transform: translateX(0);
}
.whatsapp-flotante .tooltip-wa {
  position: absolute;
  right: 75px;
  background: #fff;
  color: #333;
  padding: 10px 18px;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 700;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  transform: translateX(15px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.whatsapp-flotante .tooltip-wa::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 8px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

@media (max-width: 767.98px) {
  .whatsapp-flotante {
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
  }
  .whatsapp-flotante i {
    font-size: 25px;
  }
  .whatsapp-flotante .tooltip-wa {
    display: none;
  }
}/*# sourceMappingURL=main.css.map */