* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: Arial, sans-serif; line-height: 1.6; background: #f8f8f8; color: #333; padding: 20px; }
.banner { display: block; width: 100%; max-width: 941px; height: auto; margin: 0 auto 15px; border-radius: 8px; }
.page-title { max-width: 941px; margin: 0 auto 10px; color: #005daa; font-size: 2rem; text-align: center; }
.seo-intro, .info-contacto { max-width: 941px; margin: 0 auto 18px; text-align: center; }
.seo-intro { padding: 14px 16px; background: #fff; border: 1px solid #d9e4ef; border-radius: 8px; }
.seo-intro strong, .info-contacto { color: #005daa; }

nav { width: 100%; max-width: 941px; margin: 0 auto 20px; background: #005daa; border-radius: 8px; }
nav ul { display: flex; flex-wrap: wrap; list-style: none; }
nav li { position: relative; }
nav a { display: block; padding: 14px 20px; color: #fff; font-weight: bold; text-decoration: none; }
nav a:hover, nav a.active { background: #004080; }
nav ul ul { position: absolute; top: 100%; left: 0; z-index: 999; display: none; min-width: 190px; padding: 0; background: #004080; border-radius: 0 0 8px 8px; flex-direction: column; }
nav ul ul li { width: 100%; }
nav ul ul a { padding: 10px 20px; font-weight: normal; }
nav li:hover > ul { display: flex; }
.menu-toggle { display: none; flex-direction: column; padding: 14px 20px; cursor: pointer; }
.menu-toggle span { width: 25px; height: 3px; margin-bottom: 5px; background: #fff; border-radius: 2px; }

.icon-container { width: 941px; max-width: 100%; margin: 0 auto 20px; padding: 10px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; gap: 10px; background: #fff; border-radius: 8px; }
.icon-container .icon-box { width: 30%; text-align: center; }
.icon-container .icon-box a { display: block; color: #005daa; font-size: 14px; font-weight: bold; text-decoration: none; }
.icon-container .icon-box img { display: block; width: auto; max-width: 100%; height: 150px; margin: 0 auto; object-fit: contain; border-radius: 8px; }
.icon-container .icon-box span { display: block; margin-top: 8px; color: #005daa; font-size: 14px; font-weight: bold; }

.producto-contenedor + .producto-contenedor { margin-top: 20px; }
.stock-bloque { margin: 8px 0 6px; text-align: center; }
.stock-bloque .img-stock { display: block; width: 120px; max-width: 100%; height: auto; margin: 0 auto; }
.stock-bloque .txt-stock { display: block; margin-top: 4px; font-size: 1.1rem; font-weight: bold; }
.precio-dinamico-bloque, .promo-dinamica-bloque { margin: 8px 0 0; font-size: 1.55rem; font-weight: bold; line-height: 1.1; text-align: center; }
.precio-label, .precio-currency-q, .precio-dinamico { color: #005daa !important; }
.promo-label, .currency-q, .promo-dinamica { color: #f00 !important; }
.promo-dinamica-bloque[style*="table-row"] { display: block !important; }
.aviso-ilustrativo { margin: 8px 0 0; color: #666; font-size: .82rem; text-align: center; }
.grid-container-large-icons { max-width: 941px; margin: 20px auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; justify-items: center; }
.grid-item-large-icon img { display: block; width: 100%; max-width: 220px; height: auto; border-radius: 8px; }
.whatsapp-float { position: fixed; right: 20px; bottom: 120px; z-index: 10000; width: 65px; height: 65px; color: #fff; background: #25d366; border-radius: 50%; text-align: center; font-size: 35px; box-shadow: 2px 2px 5px rgba(0,0,0,.3); }
.whatsapp-icon { margin-top: 15px; }
.call-button { position: fixed; right: 20px; bottom: 235px; z-index: 10000; }
.call-button img { width: 65px; height: 65px; border-radius: 50%; box-shadow: 2px 2px 5px rgba(0,0,0,.3); }

@media (max-width: 768px) {
  body { padding: 10px; }
  .page-title { font-size: 1.45rem; }
  nav ul { max-height: 0; overflow: hidden; flex-direction: column; transition: max-height .3s ease; }
  nav ul.open { max-height: 1000px; }
  nav li:hover > ul { display: none; }
  nav ul ul { position: relative; top: 0; left: 0; display: none; padding-left: 10px; background: #003060; border-radius: 0; }
  nav ul ul.open { display: flex; }
  .menu-toggle { display: flex; }
  .icon-container .icon-box { width: 100%; }
  .grid-container-large-icons { grid-template-columns: repeat(2, 1fr); }
}
