/* Your custom styles */

/* Acceso directo a WhatsApp */
.whatsapp-flotante{position:fixed;right:22px;bottom:22px;z-index:1050;display:flex;align-items:center;gap:9px;background:#25d366;color:#fff!important;padding:12px 18px;border-radius:30px;box-shadow:0 4px 16px rgba(0,0,0,.28);font-weight:700;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.whatsapp-flotante:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.34);color:#fff}.whatsapp-flotante i{font-size:1.5rem}@media(max-width:576px){.whatsapp-flotante{right:14px;bottom:14px;padding:13px;border-radius:50%}.whatsapp-flotante span{display:none}}

/* Ajustes Automatik: WhatsApp y pie */
.page-footer .dark-grey-text,
.page-footer .dark-grey-text p,
.page-footer .dark-grey-text a,
.page-footer .dark-grey-text i { color: #4f4f4f !important; }
.page-footer .dark-grey-text a:hover { color: #ef1c24 !important; }
.page-footer .dark-grey-text strong { font-weight: 700; }

/* Correcciones finales: footer unificado y acceso flotante a WhatsApp */
.automatik-footer,
.automatik-footer .footer-texto,
.automatik-footer .footer-texto p,
.automatik-footer .footer-texto span,
.automatik-footer .footer-texto a,
.automatik-footer .footer-texto i,
.automatik-footer .footer-copyright,
.automatik-footer .footer-copyright a {
  color: #5f6368 !important;
}
.automatik-footer .footer-texto h6,
.automatik-footer .footer-texto strong,
.automatik-footer .footer-copyright {
  font-weight: 700 !important;
}
.automatik-footer .footer-texto p {
  line-height: 1.8;
  margin-bottom: 1rem;
}
.automatik-footer .footer-texto i {
  width: 20px;
  text-align: center;
}
.automatik-footer .top-footer-color a,
.automatik-footer .top-footer-color i,
.automatik-footer .top-footer-color .white-text {
  color: #fff !important;
}
.whatsapp-flotante {
  position: fixed !important;
  right: 24px !important;
  bottom: 24px !important;
  z-index: 99999 !important;
  width: 64px !important;
  height: 64px !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 50% !important;
  background: #25d366 !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 6px 20px rgba(0,0,0,.32) !important;
  text-decoration: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.whatsapp-flotante i {
  color: #fff !important;
  font-size: 36px !important;
  line-height: 1 !important;
}
.whatsapp-flotante span { display: none !important; }
.whatsapp-flotante:hover {
  color: #fff !important;
  transform: translateY(-3px) scale(1.04);
}
@media (max-width: 576px) {
  .whatsapp-flotante {
    right: 15px !important;
    bottom: 15px !important;
    width: 56px !important;
    height: 56px !important;
  }
  .whatsapp-flotante i { font-size: 31px !important; }
}
