@import url('https://solargentinotv.com.ar/assets/fonts/Gilroy/Gilroy.css');

@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --primary-color: #ff7600;
  --text-color: #ff7600;
  --background-color: fff;
  --neon-green: #37ff14;
  /* Verde neón */
  --shadow: 0 4px 14px rgba(0, 0, 0, 0);
}

* {
  font-family: 'Gilroy';
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.wp:hover {
  filter: brightness(0) saturate(100%) invert(0%) sepia(95%) saturate(21%) hue-rotate(2deg) brightness(101%) contrast(107%);
}

.carousel-prev,
.carousel-next {
  color: #ff7600 !important;
  background: #ffffff00 !important;
  margin-top: -4.4em;
}

/* Estilo base para botones y dropdown */
button.btn-login,
button.btn-registro,
.dropdown>button,
.dropdown-content button {
  color: #ff7600;
  font-weight: 700;
  border: 2px solid #ff7600;
  border-radius: 0.3em;
  padding-left: 0.6em;
  padding-right: 0.6em;
  padding-top: 0.19em;
  padding-bottom: 0.2em;
  background: #fff;
  cursor: pointer;
  font-size: 16px;
  width: 13em;
  transition: background 0.3s ease, color 0.3s ease;
  text-align: center;
  margin-left: 0.78em;
}

/* Hover de todos los botones */
button.btn-login:hover,
button.btn-registro:hover,
.dropdown>button:hover,
.dropdown-content button:hover {
  background: #ff7600;
  color: #fff;
}

/* Dropdown general */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Contenedor de los items del dropdown */
.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background: #fff;
  min-width: 100%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 0.3em;
  overflow: hidden;
  z-index: 10;
}

/* Mostrar dropdown cuando se activa */
.dropdown.show .dropdown-content {
  display: block;
}

/* Ajuste de los botones dentro del dropdown */
.dropdown-content button {
  width: 100%;
  margin: 0;
  border: none;
  border-radius: 0;
}

div#mi-cuenta-container {
  position: relative;
  top: 0em;
  margin-right: 10em;
}

div#mi-cuenta-container:hover img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(95%) saturate(21%) hue-rotate(2deg) brightness(101%) contrast(107%);
}

.mi-cuenta:hover img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(95%) saturate(21%) hue-rotate(2deg) brightness(101%) contrast(107%) !important;
}

.btn-login:hover {
  color: #000 !important;
  background: #fff !important;
  border: 2px solid #000 !important;
}

footer .web-copyright {
  margin-top: 1.1em;
}

footer p {
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1;
}

p.copyr {
  margin-top: 1.4em;
}

body {
  background-color: var(--background-color);
  font-size: 1em;
  line-height: 1.7;
  color: #ff7600 !important;
  overflow-x: hidden;
}

/* Header */
header {
  background-color: #fff;
  color: #ff7600 !important;
  padding: 20px 40px;
  text-align: center;
  border-bottom: 3px solid #ff7600;
}

.wp:hover,
.mail:hover,
.ig:hover,
.cart-trigger:hover img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(95%) saturate(21%) hue-rotate(2deg) brightness(101%) contrast(107%);
}

.mi-cuenta:hover img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(95%) saturate(21%) hue-rotate(2deg) brightness(101%) contrast(107%);
}

header h1 {
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--primary-color);
}

/* Footer */
footer {
  background-color: #fff;
  color: var(--primary-color);
  text-align: center;
  border-top: 3px solid #ff7600;
  position: relative;
  height: 8em;
  top: 6em;
  width: 123em;
  left: -2.4em;
}

footer h1 {
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--primary-color);
  margin: 5px 0;
}

.social-icons {
  display: flex;
  gap: 12px;
  /* Espacio entre íconos */
  justify-content: center;
  /* Centrado horizontal */
  align-items: center;
  /* Centrado vertical */
  margin-top: 16px;
}

.social-icons img {
  filter: brightness(0) saturate(100%) invert(14%) sepia(55%) saturate(3154%) hue-rotate(44deg) brightness(89%) contrast(102%);
}

.social-icons a img {
  width: 32px;
  height: 32px;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), filter 0.25s ease-in-out;
}

.social-icons a:hover img {
  transform: scale(1.2);
}

/* Navigation */
nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 2em;
  padding: 0;
  margin: 1.5em 0 1em 0;
}

nav ul li a {
  color: #ff7600;
  text-decoration: none;
  background: #fff;
  outline: 2px solid #ff7600;
  padding: 0.5em 1em;
  border-radius: 6px;
  font-weight: 700;
  font-size: 1.1em;
  transition: all 0.3s ease;
}

