{"id":1950,"date":"2025-12-09T23:00:20","date_gmt":"2025-12-09T23:00:20","guid":{"rendered":"https:\/\/csaac.org\/?page_id=1950"},"modified":"2026-07-08T16:08:48","modified_gmt":"2026-07-08T16:08:48","slug":"apply-for-services-2","status":"publish","type":"page","link":"https:\/\/csaac.org\/es\/apply-for-services-2\/","title":{"rendered":"Apply For Services"},"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>Apply for Services &#8211; 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: 4rem 2rem;\n            text-align: center;\n        }<\/p>\n<p>        .hero h1 {\n            font-size: 3rem;\n            margin-bottom: 1rem;\n        }<\/p>\n<p>        .hero p {\n            font-size: 1.2rem;\n            max-width: 800px;\n            margin: 0 auto;\n        }<\/p>\n<p>        \/* Container *\/\n        .container {\n            max-width: 1000px;\n            margin: 0 auto;\n            padding: 3rem 2rem;\n        }<\/p>\n<p>        \/* Section Styles *\/\n        .section-title {\n            font-size: 2.2rem;\n            color: #06505c;\n            margin-bottom: 2rem;\n            text-align: center;\n        }<\/p>\n<p>        \/* Process Steps *\/\n        .process-section {\n            background: white;\n            padding: 3rem 2rem;\n        }<\/p>\n<p>        .steps-container {\n            display: grid;\n            gap: 1.5rem;\n            margin-top: 2rem;\n        }<\/p>\n<p>        .step-card {\n            background: white;\n            padding: 2rem;\n            border-radius: 10px;\n            box-shadow: 0 4px 6px rgba(0,0,0,0.1);\n            border-left: 8px solid #cbb777;\n        }<\/p>\n<p>        .step-number {\n            display: inline-block;\n            width: 50px;\n            height: 50px;\n            background: #06505c;\n            color: white;\n            border-radius: 50%;\n            text-align: center;\n            line-height: 50px;\n            font-size: 1.5rem;\n            font-weight: bold;\n            margin-bottom: 1rem;\n        }<\/p>\n<p>        .step-card h3 {\n            color: #06505c;\n            font-size: 1.6rem;\n            margin-bottom: 0.75rem;\n        }<\/p>\n<p>        .step-card p {\n            color: #555;\n            font-size: 1.05rem;\n            line-height: 1.7;\n        }<\/p>\n<p>        \/* Contact Section *\/\n        .contact-section {\n            background: #f8f9fa;\n            padding: 3rem 2rem;\n        }<\/p>\n<p>        \/* Application Section *\/\n        .application-section {\n            background: white;\n            padding: 3rem 2rem;\n        }<\/p>\n<p>        .application-card {\n            background: white;\n            padding: 2.5rem;\n            border-radius: 10px;\n            box-shadow: 0 4px 6px rgba(0,0,0,0.1);\n            border-left: 8px solid #cbb777;\n            max-width: 800px;\n            margin: 1.5rem auto 0;\n            text-align: center;\n        }<\/p>\n<p>        .application-card h3 {\n            color: #06505c;\n            font-size: 1.6rem;\n            margin-bottom: 0.75rem;\n        }<\/p>\n<p>        .application-card p {\n            color: #555;\n            font-size: 1.05rem;\n            line-height: 1.7;\n            margin-bottom: 1rem;\n        }<\/p>\n<p>        .contact-card {\n            background: white;\n            padding: 2.5rem;\n            border-radius: 10px;\n            box-shadow: 0 4px 6px rgba(0,0,0,0.1);\n            border-left: 8px solid #06505c;\n            max-width: 800px;\n            margin: 1.5rem auto 0;\n        }<\/p>\n<p>        .contact-card h3 {\n            color: #06505c;\n            font-size: 1.6rem;\n            margin-bottom: 1.25rem;\n            text-align: center;\n        }<\/p>\n<p>        .contact-info {\n            text-align: center;\n            font-size: 1.1rem;\n            line-height: 1.8;\n        }<\/p>\n<p>        .contact-info strong {\n            color: #06505c;\n            display: block;\n            margin-top: 1rem;\n        }<\/p>\n<p>        .contact-info a {\n            color: #06505c;\n            text-decoration: none;\n            font-weight: 600;\n        }<\/p>\n<p>        .contact-info a:hover {\n            color: #078199;\n        }<\/p>\n<p>        \/* Button *\/\n        .btn {\n            padding: 1rem 2rem;\n            text-decoration: none;\n            border-radius: 5px;\n            font-weight: 600;\n            transition: all 0.3s;\n            display: inline-block;\n            background: #cbb777;\n            color: #06505c;\n            margin-top: 1rem;\n        }<\/p>\n<p>        .btn:hover {\n            background: #b8a566;\n            transform: translateY(-2px);\n        }<\/p>\n<p>        \/* Footer *\/\n        .footer {\n            background: #06505c;\n            color: white;\n            padding: 3rem 2rem 1rem;\n            font-size: 1.1rem;\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: 2rem;\n            margin-bottom: 2rem;\n        }<\/p>\n<p>        .footer-section h3 {\n            color: #cbb777;\n            margin-bottom: 1rem;\n            font-size: 1.3rem;\n        }<\/p>\n<p>        .footer-section ul {\n            list-style: none;\n        }<\/p>\n<p>        .footer-section ul li {\n            margin-bottom: 0.5rem;\n        }<\/p>\n<p>        .footer-section a {\n            color: #ccc;\n            text-decoration: none;\n            transition: color 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        }<\/p>\n<p>        .social-links a:hover {\n            background: #b8a566;\n        }<\/p>\n<p>        .footer-bottom {\n            text-align: center;\n            padding-top: 2rem;\n            border-top: 1px solid rgba(255, 255, 255, 0.2);\n            color: #ccc;\n        }<\/p>\n<p>        \/* ===== MOBILE RESPONSIVE ===== *\/\n        @media (max-width: 768px) {\n            \/* Hero *\/\n            .hero {\n                padding: 2rem 1rem;\n            }\n            .hero h1 {\n                font-size: 1.75rem;\n                margin-bottom: 0.5rem;\n            }\n            .hero p {\n                font-size: 1rem;\n            }<\/p>\n<p>            \/* Container *\/\n            .container {\n                padding: 1.5rem 1rem;\n            }<\/p>\n<p>            \/* Section Title *\/\n            .section-title {\n                font-size: 1.5rem;\n                margin-bottom: 1.25rem;\n            }<\/p>\n<p>            \/* Process Section *\/\n            .process-section {\n                padding: 1.5rem 1rem;\n            }<\/p>\n<p>            \/* Steps *\/\n            .steps-container {\n                gap: 1rem;\n                margin-top: 1.25rem;\n            }\n            .step-card {\n                padding: 1.25rem;\n                border-left-width: 5px;\n            }\n            .step-number {\n                width: 40px;\n                height: 40px;\n                line-height: 40px;\n                font-size: 1.25rem;\n                margin-bottom: 0.75rem;\n            }\n            .step-card h3 {\n                font-size: 1.25rem;\n                margin-bottom: 0.5rem;\n            }\n            .step-card p {\n                font-size: 0.95rem;\n                line-height: 1.6;\n            }<\/p>\n<p>            \/* Application Section *\/\n            .application-section {\n                padding: 1.5rem 1rem;\n            }\n            .application-card {\n                padding: 1.5rem;\n                margin-top: 1rem;\n                border-left-width: 5px;\n            }\n            .application-card h3 {\n                font-size: 1.3rem;\n                margin-bottom: 0.5rem;\n            }\n            .application-card p {\n                font-size: 0.95rem;\n                margin-bottom: 0.75rem;\n            }<\/p>\n<p>            \/* Contact Section *\/\n            .contact-section {\n                padding: 1.5rem 1rem;\n            }\n            .contact-card {\n                padding: 1.5rem;\n                margin-top: 1rem;\n                border-left-width: 5px;\n            }\n            .contact-card h3 {\n                font-size: 1.3rem;\n                margin-bottom: 1rem;\n            }\n            .contact-info {\n                font-size: 1rem;\n                line-height: 1.7;\n            }\n            .contact-info strong {\n                margin-top: 0.75rem;\n            }<\/p>\n<p>            \/* Buttons *\/\n            .btn {\n                padding: 0.75rem 1.5rem;\n                font-size: 0.95rem;\n                margin-top: 0.75rem;\n            }<\/p>\n<p>            \/* Footer *\/\n            .footer {\n                padding: 1.5rem 1rem 1rem;\n                font-size: 1rem;\n            }\n            .footer-content {\n                gap: 1.5rem;\n                margin-bottom: 1.5rem;\n            }\n            .footer-section h3 {\n                font-size: 1.1rem;\n                margin-bottom: 0.75rem;\n            }\n            .social-links a {\n                width: 45px;\n                height: 45px;\n                line-height: 45px;\n                font-size: 1.1rem;\n            }\n            .footer-bottom {\n                padding-top: 1.5rem;\n            }\n        }<\/p>\n<p>        \/* Extra small phones *\/\n        @media (max-width: 380px) {\n            .hero h1 {\n                font-size: 1.5rem;\n            }\n            .hero p {\n                font-size: 0.9rem;\n            }\n            .section-title {\n                font-size: 1.35rem;\n            }\n            .step-number {\n                width: 36px;\n                height: 36px;\n                line-height: 36px;\n                font-size: 1.1rem;\n            }\n            .step-card h3 {\n                font-size: 1.15rem;\n            }\n            .application-card h3,\n            .contact-card h3 {\n                font-size: 1.2rem;\n            }\n        }\n    <\/style>\n<p><\/head><br \/>\n<body><br \/>\n    <!-- Hero Section --><\/p>\n<section class=\"hero\">\n<h1>Solicite Servicios<\/h1>\n<p>Siga nuestro sencillo proceso de admisi\u00f3n.<\/p>\n<\/section>\n<p>    <!-- Process Section --><\/p>\n<section class=\"process-section\">\n<div class=\"container\">\n<h2 class=\"section-title\">C\u00f3mo solicitar servicios<\/h2>\n<div class=\"steps-container\">\n                <!-- Step 1 --><\/p>\n<div class=\"step-card\">\n<div class=\"step-number\">1<\/div>\n<h3>Programe una visita<\/h3>\n<p>Antes de presentar una solicitud para recibir los servicios de CSAAC, le invitamos a conocer el programa de su inter\u00e9s. Durante la visita, podr\u00e1 recorrer nuestras instalaciones, conversar con miembros de nuestro equipo y evaluar si CSAAC responde a las necesidades de usted o de su ser querido.<\/p>\n<\/p><\/div>\n<p>                <!-- Step 2 --><\/p>\n<div class=\"step-card\">\n<div class=\"step-number\">2<\/div>\n<h3>Complete la solicitud<\/h3>\n<p>Si despu\u00e9s de su visita desea solicitar los servicios de CSAAC, el siguiente paso es completar la \"Solicitud de Servicios\". Esta solicitud debe completarse en su totalidad e incluir toda la documentaci\u00f3n de respaldo requerida para que CSAAC pueda revisar su solicitud.<\/p>\n<\/p><\/div>\n<p>                <!-- Step 3 --><\/p>\n<div class=\"step-card\">\n<div class=\"step-number\">3<\/div>\n<h3>Revisi\u00f3n de la solicitud<\/h3>\n<p>Una vez recibida una solicitud completa, el Comit\u00e9 de Admisi\u00f3n, Revisi\u00f3n y Baja (ARD) de CSAAC eval\u00faa cuidadosamente cada caso para determinar si el solicitante es un candidato adecuado para los servicios de CSAAC en ese momento. La decisi\u00f3n final se comunica al solicitante y\/o a su representante.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>    <!-- Application Form Section --><\/p>\n<section class=\"application-section\">\n<div class=\"container\">\n<h2 class=\"section-title\">Descargue la solicitud<\/h2>\n<div class=\"application-card\">\n<h3>Solicitud de Servicios de CSAAC<\/h3>\n<p>Descargue y complete la Solicitud de Servicios de CSAAC, incluyendo toda la documentaci\u00f3n de respaldo requerida.<\/p>\n<p>                <a href=\"https:\/\/csaac.org\/wp-content\/uploads\/2025\/05\/COMMUNITY-SERVICES-FOR-AUTISTIC-ADULTS-AND-CHILDREN-Application.pdf\" class=\"btn\" download><strong>Descargar la solicitud (PDF)<\/strong><\/a>\n            <\/div>\n<\/p><\/div>\n<\/section>\n<p>    <!-- Contact Section --><\/p>\n<section class=\"contact-section\">\n<div class=\"container\">\n<h2 class=\"section-title\">Comience hoy mismo<\/h2>\n<div class=\"contact-card\">\n<h3>Programe su recorrido<\/h3>\n<div class=\"contact-info\">\n<p>Si desea obtener m\u00e1s informaci\u00f3n sobre c\u00f3mo programar un recorrido por los programas de CSAAC o sobre el proceso de admisi\u00f3n, comun\u00edquese con:<\/p>\n<p>                    <strong>Chynah Brown<\/strong><\/p>\n<p>Tel\u00e9fono: <a href=\"tel:240-912-2362\">240-912-2362<\/a><\/p>\n<p>Correo electr\u00f3nico: <a href=\"mailto:cbrown@csaac.org\">cbrown@csaac.org<\/a><\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<\/section>\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>Apply for Services &#8211; CSAAC Apply for Services Begin your journey with CSAAC by following our simple application process How to Apply 1 Schedule a Tour Before applying to CSAAC&#8217;s programs, it is recommended that you take a tour of the program in which you are interested. This gives you the opportunity to see our [&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-1950","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/csaac.org\/es\/wp-json\/wp\/v2\/pages\/1950","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=1950"}],"version-history":[{"count":7,"href":"https:\/\/csaac.org\/es\/wp-json\/wp\/v2\/pages\/1950\/revisions"}],"predecessor-version":[{"id":4200,"href":"https:\/\/csaac.org\/es\/wp-json\/wp\/v2\/pages\/1950\/revisions\/4200"}],"wp:attachment":[{"href":"https:\/\/csaac.org\/es\/wp-json\/wp\/v2\/media?parent=1950"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}