/**
 * Theme Name:     Hello Child By N7
 * Author:         N7
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Child Theme para Hello creado por N7, Agencia de Publicidad, Marketing y Comunicación.
*/

html {
  scroll-behavior: auto !important;
}

/* Ocultar el reCAPTCHA de Google */
body .grecaptcha-badge {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Ocultar el botón de gestión de consentimiento de Complianz */
body button.cmplz-btn.cmplz-manage-consent.manage-consent-1.cmplz-show {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}