nav ul li a:hover,
nav ul li a.active {
  background-color: #ff7600;
  color: #fff;
}

/* Selection */
body::selection {
  color: #fff;
  background: #ff7600;
}

.container {
  max-width: 118em;
  margin: 30px auto;
  padding: 0 20px;
}

/* Grid productos sin categorías */
.productos-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  /* 4 columnas */
  gap: 28px;
  margin: 0em 4em 0 4em;
  align-items: stretch;
  /* Estira las cards para que tengan la misma altura */
}

/* Producto card */
.producto {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  height: 100%;
  /* Para que use toda la altura posible del grid */
  min-height: 450px;
  /* Altura mínima que te guste, ajusta a tu diseño */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  text-transform: capitalize;
}

.btn:hover {
  background: #ffc52f;
  color: #000;
}

/* Imagen contenedor para posicionar badge y tamaño fijo */
.producto-img-container {
  height: auto;
  /* Ya lo tienes definido */
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  /* Asegura que ocupe todo el alto asignado */
  display: flex;
  align-items: center;
  justify-content: center;
}

.producto-img-container img {
  height: 100%;
  /* Que la imagen tome toda la altura del contenedor */
  width: auto;
  /* Mantiene proporción */
  object-fit: contain;
  /* o cover, según prefieras */
  display: block;
  transition: transform 0.4s ease;
}

.producto img {
  width: 100%;
  height: 21em;
  object-fit: contain;
  display: block;
  transition: transform 0.4s ease;
}

/* Badge SIN STOCK */
.sin-stock {
  position: absolute;
  top: 12px;
  left: 12px;
  background-color: #fc0814;
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 0.85em;
  font-weight: 700;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  z-index: 10;
}

/* Info producto */
.producto-info {
  padding: 18px 20px 25px;
  flex-grow: 1;
  /* Que el contenido crezca para llenar el espacio */
  display: flex;
  flex-direction: column;
  flex: 1;
}

.nombre {
  font-weight: 700;
  font-size: 1.15em;
  margin-bottom: 10px;
  color: #000;
  letter-spacing: 0.02em;
}

.categoria {
  font-size: 0.9em;
  color: #FF7600;
  margin-bottom: 14px;
  font-style: italic;
}

.tamanos {
  font-size: 0.9em;
  color: #555;
  margin-bottom: 18px;
}

/* Botón */
.btn {
  background-color: #ff7600;
  color: #fff;
  padding: 12px;
  text-align: center;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 700;
  font-size: 1em;
  transition: background-color 0.3s ease;
  margin-top: auto;
}

.tamanos {
  display: none !important;
}

/* Responsive adjustments */
@media (max-width: 900px) {
  .productos-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: unset;
  }
}

@media (max-width: 600px) {
  header h1 {
    font-size: 1.6em;
  }

  .producto-info {
    padding: 15px 15px 20px;
  }

  .producto {
    height: 0.6em;
  }

  .btn {
    font-size: 0.95em;
    padding: 10px;
  }

  .productos-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* Dos columnas iguales */
    column-gap: 10px;
    /* Menos espacio entre columnas */
    margin: 0 15px 8px 15px;
    /* top 0, right 15px, bottom 8px, left 15px */
    gap: 10px;
    margin-top: 1em;
    margin-bottom: -5em;
  }

  .producto img {
    height: 14em;
  }
}

/* Imágenes que cambian */
.contenedor {
  position: relative;
  width: 100%;
  height: 21em;
  overflow: hidden;
}

.contenedor img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;

  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 0;
}

.contenedor img.visible {
  opacity: 1;
  z-index: 1;
}

.foleximgs img {
  object-fit: cover !important;
}

.proximo {
  display: none !important;
}

#conteimg {
  width: 115%;
  object-fit: cover !important;
  margin-left: -2em;
}

#conteimg2 img {
  object-fit: contain !important;
}

/* Nuevo panel de categorías */
.main-navbar {
  background-color: #ffffff00;
  position: relative;
  margin: 2em 0 2em 31em;
  width: 100%;
  text-transform: capitalize;
  color: #ff7600;
  padding-left: 4em;
  margin-left: 0em;
  height: 4.2em;
  padding-top: 0.4em;
  font-size: 1.3em;
  margin-top: 0em;
  border-bottom: 3px solid #ff7600;
  box-shadow: 0 4px 10px #ff7600;
}

.nav-items {
  display: flex;
  flex-wrap: wrap;
}

.nav-item {
  position: relative;
  padding: 1rem;
  cursor: pointer;
}

.nav-item>a {
  text-decoration: none;
  color: #ff7600;
  transition: color 0.3s;
  font-weight: 700;
}

