html {
  scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
}

:root {
  --brand-red: #e4010c;
  --brand-red-dark: #b80008;
  --brand-red-soft: rgba(228, 1, 12, 0.1);
  --brand-red-border: rgba(228, 1, 12, 0.25);
}

/* COLOR DE MARCA */

.brand-red-text {
  color: var(--brand-red);
}

.brand-red-bg {
  background-color: var(--brand-red);
}

.brand-red-bg:hover {
  background-color: var(--brand-red-dark);
}

.brand-red-border {
  border-color: var(--brand-red-border);
}

.brand-red-soft {
  background: linear-gradient(
    to bottom right,
    var(--brand-red-soft),
    #ffffff
  );
}

.experience-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  background: var(--brand-red);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  box-shadow: 0 10px 25px rgba(228, 1, 12, 0.35);
}

.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

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

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #020617;
}

::-webkit-scrollbar-thumb {
  background: #1e3a8a;
  border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
  background: #2563eb;
}

.hero-overlay {
  background:
    linear-gradient(
      to right,
      rgba(2, 6, 23, 0.95),
      rgba(2, 6, 23, 0.75),
      transparent
    );
}

.btn-main {
  transition:
    transform 0.3s ease,
    background-color 0.3s ease;
}

.btn-main:hover {
  transform: translateY(-3px);
}

.service-card {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.service-card:hover {
  transform: translateY(-8px);
}

.company-logo {
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.company-logo:hover {
  transform: scale(1.08);
}

.whatsapp-float {
  animation: pulseWhatsapp 2s infinite;
}

@keyframes pulseWhatsapp {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.08);
  }

  100% {
    transform: scale(1);
  }
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.experience-card {
  position: relative;
  height: 220px;
  border-radius: 1rem;
  overflow: hidden;
  scroll-snap-align: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.35);
}

@media (min-width: 768px) {
  .experience-card {
    height: 320px;
  }
}

.experience-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.experience-card:hover img {
  transform: scale(1.06);
}

.experience-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.25rem;
  color: white;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85),
    rgba(0, 0, 0, 0.15),
    transparent
  );
}

.experience-overlay p {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
}

.experience-overlay span {
  font-size: 0.875rem;
  color: #d1d5db;
}

.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

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

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #020617;
}

::-webkit-scrollbar-thumb {
  background: #1e3a8a;
  border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
  background: #2563eb;
}

.hero-overlay {
  background:
    linear-gradient(
      to right,
      rgba(2, 6, 23, 0.95),
      rgba(2, 6, 23, 0.75),
      transparent
    );
}

.btn-main {
  transition:
    transform 0.3s ease,
    background-color 0.3s ease;
}

.btn-main:hover {
  transform: translateY(-3px);
}

.service-card {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.service-card:hover {
  transform: translateY(-8px);
}

.company-logo {
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.company-logo:hover {
  transform: scale(1.08);
}

.whatsapp-float {
  animation: pulseWhatsapp 2s infinite;
}

@keyframes pulseWhatsapp {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.08);
  }

  100% {
    transform: scale(1);
  }
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.experience-card {
  position: relative;
  height: 220px;
  border-radius: 1rem;
  overflow: hidden;
  scroll-snap-align: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.35);
}

@media (min-width: 768px) {
  .experience-card {
    height: 320px;
  }
}

.experience-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.experience-card:hover img {
  transform: scale(1.06);
}

.experience-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.25rem;
  color: white;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85),
    rgba(0, 0, 0, 0.15),
    transparent
  );
}

.experience-overlay p {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
}

.experience-overlay span {
  font-size: 0.875rem;
  color: #d1d5db;
}