/* Tecnoeraser cookie consent 2026 */
.te-cookie-root-2026{position:fixed;left:18px;right:18px;bottom:18px;z-index:999999;display:none;font-family:Arial,Helvetica,sans-serif}
.te-cookie-root-2026.is-visible{display:block}
.te-cookie-card-2026{max-width:986px;margin:0 auto;background:#fff;border:1px solid rgba(20,120,58,.18);border-radius:18px;box-shadow:0 18px 46px rgba(9,45,24,.24);padding:20px;color:#26352b;box-sizing:border-box}
.te-cookie-main-2026{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center}
.te-cookie-card-2026 h2{margin:0 0 7px;padding:0;color:#063617!important;font-size:20px;line-height:1.2;font-weight:900;text-shadow:none!important;border:0}
.te-cookie-card-2026 p{margin:0;color:#415047;font-size:14px;line-height:1.48}
.te-cookie-card-2026 a{color:#0b7a36;font-weight:800;text-decoration:none}
.te-cookie-card-2026 a:hover{text-decoration:underline}
.te-cookie-actions-2026{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:9px}
.te-cookie-btn-2026{border:0;border-radius:999px;min-height:42px;padding:0 17px;cursor:pointer;font-size:13px;line-height:1;font-weight:900;font-family:Arial,Helvetica,sans-serif}
.te-cookie-btn-primary-2026{background:#12833c;color:#fff;box-shadow:0 10px 18px rgba(18,131,60,.20)}
.te-cookie-btn-primary-2026:hover{background:#0b5b2d}
.te-cookie-btn-secondary-2026{background:#eff8ef;color:#0b5b2d;border:1px solid rgba(20,120,58,.22)}
.te-cookie-btn-secondary-2026:hover{background:#e2f3e2}
.te-cookie-btn-plain-2026{background:transparent;color:#0b5b2d;border:1px solid rgba(20,120,58,.18)}
.te-cookie-panel-2026{display:none;margin-top:16px;padding-top:16px;border-top:1px solid rgba(9,45,24,.10)}
.te-cookie-root-2026.is-configuring .te-cookie-panel-2026{display:block}
.te-cookie-options-2026{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:0 0 15px}
.te-cookie-option-2026{background:#f8fbf8;border:1px solid rgba(20,120,58,.14);border-radius:14px;padding:14px;box-sizing:border-box}
.te-cookie-option-head-2026{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:6px}
.te-cookie-option-2026 strong{color:#063617;font-size:14px;line-height:1.2}
.te-cookie-option-2026 small{display:block;color:#56635b;font-size:12px;line-height:1.42}
.te-cookie-switch-2026{position:relative;display:inline-block;width:48px;height:28px;flex:0 0 auto}
.te-cookie-switch-2026 input{opacity:0;width:0;height:0}
.te-cookie-slider-2026{position:absolute;cursor:pointer;inset:0;background:#ccd8ce;border-radius:999px;transition:.2s}
.te-cookie-slider-2026:before{position:absolute;content:"";width:22px;height:22px;left:3px;top:3px;background:#fff;border-radius:50%;transition:.2s;box-shadow:0 2px 6px rgba(0,0,0,.18)}
.te-cookie-switch-2026 input:checked+.te-cookie-slider-2026{background:#12833c}
.te-cookie-switch-2026 input:checked+.te-cookie-slider-2026:before{transform:translateX(20px)}
.te-cookie-switch-2026 input:disabled+.te-cookie-slider-2026{background:#12833c;opacity:.72;cursor:not-allowed}
.te-cookie-panel-actions-2026{display:flex;justify-content:flex-end;gap:9px;flex-wrap:wrap}
@media(max-width:760px){.te-cookie-root-2026{left:10px;right:10px;bottom:10px}.te-cookie-card-2026{border-radius:16px;padding:17px}.te-cookie-main-2026{grid-template-columns:1fr}.te-cookie-actions-2026{justify-content:stretch}.te-cookie-btn-2026{width:100%}.te-cookie-options-2026{grid-template-columns:1fr}.te-cookie-panel-actions-2026{flex-direction:column}}


/* Ajuste Fase 1.4: separar banner del borde inferior / barra del sistema */
.te-cookie-root-2026 {
    bottom: 72px !important;
    z-index: 2147483000 !important;
    pointer-events: auto !important;
}

.te-cookie-card-2026,
.te-cookie-card-2026 * {
    pointer-events: auto !important;
}

.te-cookie-btn-2026 {
    position: relative;
    z-index: 2147483001 !important;
}

@media (max-height: 760px) {
    .te-cookie-root-2026 {
        bottom: 82px !important;
    }

    .te-cookie-card-2026 {
        max-height: calc(100vh - 110px);
        overflow-y: auto;
    }
}

@media (max-width: 760px) {
    .te-cookie-root-2026 {
        bottom: 22px !important;
    }
}


/* Fase 1.5: cuando se pulsa Configurar, convertir el banner en panel centrado */
.te-cookie-root-2026.is-configuring {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    padding: 22px !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(6, 54, 23, .34) !important;
    z-index: 2147483000 !important;
    overflow-y: auto !important;
}

.te-cookie-root-2026.is-configuring .te-cookie-card-2026 {
    width: min(986px, calc(100vw - 44px)) !important;
    max-height: calc(100vh - 44px) !important;
    overflow-y: auto !important;
    margin: auto !important;
}

.te-cookie-root-2026.is-configuring .te-cookie-panel-2026 {
    display: block !important;
}

.te-cookie-root-2026.is-configuring .te-cookie-main-2026 {
    grid-template-columns: 1fr auto !important;
}

@media (max-width: 760px) {
    .te-cookie-root-2026.is-configuring {
        padding: 12px !important;
        align-items: flex-start !important;
    }

    .te-cookie-root-2026.is-configuring .te-cookie-card-2026 {
        width: 100% !important;
        max-height: calc(100vh - 24px) !important;
    }

    .te-cookie-root-2026.is-configuring .te-cookie-main-2026 {
        grid-template-columns: 1fr !important;
    }
}
