@charset "UTF-8";
:root {
  --brand-yellow: #fec300;
  --brand-black: #000000;
  --brand-red: #e31e24;
  --header-height-desktop: 135px;
  --header-height-mobile: 110px;
}

/* =========================================
   FUENTES: INTER
========================================= */
/* --- Thin (100) --- */
@font-face {
  font-family: "Inter";
  src: url("./fonts/Inter-Thin-BETA.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("./fonts/Inter-ThinItalic-BETA.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
}
/* --- Extra Light (200) --- */
@font-face {
  font-family: "Inter";
  src: url("./fonts/Inter-ExtraLight-BETA.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("./fonts/Inter-ExtraLightItalic-BETA.otf") format("opentype");
  font-weight: 200;
  font-style: italic;
}
/* --- Light (300) --- */
@font-face {
  font-family: "Inter";
  src: url("./fonts/Inter-Light-BETA.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("./fonts/Inter-LightItalic-BETA.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}
/* --- Regular (400) --- */
@font-face {
  font-family: "Inter";
  src: url("./fonts/Inter-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("./fonts/Inter-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
/* --- Medium (500) --- */
@font-face {
  font-family: "Inter";
  src: url("./fonts/Inter-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("./fonts/Inter-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}
/* --- Semi Bold (600) --- */
@font-face {
  font-family: "Inter";
  src: url("./fonts/Inter-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("./fonts/Inter-SemiBoldItalic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
}
/* --- Bold (700) --- */
@font-face {
  font-family: "Inter";
  src: url("./fonts/Inter-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("./fonts/Inter-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}
/* --- Extra Bold (800) --- */
@font-face {
  font-family: "Inter";
  src: url("./fonts/Inter-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("./fonts/Inter-ExtraBoldItalic.otf") format("opentype");
  font-weight: 800;
  font-style: italic;
}
/* --- Black (900) --- */
@font-face {
  font-family: "Inter";
  src: url("./fonts/Inter-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("./fonts/Inter-BlackItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
}
/* =========================================
   FUENTES: ROBOTO
========================================= */
/* --- Thin (100) --- */
@font-face {
  font-family: "Roboto";
  src: url("./fonts/Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("./fonts/Roboto-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
/* --- Light (300) --- */
@font-face {
  font-family: "Roboto";
  src: url("./fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("./fonts/Roboto-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
/* --- Regular (400) --- */
@font-face {
  font-family: "Roboto";
  src: url("./fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("./fonts/Roboto-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
/* --- Medium (500) --- */
@font-face {
  font-family: "Roboto";
  src: url("./fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("./fonts/Roboto-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
/* --- Bold (700) --- */
@font-face {
  font-family: "Roboto";
  src: url("./fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("./fonts/Roboto-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
/* --- Black (900) --- */
@font-face {
  font-family: "Roboto";
  src: url("./fonts/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("./fonts/Roboto-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
/* --- Condensed Variants --- */
/* Nota: Se definen como una familia separada 'Roboto Condensed' para facilitar su uso */
@font-face {
  font-family: "Roboto Condensed";
  src: url("./fonts/Roboto-Condensed.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("./fonts/Roboto-CondensedItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("./fonts/Roboto-BoldCondensed.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("./fonts/Roboto-BoldCondensedItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
body {
  font-family: "Roboto", "Inter", sans-serif;
  margin: 0;
  background-color: #ffffff;
  overflow-x: hidden;
}

/* =========================================
   HEADER (DISEÑO BLINDADO)
========================================= */
.header-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3000;
  transition: 0.3s;
  background: white;
}

.logo-block {
  background-color: var(--brand-yellow);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 40px;
  z-index: 2100;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}

.logo-block img {
  max-height: 55px;
  width: auto;
  display: block;
}

.header-content-shift {
  padding-left: 290px;
}

.top-bar {
  background-color: var(--brand-black);
  padding: 10px 0;
  min-height: 45px;
  display: flex;
  align-items: center;
  font-size: 11px;
  color: white;
  position: relative;
  z-index: 2000;
}

.top-bar i {
  color: #ffffff !important;
  font-size: 1.2rem;
  margin-right: 10px;
}

.top-bar a {
  color: white;
  text-decoration: none;
  margin-left: 20px;
}

.top-bar span {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.navbar-707 {
  background-color: #ffffff;
  min-height: 90px;
  border-bottom: 1px solid #eee;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.nav-link-707 {
  font-family: "Roboto", "san-serif";
  font-style: normal;
  font-weight: bold;
  color: black !important;
  text-transform: uppercase;
  font-size: 12px;
}

.contact-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: black;
}

.icon-circle {
  background-color: var(--brand-yellow);
  color: black;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}

.label-top {
  font-size: 10px;
  font-weight: 600;
  color: #555;
  line-height: 1;
}

.number-bot {
  font-size: 15px;
  font-weight: 500;
}

.btn-cat-black {
  background-color: var(--brand-black);
  color: white;
  padding: 12px 25px;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  border: none;
  margin-left: 30px;
}

/* =========================================
   HERO SECTION
========================================= */
.hero-swiper {
  width: 100%;
  height: auto;
  background: #fff;
  overflow: hidden;
  position: relative;
}

.swiper-slide {
  width: 100%;
  height: auto;
  padding-top: var(--header-height-desktop);
  background: #fff;
}

.pat-0 {
  padding-top: 0px !important;
}

.img-banner-full {
  width: 100%;
  height: auto;
  display: block;
}

.swiper-button-next,
.swiper-button-prev {
  width: 45px !important;
  height: 45px !important;
  background-color: rgba(0, 0, 0, 0.4) !important;
  border: 2px solid var(--brand-yellow) !important;
  border-radius: 50% !important;
  color: var(--brand-yellow) !important;
  top: 60% !important;
  z-index: 100;
  transition: 0.3s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: var(--brand-yellow) !important;
  color: #000 !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1.2rem !important;
  font-weight: 900;
}

.swiper-button-prev {
  left: 5% !important;
}

.swiper-button-next {
  right: 5% !important;
}

/* =========================================
   SECCIÓN 3: CONÓCENOS
========================================= */
.section-about {
  padding: 100px 0;
  background-color: #ffffff;
}

.kicker {
  color: var(--brand-yellow);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  margin-bottom: 15px;
  display: block;
  font-family: "inter";
  font-weight: bold;
}

.title-about {
  font-family: "inter", sans-serif;
  font-weight: bold;
  font-size: clamp(2rem, 4vw, 2rem);
  line-height: 1.1;
  color: var(--brand-black);
  margin-bottom: 25px;
}

.paragraph-about {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 40px;
  max-width: 550px;
  font-family: "roboto";
  font-style: normal;
}

.experience-row {
  display: flex;
  align-items: center;
  gap: 40px;
}

.experience-box {
  background-color: var(--brand-red);
  color: white;
  padding: 25px 20px;
  text-align: left;
  min-width: 180px;
  border-radius: 2px;
}

.experience-box h3 {
  font-family: "inter";
  font-weight: bold;
  font-size: 3rem;
  margin: 0;
  line-height: 1;
}

.experience-box p {
  font-family: "inter";
  font-weight: 700;
  font-size: 12px;
  font-weight: 600;
  margin: 5px 0 0 0;
  line-height: 1.2;
}

.checks-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.checks-list li {
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  color: var(--brand-black);
  font-family: "Roboto";
  font-style: normal;
  line-height: normal;
}

.checks-list li i {
  color: var(--brand-red);
  font-size: 1.5rem;
  margin-right: 15px;
  font-weight: 900;
}

.about-image-wrapper {
  position: relative;
  padding: 0;
}

.about-image-wrapper img {
  width: 100%;
  position: relative;
  z-index: 2;
  display: block;
}

/* =========================================
   RESPONSIVE HEADER & ABOUT
========================================= */
/* =========================================
   RESPONSIVE HEADER & ABOUT (MEJORADO)
========================================= */
@media (max-width: 991px) {
  /* 1. Ajustes del Header General */
  .header-content-shift {
    padding-left: 0;
  }
  .logo-block {
    display: none !important;
  }
  .top-bar {
    padding: 8px 15px;
    min-height: 40px;
    font-size: 10px;
    justify-content: center;
  }
  /* 2. Contenedor del Navbar Móvil */
  .navbar-707 {
    min-height: 70px;
    padding: 10px 0;
  }
  .mobile-nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
    /* Margen lateral seguro */
  }
  .mobile-logo img {
    height: 40px;
    /* Logo un poco más discreto en móvil */
  }
  /* Botón Hamburguesa (Icono menú) */
  .navbar-toggler:focus {
    box-shadow: none;
    /* Quita el borde azul feo al hacer click */
  }
  /* 3. El Menú Desplegable (El arreglo principal) */
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    padding: 20px 20px 30px 20px;
    /* Más espacio abajo */
    border-top: 4px solid var(--brand-yellow);
    /* Línea amarilla marca */
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    /* Sombra elegante */
    max-height: 85vh;
    /* Evita que sea más alto que la pantalla */
    overflow-y: auto;
    /* Permite scroll si el celular es muy pequeño */
  }
  /* 4. Enlaces del Menú (Lista vertical limpia) */
  .navbar-nav {
    text-align: center;
    margin-bottom: 25px;
    /* Espacio antes de los botones de contacto */
  }
  .nav-item {
    border-bottom: 1px solid #f1f1f1;
    /* Línea separadora sutil */
    width: 100%;
  }
  .nav-link-707 {
    padding: 15px 0;
    /* Área táctil más grande */
    font-size: 14px;
    /* Letra un poco más grande para leer mejor */
    display: block;
  }
  /* Quitar borde al último ítem */
  .nav-item:last-child {
    border-bottom: none;
  }
  /* 5. Acciones Móviles (Contacto y Botón Catálogo) */
  .mobile-actions {
    display: flex;
    flex-direction: column;
    /* Apilar elementos uno sobre otro */
    align-items: center;
    gap: 20px;
    /* Espacio entre el teléfono y el botón */
    width: 100%;
    padding-top: 10px;
    border-top: 1px dashed #ddd;
    /* Separador visual */
  }
  /* Ajuste del Link de Teléfono */
  .contact-link {
    justify-content: center;
    width: 100%;
  }
  /* Ajuste del Botón Negro */
  .btn-cat-black {
    margin-left: 0 !important;
    /* Reiniciar margen de escritorio */
    width: 100%;
    max-width: 280px;
    /* Que no sea gigante en tablets */
    justify-content: space-between;
    /* Texto a la izq, circulo a la der */
    padding-right: 8px;
    /* Ajuste fino */
  }
  /* Ajustes Sección About en Móvil */
  .section-about {
    padding: 50px 0;
    text-align: center;
    /* Centrar textos en móvil */
  }
  .title-about {
    font-size: 1.8rem;
    /* Título más pequeño */
  }
  .paragraph-about {
    margin: 0 auto 30px auto;
    /* Centrar párrafo */
  }
  .experience-row {
    flex-direction: column;
    align-items: center;
    /* Centrar cajas */
    gap: 30px;
  }
  .checks-list li {
    justify-content: center;
    /* Centrar checks */
  }
  .experience-box {
    width: 100%;
    max-width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .about-image-wrapper {
    margin-top: 40px;
    padding-right: 0;
    /* Quitar padding derecho */
  }
}
.is-sticky .top-bar {
  display: none;
}

/* =========================================
   SECCIÓN: repuestos-stock
========================================= */
.repuestos-stock {
  padding: 100px 0;
  background-color: var(--brand-yellow);
  background-image: url("../assets/images/fondo-amarillo.webp");
  background-size: cover;
}

.repuestos-stock span strong {
  font-family: "inter";
  font-weight: bold;
}

.repuestos-stock h2 {
  font-family: "inter";
  font-weight: bold;
}

.card-contendor {
  background: white;
  /* 1. Más aire arriba y abajo para estirar la tarjeta */
  padding: 50px 35px;
  border-radius: 20px;
  /* Flexbox para ordenar */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  /* Alineamos todo arriba hacia abajo */
  /* 2. LA CLAVE: Altura mínima mayor para forzar el formato vertical */
  min-height: 450px;
  height: 100%;
  /* Sombra suave para que resalten sobre el amarillo */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

/* Efecto hover opcional: se levanta un poco */
.card-contendor:hover {
  transform: translateY(-5px);
}

/* 3. Controlamos el contenedor de la imagen (el div con clase w-50) */
/* Usamos > div:first-child para atacarlo directamente sin cambiar el HTML */
.card-contendor > div:first-child {
  width: 100% !important;
  height: 220px;
  /* Antes era 180px, ahora más alto */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

/* Aseguramos que la imagen no se deforme dentro de su espacio nuevo */
.card-contendor img {
  max-height: 100%;
  /* Usa toda la altura disponible */
  max-width: 100%;
  /* Antes era 80%, ahora dejamos que llene el ancho */
  object-fit: contain;
  /* Asegura que se vea completa sin recortarse */
  transform: scale(1.1);
  /* Truco: Un pequeño zoom adicional del 10% */
  transition: transform 0.3s ease;
}

.card-contendor:hover img {
  transform: scale(1.2);
}

.card-tittle {
  color: black;
  font-size: 1.3rem;
  /* Título un poco más grande */
  text-transform: capitalize;
  text-align: center;
  font-family: "inter";
  font-weight: 800;
  /* Más negrita */
  margin-bottom: 15px;
}

.card-text {
  font-size: 1rem;
  /* Texto un poco más legible */
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  color: #555;
  font-family: "Roboto";
  font-style: normal;
  margin-top: auto;
  /* Truco: empuja el texto un poco si sobra espacio */
}

.card-tittle-2 {
  color: #ffffff;
  font-size: 1.2rem;
  text-transform: capitalize;
  text-align: center;
  font-family: "inter";
  font-weight: 500;
}

.card-text-2 {
  font-size: 1rem;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  color: #747785;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* =========================================
   SECCIÓN: Beneficios
========================================= */
.beneficios {
  padding: 100px 0;
  border-bottom: 1px rgba(85, 85, 85, 0.2196078431) solid;
}

.beneficios .card-contendor {
  background: black;
  padding: 10px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  min-height: 250px;
  align-items: center;
  justify-content: center;
  height: 100%;
  border: 2px #fec300 solid;
}

.beneficios .card-tittle {
  color: white;
  font-size: 1rem;
  text-transform: capitalize;
  font-weight: 700;
  text-align: center;
}

.beneficios .card-text {
  font-weight: lighter;
  font-size: 0.8rem;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  color: white;
}

.card-beneficio {
  background: black;
  /* O usa var(--brand-black) si las quieres negras */
  padding: 30px 20px;
  border-radius: 15px;
  /* Flexbox para centrar */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  /* Altura automática (se adapta al contenido) */
  height: 100%;
  min-height: auto;
  /* IMPORTANTE: Quitamos la altura forzada de 450px */
  /* Borde sutil o sombra */
  border: 1px solid #eee;
  /* Borde suave */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.card-beneficio:hover {
  transform: translateY(-5px);
  border-color: var(--brand-yellow);
  /* Borde amarillo al pasar el mouse */
}

/* El icono amarillo */
.card-beneficio img {
  width: 60px;
  /* Tamaño controlado por CSS, no por style="" */
  height: auto;
  margin-bottom: 20px;
}

.card-beneficio img {
  width: 110px;
  /* Antes era 60px. Casi el doble de tamaño */
  height: auto;
  margin-bottom: 25px;
  /* Un poco más de espacio con el texto */
  transition: transform 0.3s ease;
}

/* Efecto opcional: pequeño salto al pasar el mouse */
.card-beneficio:hover img {
  transform: scale(1.1) rotate(-5deg);
  /* Crece y gira un poquito */
}

/* =========================================
   SECCIÓN: como-comprar
========================================= */
.como-comprar {
  padding: 100px 0;
}

/* =========================================
   SECCIÓN: COMENTARIOS (TESTIMONIOS)
========================================= */
.products-swiper {
  position: relative;
  padding-bottom: 100px;
  /* Ajustado para dar espacio a controles */
  overflow: hidden;
}

/* FIX: Opacidad para el efecto Fade */
.products-swiper .swiper-slide {
  opacity: 0 !important;
  transition: opacity 0.6s ease-in-out;
}

.products-swiper .swiper-slide-active {
  opacity: 1 !important;
}

.controls-wrapper {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  z-index: 10;
  width: 100%;
}

.products-swiper .swiper-button-next,
.products-swiper .swiper-button-prev {
  position: static !important;
  width: 50px !important;
  height: 50px !important;
  margin: 0 !important;
  background-color: rgba(0, 0, 0, 0.4) !important;
  border: 2px solid var(--brand-yellow) !important;
  border-radius: 50% !important;
  color: var(--brand-yellow) !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.products-swiper .swiper-button-next:hover,
.products-swiper .swiper-button-prev:hover {
  background-color: var(--brand-yellow) !important;
  color: #000 !important;
}

.products-swiper .swiper-button-next::after,
.products-swiper .swiper-button-prev::after {
  font-size: 1rem !important;
}

.products-swiper .swiper-pagination {
  position: static !important;
  width: auto !important;
}

.products-swiper .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  background: white !important;
  opacity: 0.5;
  margin: 0 8px !important;
}

.products-swiper .swiper-pagination-bullet-active {
  background: var(--brand-yellow) !important;
  opacity: 1;
  transform: scale(1.2);
}

/* =========================================
   FOOTER
========================================= */
footer {
  background: black;
  padding: 2rem;
  color: white;
}

.nav-pie-pagina {
  color: white;
  padding: 1rem;
  display: flex;
  align-items: center;
}

.nav-pie-pagina p {
  margin: 0;
}

.nav-pie-pagina ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.nav-pie-pagina ul li {
  list-style: none;
  display: flex;
  align-items: center;
}

.nav-pie-pagina ul li a {
  text-decoration: none;
  margin-left: 1rem;
  margin-right: 1rem;
  color: white;
}

/* Estilo para logos de clientes en movimiento */
.img-logo-cliente {
  height: 200px;
  width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: 0.3s;
}

.img-logo-cliente:hover {
  filter: grayscale(0%);
  opacity: 1;
}

/* =========================================
   BOTÓN CATÁLOGO (Diseño Exacto)
========================================= */
.btn-cat-black {
  /* Forma y Color Base */
  background-color: #000000;
  /* Fondo Negro */
  color: #ffffff;
  /* Texto Blanco */
  border: none;
  padding: 8px 8px 8px 24px;
  /* Padding: Arriba Derecha Abajo Izquierda (Menos a la derecha para pegar el círculo) */
  /* Tipografía */
  font-family: "Inter", sans-serif;
  /* Usamos la fuente que instalamos */
  font-weight: 600;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  /* Alineación (Flexbox) */
  display: inline-flex;
  align-items: center;
  gap: 15px;
  /* Espacio entre el texto y el círculo rojo */
  /* Transición suave */
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  /* Sombra sutil */
}

/* El círculo rojo del ícono */
.btn-cat-black .icon-circle-2 {
  background-color: #fec300;
  /* Rojo Intenso (Ajusta si tu rojo de marca es distinto, ej: #E31C23) */
  color: #000;
  width: 30px;
  /* Ancho fijo */
  height: 30px;
  /* Alto fijo igual al ancho */
  /* Centrar la flecha dentro del círculo */
  display: flex;
  align-items: center;
  justify-content: center;
  /* Animación del círculo */
  transition: transform 0.3s ease;
}

/* Ajuste del tamaño de la flecha */
.btn-cat-black .bi {
  font-size: 14px;
  /* Tamaño del icono interno */
  margin: 0;
  /* Quitamos márgenes por defecto */
  padding: 0;
  vertical-align: -0.125em;
}

/* Efecto Hover (Al pasar el mouse) */
a.btn-cat-black {
  text-decoration: none;
  color: #ffffff;
}

.btn-cat-black:hover {
  background-color: #1a1a1a;
  /* Negro un poco más claro */
  transform: translateY(-2px);
  /* Se levanta un poco */
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.btn-cat-black:hover .icon-circle-2 {
  transform: rotate(180deg);
  /* Opcional: Gira la flecha al pasar el mouse (efecto dinámico) */
  /* O si prefieres que solo baje: transform: translateY(3px); */
}

/* =========================================
   NAVBAR ACTIVO (Scrollspy)
========================================= */
/* Cuando el link tiene la clase 'active' agregada por JS */
.navbar-nav .nav-link.active {
  color: #fec300 !important;
  /* Rojo corporativo (cámbialo si prefieres amarillo) */
  font-weight: 700;
  /* Más gordito */
  position: relative;
}

/* Opcional: Una pequeña línea debajo del activo */
.navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  background-color: #fec300;
  bottom: 5px;
  /* Ajusta según la altura de tu navbar */
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}

/* =========================================
   SECCIÓN VIDEO PROMO (ENCADENADO)
========================================= */
.video-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #000;
  border-radius: 20px;
  /* NUEVO: Bordes redondeados igual que tus cards */
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  /* Sombra para darle profundidad */
  aspect-ratio: 16/9;
}

.video-placeholder {
  width: 100%;
  /* Altura ajustada: un poco menos alta para que se vea bien en el box */
  height: 400px;
  /* Altura base */
  object-fit: cover;
  filter: brightness(0.7);
  transition: all 0.5s ease;
}

/* En pantallas grandes, permitimos más altura */
@media (min-width: 992px) {
  .video-placeholder {
    height: 500px;
  }
}
.video-wrapper:hover .video-placeholder {
  filter: brightness(0.85);
  transform: scale(1.02);
  /* Efecto sutil de zoom al pasar el mouse */
}

/* El botón de Play (Igual que antes) */
.play-button-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.play-circle {
  width: 80px;
  height: 80px;
  background-color: var(--brand-yellow);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s ease;
  box-shadow: 0 10px 25px rgba(254, 195, 0, 0.4);
}

.play-circle i {
  font-size: 35px;
  color: var(--brand-black);
  margin-left: 4px;
}

.play-circle:hover {
  transform: scale(1.15);
}

/* Animación Pulse */
.pulse-animation {
  animation: pulse-yellow 2s infinite;
}

@keyframes pulse-yellow {
  0% {
    box-shadow: 0 0 0 0 rgba(254, 195, 0, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(254, 195, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(254, 195, 0, 0);
  }
}
/* Ajuste Móvil */
@media (max-width: 768px) {
  .video-placeholder {
    height: 250px;
    /* Más compacto en celular */
  }
  .play-circle {
    width: 60px;
    height: 60px;
  }
  .play-circle i {
    font-size: 25px;
  }
}
