    /* <style> */
    * {
        box-sizing: border-box;
        padding: 0;
        margin: 0;
        max-width: 100%;
    }
    ::-webkit-scrollbar {
        width: 3px;
    }
    ::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px #e6e6e6;
        border-radius: 10px;
    }
    ::-webkit-scrollbar-thumb {
        background: #F5B7FF;
        border-radius: 10px;
    }
    ::-webkit-scrollbar-thumb:hover {
        background: #A18BFA;
    }
    @font-face {
        font-family: 'Aragusha';
        src: url('assets/fonts/Aragusha.woff2') format('woff2'),
            url('assets/fonts/Aragusha.woff') format('woff'),
            url('assets/fonts/Aragusha.ttf') format('truetype');
        font-weight: 400;
        font-display: swap;
    }
    @font-face {
        font-family: 'SuisseIntl';
        src: url('assets/fonts/SuisseIntl-Regular.woff2') format('woff2'),
            url('assets/fonts/SuisseIntl-Regular.woff') format('woff'),
            url('assets/fonts/SuisseIntl-Regular.ttf') format('truetype');
        font-weight: 400;
        font-display: swap;
    }
    @font-face {
        font-family: 'SuisseIntl';
        src: url('assets/fonts/SuisseIntl-Bold.woff2') format('woff2'),
            url('assets/fonts/SuisseIntl-Bold.woff') format('woff'),
            url('assets/fonts/SuisseIntl-Bold.ttf') format('truetype');
        font-weight: 700;
        font-display: swap;
    }
    @font-face {
        font-family: 'Poppins';
        src: url('assets/fonts/Poppins-Regular.woff2') format('woff2'),
            url('assets/fonts/Poppins-Regular.woff') format('woff'),
            url('assets/fonts/Poppins-Regular.ttf') format('truetype');
        font-weight: 400;
        font-display: swap;
    }
    @font-face {
        font-family: 'Poppins';
        src: url('assets/fonts/Poppins-Medium.woff2') format('woff2'),
            url('assets/fonts/Poppins-Medium.woff') format('woff'),
            url('assets/fonts/Poppins-Medium.ttf') format('truetype');
        font-weight: 500;
        font-display: swap;
    }
    @font-face {
        font-family: 'Poppins';
        src: url('assets/fonts/Poppins-SemiBold.woff2') format('woff2'),
            url('assets/fonts/Poppins-SemiBold.woff') format('woff'),
            url('assets/fonts/Poppins-SemiBold.ttf') format('truetype');
        font-weight: 600;
        font-display: swap;
    }
    @font-face {
        font-family: 'Poppins';
        src: url('assets/fonts/Poppins-Bold.woff2') format('woff2'),
            url('assets/fonts/Poppins-Bold.woff') format('woff'),
            url('assets/fonts/Poppins-Bold.ttf') format('truetype');
        font-weight: 700;
        font-display: swap;
    }
    html {
        overflow-x: hidden;
        scroll-behavior: smooth;
    }
    body {
        max-width: 100%;
        font-family: "Poppins", sans-serif;
        background: #161717;
        color: #eeeeee;
        display: flex;
        flex-direction: column;
        overflow-x: hidden;
    }
    section,
    footer {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .container {
        position: relative;
        width: 1380px;
        max-width: 100%;
        z-index: 9;
    }
    .row,
    .row2 {
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    .img-fluid {
        max-width: 100%;
        height: auto;
    }
    .col {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .d-none {
        display: none !important;
    }
    .col-left,
    .col-right {
        width: 50%;
        max-width: 100%;
    }
    .mobile {
        display: none !important;
    }
    button {
        border: 0;
    }
    .btn-candidatar,
    .pop-btn {
        position: relative;
        width: fit-content;
        max-width: 100%;
        padding: 10px 24px;
        font-size: 24px;
        font-weight: 600;
        text-decoration: none;
        text-transform: uppercase;
        color: #ffffff;
        display: block;
        cursor: pointer;
        transition: ease 0.3s;
        border-radius: 10px;
        border: 1.5px solid rgba(64, 147, 255, 0.58);
        background: radial-gradient(27.7% 252.86% at 50% -47.14%, #008BC0 31.73%, #005373 100%);
        box-shadow: 0 0 22.5px 0 rgba(0, 157, 217, 0.54);
    }
    .btn-candidatar i,
    .pop-btn i {
        width: 40px;
        height: 40px;
        background-image: url(assets/img/ArrowUpRight.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20px 20px;
        display: flex;
    }
    .btn-candidatar:hover,
    .pop-btn:hover {
        transform: scale(1.05);
    }
    .hero {
        position: relative;
        /* min-height: 120vh; */
        padding: 20px 0 0 0;
        background-image: url(assets/img/bg_hero.webp);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 1;
    }
    .hero .container {
        position: static;
        width: 100%;
        z-index: 1;
    }
    .hero_card {
        position: relative;
        z-index: 9;
    }
    .hero-content {
        position: relative;
        width: 100%;
        max-width: 100%;
        padding-bottom: 70px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* background-image: url(assets/img/hero_content_bg.webp);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%; */
        gap: 30px;
    }
    .hero-content::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(assets/img/hero_content_bg.webp);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: 100% 80%;
    }
    .hero_card.card1 {
        position: relative;
        margin-top: -70px;
        padding: 0px;
    }
    .hero_card.card1 div {
        position: relative;
        margin-bottom: 20px;
        padding: 1px 0px 1px 10px;
        max-width: 281px;
        text-transform: uppercase;
    }
    .hero_card.card1 div::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(153, 153, 153, 0.5) 100%);
    }
    .hero_card.card1 p {
        font-size: 20px;
        letter-spacing: 1.52px;
        font-weight: 500;
        line-height: 1.23em;
        letter-spacing: 2.8px;
        color: #ffffff;
        text-shadow: #000908 0px 0px 10px;
    }
    .hero_card.card1 h2 {
        font-family: 'Aragusha', sans-serif;
        font-size: 96px;
        font-weight: 400;
        line-height: 1em;
        letter-spacing: -1.92px;
        color: #C7E5FE;
    }
    .hero_card.card1 h3 {
        margin: -20px 0 20px 0;
        font-family: 'Poppins', sans-serif;
        font-size: 48px;
        font-weight: 400;
        line-height: 1em;
        font-style: italic;
        letter-spacing: -0.96px;
        text-align: right;
    }
    .hero_card.card2 {
        position: relative;
        margin-top: -20px;
        padding: 20px 40px;
        font-size: 16px;
        font-weight: 400;
        width: 408px;
        text-align: center;
        border-radius: 16px;
        border: 2px solid rgba(199, 229, 254, 0.05);
        background: rgba(39, 53, 64, 0.18);
        backdrop-filter: blur(21.5px);
    }
    .hero_card.card2 p {
        font-size: 24px;
        letter-spacing: 15.12px;
        color: rgba(255, 255, 255, 0.8);
    }
    .hero .cards {
        padding: 0;
        width: 1100px;
        max-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        z-index: 9;
    }
    .hero .card {
        position: relative;
        padding: 30px;
        width: 25%;
        max-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 17px;
        background: rgba(25, 25, 25, 0.18);
        gap: 10px;
    }
    .hero .card::before {
        content: "";
        position: absolute;
        inset: 0;
        padding: 1px;
        border-radius: inherit;
        background: linear-gradient(20deg, rgba(199, 229, 254, 0), rgba(199, 229, 254, 0), rgba(199, 229, 254, 0), rgba(199, 229, 254, 0.27), rgba(199, 229, 254, 0.27), rgba(199, 229, 254, 0.27), rgba(199, 229, 254, 0.27), rgba(199, 229, 254, 0.27), rgba(199, 229, 254, 0), rgba(199, 229, 254, 0), rgba(199, 229, 254, 0));
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }
    .hero .card p {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.25em;
        letter-spacing: -0.48px;
        color: rgba(255, 255, 255, 0.8);
    }
    .hero .card p span {
        color: #ffffff;
        font-weight: 600;
    }
    .hero_card.card3 {
        position: relative;
        width: 500px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 600;
        gap: 15px;
    }
    .hero p {
        font-size: 19px;
        letter-spacing: 1.52px;
        font-weight: 400;
        line-height: 1.25em;
    }
    .letreiro {
        position: relative;
        display: grid;
        z-index: 2;
    }
    .ajp-marquee {
        position: relative;
        width: 100%;
        overflow: hidden;
        background-color: #ABF1FD;
        padding: 18px 0;
    }
    .ajp-track {
        display: flex;
        width: max-content;
        white-space: nowrap;
    }
    .ajp-content {
        display: flex;
        gap: 30px;
        animation: marquee 30s linear infinite;
    }
    .ajp-marquee p {
        margin: 0;
        font-size: 16px;
        letter-spacing: 0.15em;
        color: #106776;
        font-weight: 500;
        text-transform: uppercase;
    }
    .ajp-marquee p b {
        font-weight: 700;
    }
    .ajp-marquee p i {
        display: inline-block;
        width: 7px;
        height: 7px;
        background-image: url(assets/img/dot.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    @keyframes marquee {
        0% {
            transform: translateX(0);
        }
        50% {
            transform: translateX(-50%);
        }
        100% {
            transform: translateX(-100%);
        }
    }
    @media (max-width: 996px) {
        body {
            background: #000908;
        }
        body.modal-aberto {
            align-items: normal;
        }
        .container {
            width: 100% !important;
        }
        footer {
            overflow-x: hidden;
        }
        .row {
            flex-direction: column;
        }
        .col,
        .col-left,
        .col-right,
        .col-middle {
            width: 100% !important;
            padding: 0 20px;
        }
        .desktop {
            display: none !important;
        }
        .mobile {
            display: block !important;
        }
        body.modal-aberto .overlay {
            background-color: rgba(0, 0, 0, 0.8);
        }
        .hero {
            min-height: 90vh;
            height: 100%;
            padding: 20px 0 0 0;
            background-image: url(assets/img/hero_mob_bkg.webp);
            background-position: top center;
            background-size: cover;
        }
        .hero .container {
            flex: 1;
            display: flex;
            justify-content: center;
        }
        .logo_curso {
            width: 80px;
            max-width: 100%;
        }
        .hero .col {
            flex: 1;
            padding: 0;
        }
        .hero-content.mobile {
            position: relative;
            padding: 20px 0 0 0;
            display: flex !important;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
            gap: 0;
        }
        .hero-content.mobile::after {
            content: none;
        }
        .hero .cards.mobile {
            margin-top: -120px;
            padding: 20px 12px 20px 12px;
            display: flex !important;
            flex-direction: column;
            gap: 0px;
        }
        .hero .content_mob {
            position: relative;
            padding-bottom: 30px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        .hero .content_mob::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: calc(100% - 260px);
            background-image: url(assets/img/content_mob.webp);
            background-repeat: no-repeat;
            background-position: bottom center;
            background-size: 100% 100%;
            z-index: 1;
        }
        .hero .card {
            position: relative;
            width: 100%;
            max-width: 305px;
            padding: 20px 30px;
            border-radius: 9px;
            font-size: 12px;
            text-align: center;
            justify-content: start;
            border-radius: 9px;
            background: rgba(39, 53, 64, 0);
        }
        .hero .card::before {
            content: "";
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            position: absolute;
            inset: 0;
            padding: 1px;
            border-radius: inherit;
        }
        .hero .card img {
            width: auto;
            height: 21px;
        }
        .hero_cards {
            position: relative;
            max-width: 302px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        .hero_card.card1 {
            margin-top: 0px;
            max-width: 100%;
            gap: 15px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .hero_card.card1 p {
            font-size: 16px;
            letter-spacing: -0.64px;
            font-weight: 300;
            line-height: 1.42em;
            color: rgba(226, 226, 226, 0.8);
            text-align: center;
        }
        .hero_card.card1 h2 {
            width: 237px;
            font-size: 48px;
            font-weight: 400;
            letter-spacing: -0.64px;
        }
        .hero_card.card1 h3 {
            width: 237px;
            color: #FFF;
            text-align: right;
            font-family: 'Poppins', sans-serif;
            font-size: 24px;
            font-style: italic;
            font-weight: 400;
            line-height: 89%;
            letter-spacing: -0.48px;
        }
        .hero_card.card2 {
            width: fit-content;
            padding: 20px 25px;
            margin-top: 15px;
        }
        .hero_card.card2 p {
            font-size: 14px;
            letter-spacing: 6.3px;
        }
        .hero h3 {
            margin-top: 15px;
            font-size: 14px;
            font-weight: 500;
            line-height: 1.2em;
            text-align: center;
        }
        .btn-candidatar {
            position: relative;
            margin-top: 30px;
            min-width: 0;
            max-width: fit-content;
            padding: 8px 24px;
            justify-content: center;
            font-size: 20px;
            letter-spacing: -0.8px;
            z-index: 9;
            border-radius: 10px;
            border: 1.5px solid rgba(64, 147, 255, 0.58);
            background: radial-gradient(34.19% 312.14% at 50% -47.14%, #009DD9 0%, #005373 100%);
        }
        .ajp-track {
            display: flex;
            width: max-content;
            white-space: nowrap;
            animation: marquee 20s linear infinite;
        }
    }
    /* </style> */
    .bloco1 {
        position: relative;
        background-image: url(assets/img/bg_01.webp);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .google-review-badge {
        container-type: inline-size;
        width: 130px;
        height: auto;
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .google-logo {
        height: auto;
        width: 35%;
        display: block;
    }
    .review-main {
        width: 65%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 1px;
    }
    .review-top-text {
        font-size: 7px;
        font-weight: 300;
        letter-spacing: 0.2em;
        color: #fff;
        line-height: 1;
    }
    .review-stars {
        width: 100%;
    }
    .review-stars img {
        height: auto;
        width: 100%;
        display: block;
    }
    .review-bottom-text {
        font-size: 8px;
        letter-spacing: 0.04em;
        color: #fff;
        line-height: 1;
    }
    .about_cdt {
        position: relative;
        padding: 100px 0 50px 0;
        background-image: url(assets/img/bg01.webp);
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .about_cdt::before {
        content: '';
        position: absolute;
        width: 40%;
        height: 90%;
        top: 0;
        left: -5%;
        background-image: url(assets/img/section-before.webp);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: contain;
        opacity: 0.7;
        filter: grayscale(1);
    }
    .about_cdt::after {
        content: '';
        position: absolute;
        width: 40%;
        height: 90%;
        top: 0;
        right: 0px;
        background-image: url(assets/img/section-after.webp);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: contain;
        opacity: 0.7;
        filter: grayscale(1);
    }
    .about_cdt .container {
        width: 1470px;
        z-index: 9;
    }
    .about_cdt .row {
        gap: 50px;
    }
    .about_cdt .col-left {
        width: 40%;
    }
    .thumb_video,
    iframe, video {
        padding: 15px;
        border: 2px solid rgba(255, 255, 255, 0.1);
        border-radius: 30px;
        background-color: rgba(0, 0, 0, 0.6);
        height: 790px !important;
    }
    .temp-video, .temp-video2 {
        position: relative;
        width: 100%;
        cursor: pointer;
    }
    .icon_yt_play {
        position: absolute;
        top: 50%;
        left: 50%;
        opacity: 0.4;
        transition: 0.3s opacity ease;
        transform: translate(-50%, -50%);
    }
    .temp-video:hover .icon_yt_play {
        opacity: 1;
    }
    .about_cdt .col-right {
        width: 60%;
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
    .card_about_cdt {
        padding: 50px 30px;
        border-radius: 27px;
        background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 0%, rgba(115, 115, 115, 0.00) 100%);
        backdrop-filter: blur(16.600000381469727px);
    }
    .card_about_cdt::before {
        content: "";
        position: absolute;
        inset: 0;
        padding: 1px;
        border-radius: inherit;
        background: linear-gradient(0deg, rgba(199, 229, 254, 0), rgba(199, 229, 254, 0), rgba(199, 229, 254, 0), rgba(199, 229, 254, 0.15), rgba(199, 229, 254, 0.15), rgba(199, 229, 254, 0.15));
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }
    .card-reviews {
        width: 100%;
        padding-bottom: 10px;
        display: flex;
        justify-content: flex-end;
    }
    .card_about_cdt h2 {
        font-family: 'Aragusha', sans-serif;
        font-size: 64px;
        font-weight: 400;
        letter-spacing: -1.28px;
    }
    .card_about_cdt h2 span {
        color: #ABF1FD;
    }
    .card_about_cdt p {
        font-size: 24px;
        line-height: 1.5em;
        letter-spacing: -0.96px;
        color: rgba(255, 255, 255, 0.8);
    }
    .card_about_cdt p span {
        color: #ABF1FD;
    }
    .about_cdt .cards {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: stretch;
        gap: 30px;
    }
    .about_cdt .card {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }
    .about_cdt .sub_card {
        height: 100%;
        padding: 20px 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 16px;
        background: linear-gradient(90deg, rgba(39, 53, 64, 0.18) 0%, rgba(102, 137, 166, 0) 100%);
        backdrop-filter: blur(21.5px);
    }
    .about_cdt .card p {
        font-size: 24px;
    }
    .about_cdt .row2 {
        padding: 80px 0 50px 0;
        justify-content: center;
        align-items: center;
    }
    .about_cdt_btn {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .diferenciais {
        padding: 50px 0;
    }
    .diferenciais .container {
        width: 1580px;
        z-index: 9;
    }
    .section_title {
        position: relative;
        font-family: 'Aragusha', sans-serif;
        font-size: 64px;
        font-weight: 400;
        line-height: 1.4em;
        letter-spacing: -1.4px;
        text-align: center;
        margin-bottom: 80px;
        color: #ffffff;
    }
    .section_title::before {
        content: '';
        position: absolute;
        top: 50%;
        left: -240px;
        width: 195px;
        height: 1px;
        background-image: linear-gradient(to right, #FFFFFF 0%, #C7E5FE 100%);
        opacity: 0.27;
    }
    .section_title::after {
        content: '';
        position: absolute;
        top: 50%;
        right: -240px;
        width: 195px;
        height: 1px;
        background-image: linear-gradient(to right, #FFFFFF 0%, #C7E5FE 100%);
        opacity: 0.27;
    }
    .diferenciais .cards {
        padding: 30px 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: stretch;
        gap: 15px;
    }
    .diferenciais .card {
        flex: 1;
        padding: 0;
        border-radius: 17px;
        border: 1px solid rgba(255, 255, 255, 0.00);
        background: radial-gradient(27.7% 252.86% at 50% -47.14%, rgba(9, 145, 255, 0.13) 0%, rgba(38, 200, 228, 0.13) 100%), rgba(48, 47, 50, 0.23);
        display: flex;
        flex-direction: column;
        justify-content: stretch;
        align-items: center;
        overflow: hidden;
    }
    .diferenciais .card .img {
        position: relative;
        width: 100%;
        height: 450px;
        background-image: var(--bkg_card);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border-radius: 17px 17px 0 0;
    }
    .diferenciais .card .img::after {
        content: '';
        position: absolute;
        top: 15px;
        left: 15px;
        width: 37px;
        height: 44px;
        background-image: url(assets/img/cdt_icon.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .diferenciais .card_txt {
        padding: 30px 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 10px;
    }
    .diferenciais .card_txt h3 {
        font-size: 22px;
        font-weight: 500;
    }
    .diferenciais .card_txt p {
        font-size: 20px;
        font-weight: 400;
        line-height: 1.2em;
        color: rgba(255, 255, 255, 0.7);
    }
    .diferenciais .card_txt p span {
        color: #ffffff;
    }
    .diferenciais .col {
        padding: 40px 0 0 0;
        gap: 20px;
    }
    .metodo {
        padding: 50px 0;
    }
    .metodo .container {
        width: 1480px;
        z-index: 9;
    }
    .metodo .cards {
        padding: 30px 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: stretch;
        gap: 15px;
    }
    .metodo .card {
        flex: 1;
        padding: 21px;
        border-radius: 30px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        background: rgba(217, 217, 217, 0.01);
        backdrop-filter: blur(18.399999618530273px);
        display: flex;
        flex-direction: column;
        justify-content: stretch;
        align-items: center;
        overflow: hidden;
        gap: 20px;
    }
    .metodo .card .img {
        position: relative;
        width: 100%;
        height: 240px;
        background-image: var(--bkg_card);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border-radius: 17px;
    }
    .metodo .card_txt {
        width: 100%;
        padding-top: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        gap: 10px;
    }
    .metodo .card_txt p {
        font-size: 20px;
        font-weight: 400;
        line-height: 1.2em;
        color: rgba(255, 255, 255, 0.7);
    }
    .metodo .card_txt p span {
        color: #ffffff;
    }
    .atuacao_pratica {
        padding: 50px 0;
        gap: 20px;
    }
    .atuacao_pratica h2 {
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 80%, #ffffff 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .atuacao_pratica .cards {
        width: 100%;
        padding: 50px 0;
        display: flex;
        justify-content: center;
        align-items: stretch;
        flex-wrap: wrap;
        gap: 30px 20px;
        ;
    }
    .atuacao_pratica .card {
        position: relative;
        flex: 1;
        min-width: 30%;
        max-width: 415px;
        padding: 20px 30px;
        display: flex;
        flex-direction: row;
        justify-content: start;
        border-radius: 10px;
        align-items: center;
        gap: 20px
    }
    .atuacao_pratica .card::before {
        content: "";
        position: absolute;
        inset: 0;
        padding: 1px;
        border-radius: inherit;
        background: linear-gradient(0deg, rgba(199, 229, 254, 0), rgba(199, 229, 254, 0), rgba(199, 229, 254, 0), rgba(199, 229, 254, 0.27), rgba(199, 229, 254, 0.27), rgba(199, 229, 254, 0.27), rgba(199, 229, 254, 0.27));
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
    }
    .atuacao_pratica .card img {
        width: auto;
        height: 32px;
    }
    .atuacao_pratica .card p {
        font-size: 20px;
        letter-spacing: -0.6px;
    }
    .galeria {
        padding: 50px 0;
    }
    .galeria::after {
        content: '';
        position: absolute;
        top: -10%;
        left: 50%;
        transform: translateX(-50%);
        width: 55%;
        height: 50%;
        border-radius: 2903px;
        opacity: 0.62;
        background: radial-gradient(27.7% 252.86% at 50% -47.14%, #C7E5FE 31.73%, #A1CFE0 100%);
        background-blend-mode: color-dodge;
        mix-blend-mode: color-dodge;
        filter: blur(257.37933349609375px);
    }
    .galeria .container {
        width: 100%;
        z-index: 9;
    }
    .galeria .grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0;
    }
    .galeria .grid div {
        height: fit-content;
    }
    .galeria .grid img {
        width: 100%;
        height: auto;
        display: block;
    }
    .bloco2 {
        position: relative;
        background-image: url(assets/img/bg_02.webp);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .modulos {
        position: relative;
        padding: 70px 0;
    }
    .modulos .row {
        gap: 20px;
    }
    .modulos h2 {
        text-align: center;
        font-size: 36px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 9px;
        color: #ffffff;
    }
    .modulos h2 span {
        color: #ABF1FD;
    }
    .modules_content {
        display: none;
    }
    .modules_accordion {
        position: relative;
        margin-top: 50px;
        z-index: 9;
    }
    .modules_accordion-item {
        margin-bottom: 25px;
        border-radius: 10px;
    }
    .modules-header {
        position: relative;
        padding: 15px 30px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        border-radius: 10px;
        cursor: pointer;
    }
    .modules-header::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-image: url(assets/img/button_border.svg);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 100%;
        z-index: 1;
    }
    .modules-header.active::before {
        background-image: url(assets/img/button_border_active.svg);
    }
    .modules-header::after {
        content: "›";
        position: absolute;
        top: 50%;
        right: 10px;
        display: block;
        font-size: 20px;
        font-weight: 400;
        line-height: 0.1em;
        color: #ffffff;
        transform: translateY(-50%) rotate(90deg);
        transition: ease 0.3s
    }
    .modules-header.active::after {
        content: "›";
        position: absolute;
        top: 50%;
        right: 10px;
        display: block;
        font-size: 20px;
        font-weight: 400;
        line-height: 0.1em;
        color: #ffffff;
        transform: translateY(-50%) rotate(630deg);
        transition: ease 0.3s
    }
    .modules-header h4 {
        font-family: 'Inter', sans-serif;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .modules-header p {
        font-family: 'Inter', sans-serif;
        font-size: 16px;
        font-weight: 300;
    }
    .modules_content {
        padding: 20px 30px;
        border-radius: 10px;
    }
    .modules_content li {
        margin-left: 10px;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .especialistas {
        padding: 90px 0;
    }
    .especialistas .container {
        z-index: 9;
    }
    .especialistas h2 {
        font-family: 'Aragusha', sans-serif;
        font-weight: 400;
        font-size: 70px;
        line-height: 1.4em;
        letter-spacing: -1.4px;
        text-align: center;
        margin-bottom: 180px;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 80%, #ffffff 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .especialistas h2 span {
        border-bottom: 1px solid rgba(255, 255, 255, 0.27);
    }
    .especialistas .cards {
        position: relative;
        width: 1313px;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: stretch;
        gap: 150px;
    }
    .especialistas .card {
        position: relative;
        width: 1230px;
        height: 620px;
        max-width: 100%;
        padding: 60px 80px 60px 360px;
        border-radius: 47px;
        background: rgba(217, 217, 217, 0.01);
        backdrop-filter: blur(18.4px);
        display: flex;
        gap: 60px;
    }
    .especialistas .card::before {
        content: "";
        position: absolute;
        inset: 0;
        padding: 2px;
        border-radius: inherit;
        background: linear-gradient(120deg, rgba(199, 229, 254, 0), rgba(199, 229, 254, 0), rgba(199, 229, 254, 0.27), rgba(199, 229, 254, 0.27), rgba(199, 229, 254, 0.27), rgba(199, 229, 254, 0.27));
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }
    .especialistas .about_image {
        position: absolute;
        top: -80px;
        left: -100px;
        width: 400px;
        height: 619px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 30px;
        border: 1px solid rgba(255, 255, 255, 0.27);
        background: rgba(217, 217, 217, 0.01);
        backdrop-filter: blur(184px);
        overflow: hidden;
    }
    .especialistas .about_image img {
        width: 403px;
        max-width: 100%;
        height: 100%;
        max-height: 100%;
        display: block;
    }
    .especialistas .about {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .especialistas h3 {
        font-weight: 400;
        font-size: 32px;
        line-height: 1.2em;
        letter-spacing: 8px;
        text-transform: uppercase;
        color: #4CCEFF;
    }
    .especialistas h4 {
        margin: 10px 0;
        font-weight: 400;
        font-size: 24px;
        line-height: 1.2em;
        color: rgba(255, 255, 255, 0.8);
    }
    .especialistas .crm {
        margin: 0;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.4em;
        letter-spacing: 1px;
        color: rgba(199, 229, 254, 0.65);
    }
    .especialistas ul {
        position: relative;
        padding-top: 50px;
        margin-left: 90px;
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .especialistas ul::before {
        content: "";
        position: absolute;
        bottom: calc(50% - 26px);
        left: -90px;
        width: 1px;
        height: calc(50%);
        background: linear-gradient(to bottom, transparent 0%, rgba(199, 229, 254, 0.27) 20%, rgba(199, 229, 254, 0.27) 100%);
    }
    .especialistas ul li {
        position: relative;
        width: 700px;
        max-width: 100%;
        border-radius: 24px;
    }
    .especialistas ul li::before {
        content: "";
        position: absolute;
        top: calc(50% - 3px);
        left: -35px;
        width: 8px;
        height: 8px;
        background: rgba(199, 229, 254, 0.27);
        transform: rotate(45deg);
    }
    .especialistas ul li::after {
        content: "";
        position: absolute;
        inset: 0;
        padding: 2px;
        border-radius: inherit;
        background: linear-gradient(60deg, rgba(199, 229, 254, 0.11) 20%, rgba(199, 229, 254, 0) 100%);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }
    .especialistas ul li div {
        max-width: 100%;
        padding: 25px 30px;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.5em;
        letter-spacing: -0.8px;
        color: rgba(255, 255, 255, 0.8);
    }
    .especialistas ul li div::before {
        content: "";
        position: absolute;
        top: 50%;
        left: -90px;
        width: 55px;
        height: 1.5px;
        background: rgba(199, 229, 254, 0.27);
    }
    .especialistas .thiago_amorim {
        position: relative;
    }
    .especialistas .thiago_amorim::after {
        content: '';
        position: absolute;
        top: -80px;
        right: 30px;
        width: 220px;
        height: 220px;
        background-image: url(assets/img/top_of_mind_brazil-mq.webp);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .group_last {
        position: relative;
    }
    .group_last::after {
        content: '';
        position: absolute;
        top: -30%;
        left: 0;
        width: 100%;
        height: 120%;
        background-image: url(assets/img/bg3.webp);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .estrutura .container {
        width: 1520px;
        z-index: 9;
    }
    .estrutura .cards {
        padding: 30px 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: stretch;
        gap: 20px;
    }
    .estrutura .card {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: stretch;
        align-items: center;
        gap: 25px;
    }
    .estrutura .card .img {
        position: relative;
        width: 100%;
        height: 625px;
        background-image: var(--bkg_card);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border-radius: 30px;
        border: 2px solid #009DD9;
        box-shadow: 0 0 100px 0 rgba(0, 157, 217, 0.39), 0 0 16.4px 0 rgba(0, 157, 217, 0.88);
    }
    .estrutura .card_txt {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 10px;
    }
    .estrutura .card_txt p {
        font-size: 20px;
        font-weight: 400;
        line-height: 1.2em;
        color: #ffffff;
        text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.7);
    }
    .estrutura .card_txt p span {
        font-weight: 500;
    }
    .about_curso {
        padding: 100px 0 50px 0;
    }
    .about_curso .container {
        width: 1470px;
        z-index: 9;
    }
    .about_curso .row {
        gap: 50px;
    }
    .about_curso .col-left {
        width: 60%;
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
    .about_curso h2 {
        font-size: 70px;
        font-weight: 500;
        line-height: 1.17em;
        letter-spacing: -2.16px;
    }
    .about_curso h2 span {
        color: #C7E5FE;
    }
    .about_curso h3 {
        font-size: 44px;
        line-height: 1.17em;
        font-weight: 400;
        letter-spacing: -2.2px;
        color: rgba(255, 255, 255, 0.75);
    }
    .about_curso h3 span {
        color: #ffffff;
    }
    .about_curso h4 {
        font-size: 36px;
        line-height: 1em;
        letter-spacing: -1.44px;
        font-weight: 500;
        color: rgba(255, 255, 255, 1);
    }
    .about_curso .card {
        position: relative;
        width: 80%;
        max-width: 100%;
        display: flex;
        margin-top: 30px;
        padding: 60px 35px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 40px;
        align-self: stretch;
        border-radius: 14px;
        background: rgba(74, 191, 211, 0.22);
        box-shadow: 0 0 100px 0 rgba(199, 229, 254, 0.02);
    }
    .about_curso .card::before {
        content: "";
        position: absolute;
        inset: 0;
        padding: 2px;
        border-radius: inherit;
        background: linear-gradient(20deg, rgba(171, 241, 253, 0), rgba(171, 241, 253, 0), rgba(171, 241, 253, 0), rgba(171, 241, 253, 0.27), rgba(171, 241, 253, 0.27), rgba(171, 241, 253, 0.27), rgba(171, 241, 253, 0.27), rgba(171, 241, 253, 0.27), rgba(171, 241, 253, 0), rgba(171, 241, 253, 0), rgba(171, 241, 253, 0));
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }
    .about_curso h5 {
        font-size: 36px;
        font-weight: 500;
    }
    .about_curso .card {
        padding: 40px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        font-size: 24px;
        font-weight: 400;
        line-height: 1.34em;
        color: rgba(255, 255, 255, 0.85);
    }
    .about_curso .card_divider {
        width: 80%;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.1);
    }
    .about_curso_btn {
        padding: 50px 0;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .about_curso_btn .btn-candidatar {
        width: 80%;
        padding: 8px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        font-size: 26px;
        letter-spacing: -1.04px;
        border-radius: 17px;
    }
    .about_curso .col-right {
        width: 40%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }
    .faq {
        position: relative;
        width: 100%;
        background: radial-gradient(170% 170% at 53% 240%, #6B31744d 0%, rgba(37, 1, 255, 0.01) 100%);
        background-position: bottom center;
        background-size: contain;
        background-repeat: no-repeat;
        font-family: 'Inter', sans-serif;
    }
    .faq::before {
        content: '';
        position: absolute;
        width: 80%;
        height: 65px;
        bottom: 25%;
        left: 50%;
        border-radius: 50%;
        background: #6B317480;
        mix-blend-mode: screen;
        filter: blur(180px);
        transform: translateX(-50%) translateY(-50%);
    }
    .faq .container {
        padding: 70px 0;
    }
    .faq h4 {
        width: fit-content;
        padding: 10px 12px;
        background-color: rgba(97, 215, 255, 0.051);
        border: 1px solid #C7E5FE;
        border-radius: 8px;
        font-size: 17px;
        font-weight: 300;
    }
    .faq h3 {
        font-size: 30px;
        font-weight: 600;
    }
    .faq h2 {
        font-size: 22px;
        font-weight: 400;
    }
    .faq .col-left {
        width: 40%;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .faq .col-right {
        width: 60%;
    }
    .faq .accordion-item {
        background-color: rgba(255, 255, 255, 0.0);
        margin-bottom: 15px;
    }
    .faq-header {
        background-color: rgba(30, 30, 30, 0.05);
        color: #ffffff;
        font-weight: bold;
        border-bottom: 1px solid rgba(255, 255, 255, 0.0);
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 1rem 1.25rem;
        text-align: left;
        overflow-anchor: none;
        cursor: pointer;
        transition: ease 0.3s;
    }
    .faq-header::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-image: linear-gradient(to right, rgba(199, 229, 254, 0.6) 31%, rgba(97, 215, 255, 0) 100%);
    }
    .faq-header::after {
        content: "›";
        position: absolute;
        top: 50%;
        right: 10px;
        display: block;
        font-size: 20px;
        font-weight: 400;
        line-height: 0.1em;
        color: #ffffff;
        transform: translateY(-50%) rotate(90deg);
        transition: ease 0.3s;
    }
    .faq-header.active::after {
        content: "›";
        position: absolute;
        top: 50%;
        right: 10px;
        display: block;
        font-size: 20px;
        font-weight: 400;
        line-height: 0.1em;
        color: #ffffff;
        transform: translateY(-50%) rotate(630deg);
    }
    .faq-header:hover,
    .faq-header.active {
        color: #ffffff;
        background-color: rgba(30, 30, 30, 0.3);
        z-index: 3;
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(97, 215, 255, 0.251);
    }
    .faq-header p {
        margin-bottom: 0;
        font-weight: 600;
        font-size: 15px;
        line-height: 19px;
        transition: 0.4s;
        margin-bottom: 0;
    }
    .content {
        position: relative;
        padding: 18px;
        display: none;
        overflow: hidden;
        transition: 0.4s;
        max-width: 100%;
        background-color: rgba(255, 255, 255, 0.05);
        border-radius: 10px;
    }
    .content p {
        color: #ffffff;
        font-size: 14px;
        line-height: 1.5em;
    }
    .faq .row_button {
        margin-top: 40px;
        display: flex;
        justify-content: center;
    }
    .row_logo_footer {
        padding-top: 50px;
    }
    .logo_footer {
        margin-top: 20px;
    }
    .logo_footer h2 {
        font-size: 30px;
        font-weight: 600;
        text-align: center;
    }
    .logo_footer .box {
        margin-top: 30px;
        padding: 0;
        width: 100%;
        border-radius: 10px;
        background-color: rgba(21, 243, 213, 0.02);
    }
    .logo_footer .box .row {
        justify-content: center;
        align-items: center;
        gap: 50px
    }
    .logo_footer .box .col-left {
        width: 50%;
        padding: 30px;
        gap: 20px;
    }
    .logo_footer .box .col-right {
        width: 50%;
    }
    .logo_footer p {
        font-size: 14px;
        line-height: 1.5em;
    }
    .qr-code {
        width: 100%;
        ;
        display: flex;
        justify-content: center;
        align-items: end;
    }
    .qr-code img {
        width: 100%;
        border-radius: 10px;
    }
    footer {
        padding: 30px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.27);
    }
    footer .row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
    }
    footer .col-left {
        width: 40%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
    }
    footer .col-middle {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
    }
    footer .col-middle p {
        font-size: 14px;
        font-weight: 100;
    }
    footer p, footer p a {
        font-size: 14px;
        font-weight: 300;
        color: #D3D3D3;
        text-decoration: none;
    }
    footer p a {
        text-decoration: underline;
    }
    footer .col-middle p a:hover {
        color: #ffffff;
    }
    footer .col-right {
        width: 10%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: end;
    }
    .captura::-webkit-scrollbar {
        width: 3px;
    }
    .captura::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px #ffffff;
        border-radius: 10px;
    }
    .captura::-webkit-scrollbar-thumb {
        background: #15F3D5;
        border-radius: 10px;
        border: 1px solid #000;
    }
    .captura::-webkit-scrollbar-thumb:hover {
        background: #9DFFF2;
    }
    .capture_form input,
    .captura #button-check {
        background-color: #ffffff;
        border-color: #000000;
        border-width: 2px 2px 2px 2px;
        border-radius: 5px;
        width: 100%;
        padding: 8px 16px;
        font-size: 16px;
    }
    .capture_form input[type="text"]::placeholder {
        color: #212529;
        font-weight: 400;
        opacity: 0.9;
    }
    .ocultar {
        display: none;
    }
    .btn-checkout {
        cursor: pointer;
    }
    .modal-popup {
        display: none;
        position: fixed;
        top: 0;
        left: 50%;
        transform: translate(-50%, 10px);
        width: 550px;
        max-height: fit-content;
        z-index: 99999;
        overflow: auto;
        background-color: #000000;
        padding: 20px 50px;
    }
    body.modal-aberto {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        overflow-y: hidden !important;
    }
    body.modal-aberto a {
        overflow: hidden;
        pointer-events: none;
    }
    body.modal-aberto::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.9);
        z-index: 9999;
    }
    .fechar {
        position: relative;
        width: 100%;
        height: 40px;
    }
    #fechar-modal {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 5px;
        right: 5px;
        width: 20px;
        height: 20px;
        cursor: pointer;
        font-weight: 400;
    }
    #fechar-modal span {
        position: absolute;
        top: 0;
        right: 5px;
        width: 2px;
        height: 20px;
        background-color: #ffffff;
        transform: rotate(45deg);
    }
    #fechar-modal span:last-child {
        position: absolute;
        top: 0;
        right: 5px;
        width: 2px;
        height: 20px;
        background-color: #ffffff;
        transform: rotate(135deg);
    }
    .txt-modal h3 {
        text-align: center;
        font-size: 22px;
        line-height: 1.25em;
    }
    .captura form {
        text-align: center;
    }
    .captura input[type="text"],
    .captura select,
    .button-check {
        background-color: #ffffff;
        border-color: #000000;
        border-width: 2px 2px 2px 2px;
        border-radius: 5px;
        width: 100%;
        padding: 8px 16px;
        font-size: 16px;
        margin-top: 10px;
        position: relative;
        line-height: 1.2em;
    }
    input,
    optgroup,
    select,
    textarea {
        margin: 0;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
    }
    input.form-check-input {
        margin-right: 7px;
    }
    .captura input[type="text"]._has_error,
    .captura select._has_error, .button-check._has_error {
        background-color: #ffdddd !important;
    }
    .captura input[type="text"]::placeholder {
        color: #212529;
        font-weight: 400;
        opacity: 0.9;
    }
    .captura legend {
        margin-bottom: 0px;
        margin-top: 10px;
    }
    .captura ._form-label {
        display: none;
    }
    .captura .btn-candidatar {
        margin-top: 20px;
    }
    .entrada {
        display: flex;
        gap: 7px;
    }
    .entrada label,
    .entrada input,
    select option {
        cursor: pointer;
        color: #000;
    }
    .select-options-wrapper {
        background-color: #ffffff;
        padding: 20px;
        text-align: left;
    }
    .error-message {
        display: none;
    }
    ._has_error ~ .error-message {
        display: block;
    }
    .button-wrapper {
        padding: 20px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .btn-candidatar.pop-btn {
        width: 100%;
        max-width: 100%;
        font-size: 18px;
        text-transform: uppercase;
    }
    @media (max-width: 996px) {
        footer {
            border: 0;
        }
        footer .col-left, footer .col-middle, footer .col-right {
            width: 100%;
            align-items: center;
            text-align: center;
        }
    }
    @media (max-width: 996px) {
        .card-reviews {
            padding-bottom: 30px;
            justify-content: start;
        }
        .about_cdt {
            position: relative;
            padding: 50px 0;
            background-image: none;
        }
        .about_cdt::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 120%;
            height: 100%;
            border-radius: 2529px;
            opacity: 0.23;
            background: radial-gradient(27.7% 252.86% at 50% -47.14%, #C7E5FE 31.73%, #1E3B83 100%);
            background-blend-mode: color-dodge;
            filter: blur(95.5px);
        }
        .about_cdt .container {
            width: 100%;
            z-index: 9;
        }
        .thumb_video, iframe, video {
            padding: 15px;
            border: 2px solid rgba(255, 255, 255, 0.1);
            border-radius: 30px;
            background-color: rgba(0, 0, 0, 0.6);
            height: 520px !important;
            max-height: 100% !important;
        }
        .icon_yt_play {
            width: 123px;
            height: auto;
        }
        .card_about_cdt {
            padding: 20px;
        }
        .card_about_cdt h2 {
            font-size: 28px;
            letter-spacing: -0.56px;
        }
        .card_about_cdt p {
            margin-top: 15px;
            font-size: 20px;
            line-height: 1.5em;
            letter-spacing: -0.8px;
            color: rgba(255, 255, 255, 0.8);
        }
        .about_cdt .sub_card {
            padding: 20px;
        }
        .about_cdt .card p {
            font-size: 20px;
            letter-spacing: -0.8px;
        }
        .about_cdt .card img {
            width: 30px;
            height: auto;
        }
        .about_cdt .row2 {
            padding: 50px 0 0 0;
        }
        .section_title {
            font-size: 36px;
            letter-spacing: -0.72px;
            margin-bottom: 0;
        }
        .diferenciais .cards {
            flex-direction: column;
            gap: 15px;
            padding: 0 12px;
        }
        .diferenciais .card {
            position: relative;
            border-radius: 0 6px 17px 0;
            border: 1px solid rgba(255, 255, 255, 0.00);
            background: radial-gradient(27.7% 252.86% at 50% -47.14%, rgba(9, 145, 255, 0.08) 0%, rgba(38, 200, 228, 0.08) 100%), rgba(48, 47, 50, 0.23);
            flex-direction: row;
        }
        .diferenciais .card::before {
            content: "";
            position: absolute;
            inset: 0;
            padding: 2px;
            border-radius: inherit;
            background: linear-gradient(125deg, rgba(161, 139, 250, 0), rgba(161, 139, 250, 0), rgba(161, 139, 250, 0), rgba(161, 139, 250, 0.27), rgba(161, 139, 250, 0.27), rgba(161, 139, 250, 0.27), rgba(161, 139, 250, 0));
            -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
            mask-composite: exclude;
            pointer-events: none;
        }
        .diferenciais .card .img {
            width: 50%;
            height: 160px;
            background-image: var(--bkg_card-mob);
            background-size: 100% 100%;
            border-radius: 0;
        }
        .diferenciais .card .img::after {
            content: none;
        }
        .diferenciais .card_txt {
            width: 50%;
            padding: 20px 10px;
            display: flex;
            flex-direction: column;
            justify-content: left;
            align-items: start;
            text-align: left;
            gap: 10px;
        }
        .diferenciais .card_txt h3 {
            font-size: 16px;
            font-weight: 500;
            letter-spacing: -0.8px;
        }
        .diferenciais .card_txt h3 span {
            color: rgba(255, 255, 255, 0.8);
        }
        .diferenciais .card_txt p {
            font-size: 14px;
            letter-spacing: -0.7px;
        }
        .metodo .cards {
            flex-direction: column;
            gap: 20px;
        }
        .atuacao_pratica::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 120%;
            height: 100%;
            border-radius: 1787px;
            opacity: 0.5;
            background: rgba(161, 139, 250, 0.20);
            background-blend-mode: color-dodge;
            mix-blend-mode: hard-light;
            filter: blur(217px);
        }
        .atuacao_pratica h3 {
            margin-top: 30px;
            font-size: 16px;
            letter-spacing: -0.8px;
        }
        .atuacao_pratica .cards {
            width: 100%;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 15px;
        }
        .atuacao_pratica .card {
            width: 100%;
            padding: 25px 30px;
        }
        .atuacao_pratica .card p {
            font-size: 14px;
            letter-spacing: -0.42px;
        }
        .galeria::after {
            content: none;
        }
        .galeria .col {
            padding: 0;
        }
        .galeria .grid {
            grid-template-columns: 1fr;
        }
        .modulos::after {
            content: '';
            position: absolute;
            bottom: -20%;
            right: 0;
            width: 100%;
            height: 120%;
            background-image: url(assets/img/bg2_mob.webp);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 100% 100%;
        }
        .modulos h2 {
            font-size: 24px;
            letter-spacing: 2.16px;
            margin-bottom: 50px;
        }
        .modulos .row {
            gap: 0;
        }
        .modulos .col-left, .modulos .col-right {
            padding: 0;
        }
        .modules_accordion {
            margin-top: 0;
        }
        .modules-header {
            padding: 15px;
        }
        .modules-header p {
            font-size: 16px;
        }
        .modules_content li {
            font-size: 16px;
        }
        .description {
            padding: 30px 0;
        }
        .description .cards {
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 20px;
        }
        .description .card, .description .card:last-child {
            width: 100%;
        }
        .especialistas::after {
            content: '';
            position: absolute;
            bottom: -20%;
            right: 0;
            width: 100%;
            height: 120%;
            background-image: url(assets/img/bg2_mob.webp);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 100% 100%;
        }
        .especialistas h2 {
            font-size: 36px;
            letter-spacing: -0.72px;
            margin-bottom: 0;
        }
        .container.especialistas {
            padding: 180px 0 0 0;
        }
        .especialistas .col {
            padding: 0 10px;
        }
        .especialistas h2 {
            font-size: 20px;
            letter-spacing: -0.64px;
            margin-bottom: 0px;
        }
        .especialistas h2 span {
            border-bottom: 0px;
        }
        .especialistas .cards {
            width: 100%;
            padding: 0;
            padding-top: 80px;
            gap: 80px;
        }
        .especialistas .card {
            width: 100%;
            padding: 0 0 40px 0;
            flex-direction: column;
            justify-content: start;
            align-items: center;
            border-radius: 47px;
        }
        .especialistas .card::before {
            background: linear-gradient(180deg, rgba(199, 229, 254, 0), rgba(199, 229, 254, 0.27), rgba(199, 229, 254, 0.27), rgba(199, 229, 254, 0.27), rgba(199, 229, 254, 0.27), rgba(199, 229, 254, 0.27), rgba(199, 229, 254, 0.27), rgba(199, 229, 254, 0.27), rgba(199, 229, 254, 0.27));
        }
        .especialistas .about_image {
            position: relative;
            top: 0;
            left: 0;
            width: 215px;
            height: 320px;
            margin-top: -20px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            background: rgba(217, 217, 217, 0.01);
        }
        .especialistas .about_image img {
            object-fit: cover;
        }
        .especialistas .thiago_img {
            position: relative;
        }
        .especialistas .thiago_amorim::after {
            content: '';
            position: absolute;
            top: -30px;
            right: -10px;
            width: 87px;
            height: 85px;
            background-image: url(assets/img/top_of_mind_brazil-mq.webp);
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
        }
        .especialistas .about-header {
            padding: 0 20px;
        }
        .especialistas h3 {
            font-size: 14px;
            letter-spacing: 2.8px;
            text-align: center;
        }
        .especialistas h4 {
            font-size: 12px;
            letter-spacing: 0.6px;
            text-align: center;
        }
        .especialistas .crm {
            margin-top: 6px;
            font-size: 11px;
            letter-spacing: 0.4px;
            text-align: center;
        }
        .especialistas ul {
            margin-left: 0;
            padding-top: 20px;
            padding-left: 35px;
            overflow: hidden;
        }
        .especialistas ul::before {
            content: none;
        }
        .especialistas ul li::before {
            left: -18px;
        }
        .especialistas ul li div {
            padding: 25px;
        }
        .especialistas ul li div {
            font-size: 15px;
            letter-spacing: -0.6px;
        }
        .especialistas ul li div::before {
            left: -40px;
            width: 25px;
        }
        .group_last::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url(assets/img/bg3_mob.webp);
            background-repeat: no-repeat;
            background-size: 100% 100%;
            opacity: 0.7;
        }
        .estrutura .cards {
            flex-direction: column;
            gap: 60px;
        }
        .about_curso h2 {
            margin-bottom: -20px;
            font-size: 48px;
            font-weight: 400;
            line-height: 1.11em;
            letter-spacing: -1.44px;
        }
        .about_curso h4, .about_curso a {
            font-size: 14px;
            line-height: 1.38em;
            letter-spacing: -1.2px;
        }
        .about_curso h3 {
            font-size: 32px;
            line-height: 1.06em;
            letter-spacing: -1.6px;
        }
        .about_curso .card {
            width: 100%;
        }
        .about_curso h5 {
            font-size: 20px;
        }
        .about_curso ol {
            padding-left: 20px;
            gap: 10px;
            font-size: 16px;
            letter-spacing: -0.8px;
            line-height: 1.42em;
        }
        .about_curso_btn {
            justify-content: center;
            align-items: center;
        }
        .about_curso_btn .btn-candidatar {
            width: 100%;
            font-size: 20px;
            letter-spacing: -0.8px;
        }
        .faq {
            padding: 50px 0 50px 0;
        }
        .faq::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 150px;
            top: 50%;
            right: 0;
            border-radius: 50%;
            background: rgba(107, 49, 116, 0.6);
            mix-blend-mode: screen;
            filter: blur(180px);
            transform: translateX(0) translateY(0);
        }
        .faq .container {
            padding: 0;
        }
        .faq .col-left {
            gap: 15px;
        }
        .faq-header {
            padding: 1rem 5px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        }
        .accordion {
            margin-top: 25px;
        }
        .faq .accordion-item {
            margin-bottom: 20px;
        }
        .row_logo_footer {
            padding-top: 0px;
        }
        .pre-footer {
            margin-top: 30px;
        }
        .pre-footer p {
            font-size: 13px;
            font-weight: 100;
            text-align: center;
        }
        .logo_footer .box .row {
            gap: 30px;
        }
        .logo_footer .box {
            border-radius: 5px;
            background-color: rgba(55, 204, 255, 0);
        }
        .logo_footer .box .col-left {
            padding: 30px 25px;
            background-color: rgba(55, 204, 255, 0.05);
            border-radius: 10px;
        }
        .logo_footer .box .col-right {
            padding: 0px;
        }
        .logo_footer p {
            font-size: 16px;
        }
        .qr-code {
            margin-bottom: 0px;
        }
        .qr-code img {
            max-width: 100%;
            border-radius: 5px;
        }
        .modal-popup {
            width: 100%;
            max-width: 100%;
            max-height: 100%;
            height: 100%;
            padding: 20px 30px;
        }
        .pop-btn {
            width: 100%;
            max-width: 100%;
            padding: 15px 5px 15px 0px;
            margin-top: 20px;
        }
    }
    @media (min-width: 996px) and (max-width: 1766px) {
        .hero {
            height: 100%;
        }
        .hero .container {
            padding: 0;
        }
        .container {
            padding: 0 20px;
        }
        .especialistas .cards {
            margin-right: -85px;
        }
        .especialistas .thiago_amorim::after {
            top: -80px;
            right: 70px;
            width: 180px;
            height: 180px;
        }
        .estrutura .card .img {
            height: 455px;
        }
        .faq .container {
            padding: 70px 20px;
        }
    }