/* ===============================================================
   css-formularios.css — date picker, scrollers
   Se carga en /reservas/, /contacto/ y páginas con formulario.
   Última limpieza: 2026-04
   =============================================================== */


/* ----- Protecc.datos ----- */
.gap-priv-details {
    margin: 10px 0 6px
}
.gap-priv-details>summary {
    cursor: pointer;
    letter-spacing: .5px;
    font-size: 13px;
    color: #212121;
    opacity: .95;
}
.gap-priv-box {
    margin-top: 8px;
    padding: 10px 12px;
    border: 1px solid rgb(255 255 255 / .25);
    border-radius: 10px;
    background: rgb(197 197 197 / 25%);
    max-height: 5.6em;
    overflow: auto;
}
.gap-priv-box p {
    margin: 0 0 8px;
    font-size: 12.5px;
    line-height: 1.35
}
.gap-priv-box p:last-child {
    margin-bottom: 0
}
a.linkprivacidad {
    color: currentColor;
    border-bottom: 1px solid;
}
a.linkprivacidad:hover {
    color: #ff4e5b
}
/* ----- Inputs CF7 ----- */


/* ----- Date picker: icono calendario personalizado ----- */

input[type="date"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background: url(https://www.fiestasbarcovalencia.es/wp-content/uploads/2022/12/calendar-event-bl.svg) no-repeat;
    border-width: thin;
}


/* ----- Popup scroller (Popup Maker enterprise-blue) ----- */

.pum-theme-enterprise-blue .pum-content .scroller {
    color: #2d2d2d;
    font-family: inherit;
    font-weight: 100;
    height: 80vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

.pum-theme-1584 .pum-container,
.pum-theme-enterprise-blue .pum-container {
    padding: 0;
}


