/* Badge para cantidad de productos en submenú */
.cat-count {
  display: inline-block;
  background: #e3f6ff;
  color: #1976d2;
  font-size: 0.98em;
  font-weight: 600;
  border-radius: 12px;
  padding: 2px 10px;
  margin-left: 6px;
}
/* --- Submenú Categorías --- */
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children > a {
  display: flex;
  align-items: center;
  gap: 0.4em;
}
.menu-item-has-children > a::after {
  content: '\25BC';
  font-size: 0.7em;
  margin-left: 0.3em;
  transition: transform 0.2s;
}
.menu-item-has-children:hover > a::after,
.menu-item-has-children:focus-within > a::after {
  transform: rotate(-180deg);
}
.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 270px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(25,118,210,0.13);
  border-radius: 0 0 12px 12px;
  padding: 0.5em 0;
  z-index: 1001;
  flex-direction: column;
  animation: fadeInSubMenu 0.25s;
}
.menu-item-has-children:hover > .sub-menu,
.menu-item-has-children:focus-within > .sub-menu {
  display: flex;
}
.sub-menu li {
  width: 100%;
  padding: 0.6em 1.3em;
  text-align: left;
  border: none;
}
.sub-menu a {
  font-size: 1.05em !important;
  color: #1976d2 !important;
  font-weight: 500;
  border-radius: 6px;
  transition: background 0.18s, color 0.18s;
}
.sub-menu a:hover, .sub-menu a:focus {
  background: #e3f6ff;
  color: #e63946 !important;
}
@keyframes fadeInSubMenu {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 900px) {
  .sub-menu {
    position: static;
    min-width: 0;
    box-shadow: none;
    border-radius: 0;
    padding: 0.2em 0;
  }
  .sub-menu li {
    padding: 0.5em 1.1em;
  }
}
/*
Theme Name: Mundo
Theme URI: https://tusitio.com/
Author: Tu Nombre o Empresa
Author URI: https://tusitio.com/
Description: Tema personalizado para El Mundo del Estampado.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mundo
Tags: woocommerce, personalizado, moderno
*/
@media (max-width: 700px) {
  .whatsapp-float {
    width: 44px;
    height: 44px;
    bottom: 14px;
    right: 14px;
    box-shadow: 0 2px 8px rgba(37,211,102,0.18);
  }
  .whatsapp-float svg {
    width: 44px;
    height: 44px;
  }
}
/* ===== NUESTROS PRODUCTOS RESPONSIVE ===== */
@media (max-width: 700px) {
  .productos-titulo {
    font-size: 1.25em !important;
    text-align: center;
    margin-bottom: 0.7em;
  }
  .filtros-productos {
    flex-direction: column !important;
    gap: 0.7em 0 !important;
    align-items: stretch !important;
    padding: 0.5em 0.2em !important;
  }
  .filtros-productos label {
    font-size: 0.98em !important;
  }
  .filtros-productos input,
  .filtros-productos select {
    font-size: 1em !important;
    padding: 0.5em 0.7em !important;
    width: 100% !important;
    margin-top: 0.2em;
  }
  .productos-grid {
    flex-direction: column !important;
    gap: 1em 0 !important;
    align-items: center !important;
  }
  .producto-item {
    width: 95vw !important;
    max-width: 340px !important;
    padding: 10px 6px 8px 6px !important;
    font-size: 1em !important;
  }
  .producto-item img {
    width: 70px !important;
    height: 70px !important;
  }
  .producto-item span {
    font-size: 1em !important;
  }
}
/* ===== SERVICIOS RESPONSIVE ===== */
@media (max-width: 600px) {
  .servicios-page {
    padding: 1em 0 1em 0;
  }
  .servicios-page .titulo-servicios {
  font-size: 2.2em;
  font-weight: 900;
  padding: 0.4em 0.1em 0.2em 0.1em;
  text-align: center;
  color: #1976d2;
  letter-spacing: 1px;
  margin: 0 auto 0.3em auto;
  line-height: 1.1;
  max-width: 700px;
  box-sizing: border-box;
  text-shadow: 0 2px 12px #fff, 0 1px 0 #1976d2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: linear-gradient(90deg, #e3f6ff 60%, #b3d4fc 100%);
  box-shadow: 0 2px 12px rgba(25,118,210,0.07);
  }
@media (max-width: 700px) {
  .servicios-page .titulo-servicios {
    font-size: 1.3em;
    padding: 0.5em 0.2em 0.3em 0.2em;
    max-width: 98vw;
  }
}
  .servicios-page .subtitulo-servicios {
    font-size: 1em;
    text-align: center;
    margin-bottom: 1em;
  }
  .servicios-page .servicios-grid {
    gap: 1.2em;
    margin-bottom: 1.2em;
  }
  .servicio-detallado {
    padding: 1em 0.5em 1em 0.5em;
    border-radius: 10px;
    font-size: 1em;
  }
  .imagenes-servicio {
    gap: 0.3em;
    margin-bottom: 0.7em;
  }
  .img-servicio {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    font-size: 0.95em;
  }
  .servicio-detallado h2 {
    font-size: 1.08em;
    margin: 0.5em 0 0.3em 0;
  }
  .servicio-detallado p {
    font-size: 0.98em;
    margin-bottom: 0.7em;
  }
  .servicio-detallado .btn-cotizar {
    font-size: 1em;
    padding: 0.7em 0.5em;
    border-radius: 7px;
  }
  .whatsapp-link {
    font-size: 0.98em;
    padding: 0.5em 0.5em;
    border-radius: 7px;
  }
  .whatsapp-link svg {
    width: 22px;
    height: 22px;
  }
  .whatsapp-link span {
    font-size: 0.98em;
  }
}
/* ===== CONTACTO RESPONSIVE ===== */
@media (max-width: 900px) {
  .contacto-main {
    padding: 0.7em 0.5em 0.5em 0.5em;
    margin: 1em 0.2em 1em 0.2em;
    border-radius: 8px;
    box-shadow: 0 1px 8px rgba(0,0,0,0.06);
  }
  .contacto-formulario {
    margin-bottom: 1.2em;
  }
  .form-contacto {
    max-width: 100%;
    gap: 1em;
    font-size: 1em;
  }
  .form-group label {
    font-size: 0.98em;
  }
  .form-group input,
  .form-group textarea {
    font-size: 1em;
    padding: 0.7em;
  }
  .btn-enviar {
    font-size: 1em;
    padding: 0.7em 1.2em;
    width: 100%;
    margin-top: 0.5em;
  }
  .contacto-info {
    margin-top: 1.2em;
    font-size: 0.98em;
  }
  .contacto-lista li {
    font-size: 1em;
  }
  .contacto-mapa iframe {
    min-height: 160px;
  }
  .redes-sociales {
    gap: 1em;
  }
}
/* ===== BODY Y SECCIONES PRINCIPALES RESPONSIVE ===== */
@media (max-width: 900px) {
  body {
    font-size: 1em;
    padding: 0;
    margin: 0;
    background: #f8fafc;
  }
  .site-header, .site-footer {
    padding-left: 0;
    padding-right: 0;
  }
  .main-content, .content, .woocommerce, .container, .site-main {
    padding: 0.7em 0.5em 0.5em 0.5em;
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
  }
  .woocommerce ul.products, .products {
    display: flex !important;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: center;
    padding: 0;
  }
  .woocommerce ul.products li.product, .products li.product {
    width: 100%;
    max-width: 340px;
    min-width: 0;
    margin: 0 auto 1em auto;
    box-sizing: border-box;
  }
  .woocommerce .product img, .products img, img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .woocommerce .columns-2 ul.products li.product,
  .woocommerce .columns-3 ul.products li.product,
  .woocommerce .columns-4 ul.products li.product {
    width: 100%;
    max-width: 340px;
  }
  .woocommerce .woocommerce-breadcrumb {
    font-size: 0.97em;
    padding: 0.5em 0.2em;
  }
  .woocommerce .entry-summary, .woocommerce .summary, .woocommerce .product .summary {
    padding: 0.5em 0.2em;
    font-size: 1em;
  }
  .woocommerce .cart, .woocommerce-cart-form, .woocommerce-checkout, .checkout {
    padding: 0.5em 0.2em;
    font-size: 1em;
  }
  .woocommerce .cart_totals, .woocommerce .order_review {
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
    font-size: 1em;
  }
  .woocommerce .form-row, .woocommerce form .form-row {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
  .woocommerce .form-row input, .woocommerce .form-row textarea, .woocommerce .form-row select {
    width: 100%;
    font-size: 1em;
    padding: 0.6em;
    box-sizing: border-box;
  }
  .woocommerce .button, .woocommerce button, .woocommerce input[type=submit] {
    width: 100%;
    font-size: 1.1em;
    padding: 0.7em 0;
    margin: 0.5em 0;
  }
  .woocommerce .star-rating {
    font-size: 1.1em;
  }
  .woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info {
    font-size: 1em;
    padding: 0.7em 1em;
  }
  .wp-block-columns {
    flex-direction: column !important;
    gap: 1em;
  }
  .wp-block-column {
    width: 100% !important;
    min-width: 0;
    box-sizing: border-box;
  }
  .wp-block-image img {
    max-width: 100%;
    height: auto;
  }
  .wp-block-table {
    overflow-x: auto;
    display: block;
  }
  table {
    width: 100%;
    font-size: 0.98em;
    display: block;
    overflow-x: auto;
  }
  th, td {
    word-break: break-word;
    padding: 0.5em 0.3em;
  }
}
/* ===== FOOTER RESPONSIVE ===== */
@media (max-width: 900px) {
  .footer-shipping-banner {
    padding: 0.5rem 0 0.3rem 0;
  }
  .footer-shipping-anim-track {
    height: 32px;
    max-width: 99vw;
  }
  .footer-shipping-anim-group {
    font-size: 0.89rem;
  }
  .footer-shipping-truck svg {
    width: 22px;
    height: 14px;
  }
  .footer-shipping-text {
    font-size: 0.89rem;
    margin-right: 0.2rem;
  }
  .footer-shipping-flag {
    font-size: 0.9rem;
  }
  .footer-payments > div {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
    padding: 0 1em;
  }
  .footer-payments span[title] {
    width: 100%;
    justify-content: flex-start;
    font-size: 0.97rem;
    padding: 0.5rem 0.7rem;
  }
  .footer-info {
    padding: 1.2em 1em 0.5em 1em;
    font-size: 0.98em;
    display: flex;
    flex-direction: column;
    gap: 0.7em;
    align-items: flex-start;
  }
  .footer-address, .footer-hours, .footer-social, .footer-contact-form {
    width: 100%;
    margin-bottom: 0.7em;
  }
  .footer-social {
    justify-content: flex-start;
    gap: 1.2em;
  }
  .footer-contact-form h3 {
    font-size: 1.2em !important;
    margin-bottom: 0.5em;
  }
  .footer-contact-form form {
    font-size: 1em;
  }
  .footer-contact-form .form-group label {
    font-size: 0.98em;
  }
  .footer-contact-form .form-group input,
  .footer-contact-form .form-group textarea {
    font-size: 1em;
    padding: 0.5em;
  }
  .footer-contact-form .btn-enviar {
    font-size: 1em;
    padding: 0.7em 1.2em;
  }
  .footer-copyright {
    font-size: 0.93em;
    padding: 0.7em 0.5em 1.2em 0.5em;
    margin-top: 1.2em;
  }
}
/* ===== MENÚ HAMBURGUESA RESPONSIVE ===== */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 2em;
  color: #1976d2;
  cursor: pointer;
  margin-left: 10px;
  z-index: 1001;
}
.menu-icon {
  font-size: 1.5em;
  line-height: 1;
}
@media (max-width: 900px) {
  .main-nav {
    position: relative;
  }
  .menu-toggle {
    display: block;
  }
  .nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 4px 16px rgba(25,118,210,0.10);
    flex-direction: column;
    gap: 0;
    z-index: 1000;
    padding: 0.5em 0;
  }
  .nav-menu.menu-open {
    display: flex;
  }
  .nav-menu li {
    width: 100%;
    text-align: left;
    padding: 0.7em 1.2em;
    border-bottom: 1px solid #e3f6ff;
  }
  .nav-menu li:last-child {
    border-bottom: none;
  }
  .cart-link {
    min-width: 100px;
    padding: 0.2em 0.3em;
  }
}
/* Botón flotante de WhatsApp */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: none;
  border-radius: 50%;
  box-shadow: 0 4px 16px rgba(0,0,0,0.18);
  transition: box-shadow 0.2s, transform 0.2s;
  text-decoration: none;
}
.whatsapp-float svg {
  width: 56px;
  height: 56px;
  display: block;
}
.whatsapp-float:hover {
  box-shadow: 0 8px 24px rgba(37,211,102,0.25);
  transform: scale(1.08);
}
/*
Theme Name: Mundo
Theme URI: http://tusitio.com/
Author: Tu Nombre o Empresa
Author URI: http://tusitio.com/
Description: Tema personalizado para El Mundo del Estampado.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mundo
Tags: woocommerce, personalizado, moderno
*/
/* Indicador de abierto/cerrado y tiempo de cierre */
.estado-horario-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 6px;
  font-size: 1.08em;
  font-weight: 600;
}
.estado-horario.abierto {
  color: #388e3c;
  background: #e0ffe0;
  border-radius: 4px;
  padding: 2px 10px;
    display: flex;
    align-items: center;
    gap: 0.7em;
    padding: 0.3em 1.1em;
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 2px 12px rgba(25,118,210,0.10);
    transition: background 0.2s, box-shadow 0.2s;
    position: relative;
    min-width: 150px;
    border: 1.5px solid #e3f6ff;
  }
