/* =====================================================
   HEADER FORMATO – ESTILO MODERNO (DESKTOP + MÓVIL)
   ===================================================== */

:root {
  --fmt-blue: #00458a;
  --fmt-blue-dark: #01294f;
  --fmt-orange: #ff7a00;
  --fmt-light: #f5f7fb;
}

/* ===========================
   HEADER GENERAL
   =========================== */

#mainHeader.angulo-header-main {
  background-color: #ffffff;
  padding: 0.45rem 0;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  z-index: 9999 !important;
}

#mainHeader .top-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

/* Logo */

#mainHeader .logo-img img {
  height: 44px;
  width: auto;
  object-fit: contain;
  display: block;
}

/* Navbar */

#mainHeader .navbar {
  padding: 0;
  background: transparent !important;
}

#mainHeader .navbar .container {
  padding: 0;
}

#mainHeader .navbar-nav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

/* Links principales */

#mainHeader .navbar-nav .nav-link {
  position: relative;
  padding: 0.4rem 0.9rem;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--fmt-blue-dark) !important;
  transition: color 0.2s ease;
}

#mainHeader .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0.9rem;
  right: 0.9rem;
  bottom: 0;
  height: 2px;
  background: var(--fmt-orange);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
  border-radius: 999px;
}

#mainHeader .navbar-nav .nav-link:hover,
#mainHeader .navbar-nav .nav-item.active .nav-link {
  color: var(--fmt-orange) !important;
}

#mainHeader .navbar-nav .nav-link:hover::after,
#mainHeader .navbar-nav .nav-item.active .nav-link::after {
  transform: scaleX(1);
}

/* Bloque derecho (buscador + user + carrito) */

#mainHeader > .top-content > .d-flex.align-items-center {
  gap: 0.9rem;
}

/* Iconos user / carrito / lupa mobile */

#mainHeader .item-user span i,
#mainHeader .item-cart-menu svg,
#mainHeader .fa-search,
#mainHeader .fa-bars {
  font-size: 1.1rem;
  color: #808a9b !important;
}

/* Carrito */

#mainHeader .item-cart-menu {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem;
  border-radius: 50%;
  transition: background-color 0.2s ease, color 0.2s ease;
}

#mainHeader .item-cart-menu:hover {
  background-color: rgba(0, 69, 138, 0.08);
}

#mainHeader .item-cart-menu .cart-items-badge {
  position: absolute;
  top: -5px;
  right: -2px;
  min-width: 16px;
  height: 16px;
  border-radius: 999px;
  background: var(--fmt-orange);
  color: #ffffff;
  font-size: 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===========================
   BUSCADOR DESKTOP
   =========================== */

#mainHeader .form-box {
  max-width: 360px;
}

#mainHeader .form-box form {
  width: 100%;
}

#mainHeader .form-box input.form-control.intBuscar {
  height: 32px !important;
  line-height: 32px !important;
  padding: 0.1rem 2.3rem 0.1rem 0.85rem !important;
  border-radius: 999px !important;
  border: 1px solid #e1e6f2 !important;
  background-color: #fdfdff !important;
  font-size: 0.86rem;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

#mainHeader .form-box input.form-control.intBuscar::placeholder {
  color: #9aa6bd;
}

#mainHeader .form-box input.form-control.intBuscar:focus {
  background-color: #ffffff;
  border-color: var(--fmt-blue) !important;
  box-shadow: 0 0 0 2px rgba(0, 69, 138, 0.12);
  outline: none;
}

/* Lupa dentro del input */

#mainHeader .search-input {
  position: absolute;
  top: 50% !important;
  right: 0.7rem !important;
  transform: translateY(-50%) !important;
  background: transparent !important;
  border-radius: 0 !important;
  width: auto !important;
  height: auto !important;
  color: #808a9b !important;
  box-shadow: none !important;
}

#mainHeader .search-input i {
  color: #808a9b !important;
}

/* ===========================
   BUSCADOR MÓVIL
   =========================== */

#mainHeader .input-search-movil,
#mainHeader .search-box .search-imput {
  border-radius: 999px;
  border: 1px solid #dde3f0;
  font-size: 0.85rem;
}

#mainHeader .search-box .border-search {
  border-radius: 999px;
  border: 1px solid #dde3f0;
  background: #ffffff;
}

/* ===========================
   DROPDOWN PRODUCTOS – DESKTOP
   (ESTILO TARJETA)
   =========================== */

#dropdown-submenu-products.dropdown-menu {
  background: #ffffff !important;
  border-radius: 18px !important;
  border: none !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18) !important;
  padding: 0.6rem 0 !important;
  min-width: 240px !important;
  max-width: 260px !important;
  max-height: 420px !important;
  overflow-y: auto;
}

#dropdown-submenu-products .content-container {
  padding: 0 !important;
}

#dropdown-submenu-products .content-container > .col-md-12 {
  padding: 0 !important;
}

#dropdown-submenu-products .dsp-categoria-lista {
  padding: 0.4rem 1.2rem !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04) !important;
}

#dropdown-submenu-products .dsp-categoria-lista:last-child {
  border-bottom: none !important;
}

#dropdown-submenu-products .dsp-categoria-titulo {
  margin: 0 !important;
  font-size: 0.86rem !important;
  font-weight: 500 !important;
  text-transform: none !important;
}

#dropdown-submenu-products .dsp-categoria-titulo i {
  display: none !important;
}

#dropdown-submenu-products .dsp-categoria-titulo a {
  padding: 0 !important;
  color: #3a4960 !important;
}

/* Hover tipo “fila azul” */

#dropdown-submenu-products .dsp-categoria-lista:hover {
  background: #18a5ff !important;
}

