.recaptcha-notice{
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.35;
    text-align: center;
}
.recaptcha-notice a{
    text-decoration: underline;
}
.recaptcha-notice a:hover,
.recaptcha-notice a:focus{
    text-decoration: none;
}
/* Variante para fondos oscuros */
.recaptcha-notice--dark{
    color: rgba(255, 255, 255, 0.85);
}
.recaptcha-notice--dark a{
    color: #ffffff;
}
/* Variante para fondos claros */
.recaptcha-notice--light{
    color: rgba(0, 0, 0, 0.70);
}
.recaptcha-notice--light a{
    color: inherit;
}