{"id":16091,"date":"2015-06-06T01:57:02","date_gmt":"2015-06-06T01:57:02","guid":{"rendered":"https:\/\/www.sisinternational.com\/?page_id=16091"},"modified":"2026-03-25T23:25:27","modified_gmt":"2026-03-26T03:25:27","slug":"participe-de-grupos-focais","status":"publish","type":"page","link":"https:\/\/www.sisinternational.com\/pt\/solucoes\/grupos-de-foco\/participe-de-grupos-focais\/","title":{"rendered":"Participe de grupos focais"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>SIS International &#8211; Focus Groups<\/title>\n    <style>\n        \/* \u2500\u2500 RESET B\u00c1SICO \u2500\u2500 *\/\n        html, body {\n            margin: 0;\n            padding: 0;\n            width: 100%;\n            overflow-x: hidden;\n        }\n\n        \/* \u2500\u2500 CONTENEDOR MAESTRO CON GRADIENTE RADIAL \u2500\u2500 *\/\n        #sis-hero-master-container {\n            font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n            box-sizing: border-box;\n            \n            \/* Modern Radial Gradient from previous step *\/\n            background: \n                radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 1) 0%, rgba(241, 244, 248, 0.8) 50%, rgba(226, 232, 240, 1) 100%),\n                url('data:image\/svg+xml,%3Csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"80\" height=\"80\" viewBox=\"0 0 80 80\"%3E%3Cg fill=\"%23083e6c\" fill-opacity=\"0.02\"%3E%3Cpath fill-rule=\"evenodd\" d=\"M11 18H2V2h16v9h11v11H18V11H11v7zm0 26h7V33h11V22H18v11h-7v7H2v16h16V44h-7zM2 78h16V62h11V51H18v11h-7v7H2v9zm67-22h7V40h11V29H78v11h-7v7H62v16h16V56h-7zM62 18h11V7h11v11H78V7H67v11zm-7 11v7H44v11h7v7H40V29h15z\"\/%3E%3C\/g%3E%3C\/svg%3E');\n            \n            background-attachment: fixed;\n            padding: 80px 40px; \n            width: 100%;\n            min-height: 100vh;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            position: relative;\n        }\n\n        #sis-hero-master-container * {\n            box-sizing: border-box;\n        }\n\n        \/* \u2500\u2500 GRID INTERNO \u2500\u2500 *\/\n        .sis-hero-inner-grid {\n            max-width: 1200px;\n            width: 100%;\n            display: grid;\n            grid-template-columns: 1.2fr 1fr;\n            gap: 60px;\n            align-items: center;\n            z-index: 1;\n        }\n\n        \/* \u2500\u2500 LADO IZQUIERDO: TEXTO \u2500\u2500 *\/\n        .sis-hero-content {\n            opacity: 0;\n            animation: sisFadeInUp 1s ease-out forwards;\n        }\n\n        .sis-hero-tag-pill {\n            display: inline-flex;\n            align-items: center;\n            border-radius: 9999px;\n            padding: 8px 18px;\n            font-size: 12px;\n            text-transform: uppercase;\n            letter-spacing: 0.15em;\n            font-weight: 700;\n            color: #bf8e15;\n            background: rgba(191, 142, 21, 0.1);\n            border: 1px solid rgba(191, 142, 21, 0.4);\n            margin-bottom: 25px;\n        }\n\n        .sis-hero-title {\n            font-size: clamp(2.2rem, 5vw, 3.5rem);\n            font-weight: 800;\n            line-height: 1.15;\n            margin: 0 0 25px 0;\n            color: #083e6c;\n            background: linear-gradient(110deg, #083e6c 0%, #083e6c 25%, #205b8a 40%, #6ea8d1 50%, #205b8a 60%, #083e6c 75%, #083e6c 100%);\n            background-size: 200% auto;\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            animation: deep-sheen-shift 10s linear infinite;\n        }\n\n        .sis-hero-subheading {\n            font-size: 1.6rem;\n            font-weight: 700;\n            color: #083e6c;\n            margin-bottom: 15px;\n        }\n\n        .sis-hero-description {\n            font-size: 1.1rem;\n            color: #4a5568;\n            line-height: 1.7;\n            margin-bottom: 20px;\n            max-width: 600px;\n            border-left: 3px solid #bf8e15;\n            padding-left: 20px;\n        }\n\n        \/* \u2500\u2500 LADO DERECHO: IMAGEN ANIMADA \u2500\u2500 *\/\n        .sis-hero-image-wrap {\n            position: relative;\n            opacity: 0;\n            animation: sisFadeInRight 1.2s ease-out forwards 0.3s;\n            cursor: pointer;\n        }\n\n        .sis-hero-img-frame {\n            width: 100%;\n            height: auto;\n            border-radius: 20%; \n            object-fit: cover;\n            aspect-ratio: 1 \/ 1;\n            border: 10px solid #ffffff;\n            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);\n            position: relative;\n            z-index: 2;\n            \n            \/* IMPROVEMENT: Ultra-slow 2.5s transition *\/\n            transition: transform 2.5s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 2.5s cubic-bezier(0.165, 0.84, 0.44, 1);\n        }\n\n        .sis-hero-image-wrap:hover .sis-hero-img-frame {\n            transform: translateY(-15px) scale(1.05);\n            box-shadow: 0 45px 70px -20px rgba(0, 0, 0, 0.2);\n        }\n\n        .sis-hero-image-wrap::before {\n            content: \"\";\n            position: absolute;\n            inset: -12px;\n            border: 2px solid #bf8e15;\n            border-radius: 22%;\n            z-index: 1;\n            opacity: 0.6;\n            \/* IMPROVEMENT: Organic background morphing *\/\n            animation: organicMorph 8s ease-in-out infinite alternate;\n        }\n\n        \/* \u2500\u2500 ANIMACIONES \u2500\u2500 *\/\n        @keyframes deep-sheen-shift { to { background-position: 200% center; } }\n        @keyframes sisFadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }\n        @keyframes sisFadeInRight { from { opacity: 0; transform: translateX(50px); } to { opacity: 1; transform: translateX(0); } }\n        \n        @keyframes organicMorph {\n            0% { transform: rotate(-3deg); border-radius: 22% 25% 20% 24%; }\n            50% { transform: rotate(-1deg) scale(1.02); border-radius: 28% 20% 26% 20%; }\n            100% { transform: rotate(-5deg) scale(0.98); border-radius: 20% 28% 22% 26%; }\n        }\n\n        \/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n        @media (max-width: 992px) {\n            #sis-hero-master-container { padding: 60px 20px; }\n            .sis-hero-inner-grid { grid-template-columns: 1fr; text-align: center; }\n            .sis-hero-description { margin: 0 auto 35px; border-left: none; padding-left: 0; }\n            .sis-hero-img-frame { max-width: 450px; margin: 0 auto; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n<div id=\"sis-hero-master-container\">\n    <div class=\"sis-hero-inner-grid\">\n        \n        <div class=\"sis-hero-content\">\n            <div class=\"sis-hero-tag-pill\">Paid Research Studies<\/div>\n            <h1 class=\"sis-hero-title\">Participe de grupos focais<\/h1>\n            \n            <div class=\"sis-hero-subheading\">Get paid to share your opinion<\/div>\n\n            <p class=\"sis-hero-description\">\n                SIS International pays participants $75 to $400+ per session to test products, evaluate concepts, and discuss brands across consumer electronics, healthcare, automotive, food and beverage, financial services, and personal care.\n            <\/p>\n            <p class=\"sis-hero-description\">\n                Sessions run 60 to 120 minutes at our facility in Manhattan&#8217;s Flatiron District or online from home. Your feedback goes directly to the companies behind the products.\n            <\/p>\n        <\/div>\n\n        <div class=\"sis-hero-image-wrap\">\n            <img decoding=\"async\" src=\"https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/09\/Focus-group-recruitment-8.jpg\" \n                 alt=\"Focus Group Participation\" \n                 class=\"sis-hero-img-frame\">\n        <\/div>\n\n    <\/div>\n<\/div>\n\n<\/body>\n<\/html>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<h3 class=\"wp-block-heading\"><strong>Joining our database makes you part of the group we contact for Focus Groups, Interviews, and other research studies<\/strong><\/h3>\n\n\n\n<div style=\"height:13px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">What You Do as a Participant<\/h3>\n\n\n\n<p><strong>You join a small group, typically six to eight people, and talk about a specific topic for 60 to 120 minutes. A moderator leads the conversation. The moderator is not selling anything. Their job is to hear what you actually think.<\/strong><\/p>\n\n\n\n<p><strong>Topics depend on the study. You might taste-test a new beverage recipe, handle a prototype consumer device, review packaging designs, react to advertising concepts, or discuss your experience with a financial product. Some studies are one-on-one interviews instead of groups. Others are product tests where you evaluate items at a table in our facility.<\/strong><\/p>\n\n\n\n<p><strong>Your feedback goes directly to the companies behind these products. What you say in the room influences real decisions about what gets launched, redesigned, or pulled.<\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What You Earn<\/h2>\n\n\n\n<p><strong>Participants receive a cash incentive for every session. The amount depends on the study type, session length, and how specialized the audience is.<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Consumer studies (product tests, taste evaluations, concept reviews): Typically $75 to $150 for a 60- to 90-minute session.<\/strong><\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Professional and executive studies (physicians, engineers, IT decision-makers, financial advisors): Typically $150 to $400+ for a 60- to 120-minute session. Compensation is higher because these respondents are harder to recruit and bring specialized expertise.<\/strong><\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Online studies (video-based discussions, digital surveys, online bulletin boards): Vary by length and topic. Most pay $50 to $150.<\/strong><\/li>\n<\/ul>\n\n\n\n<p><strong>Compensation details are confirmed before you commit to any session. You are never obligated to participate after completing a screening survey.<\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How Screening Works<\/h2>\n\n\n\n<p><strong>Not every study is open to everyone. Each project has specific recruit specs, meaning a defined profile of who qualifies. Before a session, our recruitment team sends a screener: a short questionnaire that checks whether you match what the study requires.<\/strong><\/p>\n\n\n\n<p><strong>A screener might ask about your age, household income, purchase habits, professional role, or product usage. If you fit the profile, our team contacts you with session details: date, time, location (in-person or online), topic, and compensation. If you do not fit, you stay in our database for future studies that match.<\/strong><\/p>\n\n\n\n<p><strong>The screening process exists because the companies commissioning these studies need respondents who represent their actual customers. A study about commercial banking software needs banking professionals, not general consumers. A taste test for a new snack brand needs people who buy snacks in that category. The screener makes sure the right people end up in the room.<\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Where Sessions Happen<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>In-person:<\/strong> <\/h3>\n\n\n\n<p><strong>Our facility is at 11 East 22nd Street, Floor 2, in Manhattan&#8217;s Flatiron District. The space includes a comfortable discussion room, a one-way mirror for client observation (you will be told if clients are observing), video and audio recording equipment, and a test kitchen for food and beverage studies. The neighborhood is steps from the Flatiron Building, near Madison Square Park, with easy subway access.<\/strong><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Online:<\/strong> <\/h3>\n\n\n\n<p><strong>Video-based sessions run on secure platforms. You join from home. Screen sharing allows moderators to show you concepts, designs, or prototypes during the discussion. Online studies are available to participants nationwide.<\/strong><\/p>\n\n\n\n<p> <iframe loading=\"lazy\" src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d3022.976188376966!2d-73.99130312499956!3d40.740549471389315!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c259a15798c731%3A0xd695d09bdd495f25!2s11%20E%2022nd%20St%20FL%202%2C%20New%20York%2C%20NY%2010010%2C%20USA!5e0!3m2!1sen!2spe!4v1726171763526!5m2!1sen!2spe\" width=\"600\" height=\"450\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"><\/iframe> <\/p>\n\n\n\n<p class=\"has-medium-font-size\"><strong>11 E 22nd Street, 2\u00ba andar, Nova York, NY 10010 T: +1(212) 505-6805<\/strong><\/p>\n\n\n\n<p class=\"has-medium-font-size\"><\/p>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-alpha-channel-opacity has-background\" style=\"background-color:#bd8f137d;color:#bd8f137d\"\/>\n\n\n\n<div style=\"height:12px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">What Kinds of Studies We Run<\/h2>\n\n\n\n<figure class=\"gb-block-image gb-block-image-a7833096\"><img loading=\"lazy\" decoding=\"async\" width=\"1456\" height=\"816\" class=\"gb-image gb-image-a7833096 wp-block-image size-full is-resized is-style-default\" src=\"https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/09\/Focus-group-30.jpg\" alt=\"Pesquisa e Estrat\u00e9gia de Mercado Internacional da SIS\" title=\"Focus group (30)\" srcset=\"https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/09\/Focus-group-30.jpg 1456w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/09\/Focus-group-30-300x168.jpg 300w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/09\/Focus-group-30-1024x574.jpg 1024w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/09\/Focus-group-30-768x430.jpg 768w, https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/09\/Focus-group-30-18x10.jpg 18w\" sizes=\"auto, (max-width: 1456px) 100vw, 1456px\"><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">SIS has conducted research across more than 50 industries for over 40 years. As a participant, you might contribute to studies in:<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Alimentos e bebidas:<\/strong> <\/h4>\n\n\n\n<p><strong>Taste tests for new recipes, flavor comparisons, packaging preference reviews, restaurant concept evaluations.<\/strong><\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Eletr\u00f4nicos de consumo:<\/strong> <\/h4>\n\n\n\n<p><strong>Reactions to product prototypes, usability walkthroughs, feature prioritization exercises.<\/strong><\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Assist\u00eancia m\u00e9dica:<\/strong> <\/h4>\n\n\n\n<p><strong>Patient experience discussions, caregiver journey interviews, health and wellness product feedback. (Medical professional studies recruit physicians, nurses, and pharmacists separately.)<\/strong><\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Automotivo:<\/strong> <\/h4>\n\n\n\n<p><strong>Vehicle design reactions, in-car technology evaluations, brand perception discussions.<\/strong><\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Servi\u00e7os financeiros:<\/strong> <\/h4>\n\n\n\n<p><strong>Feedback on banking apps, credit card features, insurance product concepts, retirement planning tools.<\/strong><\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Personal care and beauty:<\/strong> <\/h4>\n\n\n\n<p><strong>Product texture and fragrance evaluations, packaging design reviews, brand positioning discussions.<\/strong><\/p>\n\n\n\n<h4 class=\"wp-block-heading has-global-color-9-color has-text-color has-link-color wp-elements-2c6bfad03392aa2bb2bbdcdc2d434c46\"><strong>Travel and hospitality:<\/strong> <\/h4>\n\n\n\n<p class=\"has-contrast-color has-text-color has-link-color wp-elements-25d01e115cea853cb591d8237fe1eb06\"><strong>Hotel concept testing, airline experience feedback, booking platform usability reviews.<\/strong><\/p>\n\n\n\n<p><\/p>\n\n\n\n<div class=\"wp-block-spacer\" style=\"height: 44px;\" aria-hidden=\"true\">&nbsp;<\/div>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Ready to join our respondent database?<\/h2>\n\n\n\n<h5 class=\"wp-block-heading has-contrast-color has-text-color has-link-color wp-elements-6dcc5c165227a338e21dfc04335475f2\"><strong>Complete a short screening survey. Our recruitment team will contact you when a study matches your profile.<br><\/strong><\/h5>\n\n\n\n<div style=\"height:53px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<style>\n.social-section {\n    background: linear-gradient(to right, #063c60, #000000);\n    border-radius: 25px;\n    padding: 60px 40px;\n    text-align: center;\n    box-sizing: border-box;\n}\n\n.social-icons {\n    display: flex;\n    justify-content: center;\n    gap: 50px;\n    margin-bottom: 50px;\n    flex-wrap: wrap;\n}\n\n.social-icon {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    text-decoration: none;\n    color: white !important;\n    transition: transform 0.3s ease, opacity 0.8s ease;\n}\n\n.social-icon:hover {\n    transform: translateY(-5px);\n    opacity: 0.8;\n}\n\n.icon-svg {\n    width: 60px;\n    height: 60px;\n    margin-bottom: 15px;\n    fill: white;\n}\n\n.social-label {\n    font-size: 18px;\n    font-weight: 500;\n    color: white !important;\n}\n\n.cta-button {\n    background-color: #bd9013;\n    color: white !important;\n    padding: 20px 60px;\n    border: none;\n    border-radius: 12px;\n    font-size: 22px;\n    font-weight: bold;\n    text-decoration: none;\n    display: inline-block;\n    transition: background-color 0.3s ease, transform 0.2s ease;\n    cursor: pointer;\n}\n\n.cta-button:hover {\n    background-color: #a17f11;\n    transform: translateY(-2px);\n}\n\n@media (max-width: 768px) {\n    .social-section {\n        padding: 40px 30px;\n    }\n    \n    .social-icons {\n        gap: 30px;\n    }\n    \n    .icon-svg {\n        width: 50px;\n        height: 50px;\n    }\n    \n    .social-label {\n        font-size: 16px;\n    }\n    \n    .cta-button {\n        padding: 18px 40px;\n        font-size: 20px;\n    }\n}\n\n@media (max-width: 480px) {\n    .social-icons {\n        gap: 25px;\n    }\n    \n    .social-section {\n        padding: 30px 20px;\n    }\n    \n    .icon-svg {\n        width: 45px;\n        height: 45px;\n    }\n    \n    .social-label {\n        font-size: 15px;\n    }\n    \n    .cta-button {\n        padding: 15px 30px;\n        font-size: 18px;\n    }\n}\n<\/style>\n\n<div class=\"social-section\">\n    <div class=\"social-icons\">\n        <a href=\"https:\/\/www.facebook.com\/sisinternationalresearch\/\" target=\"_blank\" class=\"social-icon\" rel=\"noopener\">\n            <svg class=\"icon-svg\" viewbox=\"0 0 24 24\">\n                <path d=\"M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z\"\/>\n            <\/svg>\n            <span class=\"social-label\">Facebook<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/www.linkedin.com\/company\/sisinternationalresearch\/\" target=\"_blank\" class=\"social-icon\" rel=\"noopener\">\n            <svg class=\"icon-svg\" viewbox=\"0 0 24 24\">\n                <path d=\"M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z\"\/>\n            <\/svg>\n            <span class=\"social-label\">LinkedIn<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/x.com\/SISIntlResearch\" target=\"_blank\" class=\"social-icon\">\n            <svg class=\"icon-svg\" viewbox=\"0 0 24 24\">\n                <path d=\"M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z\"\/>\n            <\/svg>\n            <span class=\"social-label\">X<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/www.youtube.com\/user\/SISInternational\" target=\"_blank\" class=\"social-icon\" rel=\"noopener\">\n            <svg class=\"icon-svg\" viewbox=\"0 0 24 24\">\n                <path d=\"M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z\"\/>\n            <\/svg>\n            <span class=\"social-label\">YouTube<\/span>\n        <\/a>\n\n        <a href=\"https:\/\/instagram.com\/sisinternational\" target=\"_blank\" class=\"social-icon\" rel=\"noopener\">\n            <svg class=\"icon-svg\" viewbox=\"0 0 24 24\">\n                <path d=\"M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z\"\/>\n            <\/svg>\n            <span class=\"social-label\">Instagram<\/span>\n        <\/a>\n    <\/div>\n\n    <a href=\"https:\/\/www.surveymonkey.com\/r\/S6B9SRZ\" target=\"_blank\" class=\"cta-button\" rel=\"noopener\">\n        Participar\n    <\/a>\n<\/div>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-alpha-channel-opacity has-background\" style=\"background-color:#bd8f137d;color:#bd8f137d\"\/>\n\n\n\n<p><em><strong>Observe<\/strong> que responder a uma pesquisa on-line n\u00e3o o qualifica automaticamente para a participa\u00e7\u00e3o em nossos estudos nem lhe d\u00e1 direito a qualquer compensa\u00e7\u00e3o. Depois de concluir uma de nossas pesquisas, nossa equipe de trabalho de campo analisar\u00e1 suas respostas e poder\u00e1 entrar em contato com voc\u00ea caso atenda aos crit\u00e9rios de um estudo espec\u00edfico.<\/em><\/p>\n\n\n\n<p><\/p>\n<\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>Esta se\u00e7\u00e3o do nosso site permite a participa\u00e7\u00e3o paga em alguns de nossos estudos de grupos focais.<\/p>","protected":false},"author":1,"featured_media":66936,"parent":16287,"menu_order":2,"comment_status":"open","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","footnotes":""},"class_list":["post-16091","page","type-page","status-publish","has-post-thumbnail"],"uagb_featured_image_src":{"full":["https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/09\/Focus-group-recruitment-10.jpg",1456,816,false],"thumbnail":["https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/09\/Focus-group-recruitment-10-150x150.jpg",150,150,true],"medium":["https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/09\/Focus-group-recruitment-10-300x168.jpg",300,168,true],"medium_large":["https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/09\/Focus-group-recruitment-10-768x430.jpg",768,430,true],"large":["https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/09\/Focus-group-recruitment-10-1024x574.jpg",1024,574,true],"1536x1536":["https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/09\/Focus-group-recruitment-10.jpg",1456,816,false],"2048x2048":["https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/09\/Focus-group-recruitment-10.jpg",1456,816,false],"trp-custom-language-flag":["https:\/\/www.sisinternational.com\/wp-content\/uploads\/2025\/09\/Focus-group-recruitment-10-18x10.jpg",18,10,true]},"uagb_author_info":{"display_name":"Ruth Stanat","author_link":"https:\/\/www.sisinternational.com\/pt\/author\/expert\/"},"uagb_comment_info":0,"uagb_excerpt":"This section of our website allows for paid participation in some of our focus group studies.","_links":{"self":[{"href":"https:\/\/www.sisinternational.com\/pt\/wp-json\/wp\/v2\/pages\/16091","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.sisinternational.com\/pt\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.sisinternational.com\/pt\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.sisinternational.com\/pt\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.sisinternational.com\/pt\/wp-json\/wp\/v2\/comments?post=16091"}],"version-history":[{"count":94,"href":"https:\/\/www.sisinternational.com\/pt\/wp-json\/wp\/v2\/pages\/16091\/revisions"}],"predecessor-version":[{"id":85118,"href":"https:\/\/www.sisinternational.com\/pt\/wp-json\/wp\/v2\/pages\/16091\/revisions\/85118"}],"up":[{"embeddable":true,"href":"https:\/\/www.sisinternational.com\/pt\/wp-json\/wp\/v2\/pages\/16287"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.sisinternational.com\/pt\/wp-json\/wp\/v2\/media\/66936"}],"wp:attachment":[{"href":"https:\/\/www.sisinternational.com\/pt\/wp-json\/wp\/v2\/media?parent=16091"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}