    .hero-badges {
      display: flex;
      flex-wrap: wrap;
      gap: 0.5rem;
      margin-bottom: 1.1rem;
    }
	.badge {
      font-size: 0.77rem;
      padding: 0.35rem 0.8rem;
      border-radius: 35px;
      background: #E1F9FA;
      color: var(--primary-dark);
      border: 1px solid rgba(45, 212, 191, 0.35);
    }
	
	/* Precios de Oferta */
	
	.elementor-heading-title {
    color: #000;
    font-family: Poppins,Sans-serif;
    font-size: 1.4em;
    font-weight: 700;
}
	.rojo {
		color: red;
	}

	.elementor-heading-descuento {
		/*color: red;*/
		font-family: Poppins,Sans-serif;
		font-size: 0.8em;
		font-weight: 600;
		text-decoration: line-through;
	}

	.elementor-heading-precio {
		color: #000;
		font-family: Poppins,Sans-serif;
		font-size: 3em;
		font-weight: 900;
	}

	.descuento-oferta {
		background-color: red;
		color: white;
		padding-right: 10px;
		padding-left: 10px;
		padding-top: 3px;
		padding-bottom: 3px;
		border-radius: 5px;
	}

	.pesos {
		font-size: 70%;
		line-height: 1;
	}

	/* Botón flotante footer */

	@media (max-width:768px){
		body{
		  padding-bottom:70px; /* deja espacio para el botón fijo y no tape el footer */
		}
		.floating-whatsapp{
		  position:fixed;
		  bottom:0;
		  left:0;
		  right:0;
		  z-index:40;
		  padding:0.6rem 1rem;
		  background:linear-gradient(135deg, #00b6c6, #5acb5a);
		  box-shadow:0 -6px 20px rgba(15,23,42,0.25);
		  display:flex;
		  justify-content:center;
		}
		.floating-whatsapp a{
		  width:100%;
		  max-width:480px;
		  padding:0.8rem 1.2rem;
		  border-radius:999px;
		  background:#ffffff;
		  color:#16a34a;
		  font-weight:700;
		  font-size:0.9rem;
		  text-transform:uppercase;
		  letter-spacing:0.04em;
		  display:flex;
		  align-items:center;
		  justify-content:center;
		  gap:0.4rem;
		}
	  }
	  @media (min-width:769px){
		.floating-whatsapp{display:none;}
	  }