{"id":3214,"date":"2025-12-29T13:05:46","date_gmt":"2025-12-29T13:05:46","guid":{"rendered":"https:\/\/segurtotal.com\/?page_id=3214"},"modified":"2026-04-21T09:46:44","modified_gmt":"2026-04-21T09:46:44","slug":"puertas-acorazadas-bunker","status":"publish","type":"page","link":"https:\/\/segurtotal.com\/ca\/puertas-acorazadas-bunker\/","title":{"rendered":""},"content":{"rendered":"<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@300;400;500;600;700;800;900&#038;display=swap\" rel=\"stylesheet\"\/>\n<style>\n  :root{\n    --st-orange:#FF7A00;\n    --st-orange-dark:#e66e00;\n    --st-red:#E11D48;\n    --st-emerald:#10B981;\n    --st-text:#1F2933;\n    --st-shadow:0 18px 55px rgba(0,0,0,.35);\n    --st-hero1:url(\"https:\/\/segurtotal.com\/wp-content\/uploads\/2025\/12\/Puerta-BUNKER-1.webp\");\n    --st-hero2:url(\"https:\/\/segurtotal.com\/wp-content\/uploads\/2025\/12\/Puerta-BUNKER-2.jpg\");\n    --st-hero3:url(\"https:\/\/segurtotal.com\/wp-content\/uploads\/2025\/12\/BUNKER-3.jpeg\");\n    --st-img-basic:url(\"https:\/\/segurtotal.com\/wp-content\/uploads\/2025\/12\/Puerta-BUNKER-4.jpg\");\n    --st-img-gp3:url(\"https:\/\/segurtotal.com\/wp-content\/uploads\/2025\/12\/Puerta-BUNKER-5.jpg\");\n    --st-img-gp4:url(\"https:\/\/segurtotal.com\/wp-content\/uploads\/2025\/12\/Puerta-BUNKER-6.jpg\");\n    --st-img-energy:url(\"https:\/\/segurtotal.com\/wp-content\/uploads\/2025\/12\/Puerta-BUNKER-7.png\");\n    --st-img-ares:url(\"https:\/\/segurtotal.com\/wp-content\/uploads\/2025\/12\/Puerta-BUNKER-8.jpg\");\n    --st-img-helios:url(\"https:\/\/segurtotal.com\/wp-content\/uploads\/2025\/12\/Puerta-BUNKER-9.jpg\");\n    --st-img-kosmo:url(\"https:\/\/segurtotal.com\/wp-content\/uploads\/2025\/12\/Puerta-BUNKER-10.png\");\n  }\n  .st-bunker-page{\n    font-family:\"Montserrat\",system-ui,-apple-system,\"Segoe UI\",Roboto,Arial,sans-serif !important;\n    color:var(--st-text);\n    width:100vw;\n    margin-left:calc(50% - 50vw);\n    margin-right:calc(50% - 50vw);\n    overflow:hidden;\n  }\n  .st-bunker-page *{ box-sizing:border-box; }\n  .st-wrap{ max-width:1320px; margin:0 auto; padding:0 24px; }\n  .st-bunker-page h1,\n  .st-bunker-page h2,\n  .st-bunker-page h3{\n    font-family:inherit !important;\n    letter-spacing:inherit !important;\n  }\n  .st-btn{\n    display:inline-flex; align-items:center; justify-content:center; gap:10px;\n    padding:16px 22px; border-radius:16px;\n    font-weight:800; letter-spacing:.2px; text-decoration:none;\n    transition:transform .25s ease, box-shadow .25s ease, filter .25s ease;\n    will-change:transform;\n    white-space:nowrap;\n  }\n  .st-btn:hover{ transform:translateY(-2px); filter:saturate(1.05); }\n  .st-btn--cta{\n    color:#fff !important;\n    background:linear-gradient(90deg,#ff7a00,#ff4d4d) !important;\n    box-shadow:0 18px 40px rgba(255,122,0,.25) !important;\n  }\n  .st-btn--cta:hover{\n    box-shadow:0 24px 50px rgba(255,122,0,.4) !important;\n  }\n  .st-btn--wa{\n    color:#fff !important;\n    background:#25D366 !important;\n    box-shadow:0 18px 40px rgba(37,211,102,.25) !important;\n  }\n  .st-btn--wa:hover{\n    background:#1FB955 !important;\n    box-shadow:0 24px 50px rgba(37,211,102,.4) !important;\n  }\n  .st-cta-row{\n    display:flex; flex-wrap:wrap; gap:14px; margin-top:24px;\n  }\n  .st-pill-row{ display:flex; flex-wrap:wrap; gap:12px; margin-bottom:18px; }\n  .st-pill{\n    display:inline-flex; align-items:center; justify-content:center;\n    padding:10px 16px; border-radius:999px;\n    font-weight:800; font-size:12px; letter-spacing:.12em; text-transform:uppercase;\n    backdrop-filter:blur(10px);\n    border:1px solid rgba(255,255,255,.25);\n    box-shadow:0 8px 24px rgba(0,0,0,.35);\n  }\n  .st-pill--dark{\n    background:rgba(11,18,32,.85) !important;\n    color:#ffffff !important;\n    border-color:rgba(255,255,255,.20) !important;\n  }\n  .st-pill--eco{\n    background:rgba(16,185,129,.92) !important;\n    color:#ffffff !important;\n    border-color:rgba(16,185,129,.50) !important;\n    text-shadow:0 1px 3px rgba(0,0,0,.3);\n  }\n  \/* HERO *\/\n  .st-hero{\n    position:relative;\n    padding:160px 0 130px;\n    min-height:820px;\n    display:flex; align-items:center;\n    color:#fff;\n  }\n  .st-hero__bg{ position:absolute; inset:0; z-index:0; overflow:hidden; }\n  .st-hero__slide{\n    position:absolute; inset:0;\n    background-position:center; background-size:cover; background-repeat:no-repeat;\n    opacity:0;\n    transform:scale(1.06);\n    filter:saturate(1.05) contrast(1.02) brightness(1.08);\n  }\n  @keyframes stHeroFadeZoom{\n    0%{ opacity:0; transform:scale(1.07); }\n    6%{ opacity:1; }\n    30%{ opacity:1; transform:scale(1.12); }\n    36%{ opacity:0; }\n    100%{ opacity:0; transform:scale(1.12); }\n  }\n  .st-hero__slide--1{ background-image:var(--st-hero1); animation:stHeroFadeZoom 15s infinite; }\n  .st-hero__slide--2{ background-image:var(--st-hero2); animation:stHeroFadeZoom 15s infinite; animation-delay:5s; }\n  .st-hero__slide--3{ background-image:var(--st-hero3); animation:stHeroFadeZoom 15s infinite; animation-delay:10s; }\n  \/* OVERLAY M\u00c1S OSCURO PARA LEGIBILIDAD *\/\n  .st-hero__overlay{\n    position:absolute; inset:0; z-index:1;\n    background:\n      radial-gradient(900px 520px at 28% 35%, rgba(0,0,0,.45), transparent 70%),\n      linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.50), rgba(0,0,0,.72)),\n      linear-gradient(180deg, rgba(0,0,0,.65), rgba(0,0,0,.30), rgba(0,0,0,.70));\n  }\n  .st-hero__content{ position:relative; z-index:2; max-width:1040px; }\n  .st-hero__h1{\n    margin:0 0 10px;\n    font-size:clamp(44px,5.9vw,92px);\n    line-height:1.02;\n    font-weight:900;\n    letter-spacing:-.02em;\n    color:#ffffff !important;\n    text-shadow:\n      0 2px 6px rgba(0,0,0,.95),\n      0 8px 20px rgba(0,0,0,.80),\n      0 16px 50px rgba(0,0,0,.70);\n  }\n  .st-hero__h1 .st-plus{\n    color:#ffffff !important;\n    opacity:0.78 !important;\n    font-weight:900;\n    padding:0 8px;\n    text-shadow:0 2px 8px rgba(0,0,0,.9), 0 8px 24px rgba(0,0,0,.7);\n  }\n  \/* H2 con triple sombra *\/\n  .st-hero__h2{\n    margin:0 0 16px;\n    font-size:clamp(20px,2.4vw,38px);\n    font-weight:900;\n    letter-spacing:-.01em;\n    color:#ffffff !important;\n    text-shadow:\n      0 2px 6px rgba(0,0,0,.95),\n      0 8px 20px rgba(0,0,0,.80),\n      0 14px 45px rgba(0,0,0,.65) !important;\n    opacity:1 !important;\n  }\n  \/* P\u00e1rrafo del hero - m\u00e1xima legibilidad *\/\n  .st-hero__p{\n    font-size:clamp(16px,1.4vw,20px);\n    color:#ffffff !important;\n    max-width:780px;\n    line-height:1.6;\n    margin:0 0 22px;\n    text-shadow:\n      0 2px 4px rgba(0,0,0,.95),\n      0 4px 12px rgba(0,0,0,.85),\n      0 12px 38px rgba(0,0,0,.70) !important;\n    font-weight:500 !important;\n  }\n  .st-hero__badge{\n    display:inline-flex;\n    padding:18px 22px;\n    border-radius:18px;\n    border:1px solid rgba(16,185,129,.55);\n    background:linear-gradient(90deg, rgba(16,185,129,.30), rgba(16,185,129,.45), rgba(16,185,129,.30));\n    backdrop-filter:blur(12px);\n    box-shadow:0 22px 60px rgba(0,0,0,.45), 0 0 0 1px rgba(255,255,255,.08) inset;\n    margin:6px 0 0;\n  }\n  .st-hero__badge strong{\n    font-size:clamp(15px,1.7vw,22px);\n    font-weight:900;\n    color:#ffffff !important;\n    -webkit-text-fill-color:#ffffff !important;\n    line-height:1.22;\n    text-shadow:0 2px 6px rgba(0,0,0,.6);\n  }\n  @media (max-width: 1020px){\n    .st-hero{ padding:130px 0 95px; min-height:760px; }\n    .st-hero__content{ max-width:980px; }\n  }\n  @media (max-width: 520px){\n    .st-wrap{ padding:0 16px; }\n    .st-hero{ padding:110px 0 80px; min-height:700px; }\n    .st-btn{ width:100%; }\n    .st-cta-row{ flex-direction:column; }\n    .st-hero__badge{ width:100%; justify-content:center; text-align:center; }\n  }\n  @media (prefers-reduced-motion: reduce){\n    .st-hero__slide{ animation:none !important; opacity:1; }\n    .st-hero__slide--2,.st-hero__slide--3{ display:none; }\n    .st-btn:hover{ transform:none; }\n  }\n  \/* FEATURES *\/\n  .st-feat{\n    position:relative;\n    padding:90px 0;\n    background:#05070B;\n    color:#fff;\n  }\n  .st-feat:before{\n    content:\"\";\n    position:absolute; inset:-120px -60px auto -60px;\n    height:520px;\n    background:\n      radial-gradient(circle at 20% 20%, rgba(239,68,68,.22), transparent 55%),\n      radial-gradient(circle at 60% 15%, rgba(255,122,0,.22), transparent 55%),\n      radial-gradient(circle at 35% 55%, rgba(251,191,36,.18), transparent 55%);\n    filter:blur(10px);\n    opacity:.9;\n    pointer-events:none;\n  }\n  .st-feat__lead{\n    position:relative;\n    max-width:980px;\n    margin:0 auto 36px;\n    text-align:center;\n    color:#ffffff !important;\n    font-size:clamp(16px,1.65vw,22px);\n    line-height:1.6;\n    font-weight:500;\n    text-shadow:0 2px 8px rgba(0,0,0,.5);\n  }\n  .st-feat__grid{\n    position:relative;\n    display:grid;\n    grid-template-columns:repeat(4,1fr);\n    gap:18px;\n  }\n  .st-card{\n    background:linear-gradient(180deg, rgba(24,24,27,.85), rgba(24,24,27,.55));\n    border:1px solid rgba(255,255,255,.12);\n    border-radius:26px;\n    padding:26px 20px 22px;\n    box-shadow:0 26px 70px rgba(0,0,0,.45);\n    transition:transform .25s ease, border-color .25s ease;\n  }\n  .st-card:hover{ transform:translateY(-6px); border-color:rgba(255,122,0,.5); }\n  .st-ico{\n    width:56px; height:56px; border-radius:18px;\n    display:flex; align-items:center; justify-content:center;\n    background:linear-gradient(135deg, rgba(239,68,68,.95), rgba(255,122,0,.95));\n    box-shadow:0 18px 40px rgba(255,122,0,.25);\n    margin-bottom:14px;\n  }\n  .st-ico svg{ width:28px; height:28px; fill:none; stroke:#fff; stroke-width:2.6; }\n  .st-card h3{\n    margin:0 0 8px;\n    font-size:20px;\n    font-weight:900;\n    color:#ffffff !important;\n  }\n  .st-card p{\n    margin:0;\n    color:#ffffff !important;\n    opacity:0.92;\n    font-size:14px;\n    line-height:1.55;\n    font-weight:400;\n  }\n  \/* PRECIO *\/\n  .st-price{\n    padding:70px 0;\n    background:linear-gradient(135deg, #047857, #065f46, #115e59);\n    color:#fff;\n    position:relative;\n    overflow:hidden;\n  }\n  .st-price:before{\n    content:\"\";\n    position:absolute; inset:0;\n    background-image:\n      radial-gradient(circle at 30% 25%, rgba(253,224,71,.25), transparent 55%),\n      radial-gradient(circle at 75% 55%, rgba(255,255,255,.10), transparent 55%);\n    pointer-events:none;\n  }\n  .st-price__row{\n    position:relative;\n    display:grid;\n    grid-template-columns:1.2fr .8fr;\n    gap:26px;\n    align-items:center;\n  }\n  .st-price__tag{\n    display:inline-flex; align-items:center; gap:10px;\n    background:rgba(255,255,255,.18);\n    border:1px solid rgba(255,255,255,.30);\n    padding:10px 16px;\n    border-radius:999px;\n    font-weight:800;\n    color:#ffffff !important;\n    margin-bottom:14px;\n    text-shadow:0 1px 2px rgba(0,0,0,.3);\n  }\n  .st-price h2{\n    margin:0 0 12px;\n    font-size:clamp(26px,3.2vw,46px);\n    font-weight:900;\n    letter-spacing:-.02em;\n    color:#ffffff !important;\n    text-shadow:0 2px 8px rgba(0,0,0,.4);\n  }\n  .st-price p{\n    margin:0 0 16px;\n    color:#ffffff !important;\n    opacity:0.96;\n    line-height:1.6;\n    font-weight:500;\n    font-size:16px;\n  }\n  .st-bullets{ display:flex; flex-wrap:wrap; gap:10px; }\n  .st-bullets span{\n    background:rgba(255,255,255,.18);\n    border:1px solid rgba(255,255,255,.28);\n    padding:10px 14px;\n    border-radius:14px;\n    font-weight:700;\n    color:#ffffff !important;\n    font-size:14px;\n  }\n  .st-price__box{\n    position:relative;\n    background:rgba(255,255,255,.15);\n    border:1px solid rgba(255,255,255,.30);\n    border-radius:26px;\n    padding:30px 22px;\n    text-align:center;\n    box-shadow:0 22px 60px rgba(0,0,0,.35);\n    backdrop-filter:blur(8px);\n  }\n  .st-price__box .big{\n    font-size:64px;\n    font-weight:900;\n    line-height:1;\n    margin:10px 0;\n    color:#fde047 !important;\n    -webkit-text-fill-color:#fde047 !important;\n    text-shadow:0 4px 12px rgba(0,0,0,.4);\n  }\n  .st-price__box .sub{\n    color:#ffffff !important;\n    font-weight:900;\n    font-size:18px;\n  }\n  .st-price__box .note{\n    margin-top:8px;\n    color:#ffffff !important;\n    opacity:0.9;\n    font-weight:600;\n    font-size:13px;\n  }\n  .st-price__box > div:first-child{\n    color:#ffffff !important;\n    font-weight:900;\n    font-size:34px;\n  }\n  \/* PRODUCTOS *\/\n  .st-sec{ padding:80px 0; border-top:1px solid rgba(15,23,42,.10); }\n  .st-sec--alt{ background:#F7F7FA; }\n  .st-two{\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    gap:34px;\n    align-items:center;\n  }\n  .st-img{\n    border-radius:22px;\n    overflow:hidden;\n    border:1px solid rgba(15,23,42,.10);\n    box-shadow:0 18px 45px rgba(2,6,23,.14);\n    background:#fff;\n  }\n  .st-img__frame{\n    aspect-ratio:3\/4;\n    width:100%;\n    background-position:center;\n    background-size:cover;\n    background-repeat:no-repeat;\n  }\n  .st-img__frame--contain{ background-size:contain; background-color:#fff; padding:28px; }\n  .st-kicker{\n    display:inline-flex;\n    padding:8px 14px;\n    border-radius:999px;\n    font-weight:900;\n    letter-spacing:.12em;\n    text-transform:uppercase;\n    font-size:12px;\n    color:#ffffff !important;\n    background:var(--st-red);\n    margin-bottom:12px;\n    box-shadow:0 8px 20px rgba(225,29,72,.25);\n  }\n  .st-kicker--dark{\n    background:#0B1220 !important;\n    box-shadow:0 8px 20px rgba(11,18,32,.25);\n  }\n  .st-kicker--orange{\n    background:#ea580c !important;\n    box-shadow:0 8px 20px rgba(234,88,12,.25);\n  }\n  .st-kicker--blue{\n    background:#1e3a8a !important;\n    box-shadow:0 8px 20px rgba(30,58,138,.25);\n  }\n  .st-h2{\n    margin:0 0 12px;\n    font-size:clamp(26px,3.2vw,44px);\n    font-weight:900;\n    letter-spacing:-.02em;\n    color:#0b1220 !important;\n    line-height:1.15;\n  }\n  .st-desc{\n    margin:0 0 18px;\n    color:#2b3642 !important;\n    font-size:clamp(15px,1.2vw,18px);\n    line-height:1.7;\n    font-weight:500;\n  }\n  .st-list{\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    gap:10px 18px;\n    margin:0 0 18px;\n    padding:0;\n    list-style:none;\n  }\n  .st-list--one{ grid-template-columns:1fr; }\n  .st-list li{\n    display:flex; gap:10px; align-items:flex-start;\n    color:#2b3642 !important;\n    font-weight:600;\n    font-size:13.5px;\n    line-height:1.55;\n  }\n  .st-dot{\n    width:18px; height:18px; border-radius:999px;\n    background:rgba(16,185,129,.20);\n    display:flex; align-items:center; justify-content:center;\n    flex:0 0 18px;\n    margin-top:2px;\n  }\n  .st-dot svg{ width:12px; height:12px; stroke:#059669; stroke-width:3; fill:none; }\n  .st-box{\n    background:rgba(2,6,23,.05);\n    border:1px solid rgba(15,23,42,.12);\n    border-radius:18px;\n    padding:18px;\n    margin-top:12px;\n  }\n  .st-box small{\n    display:block;\n    letter-spacing:.14em;\n    text-transform:uppercase;\n    font-weight:900;\n    color:#4b5563 !important;\n    margin-bottom:8px;\n    font-size:11px;\n  }\n  .st-box strong{\n    font-size:22px;\n    font-weight:900;\n    color:#0b1220 !important;\n  }\n  \/* PRUEBA SOCIAL *\/\n  .st-social{\n    padding:90px 24px;\n    background:#fff;\n  }\n  .st-social__wrap{\n    background:linear-gradient(135deg, #F7F7FA 0%, #fff 100%);\n    border-radius:28px;\n    padding:56px 36px;\n    box-shadow:0 22px 60px rgba(15,23,42,.06);\n    border:1px solid rgba(15,23,42,.08);\n    text-align:center;\n    max-width:920px;\n    margin:0 auto;\n  }\n  .st-social__google{\n    display:inline-flex;\n    align-items:center;\n    gap:10px;\n    padding:10px 20px;\n    border-radius:999px;\n    background:linear-gradient(135deg, #4285F4, #34A853);\n    color:#ffffff !important;\n    font-weight:900;\n    font-size:12.5px;\n    letter-spacing:0.8px;\n    text-transform:uppercase;\n    margin-bottom:24px;\n    box-shadow:0 12px 28px rgba(66,133,244,.30);\n  }\n  .st-social__rating{\n    font-size:clamp(3rem,6vw,5rem);\n    font-weight:900;\n    color:#0B1220 !important;\n    letter-spacing:-0.04em;\n    line-height:1;\n    margin-bottom:8px;\n  }\n  .st-social__stars{\n    font-size:30px;\n    color:var(--st-orange);\n    letter-spacing:4px;\n    margin-bottom:14px;\n  }\n  .st-social__count{\n    font-size:1.05rem;\n    font-weight:600;\n    color:#445161 !important;\n    margin-bottom:28px;\n  }\n  .st-social__count strong{\n    color:#0B1220 !important;\n    font-weight:900;\n  }\n  .st-social__cta{\n    display:inline-flex;\n    align-items:center;\n    gap:8px;\n    padding:14px 28px;\n    background:#0B1220;\n    color:#ffffff !important;\n    border-radius:12px;\n    font-weight:900;\n    font-size:14.5px;\n    text-decoration:none !important;\n    transition:background 0.2s ease, transform 0.2s ease;\n    margin-bottom:36px;\n  }\n  .st-social__cta:hover{\n    background:#000;\n    transform:translateY(-2px);\n  }\n  .st-social__stats{\n    display:grid;\n    grid-template-columns:repeat(3, 1fr);\n    gap:24px;\n    padding-top:32px;\n    border-top:1px solid rgba(15,23,42,.10);\n  }\n  .st-social__stat-num{\n    font-size:clamp(1.6rem,3vw,2.4rem);\n    font-weight:900;\n    color:#0B1220 !important;\n    letter-spacing:-0.02em;\n    line-height:1;\n    margin-bottom:6px;\n  }\n  .st-social__stat-label{\n    font-size:11.5px;\n    color:#6b7280 !important;\n    font-weight:800;\n    letter-spacing:0.5px;\n    text-transform:uppercase;\n  }\n  \/* CTA FINAL *\/\n  .st-final-cta{\n    padding:110px 24px;\n    text-align:center;\n    background:linear-gradient(135deg,#0B1220 0%, #1a1a2e 100%);\n    color:#fff;\n    position:relative;\n    overflow:hidden;\n  }\n  .st-final-cta:before{\n    content:'';\n    position:absolute;\n    top:0;left:0;right:0;\n    height:1px;\n    background:linear-gradient(90deg,transparent,rgba(255,122,0,.4),transparent);\n  }\n  .st-final-cta__eyebrow{\n    display:inline-block;\n    color:var(--st-orange) !important;\n    font-size:12.5px;\n    font-weight:900;\n    letter-spacing:2.2px;\n    text-transform:uppercase;\n    margin-bottom:14px;\n  }\n  .st-final-cta__title{\n    font-size:clamp(1.9rem,4.2vw,3rem);\n    font-weight:900;\n    margin-bottom:18px;\n    color:#ffffff !important;\n    letter-spacing:-0.025em;\n    line-height:1.15;\n    text-shadow:0 2px 8px rgba(0,0,0,.4);\n  }\n  .st-final-cta__desc{\n    font-size:1.1rem;\n    max-width:680px;\n    margin:0 auto 38px;\n    color:#ffffff !important;\n    opacity:0.88;\n    font-weight:500;\n    line-height:1.7;\n  }\n  .st-final-cta__row{\n    display:flex;\n    justify-content:center;\n    gap:14px;\n    flex-wrap:wrap;\n    margin-bottom:36px;\n  }\n  .st-final-cta__contact{\n    max-width:680px;\n    margin:0 auto;\n    padding-top:32px;\n    border-top:1px solid rgba(255,255,255,.15);\n  }\n  .st-final-cta__contact p{\n    margin:0;\n    color:#ffffff !important;\n    opacity:0.85;\n    font-size:0.98rem;\n    font-weight:600;\n  }\n  .st-final-cta__contact strong{\n    color:var(--st-orange) !important;\n    font-weight:900;\n    opacity:1;\n  }\n  \/* WHATSAPP STICKY *\/\n  .st-wa-float{\n    position:fixed;\n    bottom:90px;\n    right:26px;\n    width:62px;height:62px;\n    background:#25D366;\n    color:#fff !important;\n    border-radius:50%;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    box-shadow:0 12px 32px rgba(37,211,102,.45);\n    z-index:1000;\n    text-decoration:none !important;\n    transition:transform .25s ease;\n  }\n  .st-wa-float:hover{transform:scale(1.08) rotate(8deg);}\n  .st-wa-float svg{width:30px;height:30px;display:block;fill:currentColor;}\n  @media (max-width: 640px){\n    .st-wa-float{bottom:78px; right:16px; width:58px; height:58px;}\n  }\n  @media (max-width: 1020px){\n    .st-feat__grid{ grid-template-columns:repeat(2,1fr); }\n    .st-price__row{ grid-template-columns:1fr; }\n    .st-two{ grid-template-columns:1fr; }\n    .st-list{ grid-template-columns:1fr; }\n  }\n  @media (max-width: 520px){\n    .st-feat__grid{ grid-template-columns:1fr; }\n    .st-social__stats{ grid-template-columns:1fr; gap:20px; }\n  }\n  \/* ============================================== *\/\n  \/* HIGHLIGHT NARANJA - A PRUEBA DE TEMAS          *\/\n  \/* ============================================== *\/\n  .st-bunker-page b.st-hl-orange{\n    display:inline !important;\n    color:var(--st-orange) !important;\n    -webkit-text-fill-color:var(--st-orange) !important;\n    font-size:inherit !important;\n    font-weight:900 !important;\n    letter-spacing:inherit !important;\n    line-height:inherit !important;\n    font-family:inherit !important;\n    font-style:inherit !important;\n    background:transparent !important;\n    background-color:transparent !important;\n    background-image:none !important;\n    text-decoration:none !important;\n    text-transform:none !important;\n    text-shadow:inherit !important;\n    padding:0 !important;\n    margin:0 !important;\n    border:0 !important;\n    box-shadow:none !important;\n  }\n  .st-bunker-page b.st-hl-emerald{\n    display:inline !important;\n    color:var(--st-emerald) !important;\n    -webkit-text-fill-color:var(--st-emerald) !important;\n    font-size:inherit !important;\n    font-weight:900 !important;\n    letter-spacing:inherit !important;\n    line-height:inherit !important;\n    font-family:inherit !important;\n    font-style:inherit !important;\n    background:transparent !important;\n    background-color:transparent !important;\n    background-image:none !important;\n    text-decoration:none !important;\n    text-transform:none !important;\n    padding:0 !important;\n    margin:0 !important;\n    border:0 !important;\n    box-shadow:none !important;\n  }\n  .st-bunker-page b.st-hl-red{\n    display:inline !important;\n    color:var(--st-red) !important;\n    -webkit-text-fill-color:var(--st-red) !important;\n    font-size:inherit !important;\n    font-weight:900 !important;\n    letter-spacing:inherit !important;\n    line-height:inherit !important;\n    font-family:inherit !important;\n    font-style:inherit !important;\n    background:transparent !important;\n    background-color:transparent !important;\n    background-image:none !important;\n    text-decoration:none !important;\n    text-transform:none !important;\n    padding:0 !important;\n    margin:0 !important;\n    border:0 !important;\n    box-shadow:none !important;\n  }\n  .st-bunker-page b.st-hl-yellow{\n    display:inline !important;\n    color:#fde047 !important;\n    -webkit-text-fill-color:#fde047 !important;\n    font-size:inherit !important;\n    font-weight:900 !important;\n    letter-spacing:inherit !important;\n    line-height:inherit !important;\n    font-family:inherit !important;\n    font-style:inherit !important;\n    background:transparent !important;\n    background-color:transparent !important;\n    background-image:none !important;\n    text-decoration:none !important;\n    text-transform:none !important;\n    padding:0 !important;\n    margin:0 !important;\n    border:0 !important;\n    box-shadow:none !important;\n  }\n  .st-bunker-page b.st-hl-gray{\n    display:inline !important;\n    color:#6b7280 !important;\n    -webkit-text-fill-color:#6b7280 !important;\n    font-size:inherit !important;\n    font-weight:900 !important;\n    letter-spacing:inherit !important;\n    line-height:inherit !important;\n    font-family:inherit !important;\n    font-style:inherit !important;\n    background:transparent !important;\n    background-color:transparent !important;\n    background-image:none !important;\n    text-decoration:none !important;\n    text-transform:none !important;\n    padding:0 !important;\n    margin:0 !important;\n    border:0 !important;\n    box-shadow:none !important;\n  }\n  .st-bunker-page b.st-hl-blue{\n    display:inline !important;\n    color:#1e3a8a !important;\n    -webkit-text-fill-color:#1e3a8a !important;\n    font-size:inherit !important;\n    font-weight:900 !important;\n    letter-spacing:inherit !important;\n    line-height:inherit !important;\n    font-family:inherit !important;\n    font-style:inherit !important;\n    background:transparent !important;\n    background-color:transparent !important;\n    background-image:none !important;\n    text-decoration:none !important;\n    text-transform:none !important;\n    padding:0 !important;\n    margin:0 !important;\n    border:0 !important;\n    box-shadow:none !important;\n  }\n  .st-bunker-page b.st-hl-orange-dark{\n    display:inline !important;\n    color:#ea580c !important;\n    -webkit-text-fill-color:#ea580c !important;\n    font-size:inherit !important;\n    font-weight:900 !important;\n    letter-spacing:inherit !important;\n    line-height:inherit !important;\n    font-family:inherit !important;\n    font-style:inherit !important;\n    background:transparent !important;\n    background-color:transparent !important;\n    background-image:none !important;\n    text-decoration:none !important;\n    text-transform:none !important;\n    padding:0 !important;\n    margin:0 !important;\n    border:0 !important;\n    box-shadow:none !important;\n  }\n  .st-bunker-page b.st-hl-white{\n    display:inline !important;\n    color:#ffffff !important;\n    -webkit-text-fill-color:#ffffff !important;\n    font-size:inherit !important;\n    font-weight:900 !important;\n    letter-spacing:inherit !important;\n    line-height:inherit !important;\n    font-family:inherit !important;\n    font-style:inherit !important;\n    background:transparent !important;\n    background-color:transparent !important;\n    background-image:none !important;\n    text-decoration:none !important;\n    text-transform:none !important;\n    padding:0 !important;\n    margin:0 !important;\n    border:0 !important;\n    box-shadow:none !important;\n  }\n<\/style>\n<!-- SEO SCHEMA -->\n<main>\n  <!-- HERO -->\n  <section aria-label=\"Puertas acorazadas BUNKER\">\n        SEGUR TOTAL \u00b7 BUNKER\n        7 MODELOS \u00b7 MEJOR PRECIO DEL CAT\u00c1LOGO\n      <h1>\n        <b>SEGUR TOTAL<\/b>\n        +\n        BUNKER\n      <\/h1>\n      <h2>7 puertas acorazadas para 7 necesidades distintas<\/h2>\n      \n        Desde la entrada Basic hasta la Kosmo en acero inoxidable para zonas marinas. La gama con m\u00e1s opciones de Segur Total, al mejor precio de nuestro cat\u00e1logo.\n      \n        <strong>Las puertas BUNKER tienen el mejor precio de nuestra empresa<\/strong>\n        <a href=\"https:\/\/segurtotal.com\/ca\/solicitar-presupuesto-segur-total\/\">\n          Solicitar presupuesto \u2192\n        <\/a>\n        <a href=\"https:\/\/wa.me\/34652226969?text=Hola,%20quiero%20info%20sobre%20puertas%20BUNKER\" target=\"_blank\" rel=\"noopener\">\n          Escribir por WhatsApp\n        <\/a>\n  <\/section>\n  <!-- FEATURES -->\n  <section>\n      \n        La colaboraci\u00f3n entre <b>SEGUR TOTAL<\/b> y <b>BUNKER<\/b> ofrece seguridad de calidad al <b>mejor precio del mercado<\/b>.\n      \n          <h3>Seguridad certificada<\/h3>\n          <p>Modelos con certificaci\u00f3n europea EN 1627. Resistencia probada frente a herramientas profesionales.<\/p>\n          <h3>7 modelos disponibles<\/h3>\n          <p>Desde la Basic hasta la Kosmo Inox-304 marina. Una opci\u00f3n para cada tipo de vivienda y presupuesto.<\/p>\n          <h3>+30 a\u00f1os instalando<\/h3>\n          <p>Equipo propio con experiencia real en obra. Asesoramiento, medici\u00f3n e instalaci\u00f3n profesional.<\/p>\n          <h3>Garant\u00eda 3 a\u00f1os<\/h3>\n          <p>Producto e instalaci\u00f3n cubiertos. Servicio post-venta directo, sin subcontratas.<\/p>\n  <\/section>\n  <!-- PRECIO -->\n  <section>\n          Ahorro garantizado\n          <h2>El mejor precio de <b>nuestro cat\u00e1logo<\/b><\/h2>\n          \n            BUNKER trabaja con fabricaci\u00f3n directa y sin intermediarios. Por eso ofrecemos puertas acorazadas certificadas a precios que las marcas premium no pueden igualar &#8211; sin renunciar a la seguridad ni al montaje profesional.\n          \n            Fabricaci\u00f3n directa\n            Financiaci\u00f3n flexible\n            Presupuesto sin compromiso\n          Hasta\n          30%\n          m\u00e1s econ\u00f3mico\n          vs. otras marcas premium del mercado\n  <\/section>\n  <!-- BASIC -->\n  <section id=\"basic\">\n          Modelo de entrada\n          <h2>PUERTA <b>BASIC<\/b><\/h2>\n          <p>La puerta de entrada al cat\u00e1logo BUNKER. Todas las caracter\u00edsticas esenciales de una puerta de seguridad de grado superior, al precio m\u00e1s accesible de la gama.<\/p>\n          <ul>\n            <li>Cerradura de cilindro europeo<\/li>\n            <li>Cuerpo galvanizado: placa de 10 d\u00e9cimas prensada en fr\u00edo<\/li>\n            <li>Omega central de seguridad en acero galvanizado<\/li>\n            <li>Contramarco y marco de acero galvanizado<\/li>\n            <li>Cortavientos autom\u00e1tico en la parte inferior<\/li>\n            <li>Escudo con protector antishock<\/li>\n            <li>Bomb\u00edn antibumping<\/li>\n            <li>Placa antitaladro<\/li>\n            <li>Limitador de apertura desde el interior<\/li>\n          <\/ul>\n            <small>Medidas de hueco de obra<\/small>\n            <strong>920 mm \u00d7 2080 mm<\/strong>\n            <a href=\"https:\/\/segurtotal.com\/ca\/solicitar-presupuesto-segur-total\/\">Solicitar presupuesto \u2192<\/a>\n            <a href=\"https:\/\/wa.me\/34652226969?text=Hola,%20quiero%20info%20sobre%20la%20BUNKER%20Basic\" target=\"_blank\" rel=\"noopener\">WhatsApp<\/a>\n  <\/section>\n  <!-- GP3 -->\n  <section id=\"gp3\">\n          M\u00e1s vendida\n          <h2>THERMOENERGY <b>GP3<\/b><\/h2>\n          \n            La puerta acorazada m\u00e1s vendida de BUNKER. Alto grado de seguridad, bloqueo de engranajes de alta confiabilidad y 3 omegas verticales para excelente rigidez. Espuma de poliesp\u00e1n para aislamiento t\u00e9rmico y ac\u00fastico.\n          \n          <ul>\n            <li>Cerradura cilindro europeo \u00b7 9 puntos horizontales<\/li>\n            <li>Cuerpo galvanizado: placa de 10 d\u00e9cimas prensada en fr\u00edo<\/li>\n            <li>3 omegas de seguridad en acero galvanizado<\/li>\n            <li>Contramarco y marco de acero galvanizado<\/li>\n            <li>Cortavientos autom\u00e1tico inferior<\/li>\n            <li>Escudo con protector antishock<\/li>\n            <li>Bomb\u00edn antibumping<\/li>\n            <li>Limitador de apertura<\/li>\n            <li>Junta doble perimetral anti-corrientes<\/li>\n            <li>Bisagras con registros verticales y horizontales<\/li>\n          <\/ul>\n            <small>Medidas de hueco de obra<\/small>\n            <strong>\n              \u00b7 865 mm \u00d7 2050 mm<br \/>\n              \u00b7 920 mm \u00d7 2080 mm<br \/>\n              \u00b7 1020 mm \u00d7 2100 mm<br \/>\n              <b>\u00b7 1200 mm \u00d7 2100 mm (Doble Hoja)<\/b><br \/>\n              <b>\u00b7 1300 mm \u00d7 2100 mm (Doble Hoja)<\/b>\n            <\/strong>\n            <a href=\"https:\/\/segurtotal.com\/ca\/solicitar-presupuesto-segur-total\/\">Solicitar presupuesto \u2192<\/a>\n            <a href=\"https:\/\/wa.me\/34652226969?text=Hola,%20quiero%20info%20sobre%20la%20BUNKER%20Thermoenergy%20GP3\" target=\"_blank\" rel=\"noopener\">WhatsApp<\/a>\n  <\/section>\n  <!-- GP4 -->\n  <section id=\"gp4\">\n          M\u00e1xima seguridad\n          <h2>THERMOENERGY <b>GP4<\/b><\/h2>\n          \n            La puerta de mayor seguridad de la gama BUNKER. 5 omegas verticales para rigidez extrema, espuma de poliesp\u00e1n para aislamiento y cerradura antiextracci\u00f3n.\n          \n          <ul>\n            <li>Cerradura antiextracci\u00f3n \u00b7 9 puntos horizontales<\/li>\n            <li>Cuerpo galvanizado: 10 d\u00e9cimas prensadas en fr\u00edo<\/li>\n            <li>5 omegas de seguridad en acero galvanizado<\/li>\n            <li>Contramarco y marco galvanizado<\/li>\n            <li>Cortavientos autom\u00e1tico inferior<\/li>\n            <li>Escudo antishock<\/li>\n            <li>Bomb\u00edn antibumping<\/li>\n            <li>Limitador de apertura<\/li>\n            <li>Junta doble perimetral<\/li>\n            <li>Bisagras con registros vertical\/horizontal<\/li>\n          <\/ul>\n            <small>Medidas de hueco de obra<\/small>\n            <strong>\n              \u00b7 865 mm \u00d7 2080 mm<br \/>\n              \u00b7 920 mm \u00d7 2080 mm<br \/>\n              \u00b7 1020 mm \u00d7 2100 mm\n            <\/strong>\n            <a href=\"https:\/\/segurtotal.com\/ca\/solicitar-presupuesto-segur-total\/\">Solicitar presupuesto \u2192<\/a>\n            <a href=\"https:\/\/wa.me\/34652226969?text=Hola,%20quiero%20info%20sobre%20la%20BUNKER%20Thermoenergy%20GP4\" target=\"_blank\" rel=\"noopener\">WhatsApp<\/a>\n  <\/section>\n  <!-- ENERGY DOBLE HOJA -->\n  <section id=\"energy\">\n          Resistencia Clase 3\n          <h2>ENERGY <b>DOBLE HOJA<\/b><\/h2>\n          <p>Puerta acorazada de doble hoja certificada superando la prueba ENV 1627. Resistencia Clase 3.<\/p>\n          <ul>\n            <li>Cuerpo galvanizado: 10 d\u00e9cimas con 3 varillas<\/li>\n            <li>Premarco y marco galvanizado 20 d\u00e9cimas (8 patillas)<\/li>\n            <li>Aislamiento con poliesp\u00e1n<\/li>\n            <li>4 pernios antipalanca de acero (20 mm)<\/li>\n            <li>2 bisagras con registros<\/li>\n            <li>Cerradura \u00b7 9 puntos verticales<\/li>\n            <li>Placas antiperforaci\u00f3n<\/li>\n            <li>Limitador + cortaviento autom\u00e1tico<\/li>\n            <li>Mirilla gran angular 180\u00b0<\/li>\n            <li>Doble junta perimetral<\/li>\n          <\/ul>\n            <small>Medidas disponibles<\/small>\n            <strong>120 \u00d7 210 &nbsp;\u00b7&nbsp; 130 \u00d7 210<\/strong>\n            <a href=\"https:\/\/segurtotal.com\/ca\/solicitar-presupuesto-segur-total\/\">Solicitar presupuesto \u2192<\/a>\n            <a href=\"https:\/\/wa.me\/34652226969?text=Hola,%20quiero%20info%20sobre%20la%20BUNKER%20Energy%20Doble%20Hoja\" target=\"_blank\" rel=\"noopener\">WhatsApp<\/a>\n  <\/section>\n  <!-- ARES GLASS -->\n  <section id=\"ares\">\n          Colecci\u00f3n con vidrio \u00b7 L\u00ednea cl\u00e1sica\n          <h2>ARES <b>GLASS<\/b><\/h2>\n          \n            La nueva colecci\u00f3n de puertas blindadas con vidrio en su l\u00ednea m\u00e1s cl\u00e1sica. Combina la durabilidad de los paneles de fibra de vidrio Kronos con el encanto atemporal del compartimento de vidrio. El acabado efecto madera es exclusivo de los paneles Kronos.\n          \n          <ul>\n            <li><b>Cuerpo galvanizado:<\/b>&nbsp;10 d\u00e9cimas plegadas en fr\u00edo con 3 varillas verticales<\/li>\n            <li><b>Premarco y marco:<\/b>&nbsp;galvanizado 20 d\u00e9cimas, 8 abrazaderas antideslizantes<\/li>\n            <li><b>Aislamiento:<\/b>&nbsp;poliespan en hoja y tapones pl\u00e1sticos en marco<\/li>\n            <li><b>4 pernios antipalanca:<\/b>&nbsp;acero \u00d820 mm en lateral de bisagras<\/li>\n            <li><b>2 bisagras:<\/b>&nbsp;con registros verticales y horizontales<\/li>\n            <li><b>Cerradura:<\/b>&nbsp;cilindro europeo + escudo antichoque, 9 puntos verticales, 1 llave de obra + 5 maestras<\/li>\n            <li><b>Placas antiperforaci\u00f3n:<\/b>&nbsp;l\u00e1minas de acero especial<\/li>\n            <li><b>Limitador de apertura:<\/b>&nbsp;permite ver exterior o pasar objetos sin abrir<\/li>\n            <li><b>Cortaviento:<\/b>&nbsp;ca\u00edda autom\u00e1tica a ras del suelo<\/li>\n            <li><b>Doble junta perimetral:<\/b>&nbsp;sellado \u00f3ptimo, reducci\u00f3n de ruido<\/li>\n            <li><b>Accesorios:<\/b>&nbsp;5 colores disponibles<\/li>\n            <li><b>Verja de seguridad:<\/b>&nbsp;20 mm, doble acristalamiento. Modelos \u00abRoma\u00bb o \u00abViena\u00bb<\/li>\n          <\/ul>\n            <small>Medida disponible<\/small>\n            <strong>92 \u00d7 210<\/strong>\n            <a href=\"https:\/\/segurtotal.com\/ca\/solicitar-presupuesto-segur-total\/\">Solicitar presupuesto \u2192<\/a>\n            <a href=\"https:\/\/wa.me\/34652226969?text=Hola,%20quiero%20info%20sobre%20la%20BUNKER%20Ares%20Glass\" target=\"_blank\" rel=\"noopener\">WhatsApp<\/a>\n  <\/section>\n  <!-- HELIOS GLASS -->\n  <section id=\"helios\">\n          Colecci\u00f3n con vidrio \u00b7 L\u00ednea moderna\n          <h2>HELIOS <b>GLASS<\/b><\/h2>\n          \n            La l\u00ednea moderna de la colecci\u00f3n con vidrio. Misma calidad de paneles Kronos y vidrio blindado de seguridad, con un dise\u00f1o contempor\u00e1neo que renueva la entrada sin renunciar a la protecci\u00f3n. Acabado efecto madera exclusivo de Kronos.\n          \n          <ul>\n            <li><b>Cuerpo galvanizado:<\/b>&nbsp;10 d\u00e9cimas con 3 varillas verticales<\/li>\n            <li><b>Premarco y marco:<\/b>&nbsp;20 d\u00e9cimas, 8 patillas antideslizantes<\/li>\n            <li><b>Aislamiento:<\/b>&nbsp;poliespan en hoja + tapones en marco<\/li>\n            <li><b>4 pernios antipalanca:<\/b>&nbsp;acero \u00d820 mm<\/li>\n            <li><b>2 bisagras:<\/b>&nbsp;registros horizontales y verticales<\/li>\n            <li><b>Cerradura en cremallera:<\/b>&nbsp;cilindro europeo, 9 puntos verticales, 1 llave de obra + 5 maestras<\/li>\n            <li><b>Placas antiperforaci\u00f3n:<\/b>&nbsp;acero especial<\/li>\n            <li><b>Limitador de apertura<\/b>&nbsp;desde el interior<\/li>\n            <li><b>Cortaviento autom\u00e1tico<\/b>&nbsp;a ras del suelo<\/li>\n            <li><b>Doble junta perimetral:<\/b>&nbsp;sellado \u00f3ptimo<\/li>\n            <li><b>Accesorios:<\/b>&nbsp;5 variantes, aluminio plateado de serie<\/li>\n            <li><b>Vidrio blindado de alta seguridad<\/b><\/li>\n          <\/ul>\n            <small>Medida disponible<\/small>\n            <strong>92 \u00d7 208<\/strong>\n            <a href=\"https:\/\/segurtotal.com\/ca\/solicitar-presupuesto-segur-total\/\">Solicitar presupuesto \u2192<\/a>\n            <a href=\"https:\/\/wa.me\/34652226969?text=Hola,%20quiero%20info%20sobre%20la%20BUNKER%20Helios%20Glass\" target=\"_blank\" rel=\"noopener\">WhatsApp<\/a>\n  <\/section>\n  <!-- KOSMO -->\n  <section id=\"kosmo\">\n          Para zonas marinas\n          <h2>KOSMO <b>INOX-304<\/b><\/h2>\n          \n            La \u00fanica puerta acorazada del cat\u00e1logo en acero inoxidable AISI 304. Todos los componentes est\u00e1n ensamblados mec\u00e1nicamente sin soldaduras, lo que mantiene el inox intacto frente a la oxidaci\u00f3n qu\u00edmica en zonas costeras y ambientes salinos.\n          \n          <ul>\n            <li><b>Cuerpo inox 304:<\/b>&nbsp;10 d\u00e9cimas con 3 varillas verticales<\/li>\n            <li><b>Premarco:<\/b>&nbsp;acero galvanizado 20 d\u00e9cimas, 8 patillas<\/li>\n            <li><b>Bastidor inox:<\/b>&nbsp;15 d\u00e9cimas con torniller\u00eda M8<\/li>\n            <li><b>Aislamiento:<\/b>&nbsp;espuma de poliuretano en la hoja<\/li>\n            <li><b>4 pernios antipalanca:<\/b>&nbsp;20 mm en acero inoxidable<\/li>\n            <li><b>2 bisagras:<\/b>&nbsp;registros horizontales y verticales<\/li>\n            <li><b>Cerradura:<\/b>&nbsp;cilindro europeo, 9 puntos verticales con bulones inox<\/li>\n            <li><b>Escudo:<\/b>&nbsp;acero inoxidable antichoque<\/li>\n            <li><b>Placas antiperforaci\u00f3n:<\/b>&nbsp;acero especial<\/li>\n            <li><b>Limitador de apertura<\/b>&nbsp;de f\u00e1cil manejo<\/li>\n            <li><b>Cortaviento<\/b>&nbsp;con ca\u00edda autom\u00e1tica<\/li>\n            <li><b>Mirilla<\/b>&nbsp;gran angular 180\u00b0<\/li>\n            <li><b>Doble junta perimetral<\/b>&nbsp;en hoja y marco<\/li>\n          <\/ul>\n            <small>Medida disponible<\/small>\n            <strong>90 \u00d7 210<\/strong>\n            <a href=\"https:\/\/segurtotal.com\/ca\/solicitar-presupuesto-segur-total\/\">Solicitar presupuesto \u2192<\/a>\n            <a href=\"https:\/\/wa.me\/34652226969?text=Hola,%20quiero%20info%20sobre%20la%20BUNKER%20Kosmo%20Inox-304\" target=\"_blank\" rel=\"noopener\">WhatsApp<\/a>\n  <\/section>\n  <!-- PRUEBA SOCIAL -->\n  <section aria-label=\"Rese\u00f1as verificadas en Google\">\n      \u2b50 Verificado en Google\n      5,0\n      \u2605\u2605\u2605\u2605\u2605\n      <p><strong>205 rese\u00f1as<\/strong> reales de clientes en Google<\/p>\n      <a href=\"https:\/\/maps.app.goo.gl\/EqqZLeLY4mxAoR7L7\" target=\"_blank\" rel=\"noopener\">Leer las rese\u00f1as en Google \u2192<\/a>\n          +30\n          A\u00f1os de experiencia\n          +2.500\n          Puertas instaladas\n          5,0 \u2605\n          Valoraci\u00f3n media\n  <\/section>\n  <!-- CTA FINAL -->\n  <section id=\"contacto\">\n    Siguiente paso\n    <h2>Cu\u00e9ntanos qu\u00e9 buscas y te decimos<br \/>qu\u00e9 BUNKER encaja mejor<\/h2>\n    \n      Env\u00edanos las medidas y una foto del exterior y del interior. Te preparamos un presupuesto cerrado en menos de 24 horas, sin compromiso.\n    \n      <a href=\"https:\/\/segurtotal.com\/ca\/solicitar-presupuesto-segur-total\/\">\n        Solicitar presupuesto\n      <\/a>\n      <a href=\"https:\/\/wa.me\/34652226969?text=Hola,%20quiero%20info%20sobre%20puertas%20BUNKER\" target=\"_blank\" rel=\"noopener\">\n        Escribir por WhatsApp\n      <\/a>\n      <p><strong>Tel\u00e9fono:<\/strong> 652 226 969 &nbsp;\u00b7&nbsp; <strong>Email:<\/strong> info@segurtotal.com<\/p>\n  <\/section>\n  <!-- WHATSAPP STICKY -->\n  <a href=\"https:\/\/wa.me\/34652226969?text=Hola,%20quiero%20info%20sobre%20puertas%20BUNKER\" target=\"_blank\" rel=\"noopener\" aria-label=\"Contactar por WhatsApp\">\n  <\/a>\n<\/main>","protected":false},"excerpt":{"rendered":"<p>SEGUR TOTAL \u00b7 BUNKER 7 MODELOS \u00b7 MEJOR PRECIO DEL CAT\u00c1LOGO SEGUR TOTAL + BUNKER 7 puertas acorazadas para 7 necesidades distintas Desde la entrada Basic hasta la Kosmo en acero inoxidable para zonas marinas. La gama con m\u00e1s opciones de Segur Total, al mejor precio de nuestro cat\u00e1logo. Las puertas BUNKER tienen el mejor<a class=\"moretag\" href=\"https:\/\/segurtotal.com\/ca\/puertas-acorazadas-bunker\/\"><span class=\"screen-reader-text\">Read more about <\/span>[&#8230;]<\/a><\/p>","protected":false},"author":8,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"_joinchat":[],"footnotes":""},"class_list":["post-3214","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>- Segur Total Puertas Acorazadas Barcelona<\/title>\n<meta name=\"description\" content=\"Puertas BUNKER: puertas acorazadas robustas y seguras para viviendas. Alta resistencia, buen nivel de protecci\u00f3n e instalaci\u00f3n profesional con Segur Total.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/segurtotal.com\/ca\/puertas-acorazadas-bunker\/\" \/>\n<meta property=\"og:locale\" content=\"ca_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"- Segur Total Puertas Acorazadas Barcelona\" \/>\n<meta property=\"og:description\" content=\"Puertas BUNKER: puertas acorazadas robustas y seguras para viviendas. Alta resistencia, buen nivel de protecci\u00f3n e instalaci\u00f3n profesional con Segur Total.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/segurtotal.com\/ca\/puertas-acorazadas-bunker\/\" \/>\n<meta property=\"og:site_name\" content=\"Segur Total Puertas Acorazadas Barcelona\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-21T09:46:44+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/segurtotal.com\/wp-content\/uploads\/2025\/06\/Favicon.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"1444\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@puertaslukasz\" \/>\n<meta name=\"twitter:label1\" content=\"Temps estimat de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minuts\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/segurtotal.com\/puertas-acorazadas-bunker\/\",\"url\":\"https:\/\/segurtotal.com\/puertas-acorazadas-bunker\/\",\"name\":\"- Segur Total Puertas Acorazadas Barcelona\",\"isPartOf\":{\"@id\":\"https:\/\/segurtotal.com\/#website\"},\"datePublished\":\"2025-12-29T13:05:46+00:00\",\"dateModified\":\"2026-04-21T09:46:44+00:00\",\"description\":\"Puertas BUNKER: puertas acorazadas robustas y seguras para viviendas. Alta resistencia, buen nivel de protecci\u00f3n e instalaci\u00f3n profesional con Segur Total.\",\"inLanguage\":\"ca\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/segurtotal.com\/puertas-acorazadas-bunker\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/segurtotal.com\/#website\",\"url\":\"https:\/\/segurtotal.com\/\",\"name\":\"Puertas Acorazadas Barcelona\",\"description\":\"Venta e instalaci&oacute;n de puertas de seguridad\",\"publisher\":{\"@id\":\"https:\/\/segurtotal.com\/#organization\"},\"alternateName\":\"Puertas Acorazadas Barcelona\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/segurtotal.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ca\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/segurtotal.com\/#organization\",\"name\":\"Seguretat Total Puertas Acorazadas Barcelona\",\"alternateName\":\"Seguretat Total Puertas Acorazadas Barcelona\",\"url\":\"https:\/\/segurtotal.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ca\",\"@id\":\"https:\/\/segurtotal.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/segurtotal.com\/wp-content\/uploads\/2025\/06\/Favicon.jpeg\",\"contentUrl\":\"https:\/\/segurtotal.com\/wp-content\/uploads\/2025\/06\/Favicon.jpeg\",\"width\":1444,\"height\":1080,\"caption\":\"Seguretat Total Puertas Acorazadas Barcelona\"},\"image\":{\"@id\":\"https:\/\/segurtotal.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/puertaslukasz\",\"https:\/\/www.instagram.com\/puertaslukasz\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"- Segur Total Puertas Acorazadas Barcelona","description":"Puertas BUNKER: puertas acorazadas robustas y seguras para viviendas. Alta resistencia, buen nivel de protecci\u00f3n e instalaci\u00f3n profesional con Segur Total.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/segurtotal.com\/ca\/puertas-acorazadas-bunker\/","og_locale":"ca_ES","og_type":"article","og_title":"- Segur Total Puertas Acorazadas Barcelona","og_description":"Puertas BUNKER: puertas acorazadas robustas y seguras para viviendas. Alta resistencia, buen nivel de protecci\u00f3n e instalaci\u00f3n profesional con Segur Total.","og_url":"https:\/\/segurtotal.com\/ca\/puertas-acorazadas-bunker\/","og_site_name":"Segur Total Puertas Acorazadas Barcelona","article_modified_time":"2026-04-21T09:46:44+00:00","og_image":[{"width":1444,"height":1080,"url":"https:\/\/segurtotal.com\/wp-content\/uploads\/2025\/06\/Favicon.jpeg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@puertaslukasz","twitter_misc":{"Temps estimat de lectura":"4 minuts"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/segurtotal.com\/puertas-acorazadas-bunker\/","url":"https:\/\/segurtotal.com\/puertas-acorazadas-bunker\/","name":"- Segur Total Puertas Acorazadas Barcelona","isPartOf":{"@id":"https:\/\/segurtotal.com\/#website"},"datePublished":"2025-12-29T13:05:46+00:00","dateModified":"2026-04-21T09:46:44+00:00","description":"Puertas BUNKER: puertas acorazadas robustas y seguras para viviendas. Alta resistencia, buen nivel de protecci\u00f3n e instalaci\u00f3n profesional con Segur Total.","inLanguage":"ca","potentialAction":[{"@type":"ReadAction","target":["https:\/\/segurtotal.com\/puertas-acorazadas-bunker\/"]}]},{"@type":"WebSite","@id":"https:\/\/segurtotal.com\/#website","url":"https:\/\/segurtotal.com\/","name":"Portes blindades Barcelona","description":"Venta e instalaci&oacute;n de puertas de seguridad","publisher":{"@id":"https:\/\/segurtotal.com\/#organization"},"alternateName":"Puertas Acorazadas Barcelona","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/segurtotal.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ca"},{"@type":"Organization","@id":"https:\/\/segurtotal.com\/#organization","name":"Seguretat Total Puertas Acorazadas Barcelona","alternateName":"Seguretat Total Puertas Acorazadas Barcelona","url":"https:\/\/segurtotal.com\/","logo":{"@type":"ImageObject","inLanguage":"ca","@id":"https:\/\/segurtotal.com\/#\/schema\/logo\/image\/","url":"https:\/\/segurtotal.com\/wp-content\/uploads\/2025\/06\/Favicon.jpeg","contentUrl":"https:\/\/segurtotal.com\/wp-content\/uploads\/2025\/06\/Favicon.jpeg","width":1444,"height":1080,"caption":"Seguretat Total Puertas Acorazadas Barcelona"},"image":{"@id":"https:\/\/segurtotal.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/puertaslukasz","https:\/\/www.instagram.com\/puertaslukasz"]}]}},"_links":{"self":[{"href":"https:\/\/segurtotal.com\/ca\/wp-json\/wp\/v2\/pages\/3214","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/segurtotal.com\/ca\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/segurtotal.com\/ca\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/segurtotal.com\/ca\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/segurtotal.com\/ca\/wp-json\/wp\/v2\/comments?post=3214"}],"version-history":[{"count":11,"href":"https:\/\/segurtotal.com\/ca\/wp-json\/wp\/v2\/pages\/3214\/revisions"}],"predecessor-version":[{"id":3344,"href":"https:\/\/segurtotal.com\/ca\/wp-json\/wp\/v2\/pages\/3214\/revisions\/3344"}],"wp:attachment":[{"href":"https:\/\/segurtotal.com\/ca\/wp-json\/wp\/v2\/media?parent=3214"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}