.tiempo-cierre {
    background: #e3f6ff;
    box-shadow: 0 4px 16px rgba(37,211,102,0.10);
    border-color: #25D366;
  font-weight: 500;
}
/* Errores de validación en formulario de contacto */
.form-error {
  color: #d32f2f;
  font-size: 0.97em;
    background: #e3f6ff;
    border-radius: 50%;
    box-shadow: 0 1px 4px rgba(25,118,210,0.07);
    padding: 2px;
  margin-top: 2px;
  min-height: 18px;
  font-weight: 500;
}

/* Indicador de envío */
.form-enviando {
  color: #03506f;
  background: #e3f6ff;
  border-left: 4px solid #03a9f4;
  padding: 10px 18px;
  border-radius: 5px;
  margin-top: 10px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}
/* Corregido: líneas sueltas eliminadas */
.spinner {
  width: 18px;
  height: 18px;
  border: 3px solid #b3e5fc;
  border-top: 3px solid #03a9f4;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  display: inline-block;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
/* Corregido: línea suelta eliminada */
}
  .cart-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.1em;
  }
  .cart-text {
    font-size: 1.08em;
    font-weight: 600;
    color: #1976d2;
    transition: color 0.2s;
  }
  .cart-link:hover .cart-text {
    color: #25D366;
  }
  @media (max-width: 600px) {
    .cart-link { min-width: 100px; padding: 0.2em 0.3em; }
    .cart-info { font-size: 0.97em; }
    .icon-cart { width: 22px; height: 22px; }
    .cart-count { font-size: 0.95em; }
  }

