.container {
  max-width: 960px;
}

.icon-link>.bi {
  width: 0.75em;
  height: 0.75em;
}

/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

.site-header a {
  color: #8e8e8e;
  transition: color 0.15s ease-in-out;
}

.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 767px) {
  .offcanvas {
    width: 65% !important;
  }
}

/*
 * Extra utilities
 */

.flex-equal>* {
  flex: 1;
}

@media (min-width: 768px) {
  .flex-md-equal>* {
    flex: 1;
  }
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: #0000001a;
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow:
    inset 0 0.5em 1.5em #0000001a,
    inset 0 0.125em 0.5em #00000026;
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100svh;
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .bi {
  width: 1em;
  height: 1em;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}

.carousel-item img,
.carousel-item video {
  height: 80svh;
  object-fit: cover;
  object-position: center;
}

.carousel-item .carousel-products-img {
  height: 300px;
  object-fit: contain;
  object-position: center;
  border-radius: 0.5rem;
}

.custom-hr {
  border: none;
  height: 6px;
  background-color: var(--vsi-black);
  opacity: 100;
}

/* ==========================================
    PALETA DE COLORES
   ========================================== */

:root {
  --vsi-dark: #480F1E;
  --vsi-cream: #FEE5E1;
  --vsi-burgundy: #8A223D;
  --vsi-black: #0C0B09;
  --vsi-gold: #FFC801;
  --vsi-white: #F1F5F4;
}

.bg-vsi-dark {
  background-color: var(--vsi-dark) !important;
}

.bg-vsi-cream {
  background-color: var(--vsi-cream) !important;
}

.bg-vsi-burgundy {
  background-color: var(--vsi-burgundy) !important;
}

.text-vsi-dark {
  color: var(--vsi-dark) !important;
}

.text-vsi-cream {
  color: var(--vsi-cream) !important;
}

.text-vsi-burgundy {
  color: var(--vsi-burgundy) !important;
}

.icon-accent {
  color: var(--vsi-burgundy);
}

.btn-vsi-burgundy {
  background-color: var(--vsi-burgundy) !important;
  color: var(--vsi-cream) !important;
  transition: background-color 0.3s ease;
}

.btn-vsi-burgundy:hover {
  background-color: var(--vsi-dark) !important;
  color: var(--vsi-cream) !important;
}

.btn-vsi-dark {
  background-color: var(--vsi-dark) !important;
  color: var(--vsi-cream) !important;
  transition: background-color 0.3s ease;
}

.btn-vsi-dark:hover {
  background-color: var(--vsi-burgundy) !important;
  color: var(--vsi-cream) !important;
}

.border-vsi-burgundy {
  border: 2px solid var(--vsi-burgundy) !important;
}

/* --- Fondos --- */
.bg-vsi-black {
  background-color: var(--vsi-black) !important;
}

.bg-vsi-white {
  background-color: var(--vsi-white) !important;
}

.bg-vsi-gold {
  background-color: var(--vsi-gold) !important;
}

/* --- Textos --- */
.text-vsi-black {
  color: var(--vsi-black) !important;
}

.text-vsi-white {
  color: var(--vsi-white) !important;
}

.text-vsi-gold {
  color: var(--vsi-gold) !important;
}

/* --- Íconos --- */
.icon-accent {
  color: var(--vsi-gold);
}

/* --- Botones: Variante Gold (Acento) --- */
.btn-vsi-gold {
  background-color: var(--vsi-gold) !important;
  color: var(--vsi-black) !important;
  /* Texto oscuro para contraste sobre dorado */
  transition: background-color 0.3s ease;
}

.btn-vsi-gold:hover {
  background-color: var(--vsi-black) !important;
  color: var(--vsi-white) !important;
}

/* --- Botones: Variante Black (Oscuro) --- */
.btn-vsi-black {
  background-color: var(--vsi-black) !important;
  color: var(--vsi-white) !important;
  transition: background-color 0.3s ease;
}

.btn-vsi-black:hover {
  background-color: var(--vsi-gold) !important;
  color: var(--vsi-black) !important;
  /* Texto oscuro para mantener legibilidad */
}

/* --- Bordes --- */
.border-vsi-gold {
  border: 2px solid var(--vsi-gold) !important;
}

/* ==========================================
   TARJETAS DEL EQUIPO
   ========================================== */

.team-img {
  margin: auto;
  max-width: 200px;
}

.team-img:hover {
  transition: transform 0.3s ease-in-out, 0.3s ease-in-out;
  transform: translateY(-8px);
  transform: scale(1.10) rotate(5deg);
}

/* ==========================================
   BOTONES DE CONTACTO (WhatsApp y Outlook)
   ========================================== */

.btn-contact {
  transition: all 0.3s ease-in-out;
}

.btn-contact:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2) !important;
}