#dropdown-submenu-products .dsp-categoria-lista:hover a {
  color: #ffffff !important;
}

/* Ocultar subniveles */

#dropdown-submenu-products .dsp-subcategoria-lista,
#dropdown-submenu-products .dsp-sub-subcategoria-lista {
  display: none !important;
}

/* Scrollbar sutil */

#dropdown-submenu-products::-webkit-scrollbar {
  width: 6px;
}

#dropdown-submenu-products::-webkit-scrollbar-track {
  background: transparent;
}

#dropdown-submenu-products::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.16);
  border-radius: 999px;
}

/* ===========================
   MENÚ HAMBURGUESA – OVERLAY
   =========================== */

@media (max-width: 991.98px) {
  #mainHeader .dropdown-menu.menu-options {
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    width: 100vw;
    max-height: calc(100vh - 56px);
    border-radius: 0;
    border: 0;
    transform: none !important;
    margin: 0;
    padding: 0.75rem 1rem;
    background-color: #ffffff;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
    overflow-y: auto;
    z-index: 9999;
  }

  #mainHeader .dropdown-menu.menu-options .nav-link,
  #mainHeader .dropdown-menu.menu-options a {
    display: block;
    padding: 0.55rem 0;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--fmt-blue-dark) !important;
  }

  /* evitar que se cierre al tocar productos */
  .dropdown-menu.menu-options.show {
    display: block !important;
  }
}

/* ===========================
   DROPDOWN PRODUCTOS – MÓVIL
   =========================== */

#dropdown-submenu-products-responsive.dropdown-menu {
  background: #ffffff !important;
  border-radius: 14px !important;
  border: 1px solid #dde3f0 !important;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18) !important;
  padding: 0.4rem 0 !important;
  width: 100% !important;
}

#dropdown-submenu-products-responsive .content-container {
  padding: 0 !important;
}

#dropdown-submenu-products-responsive .dsp-categoria-lista {
  padding: 0.45rem 1rem !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04) !important;
}

#dropdown-submenu-products-responsive .dsp-categoria-lista:last-child {
  border-bottom: none !important;
}

#dropdown-submenu-products-responsive .dsp-categoria-titulo {
  margin: 0 !important;
  font-size: 0.95rem !important;
}

#dropdown-submenu-products-responsive .dsp-categoria-titulo i {
  display: none !important;
}

#dropdown-submenu-products-responsive .dsp-categoria-titulo a {
  padding: 0 !important;
  color: #3a4960 !important;
}

#dropdown-submenu-products-responsive .dsp-categoria-lista:hover {
  background: #18a5ff !important;
}

#dropdown-submenu-products-responsive .dsp-categoria-lista:hover a {
  color: #ffffff !important;
}

/* ===========================
   OTROS DROPDOWNS (secciones)
   =========================== */

.dropdownSectionInformation .dropdown-menu {
  background-color: #ffffff !important;
  color: var(--fmt-blue-dark) !important;
  border-radius: 12px;
  border: 1px solid #dde3f0 !important;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
  padding: 0.4rem 0.3rem;
}

.dropdownSectionInformation .dropdown-menu a {
  font-size: 0.82rem !important;
  padding: 0.45rem 0.9rem;
  color: var(--fmt-blue-dark) !important;
}

.dropdownSectionInformation .dropdown-menu a:hover {
  background-color: rgba(0, 69, 138, 0.07);
}

/* ===========================
   RESPONSIVE GENERAL
   =========================== */

@media (max-width: 991.98px) {
  #mainHeader .top-content {
    padding: 0.25rem 0.75rem;
    gap: 0.75rem;
  }

  #mainHeader .logo-img img {
    height: 38px;
  }

  #mainHeader .form-box {
    display: none !important;
  }

  #mainHeader > .top-content > .d-flex.align-items-center {
    gap: 0.4rem;
  }
}

@media (max-width: 575.98px) {
  #mainHeader .logo-img img {
    height: 34px;
  }

  #dropdown-submenu-products.dropdown-menu {
    display: none !important;
  }
}

/* ===========================
   FIN HEADER FORMATO – ESTILO MODERNO
   =========================== */

/* =====================================================
   FOOTER FORMATO – ESTILO MODERNO
   ===================================================== */

:root {
  --fmt-blue: #00458a;
  --fmt-blue-dark: #01294f;
  --fmt-orange: #ff7a00;
  --fmt-light: #f5f7fb;
}

/* ===========================
   ESTRUCTURA GENERAL FOOTER
   =========================== */

footer {
  background: radial-gradient(circle at top left, #06366d 0, var(--fmt-blue-dark) 45%, #020818 100%);
  color: #f5f7ff;
  font-size: 0.95rem;
  line-height: 1.6;
  position: relative;
  overflow: hidden;
}

footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 120% -10%, rgba(255, 122, 0, 0.22), transparent 55%);
  pointer-events: none;
}

/* ===========================
   PRE-FOOTER (CONTENIDO)
   =========================== */

footer .pre-footer {
  padding: 2.6rem 0 1.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  z-index: 1;
}

footer .pre-footer .row:first-child {
  align-items: flex-start;
}

/* Títulos de columnas */

footer h6,
footer h6.text-uppercase {
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #fdfdfd;
  margin: 0 0 1.1rem;
  font-weight: 600;
}

/* Listas de navegación y categorías */

footer .text-footer {
  margin: 0;
  padding: 0;
}

footer .text-footer li {
  margin-bottom: 0.45rem;
  color: #d5ddf4;
}

footer .text-footer li:last-child {
  margin-bottom: 0;
}

/* Enlaces */

