/* Recolocar barra de WordPress */
#wpadminbar {
    bottom: 0;
    top: auto;
    opacity: 0.5;
    position: fixed;
}
#wpadminbar:hover {
    opacity: 1;
}

/* Ancla */
.ancla {
    position: relative;
    top: -110px;
    pointer-events: none;
}

/* Ocultar icono de recaptcha */
.grecaptcha-badge {
    display: none !important;
}


/* Cookies del plugin */
.ct-ultimate-gdpr-cookie-open, .ct-ultimate-gdpr-trigger-modal-round {
    display: none !important;
}
.ct-ultimate-gdpr-cookie-fullPanel-overlay {
    z-index: 1000;
}