.btn-whatsapp {
  background-color: #25D366;
}

.btn-whatsapp:hover {
  background-color: #128C7E;
}

.btn-outlook {
  background-color: #0078D4;
}

.btn-outlook:hover {
  background-color: #005A9E;
}

/* ==========================================
   NAVEGACIÓN Y SECCIONES
   ========================================== */

:root {
  --navbar-height: 66px;
}

#hero,
#services,
#benefits,
#team,
#contact {
  scroll-margin-top: var(--navbar-height);
}

#hero {
  min-height: calc(100svh - var(--navbar-height));
}

#services,
#benefits,
#team,
#contact {
  min-height: calc(100svh - var(--navbar-height));
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nav-pills .nav-link.active {
  background-color: var(--vsi-white);
  color: var(--vsi-black) !important;
}

@media (max-width: 767.98px) {
  .nav-pills .nav-link.active {
    padding-left: 10px;
  }
}

#pillNav2 .nav-link {
  background-color: var(--vsi-white);
  color: var(--vsi-black) !important;
}

#pillNav2 .nav-link:hover {
  background-color: var(--vsi-black);
  color: var(--vsi-white) !important;
}

#pillNav2 .nav-link.active {
  background-color: var(--vsi-black) !important;
  color: var(--vsi-white) !important;
}

.feature-icon-small {
  width: 3rem;
  height: 3rem;
}

.mobile-pill-divider {
  width: 35px;
  height: 6px;
  background-color: var(--vsi-black);
  border: none;
  border-radius: 50px;
  margin: 1.5rem auto;
  opacity: 1;
}

/* ==========================================
   ANIMACIÓN DE ENTRADA PARA LAS PESTAÑAS (TABS)
   ========================================== */

@keyframes slideFadeLeft {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideFadeDown {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideFadeRight {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.tab-pane.active .bg-vsi-white.right-anim {
  animation: slideFadeRight 0.5s ease-out forwards;
}

.tab-pane.active .bg-vsi-white.left-anim {
  animation: slideFadeLeft 0.5s ease-out forwards;
}

.tab-pane.active .bg-vsi-white.down-anim {
  animation: slideFadeDown 0.5s ease-out forwards;
}

/* ==========================================
   FUENTES SATOSHI
   ========================================== */

@font-face {
  font-family: 'Satoshi';
  src: url('assets/fonts/satoshi/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url('assets/fonts/satoshi/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url('assets/fonts/satoshi/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Satoshi';
  src: url('assets/fonts/satoshi/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}

b,
strong {
  font-weight: 700;
}

/* ==========================================
   ESTILOS GENERALES DE LA PÁGINA
   ========================================== */

body {
  background-color: var(--vsi-black);
  color: var(--vsi-black);
  font-family: 'Satoshi', sans-serif;
  overscroll-behavior-y: none;
}

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

::-webkit-scrollbar-track {
  background-color: var(--vsi-black);
}

::-webkit-scrollbar-thumb {
  background-color: var(--vsi-white);
  border-radius: 10px;
  border: 2px solid var(--vsi-black);
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--vsi-white);
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--vsi-white) var(--vsi-black);
}