footer a {
  color: #e4ebff;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

footer a:hover {
  color: var(--fmt-orange);
  transform: translateY(-1px);
}

/* Iconos de lista (usa los <i> existentes) */

footer .text-footer li i {
  margin-right: 0.45rem;
  opacity: 0.78;
  font-size: 0.9rem;
}

/* Flechitas de categorías */

footer .arrow-size {
  font-size: 0.75rem;
  opacity: 0.85;
}

/* Navegación izquierda */

footer .pre-footer .col-md-3:first-child .text-footer li a {
  display: inline-flex;
  align-items: center;
}

/* Bloque de categorías – columna central */

footer .pre-footer .col-md-6 .row > div {
  margin-bottom: 0.4rem;
}

footer .pre-footer .col-md-6 .text-footer li a {
  display: inline-flex;
  align-items: center;
  font-size: 0.93rem;
}

/* ===========================
   BLOQUE CONTACTO
   =========================== */

footer .pre-footer .col-md-3:last-child .text-footer li {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
}

footer .pre-footer .col-md-3:last-child .text-footer li i {
  margin-right: 0.35rem;
  margin-top: 0.18rem;
  min-width: 16px;
  text-align: center;
}

footer .pre-footer .col-md-3:last-child .text-footer li a {
  word-break: break-word;
}

/* ===========================
   REDES SOCIALES
   =========================== */

#redes {
  position: relative;
  z-index: 1;
  padding: 0.7rem 0 1.7rem;
}

#redes ul.list-inline {
  margin: 0;
  padding: 0;
}

#redes .list-inline-item {
  margin: 0 0.18rem;
}

#redes a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  font-size: 1.1rem;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.35);
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

#redes a:hover {
  background: var(--fmt-orange);
  color: #120a02;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.55);
}

/* ===========================
   FOOTER COPY
   =========================== */

.footer-copy {
  background: linear-gradient(90deg, #010712, #020b19);
  padding: 1.1rem 0 1.3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  z-index: 1;
}

.footer-copy span {
  display: inline-block;
  font-size: 0.85rem;
  color: #c3cce4;
}

.footer-copy a {
  color: var(--fmt-orange);
  font-weight: 600;
}

.footer-copy a:hover {
  color: #ffd7a0;
}

/* Pequeño efecto glow superior */

.footer-copy::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 15%;
  right: 15%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  opacity: 0.7;
}

/* ===========================
   ESTADOS / ACCESIBILIDAD
   =========================== */

footer a:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.7);
  outline-offset: 3px;
}

/* ===========================
   RESPONSIVE
   =========================== */

@media (max-width: 991.98px) {
  footer .pre-footer {
    padding: 2.2rem 0 1.7rem;
  }

  footer .pre-footer .col-md-3,
  footer .pre-footer .col-md-6 {
    margin-bottom: 1.8rem;
  }

  footer h6,
  footer h6.text-uppercase {
    margin-bottom: 0.75rem;
  }

  #redes {
    padding-bottom: 1.4rem;
  }
}

@media (max-width: 767.98px) {
  footer {
    text-align: center;
  }

  footer .pre-footer .col-md-3:last-child .text-footer li {
    justify-content: center;
  }

  footer .pre-footer .col-md-3:last-child .text-footer li i {
    margin-top: 0.1rem;
  }

  #redes .list-inline-item {
    margin: 0 0.25rem;
  }

  .footer-copy span {
    font-size: 0.82rem;
    line-height: 1.5;
  }
}

@media (max-width: 575.98px) {
  footer .pre-footer {
    padding: 2rem 0 1.4rem;
  }

  footer .text-footer li {
    margin-bottom: 0.35rem;
  }

  #redes a {
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }
}


/* Ajustes para dropdown de productos – desktop */

#dropdown-submenu-products.dropdown-menu {
  /* mantener estilos generales del contenedor */
}

#dropdown-submenu-products .dsp-categoria-lista {
  padding-left: 2.2rem !important;    /* margen interno izquierdo */
}

#dropdown-submenu-products .dsp-categoria-lista:hover {
  background-color: #092F72 !important; /* color hover especificado */
}

#dropdown-submenu-products .dsp-categoria-lista a {
  text-decoration: none !important;      /* eliminar subrayado */
  color: #3a4960 !important;              /* mantener color del texto */
}

#dropdown-submenu-products .dsp-categoria-lista:hover a {
  color: #ffffff !important;              /* texto blanco en hover */
}

/* Mejor manejo del scroll y altura del contenedor */

#dropdown-submenu-products.dropdown-menu {
  max-height: 420px !important;      /* altura máxima razonable */
  overflow-y: auto !important;       /* scrollbar solo cuando hace falta */
  padding-right: 1.5rem !important;  /* espacio para scrollbar sin cortar texto */
}



/* Ajustes para dropdown de productos – móvil */

#dropdown-submenu-products-responsive.dropdown-menu {
  padding: 0.4rem 0 !important;
  border-radius: 14px !important;
  border: 1px solid #dde3f0 !important;
  background-color: #ffffff !important;
  max-height: 350px !important;   /* altura máxima para móvil */
  overflow-y: auto !important;    /* scroll interno si excede */
}

#dropdown-submenu-products-responsive .dsp-categoria-lista {
  padding: 0.45rem 1rem !important;    /* margen interno a la izquierda y derecha */
  border-bottom: 1px solid rgba(0, 0, 0, 0.04) !important;
}

#dropdown-submenu-products-responsive .dsp-categoria-lista:last-child {
  border-bottom: none !important;
}

#dropdown-submenu-products-responsive .dsp-categoria-titulo {
  margin: 0 !important;
  font-size: 0.95rem !important;
  font-weight: 500 !important;
}