.nav-item:hover>a {
  color: #000;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  font-weight: 700;
  left: 0;
  background-color: #fff;
  border: 3px solid #ff7600;
  min-width: 250px;
  white-space: nowrap;
  z-index: 1000;
  border-radius: 0.3em;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-submenu {
  position: relative;
  font-weight: 700;
}

.dropdown-submenu>a {
  display: block;
  padding: 0.5rem 1rem;
  color: #ff7600;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
  font-weight: 700;
}

.dropdown-submenu>a:hover {
  background-color: #ff7600;
  color: #fff;
}

.submenu {
  border-radius: 0.3em;
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #fff;
  min-width: 220px;
  text-transform: capitalize;
  border: 3px solid #ff7600;
}

.dropdown-submenu:hover .submenu {
  display: block;
}

.submenu a {
  display: block;
  padding: 0.5rem 1rem;
  transition: background-color 0.2s, color 0.2s;
  color: #ff7600;
  cursor: pointer;
  text-transform: capitalize;
  text-decoration: none !important;
  font-weight: 700;
}

.submenu a:hover {
  background-color: #ff7600;
  color: #fff;
}

/* Hover en el link principal */
.dropdown-submenu:hover>a {
  color: #fff;
  background: #ff7600;
}

/* Hover en ítems del submenu */
.dropdown-submenu .submenu a:hover {
  color: #fff;
  background: #ff7600;
}

.arrow {
  margin-left: 0.3rem;
  color: #ff7600;
  font-family: FONTAWESOME;
  transition: transform 0.3s ease;
  display: inline-block;
}

/* Cuando haces hover en el enlace dentro de .nav-item.dropdown */
.nav-item.dropdown:hover .arrow {
  transform: rotate(180deg);
  color: #000;
}

.btn-reset {
  cursor: pointer;
  display: block;
}

/* Links generales */
a {
  text-decoration: none !important;
  color: #ff7600;
  font-weight: normal;
  line-height: 1.18;
}

/* Header container */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  flex-wrap: wrap;
}

/* Logo y nombre */
#pp-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: -2.6em;
}

#pp-logo span {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: -0.9em;
}

/* Buscador */
.search-bar {
  display: flex;
  align-items: center;
  flex-grow: 1;
  max-width: 300px;
  margin: 0 2rem;
  border: 2px solid #ff7600;
  /* mismo borde para todo el contenedor */
  border-radius: 0.4em;
  padding: 0.2em 0.5em;
  /* para dar espacio interno */
  background: #fff;
  max-width: 53em;
  /* igual que el input antes */
  margin-top: 0.1em;
}

.search-bar input {
  flex-grow: 1;
  border: none;
  /* ya el borde está en el contenedor */
  font-size: 1rem;
  padding: 1em 0.8rem;
  outline: none;
  background: #fff !important;
  color: #ff7600 !important;
  font-weight: 700;
  opacity: 1;
}

.search-bar input:focus {
  outline: none;
  /* El borde ya está en el contenedor, así que nada */
}

.search-bar img {
  width: 30px;
  height: 30px;
  margin-top: -0.2em;
  cursor: pointer;
  user-select: none;
  filter: brightness(0) saturate(100%) invert(46%) sepia(79%) saturate(875%) hue-rotate(355deg) brightness(98%) contrast(110%);
  opacity: 1;
  background: #ffffff00;
  position: relative;
  left: -0.7em;
}

::placeholder {
  color: #ff7600;
  opacity: 1;
  background: #fff;
}

/* Para navegadores basados en WebKit/Blink (Chrome, Edge, Opera, Safari) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background-color: #FCF5E2 !important;
  -webkit-box-shadow: 0 0 0px 1000px #FCF5E2 inset !important;
  -webkit-text-fill-color: #ff7600 !important;
  font-weight: 700 !important;
  transition: background-color 5000s ease-in-out 0s !important;
  font-family: 'Gilroy' !important;
  /* Truco para mantener el color */
}

/* Contenedor de enlaces */
.nav-links {
  display: flex;
  align-items: center;
  gap: 1.9rem;
  flex-wrap: nowrap;
  margin-right: 19em;
}

/* Enlaces con iconos */
.icon-text {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: normal;
}

/* Iconos tamaño y alineación */
.icon-right,
.mail-icon,
.cart-icon,
.mi-cuenta-svg {
  width: 36px;
  height: auto;
  vertical-align: middle;
  filter: brightness(0) saturate(100%) invert(46%) sepia(79%) saturate(875%) hue-rotate(355deg) brightness(98%) contrast(110%) !important;
}

