{"id":2282,"date":"2026-01-29T17:27:40","date_gmt":"2026-01-29T17:27:40","guid":{"rendered":"https:\/\/csaac.org\/?page_id=2282"},"modified":"2026-07-29T15:35:51","modified_gmt":"2026-07-29T15:35:51","slug":"csaacs-in-focus-program","status":"publish","type":"page","link":"https:\/\/csaac.org\/es\/csaacs-in-focus-program\/","title":{"rendered":"CSAAC&#8217;s In-Focus Program"},"content":{"rendered":"<p><!DOCTYPE html><br \/>\n<html lang=\"en\"><br \/>\n<head><br \/>\n    <meta charset=\"UTF-8\"><br \/>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><br \/>\n    <title>In-Focus Store \u2013 CSAAC<\/title>\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&#038;display=swap\" rel=\"stylesheet\">\n<style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }<\/p>\n<p>        body {\n            font-family: 'DM Sans', sans-serif;\n            line-height: 1.6;\n            color: #333;\n        }<\/p>\n<p>        \/* Hero Section *\/\n        .hero {\n            background: linear-gradient(135deg, #06505c 0%, #078199 100%);\n            color: white;\n            padding: 100px 20px;\n            text-align: center;\n        }<\/p>\n<p>        .hero h1 {\n            font-size: 48px;\n            margin-bottom: 20px;\n            font-weight: 700;\n        }<\/p>\n<p>        .hero p {\n            font-size: 20px;\n            max-width: 800px;\n            margin: 0 auto 30px;\n            line-height: 1.8;\n        }<\/p>\n<p>        \/* Main Content *\/\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 40px 20px;\n        }<\/p>\n<p>        .intro-section {\n            text-align: center;\n            margin-bottom: 40px;\n        }<\/p>\n<p>        .intro-section h2 {\n            font-size: 36px;\n            color: #06505c;\n            margin-bottom: 20px;\n        }<\/p>\n<p>        .intro-section p {\n            font-size: 18px;\n            color: #555;\n            max-width: 900px;\n            margin: 0 auto;\n            line-height: 1.8;\n        }<\/p>\n<p>      \/* Product Grid *\/\n.product-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n    margin-top: 30px;\n    max-width: 1000px;\n    margin-left: auto;\n    margin-right: auto;\n}<\/p>\n<p>.product-grid > .product-card:last-child {\n    grid-column: 1 \/ -1;\n    max-width: 300px;\n    margin: 0 auto;\n}<\/p>\n<p>        .product-card {\n            background: #fff;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n            transition: transform 0.3s, box-shadow 0.3s;\n        }<\/p>\n<p>        .product-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 20px rgba(0,0,0,0.15);\n        }<\/p>\n<p>        .product-image {\n            width: 100%;\n            height: 400px;\n            background: linear-gradient(135deg, #e0e0e0 0%, #f5f5f5 100%);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #999;\n            font-size: 14px;\n        }<\/p>\n<p>        .product-info {\n            padding: 15px;\n            text-align: center;\n        }<\/p>\n<p>        .product-info h3 {\n            font-size: 18px;\n            color: #06505c;\n            margin-bottom: 10px;\n        }<\/p>\n<p>        .btn {\n            display: inline-block;\n            padding: 12px 30px;\n            background: #cbb777;\n            color: #06505c;\n            text-decoration: none;\n            border-radius: 5px;\n            font-weight: 600;\n            transition: background 0.3s;\n            border: none;\n            cursor: pointer;\n            font-size: 16px;\n        }<\/p>\n<p>        .btn:hover {\n            background: #b8a566;\n        }<\/p>\n<p>        \/* Program Info Section *\/\n        .program-info {\n            background: #f8f9fa;\n            padding: 40px 20px;\n            margin-top: 0;\n        }<\/p>\n<p>        .program-content {\n            max-width: 1200px;\n            margin: 0 auto;\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 40px;\n            align-items: center;\n        }<\/p>\n<p>        .program-text h2 {\n            font-size: 36px;\n            color: #06505c;\n            margin-bottom: 20px;\n        }<\/p>\n<p>        .program-text p {\n            font-size: 18px;\n            color: #555;\n            margin-bottom: 20px;\n            line-height: 1.8;\n        }<\/p>\n<p>        .program-image {\n            width: 100%;\n            height: 400px;\n            background: linear-gradient(135deg, #e0e0e0 0%, #f5f5f5 100%);\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #999;\n        }<\/p>\n<p>        \/* Footer *\/\n        footer {\n            background: #06505c;\n            color: white;\n            padding: 30px 20px 20px;\n        }<\/p>\n<p>        .footer-content {\n            max-width: 1200px;\n            margin: 0 auto;\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 30px;\n            margin-bottom: 20px;\n        }<\/p>\n<p>        .footer-section h3 {\n            margin-bottom: 15px;\n            font-size: 20px;\n            color: #cbb777;\n        }<\/p>\n<p>        .footer-section ul {\n            list-style: none;\n        }<\/p>\n<p>        .footer-section ul li {\n            margin-bottom: 10px;\n        }<\/p>\n<p>        .footer-section a {\n            color: #fff;\n            text-decoration: none;\n            transition: opacity 0.3s;\n        }<\/p>\n<p>        .footer-section a:hover {\n            color: #cbb777;\n        }<\/p>\n<p>        .newsletter-signup input {\n            padding: 0.75rem;\n            border: none;\n            border-radius: 5px;\n            width: 100%;\n            margin-bottom: 0.5rem;\n        }<\/p>\n<p>        .newsletter-signup button {\n            padding: 0.75rem 1.5rem;\n            background: #cbb777;\n            color: #06505c;\n            border: none;\n            border-radius: 5px;\n            cursor: pointer;\n            font-weight: 600;\n            transition: background 0.3s;\n        }<\/p>\n<p>        .newsletter-signup button:hover {\n            background: #b8a566;\n        }<\/p>\n<p>        .social-links {\n            display: flex;\n            gap: 1rem;\n            margin-top: 1rem;\n        }<\/p>\n<p>        .social-links a {\n            display: inline-block;\n            width: 55px;\n            height: 55px;\n            background: #cbb777;\n            border-radius: 50%;\n            text-align: center;\n            line-height: 55px;\n            transition: background 0.3s;\n            color: #06505c;\n            font-weight: bold;\n            font-size: 1.3rem;\n            text-decoration: none;\n        }<\/p>\n<p>        .social-links a:hover {\n            background: #b8a566;\n        }<\/p>\n<p>        .footer-bottom {\n            text-align: center;\n            padding-top: 20px;\n            border-top: 1px solid rgba(255,255,255,0.2);\n        }<\/p>\n<p>      \/* Responsive *\/\n@media (max-width: 768px) {\n    .hero h1 {\n        font-size: 32px;\n    }<\/p>\n<p>    .hero p {\n        font-size: 16px;\n    }<\/p>\n<p>    .program-content {\n        grid-template-columns: 1fr;\n    }<\/p>\n<p>   .product-grid {\n        grid-template-columns: repeat(2, 1fr);\n        max-width: 100%;\n    }\n    .product-grid > .product-card:last-child {\n        max-width: 100%;\n    }\n}<\/p>\n<p>@media (max-width: 600px) {\n    .product-grid {\n        grid-template-columns: 1fr;\n    }\n}\n    <\/style>\n<p><\/head><br \/>\n<body><\/p>\n<section class=\"hero\" style=\"min-height:900px; display:flex; flex-direction:column; align-items:center; justify-content:center;\">\n<h1>Tienda In-Focus<\/h1>\n<\/section>\n<\/section>\n<div style=\"text-align:justify; padding:1.5rem 2rem 0; max-width:900px; margin:0 auto;\">\n<p style=\"font-size:1.4rem; color:#06505c; font-weight:500; line-height:1.6;\">\n        <span style=\"display:block; white-space:nowrap;\">Discover stunning photography created by talented individuals with autism<\/span><br \/>\n        <span style=\"display:block; white-space:nowrap;\">through our award-winning In-Focus Photography Program. Each purchase celebrates<\/span><br \/>\n        <span style=\"display:block; white-space:nowrap;\">their artistic vision while supporting creativity, skill development, and self-expression.<\/span>\n    <\/p>\n<\/div>\n<section class=\"program-info\" style=\"display:flex; justify-content:center; align-items:center;\">\n<div class=\"program-content\" style=\"display:flex; justify-content:center; align-items:center; width:100%;\">\n<div class=\"program-image\" style=\"max-width:600px; width:100%; margin:0 auto;\">\n                <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/01\/print-12.jpg\" alt=\"In-Focus Photography Program\" style=\"width:100%; height:auto; object-fit:cover; border-radius:8px; display:block; margin:0 auto;\">\n            <\/div>\n<\/p><\/div>\n<\/section>\n<div class=\"container\">\n<div class=\"intro-section\">\n<h2>Fotograf\u00edas Destacadas<\/h2>\n<div style=\"text-align:justify; padding:1.5rem 2rem 0; max-width:900px; margin:0 auto;\">\n<p style=\"font-size:1.4rem; color:#06505c; font-weight:500; line-height:1.6;\">\n        <span style=\"display:block; white-space:nowrap;\">Browse our collection of stunning photographs captured by participants in the CSAAC<\/span><br \/>\n        <span style=\"display:block; white-space:nowrap; position: relative; left: -170px;\"> In-Focus Photography Program. Each piece represents the unique perspective and artistic vision of individuals with autism.<\/span>\n    <\/p>\n<\/div>\n<div class=\"product-grid\">\n            <!-- Decade in Photos Book --><\/p>\n<div class=\"product-card\">\n<div class=\"product-image\">\n                    <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/01\/decade-in-picture-books.jpg\" alt=\"A Decade In Photos Book\" style=\"width: 100%; height: 100%; object-fit: cover;\">\n                <\/div>\n<div class=\"product-info\">\n<h3>Libro Una D\u00e9cada en Fotograf\u00edas<\/h3>\n<p>                    <a href=\"https:\/\/csaac.app.neoncrm.com\/np\/clients\/csaac\/product.jsp?product=1&#038;\" class=\"btn\" target=\"_blank\">Agregar al carrito<\/a>\n                <\/div>\n<\/p><\/div>\n<p>            <!-- Cherry Blossom Note Cards --><\/p>\n<div class=\"product-card\">\n<div class=\"product-image\">\n                    <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/01\/cherry-blossom.jpg\" alt=\"Cherry Blossom Note Cards\" style=\"width: 100%; height: 100%; object-fit: cover;\">\n                <\/div>\n<div class=\"product-info\">\n<h3>Tarjetas de Notas \"Flores de Cerezo\"<\/h3>\n<p>                    <a href=\"https:\/\/csaac.app.neoncrm.com\/np\/clients\/csaac\/product.jsp?product=2&#038;\" class=\"btn\" target=\"_blank\">Agregar al carrito<\/a>\n                <\/div>\n<\/p><\/div>\n<div class=\"product-card\">\n<div class=\"product-image\">\n                    <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/01\/PRINT-1.jpg\" alt=\"Print #1\" style=\"width: 100%; height: 100%; object-fit: cover;\">\n                <\/div>\n<div class=\"product-info\">\n<h3>Impresi\u00f3n #1<\/h3>\n<p>                    <a href=\"https:\/\/csaac.app.neoncrm.com\/np\/clients\/csaac\/product.jsp?product=3&#038;\" class=\"btn\" target=\"_blank\">Agregar al carrito<\/a>\n                <\/div>\n<\/p><\/div>\n<div class=\"product-card\">\n<div class=\"product-image\">\n                    <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/01\/print-2-1.jpg\" alt=\"Print #2\" style=\"width: 100%; height: 100%; object-fit: cover;\">\n                <\/div>\n<div class=\"product-info\">\n<h3>Impresi\u00f3n #2<\/h3>\n<p>                    <a href=\"https:\/\/csaac.app.neoncrm.com\/np\/clients\/csaac\/product.jsp?product=4&#038;\" class=\"btn\" target=\"_blank\">Agregar al carrito<\/a>\n                <\/div>\n<\/p><\/div>\n<div class=\"product-card\">\n<div class=\"product-image\">\n                    <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/01\/print-3-1.jpg\" alt=\"Print #3\" style=\"width: 100%; height: 100%; object-fit: cover;\">\n                <\/div>\n<div class=\"product-info\">\n<h3>Impresi\u00f3n #3<\/h3>\n<p>                    <a href=\"https:\/\/csaac.app.neoncrm.com\/np\/clients\/csaac\/product.jsp?product=5&#038;\" class=\"btn\" target=\"_blank\">Agregar al carrito<\/a>\n                <\/div>\n<\/p><\/div>\n<div class=\"product-card\">\n<div class=\"product-image\">\n                    <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/01\/print-4.jpg\" alt=\"Print #4\" style=\"width: 100%; height: 100%; object-fit: cover;\">\n                <\/div>\n<div class=\"product-info\">\n<h3>Impresi\u00f3n #4<\/h3>\n<p>                    <a href=\"https:\/\/csaac.app.neoncrm.com\/np\/clients\/csaac\/product.jsp?product=6&#038;\" class=\"btn\" target=\"_blank\">Agregar al carrito<\/a>\n                <\/div>\n<\/p><\/div>\n<div class=\"product-card\">\n<div class=\"product-image\">\n                    <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/01\/print-5.jpg\" alt=\"Print #5\" style=\"width: 100%; height: 100%; object-fit: cover;\">\n                <\/div>\n<div class=\"product-info\">\n<h3>Impresi\u00f3n #5<\/h3>\n<p>                    <a href=\"https:\/\/csaac.app.neoncrm.com\/np\/clients\/csaac\/product.jsp?product=7&#038;\" class=\"btn\" target=\"_blank\">Agregar al carrito<\/a>\n                <\/div>\n<\/p><\/div>\n<div class=\"product-card\">\n<div class=\"product-image\">\n                    <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/01\/print-6.jpg\" alt=\"Print #6\" style=\"width: 100%; height: 100%; object-fit: cover;\">\n                <\/div>\n<div class=\"product-info\">\n<h3>Impresi\u00f3n #6<\/h3>\n<p>                    <a href=\"https:\/\/csaac.app.neoncrm.com\/np\/clients\/csaac\/product.jsp?product=8&#038;\" class=\"btn\" target=\"_blank\">Agregar al carrito<\/a>\n                <\/div>\n<\/p><\/div>\n<div class=\"product-card\">\n<div class=\"product-image\">\n                    <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/01\/print-7.jpg\" alt=\"Print #7\" style=\"width: 100%; height: 100%; object-fit: cover;\">\n                <\/div>\n<div class=\"product-info\">\n<h3>Impresi\u00f3n #7<\/h3>\n<p>                    <a href=\"https:\/\/csaac.app.neoncrm.com\/np\/clients\/csaac\/product.jsp?product=9&#038;\" class=\"btn\" target=\"_blank\">Agregar al carrito<\/a>\n                <\/div>\n<\/p><\/div>\n<div class=\"product-card\">\n<div class=\"product-image\">\n                    <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/01\/print-8.jpg\" alt=\"Print #8\" style=\"width: 100%; height: 100%; object-fit: cover;\">\n                <\/div>\n<div class=\"product-info\">\n<h3>Impresi\u00f3n #8<\/h3>\n<p>                    <a href=\"https:\/\/csaac.app.neoncrm.com\/np\/clients\/csaac\/product.jsp?product=10&#038;\" class=\"btn\" target=\"_blank\">Agregar al carrito<\/a>\n                <\/div>\n<\/p><\/div>\n<div class=\"product-card\">\n<div class=\"product-image\">\n                    <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/01\/print-9.jpg\" alt=\"Print #9\" style=\"width: 100%; height: 100%; object-fit: cover;\">\n                <\/div>\n<div class=\"product-info\">\n<h3>Impresi\u00f3n #9<\/h3>\n<p>                    <a href=\"https:\/\/csaac.app.neoncrm.com\/np\/clients\/csaac\/product.jsp?product=11&#038;\" class=\"btn\" target=\"_blank\">Agregar al carrito<\/a>\n                <\/div>\n<\/p><\/div>\n<div class=\"product-card\">\n<div class=\"product-image\">\n                    <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/01\/print-10-1.jpg\" alt=\"Print #10\" style=\"width: 100%; height: 100%; object-fit: cover;\">\n                <\/div>\n<div class=\"product-info\">\n<h3>Impresi\u00f3n #10<\/h3>\n<p>                    <a href=\"https:\/\/csaac.app.neoncrm.com\/np\/clients\/csaac\/product.jsp?product=12&#038;\" class=\"btn\" target=\"_blank\">Agregar al carrito<\/a>\n                <\/div>\n<\/p><\/div>\n<div class=\"product-card\">\n<div class=\"product-image\">\n                    <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/01\/print-11-1.jpg\" alt=\"Print #11\" style=\"width: 100%; height: 100%; object-fit: cover;\">\n                <\/div>\n<div class=\"product-info\">\n<h3>Impresi\u00f3n #11<\/h3>\n<p>                    <a href=\"https:\/\/csaac.app.neoncrm.com\/np\/clients\/csaac\/product.jsp?product=13&#038;\" class=\"btn\" target=\"_blank\">Agregar al carrito<\/a>\n                <\/div>\n<\/p><\/div>\n<div class=\"product-card\">\n<div class=\"product-image\">\n                    <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/01\/print-12.jpg\" alt=\"Print #12\" style=\"width: 100%; height: 100%; object-fit: cover;\">\n                <\/div>\n<div class=\"product-info\">\n<h3>Impresi\u00f3n #12<\/h3>\n<p>                    <a href=\"https:\/\/csaac.app.neoncrm.com\/np\/clients\/csaac\/product.jsp?product=14&#038;\" class=\"btn\" target=\"_blank\">Agregar al carrito<\/a>\n                <\/div>\n<\/p><\/div>\n<div class=\"product-card\">\n<div class=\"product-image\">\n                    <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/01\/print-13.jpg\" alt=\"Print #13\" style=\"width: 100%; height: 100%; object-fit: cover;\">\n                <\/div>\n<div class=\"product-info\">\n<h3>Impresi\u00f3n #13<\/h3>\n<p>                    <a href=\"https:\/\/csaac.app.neoncrm.com\/np\/clients\/csaac\/product.jsp?product=15&#038;\" class=\"btn\" target=\"_blank\">Agregar al carrito<\/a>\n                <\/div>\n<\/p><\/div>\n<div class=\"product-card\">\n<div class=\"product-image\">\n                    <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/01\/print-14.jpg\" alt=\"Print #14\" style=\"width: 100%; height: 100%; object-fit: cover;\">\n                <\/div>\n<div class=\"product-info\">\n<h3>Impresi\u00f3n #14<\/h3>\n<p>                    <a href=\"https:\/\/csaac.app.neoncrm.com\/np\/clients\/csaac\/product.jsp?product=16&#038;\" class=\"btn\" target=\"_blank\">Agregar al carrito<\/a>\n                <\/div>\n<\/p><\/div>\n<div class=\"product-card\">\n<div class=\"product-image\">\n                    <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/01\/print-15.jpg\" alt=\"Print #15\" style=\"width: 100%; height: 100%; object-fit: cover;\">\n                <\/div>\n<div class=\"product-info\">\n<h3>Impresi\u00f3n #15<\/h3>\n<p>                    <a href=\"https:\/\/csaac.app.neoncrm.com\/np\/clients\/csaac\/product.jsp?product=17&#038;\" class=\"btn\" target=\"_blank\">Agregar al carrito<\/a>\n                <\/div>\n<\/p><\/div>\n<div class=\"product-card\">\n<div class=\"product-image\">\n                    <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/01\/print-16.jpg\" alt=\"Print #16\" style=\"width: 100%; height: 100%; object-fit: cover;\">\n                <\/div>\n<div class=\"product-info\">\n<h3>Impresi\u00f3n #16<\/h3>\n<p>                    <a href=\"https:\/\/csaac.app.neoncrm.com\/np\/clients\/csaac\/product.jsp?product=18&#038;\" class=\"btn\" target=\"_blank\">Agregar al carrito<\/a>\n                <\/div>\n<\/p><\/div>\n<div class=\"product-card\">\n<div class=\"product-image\">\n                    <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/01\/print-17.jpg\" alt=\"Print #17\" style=\"width: 100%; height: 100%; object-fit: cover;\">\n                <\/div>\n<div class=\"product-info\">\n<h3>Impresi\u00f3n #17<\/h3>\n<p>                    <a href=\"https:\/\/csaac.app.neoncrm.com\/np\/clients\/csaac\/product.jsp?product=19&#038;\" class=\"btn\" target=\"_blank\">Agregar al carrito<\/a>\n                <\/div>\n<\/p><\/div>\n<div class=\"product-card\">\n<div class=\"product-image\">\n                    <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/01\/print-18.jpg\" alt=\"Print #18\" style=\"width: 100%; height: 100%; object-fit: cover;\">\n                <\/div>\n<div class=\"product-info\">\n<h3>Impresi\u00f3n #18<\/h3>\n<p>                    <a href=\"https:\/\/csaac.app.neoncrm.com\/np\/clients\/csaac\/product.jsp?product=20&#038;\" class=\"btn\" target=\"_blank\">Agregar al carrito<\/a>\n                <\/div>\n<\/p><\/div>\n<div class=\"product-card\">\n<div class=\"product-image\">\n                    <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/01\/print-19.jpg\" alt=\"Print #19\" style=\"width: 100%; height: 100%; object-fit: cover;\">\n                <\/div>\n<div class=\"product-info\">\n<h3>Impresi\u00f3n #19<\/h3>\n<p>                    <a href=\"https:\/\/csaac.app.neoncrm.com\/np\/clients\/csaac\/product.jsp?product=21&#038;\" class=\"btn\" target=\"_blank\">Agregar al carrito<\/a>\n                <\/div>\n<\/p><\/div>\n<div class=\"product-card\">\n<div class=\"product-image\">\n                    <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/01\/print-20.jpg\" alt=\"Print #20\" style=\"width: 100%; height: 100%; object-fit: cover;\">\n                <\/div>\n<div class=\"product-info\">\n<h3>Impresi\u00f3n #20<\/h3>\n<p>                    <a href=\"https:\/\/csaac.app.neoncrm.com\/np\/clients\/csaac\/product.jsp?product=22&#038;\" class=\"btn\" target=\"_blank\">Agregar al carrito<\/a>\n                <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div style=\"text-align:center; margin-bottom:1.5rem;\">\n    <a href=\"https:\/\/csaac.org\/es\/integrated-social-enterprises\/\" style=\"display:inline-block; background:#cbb777; color:#06505c; padding:0.6rem 1.5rem; border-radius:5px; font-weight:600; text-decoration:none; font-size:0.95rem;\">\u2190 Volver<\/a>\n<\/div>\n<\/div>\n<p>  <!-- Footer --><\/p>\n<footer id=\"contact\" class=\"footer\">\n<div class=\"footer-content\">\n<div class=\"footer-section\">\n<h3>Enlaces R\u00e1pidos<\/h3>\n<ul>\n<li><a href=\"https:\/\/csaac.org\/es\/about-csaac-2\/\">Sobre Nosotros<\/a><\/li>\n<li><a href=\"https:\/\/csaac.org\/es\/volunteer-at-csaac\/\">\u00danase a Nuestra Misi\u00f3n<\/a><\/li>\n<li><a href=\"https:\/\/csaac.org\/es\/careers-at-csaac\/\">Carreras<\/a><\/li>\n<li><a href=\"https:\/\/csaac.org\/es\/contact-csaac\/\">Cont\u00e1ctenos<\/a><\/li>\n<\/ul>\n<\/div>\n<div class=\"footer-section\">\n<h3>Cont\u00e1ctenos<\/h3>\n<p>CSAAC<br \/>\n<br \/>Tel\u00e9fono: <a href=\"tel:+12409122220\">(240) 912-2220<\/a><br \/>\n<br \/>Correo electr\u00f3nico: <a href=\"mailto:csaac@csaac.org\">csaac@csaac.org<\/a>\n<\/div>\n<div class=\"footer-section\">\n<h3>Suscr\u00edbase a Nuestro Bolet\u00edn Informativo<\/h3>\n<form class=\"newsletter-signup\" action=\"https:\/\/formspree.io\/f\/xvgeqaql\" method=\"POST\"><input name=\"_subject\" type=\"hidden\" value=\"New Newsletter Signup - CSAAC\" \/><br \/>\n<input name=\"email\" required=\"\" type=\"email\" placeholder=\"Introduzca su correo electr\u00f3nico\" \/><br \/>\n<button type=\"submit\">Suscribirse<\/button><\/form>\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\">\n<div class=\"social-links\">\n    <a href=\"https:\/\/www.facebook.com\/share\/1ASK295psM\/?mibextid=wwXIfr\" aria-label=\"Facebook\" target=\"_blank\" rel=\"noopener\"><i class=\"fab fa-facebook-f\"><\/i><\/a><br \/>\n    <a href=\"https:\/\/www.instagram.com\/csaac_org?igsh=dHgzcnFocThzejJq&#038;utm_source=qr\" aria-label=\"Instagram\" target=\"_blank\" rel=\"noopener\"><i class=\"fab fa-instagram\"><\/i><\/a><br \/>\n    <a href=\"https:\/\/www.linkedin.com\/company\/csaac\/\" aria-label=\"LinkedIn\" target=\"_blank\" rel=\"noopener\"><i class=\"fab fa-linkedin-in\"><\/i><\/a>\n<\/div>\n<\/div>\n<div class=\"footer-bottom\">\n<p>\u00a9 2026 CSAAC. Todos los derechos reservados.<\/p>\n<\/div>\n<\/footer>","protected":false},"excerpt":{"rendered":"<p>In-Focus Store \u2013 CSAAC In-Focus Store Discover stunning photography created by talented individuals with autism through our award-winning In-Focus Photography Program. Each purchase celebrates their artistic vision while supporting creativity, skill development, and self-expression. Featured Photography Browse our collection of stunning photographs captured by participants in the CSAAC In-Focus Photography Program. Each piece represents the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2282","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/csaac.org\/es\/wp-json\/wp\/v2\/pages\/2282","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/csaac.org\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/csaac.org\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/csaac.org\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/csaac.org\/es\/wp-json\/wp\/v2\/comments?post=2282"}],"version-history":[{"count":27,"href":"https:\/\/csaac.org\/es\/wp-json\/wp\/v2\/pages\/2282\/revisions"}],"predecessor-version":[{"id":4680,"href":"https:\/\/csaac.org\/es\/wp-json\/wp\/v2\/pages\/2282\/revisions\/4680"}],"wp:attachment":[{"href":"https:\/\/csaac.org\/es\/wp-json\/wp\/v2\/media?parent=2282"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}