#dropdown-submenu-products-responsive .dsp-categoria-titulo i {
  display: none !important;
}

#dropdown-submenu-products-responsive .dsp-categoria-titulo a {
  padding: 0 !important;
  color: #3a4960 !important;
  text-decoration: none !important;
}

#dropdown-submenu-products-responsive .dsp-categoria-lista:hover {
  background-color: #092F72 !important;   /* mismo color de hover */
}

#dropdown-submenu-products-responsive .dsp-categoria-lista:hover a {
  color: #ffffff !important;
}

/* =====================================================
   FIN FOOTER FORMATO – ESTILO MODERNO
   ===================================================== */

/* ===========================================
   LISTA DE PRODUCTOS – FORMATO MARKETING
   =========================================== */

:root {
  --fmt-blue: #00458a;
  --fmt-blue-dark: #01294f;
  --fmt-orange: #ff7a00;
  --fmt-light: #f5f7fb;
}

/* Forzar dos columnas en móvil */
#product-container > div {
  padding: 0.75rem;
}

@media (max-width: 767.98px) {
  #product-container > div {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
  }
}

/* Contenedor general */
#product-container {
  row-gap: 1.75rem;
}

/* ============================
   CARD PRODUCTO
   ============================ */

.angulo-item-producto {
  background-color: #ffffff;
  border-radius: 1rem;
  border: 1px solid rgba(1, 41, 79, 0.04);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
  position: relative;
  height: 100%;
}

/* Hover */
.angulo-item-producto:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
  border-color: rgba(0, 69, 138, 0.18);
}

/* Zona imagen */
.angulo-item-producto .item-image-preview {
  display: block;
  padding: 0.75rem 0.75rem 0;
}

.angulo-item-producto .angulo-item-img {
  border-radius: 0.9rem;
  background-color: var(--fmt-light);
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  height: 200px;
}

/* ============================
   NOMBRE
   ============================ */

.angulo-item-name-container {
  padding: 0.8rem 1rem 0.25rem;
}

.angulo-item-name {
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--fmt-blue-dark);
  text-align: center;
  line-height: 1.3;
  min-height: 2.4em;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ============================
   PRECIOS
   ============================ */

.angulo-item-price {
  padding: 0.4rem 1rem 0.9rem;
}

.angulo-item-price > .d-flex {
  gap: 0.35rem;
}

.price-offer h4 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--fmt-orange);
}

.price-normal {
  margin: 0;
  font-size: 0.95rem;
  color: #9ca3af;
  text-decoration: line-through;
}

/* ============================
   BOTÓN
   ============================ */

.angulo-item-producto .d-flex.justify-content-center.align-items-center.pb-3 {
  padding: 0 1rem 1.1rem;
}

.angulo-item-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.6rem;
  border-radius: 999px;
  border: none;
  background: linear-gradient(135deg, var(--fmt-blue) 0%, var(--fmt-blue-dark) 100%);
  color: #ffffff !important;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow: 0 8px 22px rgba(0, 69, 138, 0.35);
  transition:
    background 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
  white-space: nowrap;
}

.angulo-item-button:hover,
.angulo-item-button:focus {
  background: linear-gradient(135deg, var(--fmt-blue-dark) 0%, var(--fmt-blue) 100%);
  box-shadow: 0 10px 30px rgba(1, 41, 79, 0.5);
  transform: translateY(-1px);
  color: #ffffff !important;
}

.angulo-item-button:active {
  transform: translateY(0);
  box-shadow: 0 6px 18px rgba(1, 41, 79, 0.4);
}

/* ============================
   RESPONSIVE
   ============================ */

@media (max-width: 991.98px) {
  .angulo-item-producto .angulo-item-img {
    height: 190px;
  }
}

@media (max-width: 767.98px) {
  #product-container {
    row-gap: 1.3rem;
  }

  .angulo-item-producto {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  }

  .angulo-item-producto .angulo-item-img {
    height: 150px;
  }

  .angulo-item-name {
    font-size: 0.9rem;
    min-height: 2.2em;
  }

  .price-offer h4 {
    font-size: 1rem;
  }

  /* Ocultar botón y su contenedor en móvil
     y evitar espacio en blanco inferior */
  .angulo-item-producto .d-flex.justify-content-center.align-items-center.pb-3 {
    display: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .angulo-item-button {
    display: none !important;
  }

  /* Ajustar padding inferior del bloque de precio
     para que el borde quede más cerca */
  .angulo-item-price {
    padding-bottom: 0.7rem;
  }
}
/* ===========================================
   FIN LISTA DE PRODUCTOS – FORMATO MARKETING
   =========================================== */

/* =====================================================
   FICHA DE PRODUCTO – FORMATO MARKETING PROMOCIONAL
   ===================================================== */

:root {
  --fmt-blue: #00458a;
  --fmt-blue-dark: #01294f;
  --fmt-orange: #ff7a00;
  --fmt-light-border: #e5e7eb;
  --fmt-text-main: #111827;
  --fmt-text-muted: #6b7280;
}

/* ===========================
   CONTENEDOR GENERAL
   =========================== */

.section-product-detail {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}

.section-product-detail > .container {
  border-top: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* ===========================
   COLUMNA IZQUIERDA – IMAGEN PRINCIPAL
   (manteniendo fondo blanco, solo ajustes de borde y CONTAIN)
   =========================== */

.containerImagePrincipal {
  display: flex;
  flex-direction: column;
}

/* Link principal como bloque */
.containerImagePrincipal #main-fancy {
  display: block;
}