/* Mensaje de éxito tras envío */
.form-exito {
  background: #e0ffe0;
  border-left: 5px solid #4caf50;
  color: #256029;
  padding: 18px 22px;
  margin-top: 18px;
  border-radius: 7px;
  font-size: 1.13em;
  font-weight: 600;
  box-shadow: 0 1px 8px rgba(76,175,80,0.07);
  text-align: center;
}
/* Tiempo de respuesta en contacto */
.contacto-respuesta {
  background: #e3f6ff;
  border-left: 5px solid #03a9f4;
  color: #03506f;
  padding: 12px 20px;
  margin: 12px 0 0 0;
  border-radius: 6px;
  font-size: 1.05em;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Botón para ver mapa ampliado */
.btn-mapa {
  display: inline-block;
  margin-top: 6px;
  background: #ffb300;
  color: #222;
  padding: 8px 22px;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  box-shadow: 0 1px 4px rgba(0,0,0,0.07);
}
.btn-mapa:hover {
  background: #ff9800;
  color: #fff;
}
/* ===== CONTACTO ===== */
.contacto-main {
  max-width: 900px;
  margin: 40px auto 40px auto;
  padding: 24px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
}
.contacto-nota {
  background: #ffe9b3;
  border-left: 5px solid #ffb300;
  padding: 16px 20px;
  margin-bottom: 24px;
  border-radius: 6px;
  font-size: 1.1em;
}
.contacto-exito {
  background: #e0ffe0;
  border-left: 5px solid #4caf50;
  color: #256029;
  padding: 14px 20px;
  margin-bottom: 24px;
  border-radius: 6px;
  font-weight: 600;
}
.contacto-formulario {
  margin-bottom: 36px;
}
.form-contacto {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 500px;
}
.form-group label {
  font-weight: 600;
  margin-bottom: 4px;
  display: block;
}
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1em;
  background: #fafafa;
}
.form-group textarea {
  min-height: 90px;
  resize: vertical;
}
.btn-enviar {
  background: #ffb300;
  color: #222;
  border: none;
  padding: 12px 32px;
  border-radius: 4px;
  font-size: 1.1em;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
}
.btn-enviar:hover {
  background: #ff9800;
}
.contacto-info {
  margin-top: 32px;
}
.contacto-lista {
  list-style: none;
  padding: 0;
  margin-bottom: 18px;
}
.contacto-lista li {
  margin-bottom: 8px;
  font-size: 1.08em;
}
.contacto-redes {
  margin-bottom: 18px;
}
.redes-sociales {
  display: flex;
  gap: 18px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.redes-sociales a {
  color: #444;
  background: #f5f5f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transition: background 0.2s, color 0.2s;
}
.redes-sociales a:hover {
  background: #ffb300;
  color: #fff;
}
.contacto-horario, .contacto-direccion, .contacto-mapa {
  margin-bottom: 18px;
}
.contacto-mapa iframe {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #eee;
  min-height: 220px;
}
@media (max-width: 600px) {
  .contacto-main {
    padding: 8px;
  }
  .form-contacto {
    max-width: 100%;
  }
}
.form-terminos {
    margin: 10px 0 10px 0;
    font-size: 0.98rem;
    color: #1d3557;
}
.form-terminos label a {
    color: #1877F3;
    text-decoration: underline;
}
/* Modal Cotizar */
.modal-cotizar {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background: rgba(0,0,0,0.35);
}
.modal-cotizar-content {
    background: #fff;
    margin: 60px auto;
    padding: 32px 24px 24px 24px;
    border-radius: 18px;
    max-width: 400px;
    box-shadow: 0 4px 24px rgba(77,182,226,0.18);
    position: relative;
    text-align: left;
}
.close-modal {
    position: absolute;
    top: 12px;
    right: 18px;
    font-size: 2rem;
    color: #e63946;
    cursor: pointer;
}
.form-cotizar label {
    display: block;
    margin-top: 10px;
    font-weight: 500;
    color: #1d3557;
}
.form-cotizar input,
.form-cotizar textarea {
    width: 100%;
    padding: 7px 10px;
    margin-top: 4px;
    border: 1px solid #4db6e2;
    border-radius: 6px;
    font-size: 1rem;
    margin-bottom: 8px;
    outline: none;
}
.btn-enviar-cotizacion {
    background: linear-gradient(90deg, #25D366 60%, #4db6e2 100%);
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 8px 22px;
    border-radius: 30px;
    border: none;
    margin-top: 10px;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
}
.btn-enviar-cotizacion:hover {
    background: linear-gradient(90deg, #e63946 60%, #25D366 100%);
    transform: scale(1.06);
}
@media (max-width: 500px) {
    .modal-cotizar-content { max-width: 95vw; padding: 16px 4px; }
}
/* Servicios Mundo */
.servicios-mundo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 12px rgba(77,182,226,0.10);
    max-width: 1100px;
    margin: 32px auto 32px auto;
    padding: 32px 10px 24px 10px;
}
.servicio-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 240px;
    background: #e3f0fa;
    border-radius: 18px;
    box-shadow: 0 2px 8px rgba(77,182,226,0.08);
    padding: 18px 12px 18px 12px;
    transition: transform 0.2s, box-shadow 0.2s;
}
.servicio-item:hover {
    transform: translateY(-6px) scale(1.04);
    box-shadow: 0 6px 24px rgba(77,182,226,0.18);
}
.servicio-img img {
    width: 120px;
    height: 120px;
    border-radius: 18px;
    background: #fff;
    object-fit: cover;
    margin-bottom: 12px;
}
.servicio-info h3 {
    color: #4db6e2;
    font-size: 1.2rem;
    margin-bottom: 8px;
    font-weight: bold;
}
.servicio-info p {
    font-size: 1rem;
    color: #1d3557;
    margin-bottom: 12px;
}
.btn-cotizar {
    display: inline-block;
    background: linear-gradient(90deg, #25D366 60%, #4db6e2 100%);
    color: #fff !important;
    font-size: 1rem;
    font-weight: bold;
    padding: 8px 22px;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(77,182,226,0.12);
    transition: background 0.2s, transform 0.2s;
}
.btn-cotizar:hover {
    background: linear-gradient(90deg, #e63946 60%, #25D366 100%);
    transform: scale(1.06);
}
@media (max-width: 1100px) {
    .servicios-mundo { flex-wrap: wrap; gap: 18px; }
    .servicio-item { width: 180px; padding: 10px 4px 10px 4px; }
    .servicio-img img { width: 80px; height: 80px; }
}
/* Nuestros productos */
.productos-destacados {
    max-width: 900px;
    margin: 0 auto 32px auto;
    padding: 24px 10px 10px 10px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 12px rgba(77,182,226,0.10);
    text-align: center;
}
.titulo-productos {
    color: #4db6e2;
    font-size: 2rem;
    margin-bottom: 18px;
    font-weight: bold;
}
.productos-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px 32px;
}
.producto-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #e3f0fa;
    border-radius: 12px;
    padding: 18px 16px 10px 16px;
    width: 150px;
    box-shadow: 0 2px 8px rgba(77,182,226,0.08);
    transition: transform 0.2s, box-shadow 0.2s;
}
.producto-item:hover {
    transform: translateY(-6px) scale(1.04);
    box-shadow: 0 6px 24px rgba(77,182,226,0.18);
}
.producto-item img {
    width: 64px;
    height: 64px;
    margin-bottom: 10px;
}
.producto-item span {
    font-size: 1.08rem;
    color: #1d3557;
    font-weight: 500;
}
@media (max-width: 700px) {
    .productos-grid { gap: 18px 8px; }
    .producto-item { width: 110px; padding: 10px 4px 8px 4px; }
    .producto-item img { width: 44px; height: 44px; }
}
.bienvenida-mundo .atencion {
    font-size: 1.3rem;
    color: #e63946;
    font-weight: bold;
    margin-bottom: 10px;
}
.bienvenida-mundo .interes {
    font-size: 1.1rem;
    color: #1d3557;
    margin-bottom: 10px;
}
.bienvenida-mundo .deseo {
    font-size: 1.1rem;
    color: #1877F3;
    margin-bottom: 10px;
    font-weight: 500;
}
.bienvenida-mundo .accion {
    font-size: 1.2rem;
    color: #25D366;
    font-weight: bold;
    margin: 18px 0 10px 0;
}
.bienvenida-mundo .extra {
    font-size: 1.05rem;
    color: #d6249f;
    margin-top: 10px;
}
.btn-tienda {
    display: inline-block;
    background: linear-gradient(90deg, #4db6e2 60%, #e63946 100%);
    color: #fff !important;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 10px 28px;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(77,182,226,0.12);
    transition: background 0.2s, transform 0.2s;
    margin-left: 8px;
}
.btn-tienda:hover {
    background: linear-gradient(90deg, #e63946 60%, #4db6e2 100%);
    transform: scale(1.06);
}
/* Bienvenida Mundo */
.bienvenida-mundo {
    background: linear-gradient(90deg, #e3f0fa 60%, #fff 100%);
    border-radius: 18px;
    margin: 30px auto 24px auto;
    max-width: 700px;
    padding: 32px 28px 24px 28px;
    box-shadow: 0 4px 24px rgba(77,182,226,0.10);
    text-align: center;
    color: #1d3557;
}
.bienvenida-mundo h1 {
    font-size: 2.2rem;
    margin-bottom: 10px;
    color: #e63946;
    font-weight: bold;
}
.bienvenida-mundo .destacado {
    color: #4db6e2;
    font-weight: bold;
}
.bienvenida-mundo .intro {
    font-size: 1.2rem;
    margin-bottom: 10px;
}
.bienvenida-mundo .productos-lista {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
}
.bienvenida-mundo .productos-lista li {
    background: #4db6e2;
    color: #fff;
    border-radius: 8px;
    padding: 6px 16px;
    font-size: 1.05rem;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(77,182,226,0.08);
}
.bienvenida-mundo .servicios {
    margin: 14px 0 8px 0;
    font-size: 1.1rem;
    color: #1877F3;
}
.bienvenida-mundo .envios {
    color: #25D366;
    font-weight: bold;
    margin-bottom: 10px;
}
.bienvenida-mundo .calidad {
    color: #e63946;
    font-weight: bold;
}
.bienvenida-mundo .llamado {
    font-size: 1.3rem;
    color: #d6249f;
    font-weight: bold;
    margin-top: 18px;
}
.bienvenida-mundo .emoji {
    font-size: 1.5rem;
}
@media (max-width: 700px) {
    .bienvenida-mundo { padding: 18px 6px; }
    .bienvenida-mundo h1 { font-size: 1.3rem; }
}
/*
Theme Name: Mundo
Theme URI: http://localhost/mundo
Author: Tu Nombre
Description: Tema personalizado para Mundo
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mundo
*/

body {
  background: #e3f0ff;
  color: #1a2233;
  font-family: 'Segoe UI', 'Roboto', Arial, sans-serif;
  font-size: 1.08rem;
  line-height: 1.7;
}

.site-header {
    background: #b3d4fc;
    border-bottom: 4px solid #4db6e2;
    padding-bottom: 10px;
}
.header-top {
    display: flex;
    align-items: center;
    padding: 10px 30px 0 30px;
}
.logo-header {
    height: 60px !important;
    width: 60px !important;
    max-width: 60px !important;
    max-height: 60px !important;
    min-width: 60px !important;
    min-height: 60px !important;
    margin-right: 20px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #4db6e2;
    object-fit: contain;
    display: block;
    overflow: hidden;
}
.slogan-header {
    font-size: 1.3rem;
    color: #e63946;
    font-weight: bold;
    letter-spacing: 1px;
}
.main-nav {
    margin-top: 10px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(77,182,226,0.08);
}
.nav-menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav-menu li {
    margin: 0 0.3em !important;
}
.nav-menu a {
  text-decoration: none;
  color: #1d3557;
  font-size: 27px !important;
  font-weight: 600;
  transition: color 0.2s;
}
.nav-menu a:hover {
    color: #e63946;
}
.cart-link {
  display: flex;
  align-items: center;
  gap: 0.4em;
  padding: 0.1em 0.5em !important;
  background: #e3f6ff;
  border-radius: 14px !important;
  box-shadow: 0 2px 8px rgba(25,118,210,0.08);
  transition: background 0.2s, box-shadow 0.2s;
  position: relative;
}
.cart-link:hover {
  background: #25D366;
  box-shadow: 0 4px 16px rgba(37,211,102,0.13);
}
.icon-cart {
  width: 28px;
  height: 28px;
  stroke: #1976d2;
  transition: stroke 0.2s;
}
.cart-link:hover .icon-cart {
  stroke: #fff;
}
.cart-text {
  font-size: 1.1em;
  font-weight: 700;
  color: #1976d2;
  transition: color 0.2s;
}
.cart-link:hover .cart-text {
  color: #fff;
}
.cart-link.animated .icon-cart {
  animation: cart-bounce 0.5s cubic-bezier(.36,1.56,.64,1) 1;
}
@keyframes cart-bounce {
  0% { transform: scale(1); }
  30% { transform: scale(1.25) translateY(-8px); }
  60% { transform: scale(0.95) translateY(2px); }
  100% { transform: scale(1); }
}
.cart-bubble {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #e63946;
  color: #fff;
  font-size: 0.95em;
  font-weight: 700;
  border-radius: 50%;
  padding: 0.25em 0.7em;
  box-shadow: 0 2px 8px rgba(230,57,70,0.18);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, transform 0.3s;
  z-index: 10;
}
.cart-link.bubble-active .cart-bubble {
  opacity: 1;
  transform: scale(1.2);
  animation: bubble-pop 0.5s cubic-bezier(.36,1.56,.64,1) 1;
}
@keyframes bubble-pop {
  0% { opacity: 0; transform: scale(0.5); }
  60% { opacity: 1; transform: scale(1.3); }
  100% { opacity: 1; transform: scale(1); }
}
.cart-count {
  background: #e63946;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  border-radius: 50%;
  padding: 0.18em 0.6em;
  margin-left: 0.2em;
  margin-right: 0.2em;
  min-width: 1.7em;
  text-align: center;
  box-shadow: 0 2px 8px rgba(230,57,70,0.13);
  position: relative;
  top: -2px;
}
.cart-total {
  background: #25D366;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  border-radius: 12px;
  padding: 0.18em 0.7em;
  margin-left: 0.4em;
  box-shadow: 0 2px 8px rgba(37,211,102,0.13);
  position: relative;
  top: -2px;
}
.search-form {
    display: flex !important;
    align-items: center !important;
    margin: 0 0.3em !important;
}
.search-field {
    font-size: 27px !important;
    padding: 4px 10px;
    border: 1px solid #4db6e2;
    border-radius: 4px 0 0 4px;
    outline: none;
}
.search-submit {
    font-size: 27px !important;
    background: #4db6e2;
    color: #fff;
    border: none;
    border-radius: 0 4px 4px 0;
    padding: 4px 12px;
    cursor: pointer;
    transition: background 0.2s;
}
.search-submit:hover {
    background: #e63946;
}
@media (max-width: 900px) {
    .nav-menu {
        flex-direction: column;
    }
    .nav-menu li {
        margin: 10px 0;
    }
    .header-top {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* --- Ajuste menú header: una sola línea, tamaño 27px, espaciado compacto --- */
.header-top, .main-nav, .nav-menu {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  justify-content: flex-start;
  gap: 0.7em !important;
}
.nav-menu li {
  margin: 0 0.3em !important;
}
.nav-menu a,
.search-field,
.search-submit,
.cart-link,
.cart-count,
.cart-total {
  font-size: 27px !important;
  line-height: 1.1 !important;
}
.cart-link {
  padding: 0.1em 0.5em !important;
  border-radius: 14px !important;
}
/* --- Fin ajuste menú header --- */

footer, .site-footer {
  background: #b3d4fc;
  border-top: 2px solid #1976d2;
  font-size: 1em;
  color: #1a2233;
}

body {
  background: #e3f0ff;
  color: #1a2233;
  font-family: 'Segoe UI', 'Roboto', Arial, sans-serif;
  font-size: 1.08rem;
  line-height: 1.7;
}
.site-header, footer, .site-footer {
  background: #b3d4fc;
  color: #1a2233;
}
.site-header a, .main-nav a, footer a, .site-footer a {
  color: #0a2342;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}
.site-header a:hover, .main-nav a:hover, footer a:hover, .site-footer a:hover {
  color: #e63946;
}
.bienvenida-mundo h1, .bienvenida-mundo .destacado {
  color: #0a2342;
  font-weight: 700;
  letter-spacing: 1px;
}
.bienvenida-mundo .intro {
  color: #1a2233;
  background: rgba(255,255,255,0.85);
  border-radius: 10px;
  padding: 1.2em 1.5em;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  margin-bottom: 1.5em;
}
.servicios-mundo h3 {
  color: #0a2342;
  font-weight: 600;
}
.servicio-info p {
  color: #1a2233;
}
.btn-cotizar, .btn-tienda {
  background: #1976d2;
  color: #fff !important;
  border: none;
  border-radius: 5px;
  padding: 0.5em 1.2em;
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(25,118,210,0.08);
  transition: background 0.2s;
  margin-top: 0.5em;
  margin-right: 0.5em;
  cursor: pointer;
}
.btn-cotizar:hover, .btn-tienda:hover {
  background: #0a2342;
  color: #fff;
}
input, select, textarea {
  color: #1a2233;
  background: #f7fbff;
  border: 1px solid #b3d4fc;
  border-radius: 4px;
  padding: 0.5em;
  font-size: 1em;
}
input:focus, select:focus, textarea:focus {
  outline: 2px solid #1976d2;
  background: #fff;
}
footer, .site-footer {
  border-top: 2px solid #1976d2;
  font-size: 1em;
  color: #1a2233;
}
/* Mejorar contraste en cards y secciones */
.servicio-item, .producto-item {
  background: rgba(255,255,255,0.92);
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
/* Servicios page grid de imágenes */
.servicios-page .servicios-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  justify-content: center;
  margin-bottom: 2.5rem;
}
.servicio-detallado {
  background: rgba(255,255,255,0.95);
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(25,118,210,0.07);
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  max-width: 350px;
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.imagenes-servicio {
  display: flex;
  gap: 0.7rem;
  margin-bottom: 1.2rem;
  flex-wrap: wrap;
  justify-content: center;
}
.img-servicio {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 18px;
  border: 2px solid #b3d4fc;
  background: #e3f0ff;
  box-shadow: 0 1px 6px rgba(25,118,210,0.06);
}
.servicio-detallado h2 {
  color: #0a2342;
  font-size: 1.3rem;
  margin: 0.7em 0 0.5em 0;
  font-weight: 700;
}
.servicio-detallado p {
  color: #1a2233;
  font-size: 1.05rem;
  margin-bottom: 1.1em;
  text-align: center;
}
.servicio-detallado .btn-cotizar {
  margin-top: auto;
  width: 100%;
  font-size: 1.08rem;
}
@media (max-width: 900px) {
  .servicios-page .servicios-grid {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .servicio-detallado {
    max-width: 95vw;
  }
}
/* Fondo azul para toda la página de servicios */
.servicios-page {
  background: #e3f0ff;
  padding: 2.5rem 0 2rem 0;
  min-height: 100vh;
}
/* Botón WhatsApp en servicios */
.whatsapp-servicio {
  width: 100%;
  margin-top: 0.7em;
  display: flex;
  justify-content: center;
}
.whatsapp-link {
  display: flex;
  align-items: center;
  gap: 0.5em;
  background: #25D366;
  color: #fff !important;
  border: none;
  border-radius: 5px;
  padding: 0.5em 1.2em;
  font-weight: 600;
  font-size: 1.08rem;
  box-shadow: 0 2px 6px rgba(25,118,210,0.08);
  transition: background 0.2s;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  justify-content: center;
}
.whatsapp-link svg {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  margin-right: 0.3em;
}
.whatsapp-link span {
  color: #fff;
  font-weight: 600;
  font-size: 1.08rem;
}
.whatsapp-link:hover {
  background: #128c7e;
  color: #fff;
}
/* --- Ajuste compacto menú header, buscador y carrito --- */
.nav-menu a,
.search-field,
.search-submit,
.cart-link,
.cart-count,
.cart-total {
  font-size: 22px !important;
  line-height: 1.1 !important;
}
.nav-menu li {
  margin: 0 0.15em !important;
}
.cart-link {
  padding: 0.05em 0.3em !important;
}
.search-form {
  margin: 0 0.1em !important;
}
/* --- Fin ajuste compacto header --- */
/* --- Ajuste tamaño textos internos del carrito header --- */
.cart-count,
.cart-total,
.cart-text,
.cart-info {
  font-size: 16px !important;
}
/* --- Fin ajuste carrito header --- */
