/**
 * Honeypots de captacion publica de leads (no usar display:none).
 */
.vh-lead-hp-wrap {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.vh-lead-hp-wrap .vh-lead-hp {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

/* Si el navegador autocompleta igual, no alterar layout ni visibilidad del wrap. */
.vh-lead-hp-wrap .vh-lead-hp:-webkit-autofill,
.vh-lead-hp-wrap .vh-lead-hp:-webkit-autofill:hover,
.vh-lead-hp-wrap .vh-lead-hp:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
    -webkit-text-fill-color: transparent;
    transition: background-color 99999s ease-out 0s;
}