/* Imagen principal – forzamos CONTAIN sin cambiar el fondo */
.containerImagePrincipal #main-fancy > div {
  width: 100%;
  height: 440px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  border-radius: 12px;
  border: 1px solid var(--fmt-light-border);
}

/* Alturas responsive */
@media (max-width: 991.98px) {
  .containerImagePrincipal #main-fancy > div {
    height: 360px;
  }
}

@media (max-width: 575.98px) {
  .containerImagePrincipal #main-fancy > div {
    height: 260px;
  }
}

/* ===========================
   THUMBS / GALERÍA
   (manteniendo fondo blanco, solo CONTAIN y bordes)
   =========================== */

.carousel-thumbs {
  margin-top: 1rem !important;
}

.ficha_carousel_img {
  padding: 0.15rem 0.25rem;
}

/* Contenedor clickable del thumb */
.ficha_carousel_img a {
  display: block;
  border-radius: 8px;
  border: 1px solid var(--fmt-light-border);
  overflow: hidden;
  transition: border-color 0.15s ease-out, box-shadow 0.15s ease-out, transform 0.15s ease-out;
}

/* Imagen del thumb – CONTAIN sin modificar fondo */
.ficha_carousel_img a > div {
  width: 130px;
  height: 90px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

/* Hover y estado activo (sin cambiar fondo) */
.ficha_carousel_img a:hover {
  border-color: var(--fmt-blue);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.18);
  transform: translateY(-1px);
}

/* Cuando OWL marca el ítem centrado */
.carousel-thumbs .owl-item.center .ficha_carousel_img a,
.carousel-thumbs .owl-item.active.center .ficha_carousel_img a {
  border-color: var(--fmt-blue);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.18);
}

/* Ajuste responsive de thumbs */
@media (max-width: 575.98px) {
  .ficha_carousel_img a > div {
    width: 100px;
    height: 70px;
  }
}

/* ===========================
   COLUMNA DERECHA – INFO PRODUCTO
   =========================== */

.containerDetailProductCard {
  min-height: 100%;
}

.container-product-description_info h3 {
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--fmt-text-main);
  margin-bottom: 0.2rem;
}

/* Bloque de precios */
.product-price h3 {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--fmt-blue-dark);
  margin-bottom: 0;
}

.product-price h6.line-through {
  font-size: 0.95rem;
  color: var(--fmt-text-muted);
  text-decoration: line-through;
  margin-bottom: 0;
}

/* Código de producto */
.product-view-code {
  font-size: 0.82rem;
  color: var(--fmt-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 0.35rem;
}

/* Bloques de cuotas (si se imprimen) */
[data-section="mercadopago-cuotas"] {
  margin-top: 0.5rem;
}

/* ===========================
   ATRIBUTOS / VARIACIONES
   =========================== */

#productos_variations_select {
  margin-top: 1rem;
  padding: 0.75rem 0.75rem 0.25rem 0.75rem;
  border-radius: 10px;
  border: 1px solid var(--fmt-light-border);
}

#productos_variations_select h5 {
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--fmt-text-muted);
  margin-bottom: 0;
}

/* Botones de color */
.colorButtonAttributeProduct.btn {
  border-radius: 999px !important;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 1px rgba(148, 163, 184, 0.8);
  transition: box-shadow 0.15s ease-out, transform 0.15s ease-out;
}

.colorButtonAttributeProduct.btn.active,
.colorButtonAttributeProduct.btn:hover,
.colorButtonAttributeProduct.btn:focus {
  box-shadow: 0 0 0 2px var(--fmt-blue);
  transform: translateY(-1px);
}

/* ===========================
   STOCK + CANTIDAD + BOTÓN CTA
   =========================== */

.product-stock-box {
  margin-top: 1.5rem;
  padding: 1rem 1rem 1.2rem 1rem;
  border-radius: 12px;
  border: 1px solid var(--fmt-light-border);
}

/* Texto de stock */
.product-view-stock {
  font-size: 0.9rem;
  color: var(--fmt-text-muted);
  margin-bottom: 0.75rem;
}

.product-view-stock .textStock {
  font-weight: 700;
  font-size: 1rem;
  color: var(--fmt-blue-dark);
}

/* Etiqueta cantidad */
.product-stock-box label[for="qty"] {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--fmt-text-muted);
}

/* Input cantidad */
.product-stock-box input[data-input-product="qty"] {
  max-width: 140px;
  border-radius: 999px;
  border: 1px solid var(--fmt-light-border);
  font-weight: 600;
  padding: 0.4rem 0.9rem;
  font-size: 0.95rem;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.product-stock-box input[data-input-product="qty"]:focus {
  outline: none;
  border-color: var(--fmt-blue);
  box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.25);
}

/* Botón principal SOLICITAR COTIZACIÓN */
#btnAddCart {
  margin-top: 0.75rem;
  border-radius: 999px;
  border: none;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.9rem 1rem;
  background-image: linear-gradient(135deg, var(--fmt-blue) 0%, var(--fmt-blue-dark) 55%, #020617 100%);
  color: #ffffff;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.35);
  transition: all 0.16s ease-out;
}

#btnAddCart:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.42);
  color: #ffffff;
}

#btnAddCart:active {
  transform: translateY(0);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.32);
}

/* Mensajes de error debajo del botón */
.message-error {
  margin-top: 0.75rem;
  font-size: 0.85rem;
}

/* ===========================
   RESPONSIVE – COLUMNA DERECHA
   =========================== */

@media (max-width: 767.98px) {
  .col-12.col-md-6.mt-4.mt-md-0 {
    margin-top: 1.5rem !important;
  }

  .container-product-description_info h3 {
    font-size: 1.5rem;
  }

  .product-price h3 {
    font-size: 1.6rem;
  }

  .product-stock-box {
    margin-top: 1.25rem;
  }
}

