:root { --accent: #ffca00; } @keyframes spin3 { 0%, 100% { box-shadow: 10px 10px rgba(255, 255, 255, 1), -10px 10px rgba(255, 255, 255, 0.2), -10px -10px rgba(255, 255, 255, 1), 10px -10px rgba(255, 255, 255, 0.2); } 25% { box-shadow: -10px 10px rgba(255, 255, 255, 0.2), -10px -10px rgba(255, 255, 255, 1), 10px -10px rgba(255, 255, 255, 0.2), 10px 10px rgba(255, 255, 255, 1); } 50% { box-shadow: -10px -10px rgba(255, 255, 255, 1), 10px -10px rgba(255, 255, 255, 0.2), 10px 10px rgba(255, 255, 255, 1), -10px 10px rgba(255, 255, 255, 0.2); } 75% { box-shadow: 10px -10px rgba(255, 255, 255, 0.2), 10px 10px rgba(255, 255, 255, 1), -10px 10px rgba(255, 255, 255, 0.2), -10px -10px rgba(255, 255, 255, 1); } } #wpadminbar { top: 0 !important; } #c27-site-wrapper { background-color: #f4f4f4 }/* 👉 Ocultar el nombre de usuario en el header */ header .header-account, .header-account, .header-user, #menu-item-user, .user-area, .logged-in-as, .user-menu, li.account, span.username, .user-dropdown { display: none !important; } /* 🌐 Cambiar "Call now" por "Llamar ahora" */ .listing-actions .phone a::before { content: "Llamar ahora"; color: white; } .listing-actions .phone a { color: transparent; } /* 🌐 Cambiar "Website" por "Sitio web" */ .listing-actions .website a::before { content: "Sitio web"; color: inherit; } .listing-actions .website a { color: transparent; } /* 🔖 Cambiar "Bookmark" por "Guardar" */ .listing-actions .bookmark a::before { content: "Guardar"; color: inherit; } .listing-actions .bookmark a { color: transparent; } /* 🔗 Cambiar "Share" por "Compartir" */ .listing-actions .share a::before { content: "Compartir"; color: inherit; } .listing-actions .share a { color: transparent; } /* 📝 Cambiar "Leave a review" por "Dejar reseña" */ .listing-actions .review a::before { content: "Dejar reseña"; color: inherit; } .listing-actions .review a { color: transparent; } /* 🚫 Cambiar "Report" por "Reportar" */ .listing-actions .report a::before { content: "Reportar"; color: inherit; } .listing-actions .report a { color: transparent; } 