{"id":3443,"date":"2026-03-22T02:33:36","date_gmt":"2026-03-22T02:33:36","guid":{"rendered":"https:\/\/mycoai.com\/?page_id=3443"},"modified":"2026-06-10T02:01:40","modified_gmt":"2026-06-10T02:01:40","slug":"member-card","status":"publish","type":"page","link":"https:\/\/mycoai.com\/es\/member-card\/","title":{"rendered":"Tarjeta de socio"},"content":{"rendered":"<style>\r\n      .coai-card-wrap{\r\n        max-width:900px;\r\n        margin:1.25rem auto;\r\n        padding:0 1rem;\r\n      }\r\n\r\n      .coai-card-actions{\r\n        display:flex;\r\n        gap:.75rem;\r\n        flex-wrap:wrap;\r\n        margin:0 0 1rem 0;\r\n      }\r\n\r\n      .coai-card-btn{\r\n        display:inline-block;\r\n        text-decoration:none;\r\n        border:1px solid #d1d5db;\r\n        background:#fff;\r\n        color:#111827;\r\n        padding:.7rem 1rem;\r\n        border-radius:10px;\r\n        font-weight:600;\r\n        line-height:1.2;\r\n      }\r\n      .coai-card-btn:hover{\r\n        background:#f9fafb;\r\n      }\r\n\r\n      .coai-member-card-shell{\r\n        display:flex;\r\n        justify-content:center;\r\n      }\r\n\r\n      .coai-member-card{\r\n        position:relative;\r\n        width:100%;\r\n        max-width:560px;\r\n        background:linear-gradient(135deg,#ffffff 0%,#f8fbff 100%);\r\n        border:2px solid #c9a961;\r\n        border-radius:18px;\r\n        box-shadow:0 10px 30px rgba(0,0,0,.08),\r\n        0 0 0 2px rgba(212,175,55,0.35),    \/* gold outline *\/\r\n        0 0 16px rgba(212,175,55,0.18);     \/* soft glow *\/\r\n        overflow:hidden;\r\n      }\r\n      \r\n      \/* Watermark *\/\r\n      .coai-member-card::before{\r\n        content:\"\";\r\n        position:absolute;\r\n        inset:0;\r\n\r\n        background-image:url('https:\/\/mycoai.com\/wp-content\/uploads\/2026\/03\/COAILogo-transparent-scaled.png');\r\n        background-repeat:no-repeat;\r\n        background-position:center 68%;\r\n        background-size:520px;\r\n\r\n        opacity:0.04; \/* start subtle *\/\r\n        pointer-events:none;\r\n        z-index:0;\r\n      }\r\n\r\n      \/* Keep content above watermark *\/\r\n      .coai-member-card > *{\r\n        position:relative;\r\n        z-index:1;\r\n      }\r\n\r\n      .coai-member-card-header{\r\n        position:relative;\r\n        padding:1.6rem 1.25rem 1.4rem;\r\n        color:#fff;\r\n        overflow:hidden;\r\n\r\n        background-image:url('https:\/\/mycoai.com\/wp-content\/uploads\/2026\/03\/CircusTopImage.avif');\r\n        background-size:cover;\r\n        background-position:center;\r\n      }\r\n      \r\n      .coai-member-card-header::after{\r\n         content:\"\";\r\n        position:absolute;\r\n        left:0;\r\n        right:0;\r\n        bottom:0;\r\n        height:35px;\r\n\r\n        background:linear-gradient(\r\n          to bottom,\r\n          rgba(255,255,255,0),\r\n          rgba(255,255,255,0.95)\r\n        );\r\n\r\n        z-index:1;\r\n      }\r\n\r\n      \/* RED OVERLAY (for readability) *\/\r\n      .coai-member-card-header::before{\r\n        content:\"\";\r\n        position:absolute;\r\n        inset:0;\r\n        background:rgba(255,255,255,0.15); \/* very light, almost invisible *\/\r\n      }\r\n\r\n      \/* Keep text above overlay *\/\r\n      .coai-member-card-header *{\r\n        position:relative;\r\n        z-index:2;\r\n      }\r\n\r\n      \/* Safety: no accidental images in header *\/\r\n      .coai-member-card-header img{\r\n        display:none;\r\n      }\r\n      \r\n      .coai-card-logo-large{\r\n        display:block;\r\n        max-width:120px;\r\n        height:auto;\r\n        margin:0 auto .4rem;\r\n      }\r\n      \r\n      .coai-qr-img{\r\n          display:block;\r\n          width:100%;\r\n          max-width:160px;\r\n          height:auto;\r\n          margin:0 auto .4rem;\r\n          \r\n      }\r\n      \r\n      .coai-member-card-org{\r\n          margin:0;\r\n          font-size:1.35rem;\r\n          font-weight:900;\r\n          line-height:1.2;\r\n          letter-spacing:.5px;\r\n          color:#ffffff;\r\n\r\n          text-shadow:\r\n            0 2px 4px rgba(0,0,0,0.7),\r\n            0 0 2px rgba(0,0,0,0.9);\r\n\r\n          display:block;\r\n        }\r\n\r\n      .coai-member-card-sub{\r\n          margin:.35rem 0 0 0;\r\n          font-size:1rem;\r\n          font-weight:700;\r\n          color:#ffffff;\r\n          \r\n          display:block;\r\n        }\r\n        \r\n      .coai-member-card-body{\r\n        padding:1rem 1.15rem 1.15rem;\r\n      }\r\n\r\n      .coai-member-grid{\r\n        display:grid;\r\n        grid-template-columns:1.4fr .9fr;\r\n        gap:1rem;\r\n        align-items:start;\r\n      }\r\n\r\n      .coai-member-fields{\r\n        display:grid;\r\n        gap:.7rem;\r\n      }\r\n\r\n      .coai-field{\r\n        border:1px solid #e5e7eb;\r\n        border-radius:12px;\r\n        padding:.7rem .8rem;\r\n        background:#fff;\r\n      }\r\n\r\n      .coai-field-label{\r\n        display:block;\r\n        margin:0 0 .2rem;\r\n        font-size:.78rem;\r\n        font-weight:700;\r\n        text-transform:uppercase;\r\n        letter-spacing:.04em;\r\n        color:#6b7280;\r\n      }\r\n\r\n      .coai-field-value{\r\n        display:block;\r\n        margin:0;\r\n        font-size:1rem;\r\n        font-weight:700;\r\n        color:#111827;\r\n        word-break:break-word;\r\n      }\r\n\r\n      .coai-field-value.coai-number{\r\n        font-size:1.05rem;\r\n        color:#b91c1c;\r\n      }\r\n      \r\n      .coai-member-tagline{\r\n          display:block;\r\n          margin-top:.2rem;\r\n          font-size:.78rem;\r\n          font-weight:800 !important;\r\n          text-transform:uppercase;\r\n          color:#6b7280;\r\n          letter-spacing:.08em;\r\n          line-height:1.2;\r\n        }\r\n\r\n      .coai-qr-box{\r\n        border:1px solid #e5e7eb;\r\n        border-radius:12px;\r\n        background:#fff;\r\n        padding:.8rem;\r\n        text-align:center;\r\n      }\r\n\r\n      .coai-qr-box{\r\n        display:flex;\r\n        flex-direction:column;\r\n        align-items:center;\r\n        justify-content:center;\r\n      }\r\n\r\n      .coai-qr-note{\r\n        margin:0;\r\n        font-size:.78rem;\r\n        color:#6b7280;\r\n        line-height:1.35;\r\n      }\r\n\r\n      .coai-card-foot{\r\n        margin-top:.9rem;\r\n        padding-top:.85rem;\r\n        border-top:1px dashed #d1d5db;\r\n        font-size:.86rem;\r\n        color:#4b5563;\r\n      }\r\n\r\n      .coai-verify-wrap{\r\n        max-width:760px;\r\n        margin:1.25rem auto;\r\n        padding:0 1rem;\r\n      }\r\n\r\n      .coai-verify-card{\r\n        border:1px solid #e5e7eb;\r\n        border-radius:16px;\r\n        background:#fff;\r\n        box-shadow:0 8px 24px rgba(0,0,0,.05);\r\n        overflow:hidden;\r\n      }\r\n\r\n      .coai-verify-head{\r\n        background:linear-gradient(135deg,#0f4c81 0%,#1b75bb 100%);\r\n        color:#fff;\r\n        padding:1rem 1.15rem;\r\n      }\r\n\r\n      .coai-verify-head h2{\r\n        margin:0;\r\n        font-size:1.2rem;\r\n      }\r\n\r\n      .coai-verify-body{\r\n        padding:1rem 1.15rem 1.15rem;\r\n      }\r\n\r\n      .coai-verify-status{\r\n        display:inline-block;\r\n        padding:.4rem .7rem;\r\n        border-radius:999px;\r\n        font-size:.85rem;\r\n        font-weight:800;\r\n        margin:0 0 .9rem;\r\n      }\r\n\r\n      .coai-status-active{\r\n        background:#dcfce7;\r\n        color:#166534;\r\n      }\r\n\r\n      .coai-status-expired{\r\n        background:#fee2e2;\r\n        color:#991b1b;\r\n      }\r\n\r\n      .coai-status-unknown{\r\n        background:#e5e7eb;\r\n        color:#374151;\r\n      }\r\n\r\n      .coai-verify-grid{\r\n        display:grid;\r\n        grid-template-columns:1fr 1fr;\r\n        gap:.8rem;\r\n      }\r\n\r\n      .coai-note-muted{\r\n        color:#6b7280;\r\n        font-size:.92rem;\r\n      }\r\n\r\n      .coai-notice{\r\n        max-width:760px;\r\n        margin:1rem auto;\r\n        padding:.9rem 1rem;\r\n        border-radius:12px;\r\n        border:1px solid #e5e7eb;\r\n        background:#fff;\r\n      }\r\n\r\n      .coai-notice-error{\r\n        border-color:#fecaca;\r\n        background:#fef2f2;\r\n        color:#991b1b;\r\n      }\r\n\r\n      .coai-notice-ok{\r\n        border-color:#bfdbfe;\r\n        background:#eff6ff;\r\n        color:#1e40af;\r\n      }\r\n\r\n      @media (max-width: 640px){\r\n        .coai-member-grid,\r\n        .coai-verify-grid{\r\n          grid-template-columns:1fr;\r\n        }\r\n\r\n        .coai-member-card{\r\n          max-width:100%;\r\n        }\r\n      }\r\n\r\n      @media print {\r\n        body * {\r\n          visibility:hidden !important;\r\n        }\r\n\r\n        .coai-member-card-print,\r\n        .coai-member-card-print * {\r\n          visibility:visible !important;\r\n        }\r\n\r\n        .coai-member-card-print {\r\n          position:absolute;\r\n          left:0;\r\n          top:0;\r\n          width:3.5in;\r\n          height:2in;\r\n          margin:0;\r\n          padding:0;\r\n        }\r\n\r\n        .coai-member-card{\r\n          width:3.5in !important;\r\n          height:2in !important;\r\n          max-width:none !important;\r\n          border-radius:.12in !important;\r\n          box-shadow:none !important;\r\n          overflow:hidden !important;\r\n        }\r\n\r\n        .coai-member-card-header{\r\n          padding:.18in .2in .11in !important;\r\n        }\r\n\r\n        .coai-member-card-org{\r\n          font-size:12pt !important;\r\n          line-height:1.05 !important;\r\n        }\r\n\r\n        .coai-member-card-sub{\r\n          font-size:7.5pt !important;\r\n          margin:.03in 0 0 0 !important;\r\n        }\r\n\r\n        .coai-member-card-body{\r\n          padding:.12in .2in .16in !important;\r\n        }\r\n\r\n        .coai-member-grid{\r\n          grid-template-columns:1.55fr .8fr !important;\r\n          gap:.1in !important;\r\n        }\r\n\r\n        .coai-member-fields{\r\n          gap:.06in !important;\r\n        }\r\n\r\n        .coai-field{\r\n          padding:.07in .08in !important;\r\n          border-radius:.08in !important;\r\n        }\r\n\r\n        .coai-field-label{\r\n          font-size:6.4pt !important;\r\n          margin:0 0 .02in 0 !important;\r\n        }\r\n\r\n        .coai-field-value{\r\n          font-size:8.6pt !important;\r\n          line-height:1.05 !important;\r\n        }\r\n        \r\n        .coai-field-value.coai-number{\r\n          font-size:9pt !important;\r\n        }\r\n        \r\n        .coai-qr-box{\r\n          padding:.07in !important;\r\n          border-radius:.08in !important;\r\n        }\r\n\r\n        .coai-qr-box img{\r\n          max-width:.95in !important;\r\n          margin:0 auto .03in !important;\r\n        }\r\n\r\n        .coai-qr-note,\r\n        .coai-card-actions,\r\n        .coai-card-foot{\r\n          display:none !important;\r\n        }\r\n      }\r\n    <\/style>\r\n    <div class=\"coai-notice coai-notice-error\">Debe iniciar sesi\u00f3n para ver su tarjeta de membres\u00eda.<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":25,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-templates\/template-full-width.php","meta":{"footnotes":""},"class_list":["post-3443","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/mycoai.com\/es\/wp-json\/wp\/v2\/pages\/3443","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mycoai.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mycoai.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mycoai.com\/es\/wp-json\/wp\/v2\/users\/25"}],"replies":[{"embeddable":true,"href":"https:\/\/mycoai.com\/es\/wp-json\/wp\/v2\/comments?post=3443"}],"version-history":[{"count":0,"href":"https:\/\/mycoai.com\/es\/wp-json\/wp\/v2\/pages\/3443\/revisions"}],"wp:attachment":[{"href":"https:\/\/mycoai.com\/es\/wp-json\/wp\/v2\/media?parent=3443"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}