/* ===========================
   PRODUCTOS RELACIONADOS – AJUSTES SUAVES
   =========================== */

.section-product-detail hr {
  border-top: 1px solid var(--fmt-light-border);
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.relatedProductsContainer {
  margin-top: 1rem;
}

.relatedProductsContainer .titleRelatedProducts {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--fmt-text-muted);
  margin-bottom: 1rem;
}

/* Mantenemos el diseño actual de las cards, solo detalles mínimos */
.relatedProductsContainer .angulo-item-producto {
  border-radius: 12px;
  border: 1px solid var(--fmt-light-border);
}

/* Controles del carrusel */
.relatedProductsContainer .carousel-control-prev-icon,
.relatedProductsContainer .carousel-control-next-icon {
  filter: invert(22%) sepia(72%) saturate(1450%) hue-rotate(196deg) brightness(95%) contrast(96%);
}

.relatedProductsContainer .carousel-control-prev,
.relatedProductsContainer .carousel-control-next {
  width: auto;
}
/* =====================================================
   FIN FICHA DE PRODUCTO – FORMATO MARKETING PROMOCIONAL
   ===================================================== */

/* ================================
   BOTÓN PRINCIPAL – ESTÉTICA FORMATO
   ================================ */

.btn-theme-lg {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0.9rem 1rem;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    background-color: #00458a;
    color: #ffffff !important;
    border-radius: 10px;
    transition: all 0.25s ease-in-out;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 69, 138, 0.25);
}

.btn-theme-lg:hover {
    background-color: #01294f;
    box-shadow: 0 6px 18px rgba(0, 69, 138, 0.35);
    transform: translateY(-2px);
}

.btn-theme-lg:active {
    transform: translateY(0px);
    box-shadow: 0 4px 12px rgba(0, 69, 138, 0.25);
}

/* Versión responsive */
@media (max-width: 576px) {
    .btn-theme-lg {
        font-size: 1rem;
        padding: 0.85rem 1rem;
        border-radius: 8px;
    }
}
/* ================================
   FIN BOTÓN PRINCIPAL – ESTÉTICA FORMATO
   ================================ */


/* ================================
   CARRITO – FORMATO MARKETING
================================ */

/* Variables de color */
:root {
    --fmt-blue: #00458a;
    --fmt-blue-dark: #01294f;
    --fmt-orange: #ff7a00;
    --fmt-light: #f5f7fb;
    --fmt-gray: #e9ecf1;
    --fmt-text: #1a1a1a;
}

/* Contenedor general */
.cart_container {
    background: #ffffff;
}

#cart-container table {
    border-collapse: separate !important;
    border-spacing: 0 12px !important;
}

#tabla-pedidos thead th {
    border-bottom: 2px solid var(--fmt-gray);
    padding-bottom: 12px;
    font-weight: 600;
    color: var(--fmt-blue-dark);
}

#tabla-pedidos tbody tr {
    background: #ffffff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
    border-radius: 14px;
}

#tabla-pedidos tbody tr td {
    vertical-align: middle;
    padding: 18px 12px;
}

/* =======================
   IMÁGENES
======================= */

.img-main-shopping-cart {
    width: 65px;
    height: 65px;
    object-fit: contain;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #f1f1f1;
}

/* =======================
   NOMBRE DEL PRODUCTO
======================= */

.cart-product-name a {
    font-weight: 600;
    color: var(--fmt-blue-dark);
    font-size: 15px;
}

.cart-variations {
    display: inline-block;
    margin-top: 4px;
    font-size: 13px;
}

/* =======================
   INPUT CANTIDADES
======================= */

.number-input {
    display: flex;
    align-items: center;
}

.number-input button.minus,
.number-input button.plus {
    background: var(--fmt-blue);
    border: none;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    font-size: 18px;
    line-height: 1;
    transition: background .2s ease;
}

.number-input button:hover {
    background: var(--fmt-blue-dark);
}

.number-input input {
    text-align: center;
    font-weight: 600;
    border-radius: 6px;
}

/* BOTÓN eliminar */
.cart-eliminate-button {
    display: inline-block;
    margin-top: 8px;
    color: var(--fmt-orange);
    font-size: 14px;
    font-weight: 600;
}

/* =======================
   PRECIOS
======================= */

.product-price-cart,
.cart-price {
    font-weight: 700;
    color: var(--fmt-blue-dark);
    font-size: 15px;
}

.subtotalPriceReal,
.subTotalColumnTotal {
    font-weight: 700 !important;
    color: var(--fmt-blue-dark);
}

/* =======================
   BLOQUE TOTAL / RESÚMEN
======================= */

.cart-price {
    margin-top: 30px;
    background: var(--fmt-light);
    padding: 22px;
    border-radius: 14px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}

.cart-price h6 {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    color: var(--fmt-blue-dark);
}

/* =======================
   BOTÓN CTA – COTIZAR
======================= */

#btn-comprar-productos {
    background: var(--fmt-orange);
    border: none;
    padding: 14px 30px;
    border-radius: 14px;
    font-size: 18px;
    font-weight: 700;
    color: #fff !important;
    width: 100%;
    transition: .3s ease;
    margin-top: 15px;
}

#btn-comprar-productos:hover {
    background: #e96f00;
}

/* Siempre visible en móvil */
@media (max-width: 768px) {
    #btn-comprar-productos {
        position: relative;
        bottom: 0;
        width: 100%;
        margin-top: 25px;
        box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    }
}

/* =======================
   RESPONSIVE MOBILE
======================= */