.mi-cuenta img.icon-right {
  position: absolute;
  top: 1.8em;
  margin-left: 13.6em;
}

.casa {
  position: relative;
  left: 0.6em;
  top: -0.3em;
}

.mi-cuenta-svg {
  margin-left: -10em;
}

/* Filtro especial para icono mail */
.mail-icon {
  filter: brightness(0) saturate(100%) invert(17%) sepia(61%) saturate(845%) hue-rotate(15deg) brightness(96%) contrast(104%);
}

.carrito-pro {
  margin-left: -1em;
}

.mi-cuenta {
  margin-left: -1em;
  width: 1em;
}

.icon-right img:hover {
  filter: brightness(0) saturate(100%) invert(0%) sepia(95%) saturate(21%) hue-rotate(2deg) brightness(101%) contrast(107%);
}

/* Estilos base para enlaces y spans */
.carrito-pro a,
.carrito-pro span,
.mail a,
.mail span,
.ig a,
.ig span,
.wp a,
.wp span,
.mi-cuenta a,
.mi-cuenta span,
.inicio a,
.inicio span {
  transition: color 0.3s ease;
  font-weight: 700;
  cursor: pointer;
}

span#red:hover img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(95%) saturate(21%) hue-rotate(2deg) brightness(101%) contrast(107%);
}

span#red:hover img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(95%) saturate(21%) hue-rotate(2deg) brightness(101%) contrast(107%);
}

/* Hover en imágenes — excluye pp-logo */
.mail:hover img,
.ig:hover img,
.wp:hover img,
.mi-cuenta:hover img,
.inicio:hover img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(30%) saturate(7%) hue-rotate(151deg) brightness(105%) contrast(101%);
  transition: filter 0.3s ease;
  font-weight: 700;
}

img.icon-right:Hover {
  filter: brightness(0) saturate(100%) invert(0%) sepia(95%) saturate(21%) hue-rotate(2deg) brightness(101%) contrast(107%) !important;
}

/* Hover en texto */
.mail:hover a,
.mail:hover span,
.ig:hover a,
.ig:hover span,
.wp:hover a,
.wp:hover span,
.mi-cuenta:hover a,
.mi-cuenta:hover span,
.inicio:hover a,
.inicio:hover span {
  color: #000;
  font-weight: 700;
  transition: color 0.3s ease, font-weight 0.3s ease;
}

.pp-logo:hover a,
.pp-logo:hover span {
  color: #000;
}

/* Estilos base del logo */
#pp-logo img {
  border: 2px solid #ff760000;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  transition: border-color 0.3s ease;
  position: relative;
  top: 2.9em;
  left: -3.8em;
}

/* Hover en el contenedor para cambiar borde de la imagen */
#pp-logo:hover img {
  border-color: #000;
}

/* Scrollbar para Chrome, Brave, Edge, Opera, Safari (WebKit) */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #fff;
  /* fondo del track */
}

::-webkit-scrollbar-thumb {
  background: #ff7600;
}

/* Solo para Firefox */
@-moz-document url-prefix() {
  html {
    scrollbar-width: thin;
    /* ancho del scrollbar */
    scrollbar-color: #ff7600 #e1dabd;
    /* thumb y track */
  }
}

/* Dropdown estilo simple */
.dropdown {
  position: relative;
  display: inline-block;
  font-weight: 700 !important;
  width: 13em;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: -12px;
  background-color: #fff;
  min-width: 120px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 10;
  border-radius: 0.3em;
  overflow: hidden;
  border: 2px solid #ff7600;
  margin-top: 0.2em;
  width: 100%;
}

.dropdown-content button {
  width: 100%;
  background: none;
  width: 100%;
  padding: 8px 12px;
  border: none;
  background: none;
  cursor: pointer;
  text-align: center;
  shape-rendering: geometricprecision;
  left: -4em;
}

.dropdown-content button:hover {
  color: #fff;
  background-color: #ff7600;
}

.dropdown.show .dropdown-content {
  display: block;
}


.wp:hover,
.mail:hover,
.ig:hover,
.cart-trigger:hover img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(95%) saturate(21%) hue-rotate(2deg) brightness(101%) contrast(107%) !important;
}

@media (max-width: 600px) {
  .mi-cuenta img.icon-right {
    position: relative !important;
    top: -0.2em;
    margin-left: 0.3em;
    cursor: pointer;
  }

  .nav-links {
    position: relative;
    width: 7em;
    display: flex;
    /* ✅ lo hace centrable internamente */
    justify-content: center;
    /* ✅ centra su contenido real */
    margin: 0 auto;
    /* ✅ centra el bloque completo */
  }

  header {
    display: block;
    /* ⚡️ evita que Flex del header interfiera */
    text-align: center;
    /* ✅ centra todo dentro */
  }

  .btn-login {
    display: none !important;
  }
}

