:root {
  --brand-700: #172e6a;
  --brand-500: var(--color-primary-dark);
  --brand-50: var(--color-neutral-indigo-50);
  --ok-500: var(--color-success);
  --text-900: var(--color-text);
  --text-700: var(--color-neutral-700);
  --text-600: #4b5563;
}
html {
  scroll-behavior: smooth;
}
:focus-visible {
  outline: 3px solid rgba(30, 58, 138, 0.6);
  outline-offset: 2px;
  border-radius: 6px;
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.hero-gradient {
  background: linear-gradient(
    135deg,
    var(--hero-start) 0%,
    var(--hero-end) 100%,
    var(--brand-500) 100%
  );
}
.logo-container {
  transition: transform 0.3s ease, filter 0.3s ease;
}
.logo-container:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.08));
}
.service-card {
  transition: transform 220ms ease, box-shadow 220ms ease, translate 220ms ease;
  will-change: transform, box-shadow;
  backface-visibility: hidden;
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
a[aria-label="Chatear por WhatsApp"] {
  transition: transform 180ms ease, box-shadow 180ms ease;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.08);
  animation: wh-pulse 2.2s ease-in-out infinite;
  will-change: transform, box-shadow;
}
a[aria-label="Chatear por WhatsApp"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.16), 0 6px 10px rgba(0, 0, 0, 0.1);
}
@keyframes wh-pulse {
  0%,
  100% {
    transform: translateZ(0) scale(1);
  }
  50% {
    transform: translateZ(0) scale(1.04);
  }
}
img {
  image-rendering: -webkit-optimize-contrast;
}
body {
  color: var(--text-900);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
  color: var(--text-600);
}
.shadow-elevated {
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.08), 0 8px 16px rgba(0, 0, 0, 0.06);
}
.surface-outline {
  outline: 1px solid rgba(255, 255, 255, 0.08);
  outline-offset: -1px;
}
.btn-primary {
  background: var(--brand-500);
  color: var(--color-white);
  border-radius: 0.5rem;
  padding: 0.75rem 1.25rem;
  font-weight: 600;
  transition: transform 120ms ease, box-shadow 120ms ease, background 120ms ease;
  box-shadow: 0 6px 14px rgba(30, 58, 138, 0.22);
}
.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(30, 58, 138, 0.28);
  background: var(--brand-700);
}
.btn-primary:active {
  transform: translateY(0);
} /* removed dark rule */
.dark body {
  color: var(--color-border);
} /* removed dark rule */
    
.btn--light:hover,
.btn--outline-light:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease,
    color 0.15s ease;
}
.btn--light:active,
.btn--outline-light:active {
  transform: translateY(0);
}
#contacto p {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #000000;
  margin-bottom: 1.5rem;
  font-weight: 500;
  max-width: 36rem;
}
#contacto p strong {
  color: #FFC107 !important;
  text-decoration: underline;
}
.footer,
.site-footer {
   
  background: rgba(222, 203, 173, 0.6) !important;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
}
.footer__logo {
  max-height: 48px;
  width: auto;
  object-fit: contain;
  display: block;
  margin-bottom: 0.75rem;
}
.footer__brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.footer .list {
  display: grid;
  gap: 1rem; /* Aumenta el valor para más espacio */
}
.footer__description {
  margin-top: 0rem;
  margin-bottom: 0;
  color: var(--color-neutral-300);
  font-size: 0.95rem;
  line-height: 1.4;
}
#nosotros .about__content h2 {
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 800;
  margin-bottom: 1rem;
  position: relative;
}
.contact_subtitle {
  color: #003cff !important;
}
#nosotros .about__content h2::after {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  border-radius: 2px;
  background: var(--brand-500);
  margin-top: 0.6rem;
}
#nosotros .about__content p {
  line-height: 1.7;
  color: var(--text-700);
  margin-bottom: 1.25rem;
  max-width: 72ch;
}
#nosotros .media-img {
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.32s ease, box-shadow 0.32s ease, filter 0.32s ease;
  object-fit: cover;
  width: 100%;
  height: auto;
}
#nosotros .media-img:hover {
  transform: translateY(-2px);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.14);
  filter: saturate(1.02);
}
#nosotros .checks {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem 1.25rem;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  #nosotros .checks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
#nosotros .checks li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--text-900);
  font-weight: 500;
}
#nosotros .checks svg {
  width: 22px;
  height: 22px;
  color: var(--color-white);
  stroke: var(--color-white);
  background: var(--brand-500);
  border-radius: 9999px;
  padding: 4px;
  box-shadow: 0 6px 12px rgba(30, 58, 138, 0.25);
  flex: 0 0 auto;
}
#nosotros.section {
  background: var(--bg-alt);
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  z-index: 0;
}
@media (min-width: 1024px) {
  #nosotros .about__content {
    position: relative;
    padding: 2rem 2rem 2rem 2.5rem;
    background: var(--color-white);
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
  }
  
  #nosotros .about__content {
    background: #fff !important;
  }
}
.hero--stl {
  position: relative;
  min-height: 78vh;
  display: grid;
  align-items: center;
  padding-top: 6.5rem;
  background: center/cover no-repeat var(--hero-bg, none);
  isolation: isolate;
}
.hero--stl .hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    135deg,
    var(--hero-start) 0%,
    var(--hero-end) 100%,
    rgba(30, 58, 138, 0.55) 60%,
    rgba(15, 23, 42, 0.65) 100%
  );
}
.hero--stl .hero__content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: var(--color-white);
  max-width: 62rem;
  margin-inline: auto;
  padding: 1rem;
}
.hero--stl .hero__title {
  font-size: clamp(2rem, 6vw, 4rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  margin: 0 0 0.75rem;
}
.hero--stl .hero__subtitle {
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.7;
  color: #e5edff;
  max-width: 48rem;
  margin: 0 auto 1.75rem;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.hero--stl .hero__cta {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.btn--cta {
  background: var(--brand-500);
  color: var(--color-white);
  padding: 0.95rem 1.5rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  border-radius: 12px;
  box-shadow: 0 12px 24px rgba(30, 58, 138, 0.28);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.btn--cta:hover {
  background: var(--brand-700);
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(30, 58, 138, 0.38);
}
.btn--cta:active {
  transform: translateY(0);
}
@media (min-width: 1024px) {
  .hero--stl {
    min-height: 86vh;
  }
}

.btn--light {
  background: #FFC107 !important;
  color: #222 !important;
  border: 1px solid #f59e0b;
}

.btn--light:hover {
  background: #ffca28 !important;
  color: #ffffff !important;
}

#contacto {
  background: #f7f7f7 !important; /* Fondo blanco */
}

#contacto form {
  border: 0px;
  border-radius: 14px;           
  box-shadow: 0 8px 32px rgba(0,0,0,0.10); 
  padding: 2rem;
  background: #fff;
}


#contacto input,
#contacto textarea {
  border: 1.5px solid #f59e0b;    
  border-radius: 8px;
  padding: 0.75rem 1rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}

#contacto input:focus,
#contacto textarea:focus {
  border-color: #FFC107;
  box-shadow: 0 0 0 2px #ffe082;
  outline: none;
}

.footer__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__description {

  color: #ffc1078d !important;
}
html { color-scheme: light !important; }