@media (max-width: 768px) {

    #tabla-pedidos thead {
        display: none;
    }

    #tabla-pedidos tbody tr {
        display: block;
        padding: 15px;
        border-radius: 16px;
    }

    #tabla-pedidos td {
        display: block;
        width: 100%;
        text-align: left;
    }

    .cart-product-name {
        margin-top: 10px;
    }

    .number-input {
        justify-content: flex-start;
        margin-bottom: 10px;
    }

}
@media (max-width: 768px) {
    #btn-comprar-productos,
    .cart-price .confirmar {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
        width: 100% !important;
        margin-top: 16px !important;
    }
}
/* ================================
   FIN CARRITO – FORMATO MARKETING
================================ */
/* =========================================
   CHECKOUT – FORMATO MARKETING PROMOCIONAL
========================================= */

/* Sección general */
.section-product-category {
    background: #ffffff;
    padding-top: 40px;
    padding-bottom: 60px;
}

/* Contenedor principal */
.section-product-category .container {
    max-width: 1200px;
}

/* ==========================
   BREADCRUMB / PASOS
========================== */

.list-content-page-header {
    list-style: none;
    padding: 0;
    margin: 30px 0 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.list-item-content-page-header {
    font-size: 14px;
    color: #777;
    position: relative;
    margin-right: 18px;
    padding-right: 18px;
}

.list-item-content-page-header::after {
    content: ">";
    position: absolute;
    right: 0;
    top: 0;
    color: #ccc;
    font-size: 12px;
}

.list-item-content-page-header:last-child::after {
    content: "";
}

.list-item-content-page-header a {
    color: inherit;
    text-decoration: none;
}

.list-item-content-page-header.active,
.list-item-content-page-header.active a {
    font-weight: 600;
    color: var(--fmt-blue-dark);
}

/* ==========================
   FORMULARIO (CONTACTO + DIRECCIÓN)
========================== */

.ml-md-5.mt-5.mb-5 {
    margin-left: 0 !important;
}

@media (min-width: 768px) {
    .ml-md-5.mt-5.mb-5 {
        margin-left: 2rem !important;
    }
}

.cart-custom-card {
    border: none;
    border-radius: 16px;
    padding: 24px 22px;
    background: #ffffff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

/* Títulos bloques */
.section-product-category h4.font-weight-bold {
    font-size: 20px;
    color: var(--fmt-blue-dark);
    margin-bottom: 14px;
}

/* Inputs checkout */
.cart-form-input {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #dde2ec;
    padding: 10px 12px;
    font-size: 14px;
    color: var(--fmt-text);
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cart-form-input:focus {
    border-color: var(--fmt-blue);
    box-shadow: 0 0 0 2px rgba(0, 69, 138, 0.15);
}

/* Ayuda de whatsapp */
#whatsappHelp {
    font-size: 12px;
    color: #888;
    margin-top: 4px;
}

/* Separación entre inputs dentro de flex */
.cart-custom-card .d-flex.flex-column.flex-md-row input.cart-form-input {
    margin-right: 0;
}

@media (min-width: 768px) {
    .cart-custom-card .d-flex.flex-column.flex-md-row input.cart-form-input:first-child {
        margin-right: 10px;
    }
}

/* ==========================
   COLUMNA DERECHA – RESUMEN
========================== */

.cart-details {
    background: var(--fmt-light);
    border-radius: 18px;
    padding: 22px 20px 26px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    margin-top: 35px;
}

@media (min-width: 768px) {
    .cart-details {
        margin-top: 60px;
    }
}

/* Imagen producto */
.img-shopping-cart {
    width: 64px;
    height: 64px;
    object-fit: contain;
    border-radius: 10px;
    border: 1px solid #f1f1f1;
    background: #fff;
}

/* Contador de productos */
.contador-productos {
    position: absolute;
    top: -4px;
    left: 52px;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    border-radius: 999px;
    background: var(--fmt-orange);
    color: #fff;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

/* Nombre + código + variación */
.cart-details a.text-dark span.font-weight-bold {
    font-size: 14px;
    color: var(--fmt-blue-dark) !important;
}

.cart-details a.text-dark {
    font-size: 13px;
}

.cart-details .cart-variations {
    display: inline-block;
    margin-top: 3px;
    font-size: 12px;
}

/* Subtotal y total */
.subTotalInformation,
#section-costo-total {
    font-weight: 700;
    color: var(--fmt-blue-dark);
    font-size: 16px;
}

/* ==========================
   CUPÓN
========================== */

[ data-block="apply-cupon" ] {
    margin-top: 20px;
}

[ data-block="apply-cupon" ] .cart-form-input {
    border-radius: 10px;
}

.coupon-cart-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    background: var(--fmt-orange);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background 0.2s ease, box-shadow 0.2s ease;
}

.coupon-cart-button:hover {
    background: #e96f00;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* Línea y títulos de total */
.cart-details hr {
    border-color: #dde2ec;
}

.cart-details h5.font-weight-bold {
    font-size: 17px;
    color: var(--fmt-blue-dark);
}

/* ==========================
   BOTONES – VOLVER / ENVIAR
========================== */

/* Botón principal (usa el mismo #btn-comprar-productos del carrito) */
.section-product-category #btn-comprar-productos {
    background: var(--fmt-orange);
    border: none;
    padding: 12px 26px;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 700;
    color: #fff !important;
    width: 100%;
    transition: 0.3s ease;
}

.section-product-category #btn-comprar-productos:hover {
    background: #e96f00;
}

/* Link "Volver al carrito" */
.section-product-category a.text-decoration-none h6 {
    font-size: 13px;
    color: var(--fmt-blue-dark) !important;
}

.section-product-category a.text-decoration-none h6:hover {
    text-decoration: underline;
}