/* 🎨 Estado base de los íconos en el dropdown */
.dropdown-content button img.icon-dropdown {
  width: 18px;
  height: 18px;
  filter: brightness(0) saturate(100%) invert(56%) sepia(75%) saturate(4013%) hue-rotate(1deg) brightness(104%) contrast(105%) !important;
  transition: none !important;
  pointer-events: none;
}

/* 🌀 Rotación horizontal solo para el ícono de salida */
.icon-logout {
  transform: scaleX(-1) !important;
}

/* ✨ Efecto hover solo cuando el usuario pasa sobre el botón correspondiente */
.dropdown-content button:hover img.icon-dropdown {
  filter: brightness(0) saturate(100%) invert(95%) sepia(72%) saturate(2%) hue-rotate(291deg) brightness(111%) contrast(101%) !important;
}

/* 🎨 Estilos de íconos dentro del dropdown */
.dropdown-content button {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-start;
}

.dropdown-content button img.icon-dropdown {
  width: 18px;
  height: 18px;
  filter: brightness(0) saturate(100%) invert(56%) sepia(75%) saturate(4013%) hue-rotate(1deg) brightness(104%) contrast(105%);
  transition: transform 0.3s ease, filter 0.3s ease;
}

/* 🌀 Rotación horizontal del ícono de salida */
.icon-logout {
  transform: scaleX(-1);
}

/* Hover: íconos blancos al pasar */
.dropdown-content button:hover img.icon-dropdown {
  filter: brightness(0) invert(1);
}

/* 🧭 Estilo normal */
.mi-cuenta img.icon-right {
  filter: brightness(0) saturate(100%) invert(56%) sepia(75%) saturate(4013%) hue-rotate(1deg) brightness(104%) contrast(105%);
  transition: filter 0.1s ease-in-out;
}

/* 🟠 Cuando el menú está abierto */
.mi-cuenta.open img.icon-right {
  filter: brightness(0) saturate(100%) invert(0%) sepia(32%) saturate(0%) hue-rotate(339deg) brightness(95%) contrast(101%) !important;
}

/* 🟠 Cuando el menú está abierto, también invertimos botón */
.mi-cuenta.open .btn-login {
  color: #000 !important;
  background: #fff !important;
  border: 2px solid #000 !important;
}

/* Banner de mantenimiento - ocupa todo el ancho */
.maintenance-modal {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
  border-top: 3px solid #ff7600;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
  pointer-events: auto;
  /* permite clics en los enlaces */
  animation: slideUp 0.5s ease-out forwards;
  display: flex;
  justify-content: center;
}

/* Contenedor interno del texto */
.maintenance-box {
  color: #ff7600;
  font-family: 'Gilroy', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  padding: 0.8em 1em;
  width: 100%;
  max-width: 1200px;
  position: relative;
}

/* Botón de cierre */
.close-btn {
  position: absolute;
  top: 21%;
  right: -14em;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #ff7600;
  font-size: 1.6em;
  cursor: pointer;
  transition: opacity 0.3s ease;
  line-height: 1;
}

.close-btn:hover {
  opacity: 0.6;
}

/* Texto y enlaces */
.maintenance-content h3 {
  font-size: 1rem;
  margin-bottom: 0.3em;
  font-weight: 700;
}

.maintenance-content p {
  font-size: 0.9rem;
  margin: 0.2em 0;
  display: inline;
}

.maintenance-content a {
  color: #ff7600;
  text-decoration: underline;
  font-weight: 600;
}

.maintenance-content a:hover {
  color: #d75a00;
}

/* Animación suave */
@keyframes slideUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* --- RESPONSIVO --- */
@media (max-width: 768px) {
  .maintenance-box {
    font-size: 14px;
    padding: 0.8em 2.5em 0.8em 1em;
  }

  .maintenance-content h3 {
    font-size: 0.95rem;
  }

  .maintenance-content p {
    font-size: 0.85rem;
  }

  .close-btn {
    font-size: 1.4em;
    right: 10px;
  }
}

@media (max-width: 480px) {
  .maintenance-box {
    font-size: 13px;
    padding: 0.9em 2.3em 0.9em 1em;
  }

  .maintenance-content h3 {
    font-size: 0.9rem;
  }

  .maintenance-content p {
    font-size: 0.8rem;
  }

  .close-btn {
    font-size: 3em;
    right: 12px;
    top: 0.5em;
  }
}