/* ==========================
   RESPONSIVE
========================== */

@media (max-width: 768px) {

    .section-product-category {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .section-product-category .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .cart-details {
        margin-top: 20px;
        padding: 18px 16px 22px;
    }

    /* Botón siempre visible y cómodo en móvil */
    .section-product-category #btn-comprar-productos {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
        width: 100% !important;
        margin-top: 12px !important;
        box-shadow: 0 5px 16px rgba(0, 0, 0, 0.15);
    }

    /* Breadcrumb más compacto */
    .list-content-page-header {
        margin-top: 10px;
        margin-bottom: 0;
    }
}
/* =========================================
   FIN CHECKOUT – FORMATO MARKETING PROMOCIONAL
========================================= */

/* =========================================
   LOGIN / REGISTRO – FORMATO MARKETING
========================================= */

/* Variables (si ya están definidas, puedes omitir este bloque) */
:root {
    --fmt-blue: #00458a;
    --fmt-blue-dark: #01294f;
    --fmt-orange: #ff7a00;
    --fmt-light: #f5f7fb;
    --fmt-gray: #e9ecf1;
    --fmt-text: #1a1a1a;
}

/* ==========================
   MODAL GENERAL
========================== */

#modalLogin .modal-dialog {
    max-width: 480px;
    margin: 40px auto;
}

#modalLogin .modal-content {
    border: none;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(0,0,0,0.16);
    overflow: hidden;
}

/* Header del modal */
#modalLogin .modal-header {
    padding: 18px 24px 8px;
    align-items: center;
}

#modalLogin .modal-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--fmt-blue-dark);
}

#modalLogin .close {
    opacity: 0.7;
    font-size: 22px;
    outline: none;
}

#modalLogin .close:hover {
    opacity: 1;
}

/* Body del modal */
#modalLogin .modal-body {
    padding: 18px 24px 24px;
}

/* Footer del modal */
#modalLogin .modal-footer {
    padding: 0 24px 8px;
}

/* ==========================
   TIPOGRAFÍA Y LABELS
========================== */

#modalLogin label.mb-0 {
    font-size: 13px;
    font-weight: 600;
    color: var(--fmt-blue-dark);
    margin-bottom: 4px !important;
}

/* Links pequeños */
#modalLogin small a {
    color: var(--fmt-blue);
    text-decoration: none;
    font-size: 12px;
}

#modalLogin small a:hover {
    text-decoration: underline;
}

/* Texto “¿Aún no eres miembro?” etc. */
#modalLogin small.d-block.text-center {
    font-size: 12px;
    color: #666;
}

#modalLogin small.d-block.text-center a {
    font-weight: 600;
}

/* ==========================
   INPUTS
========================== */

#modalLogin .form-control {
    border-radius: 10px;
    border: 1px solid #dde2ec;
    padding: 10px 12px;
    font-size: 14px;
    color: var(--fmt-text);
    outline: none;
    box-shadow: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#modalLogin .form-control:focus {
    border-color: var(--fmt-blue);
    box-shadow: 0 0 0 2px rgba(0, 69, 138, 0.15);
}

/* Texto de ayuda para Whatsapp */
#whatsappStoreHelp {
    font-size: 11px;
    color: #888;
    margin-top: 4px;
}

/* ==========================
   BOTONES
========================== */

/* Botones principales (LOGIN, REGISTRATE, Recuperar contraseña) */
#modalLogin .btn.angulo-item-outline {
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 18px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: none;
    background: var(--fmt-orange);
    color: #fff;
    box-shadow: 0 6px 14px rgba(0,0,0,0.15);
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
}

#modalLogin .btn.angulo-item-outline:hover {
    background: #e96f00;
    box-shadow: 0 8px 18px rgba(0,0,0,0.18);
    transform: translateY(-1px);
}

#modalLogin .btn.angulo-item-outline:active {
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
    transform: translateY(0);
}

/* ==========================
   FORM LOGIN / REGISTRO / RECUPERAR
========================== */

#store-session .form-group,
#recover-session .form-group {
    margin-bottom: 18px;
}

#store-register .col-md-12 {
    margin-bottom: 5px;
}

/* Evita que el contenido quede pegado a los bordes en registro */
#store-register .col-md-12 > .row {
    margin-left: 0;
    margin-right: 0;
}

/* Padding lateral consistente en formulario de registro */
#store-register .col-md-12[data-section="inpt-required"] {
    padding-left: 0;
    padding-right: 0;
}

/* Separación entre campos del registro */
#store-register input.form-control {
    margin-bottom: 4px;
}

/* ==========================
   CAPTCHA
========================== */

#modalLogin .h-captcha {
    margin-top: 6px;
}

/* ==========================
   RESPONSIVE
========================== */

@media (max-width: 576px) {

    #modalLogin .modal-dialog {
        max-width: 100%;
        margin: 20px auto;
    }

    #modalLogin .modal-content {
        border-radius: 16px;
    }

    #modalLogin .modal-header {
        padding: 14px 18px 4px;
    }

    #modalLogin .modal-body {
        padding: 14px 18px 18px;
    }

    #modalLogin .modal-footer {
        padding: 0 18px 8px;
    }

    #modalLogin .btn.angulo-item-outline {
        width: 100%;
    }
}
/* =========================================
   FIN LOGIN / REGISTRO – FORMATO MARKETING
========================================= */

/* =========================================
   CONTACTO – FORMATO MARKETING
========================================= */
/* Oculta solo este formulario de contacto */
section.mb-5.mt-5 .form-contact {
  display: none !important;
}

/* =========================================
   FIN CONTACTO – FORMATO MARKETING
========================================= */
