
            /* Reset CSS Genérico */
    *,
    *::before,
    *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    }

    html {
    scroll-behavior: smooth;
    }

    body {
    line-height: 1.5;
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
    }

    img,
    picture,
    video,
    canvas,
    svg {
    display: block;
    max-width: 100%;
    }

    input,
    button,
    textarea,
    select {
    font: inherit;
    }

    button {
    cursor: pointer;
    background: none;
    border: none;
    }

    ul,
    ol {
    list-style: none;
    }

    a {
    text-decoration: none;
    color: inherit;
    }

    table {
    border-collapse: collapse;
    border-spacing: 0;
    }

        .mobile_only{
            display: none !important;
        }
        @media (max-width: 768px) {
            .mobile_only{
                display: flex;
            }
            .desktop_only{
                display: none !important;
            }
        }
        body{
            font-family: "Poppins", Arial, Helvetica, sans-serif;
        }
        h1,h2{
            font-family: 'Pacifico', cursive;
        }
        h2{
            font-size: 3.2rem;
        }
        @media (max-width: 768px) {
            h2{
                text-align: center;
                font-size: 1.8rem;
            }
        }
        .header-section{
            width: 100%;
            max-width: 1440px;
            padding: 8px 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: relative ;
            top:0;
            left:0;
            right: 0;
            margin:0 auto;
            z-index:2;
            position: absolute;
        }
        @media (max-width: 768px) {
            .header-section{
                justify-content: center;
            }
        }
        .hero-section{
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            background: gray;

            background: #DD5E89;  /* fallback for old browsers */
            background: -webkit-linear-gradient(to right, #F7BB97, #DD5E89);  /* Chrome 10-25, Safari 5.1-6 */
            background: linear-gradient(to right, #F7BB97, #DD5E89); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

            background: #FC5C7D;  /* fallback for old browsers */
            background: -webkit-linear-gradient(to right, #6A82FB, #FC5C7D);  /* Chrome 10-25, Safari 5.1-6 */
            background: linear-gradient(to right, #6A82FB, #FC5C7D); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

            background: #654ea3;  /* fallback for old browsers */
            background: -webkit-linear-gradient(to right, #eaafc8, #654ea3);  /* Chrome 10-25, Safari 5.1-6 */
            background: linear-gradient(to right, #eaafc8, #654ea3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

            background: #000000;  /* fallback for old browsers */
            position: relative;
            padding-bottom: 180px;
            
            color: #FFF;
            height: max-content;
            min-height: 950px;
        }
        
        .hero-section video {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            z-index: 1;
            object-fit: cover;
            
        }
        .hero-section .bg_hero {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            z-index: 1;
            object-fit: cover;
            opacity: 0.75;
        }
        @media (max-width: 768px) {
            .hero-section{
                padding-bottom: 30px;
                min-height: 650px;
            }
        }
        .hero_wrapper{
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            max-width: 1440px;
            padding: 0 20px;
            width: 100%;
            padding-top: 0px;
            z-index: 2;
        }
        @media (max-width: 768px) {
            .hero_wrapper{
                padding-top: 40px;
                margin-top: auto;
                width: 100%;
            }
            .hero_wrapper .impact_block{
                width: 100%;
            }
        }
        .impact_block{
            max-width: 600px;
            display: flex;
            align-items: flex-start;
            flex-direction: column;
            margin-top: 80px;
        }
        @media (max-width: 768px) {
            .impact_block{
                max-width: unset;
                margin-top: 20px;
            }
        }
        .hero-section .title{
            font-size: 3rem;
            margin-bottom: 12px;
        }
        .hero-section .subtitle{
            font-size: 1.5rem;
            font-family: "Poppins", Arial, Helvetica, sans-serif;
            margin-bottom: 32px;
        }
        @media (max-width: 768px) {
            .hero-section .title{
                font-size: 2rem;
                text-align: center;
                width: 100%;
                margin:0;
                margin-bottom: 350px;
                
            }
            .hero-section .subtitle{
                margin-bottom: 60px;
                font-size: 1.3rem;
                text-align: center;
                width: 100%;
                display: none;
            }
        }
        .hero_pic{
            width: 100%;
            max-width: 600px;
            height: auto;
            border-radius: 48px;
            /* https://smoothshadows.com/#djEsMSw1LDAuMDgsMjQsMzIsMCwjMDMwNzEyLCNmM2Y0ZjYsI2ZmZmZmZiwy */
            box-shadow: 0px 1px 1px rgba(3, 7, 18, 0.02),
            0px 5px 4px rgba(3, 7, 18, 0.03),
            0px 12px 9px rgba(3, 7, 18, 0.05),
            0px 20px 15px rgba(3, 7, 18, 0.06),
            0px 32px 24px rgba(3, 7, 18, 0.08);

        }
        @media (max-width: 768px) {
            .hero_pic{
                display: none;
            }
        }


        .hero_waves{
            position: absolute;
            bottom:0;
            left:0;
            right: 0;
            margin:auto;
            width: 100%;
            z-index: 2;
        }


        .cta{
            
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            transition:all 300ms ease-in-out;
            letter-spacing: 0.5px;
            font-family: "Poppins", Arial, Helvetica, sans-serif;
            max-width: 207px;
            border-radius: 50px;
            
            color: white;
            background: #f993d5;
            border: 2px solid transparent;
            
            padding: 12px 18px;
            font-size: 16px;
            max-width: 320px;
            
            font-weight: 600;

            box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
        }
        .whatsapp_cta{
            color: #FFF;
            border: 2px solid white;
            background: #51cc5e;
            
        }
        .cta img{
            height: 23px;
            width: auto;

        }
        .cta:hover{
            box-shadow: 0 0 0 4em var(--secondary-color, var(--dark-bg-color)) inset, 0 5px 0 0 rgb(24 24 24 / 15%) inset, 0 3px 10px rgb(0 0 0 / 20%);
            transform: translateY(-2px);
        }
    @media (max-width: 768px) {
        .cta{
            margin-left: auto;
            margin-right: auto;
            max-width: 400px;
            padding: 15px;
            font-size: 17px;
            width: 100%;
            justify-content: center;
        }
    }

    .reviews-section{
        display: flex;
        align-items: center;
        flex-direction: column;
        gap:32px;
        padding:84px 20px;
        background: #fff3f3;
    }
    @media (max-width: 768px) {
        .reviews-section{
            padding: 24px 12px;
            gap: 8px;
        }
    }
    .reviews-section h2{
        margin-bottom:24px;
    }
    .reviews-section .review_list{
        display: flex;
        align-items: stretch;
        gap:32px;
        max-width: 1440px;
        overflow-x: auto;
        width: 100%;
        padding-bottom: 32px;
    }
    .reviews-section .review{
        display: flex;
        min-width: 350px;
        align-items: flex-start;
        flex-direction: column;
        gap:32px;
        padding:24px;
        padding-right: calc(18px + 18px + 65px);
        box-shadow: 0px 1px 15px -3px rgba(0, 0, 0, 0.1);
        border-radius: 32px;
        background: #FFF;
        position: relative;
    }
    .reviews-section .review .comment{
        font-size: 16px;
        font-weight: 400;
        color: #6d6d6d;
        font-style: italic;

    }
    .reviews-section .review .author_photo{
        width: 65px;
        height: 65px;
        border-radius: 50%;
        object-fit: cover;
        position: absolute;
        top: 18px;
        right: 18px;
    }
    .reviews-section .review .author{
        display: flex;
        flex-direction: column;
        gap:4;
    }
    .reviews-section .review .author .name{
        font-size: 14px;
        font-weight: 500;
        color: #6d6d6d;
    }
    .reviews-section .review .author .subtitle{
        font-size: 14px;
        font-weight: 400;
        color: #6d6d6d;
    }
    .what-section{
        display: flex;
        align-items: center;
        flex-direction: column;
        gap:32px;
        padding:84px 20px;

    }
    @media (max-width: 768px) {
        .what-section{
            padding: 48px 12px;
            gap: 12px;
        }
    }
    .what-section h2{
        margin-bottom:24px;
    }
    .what-section .cards{
        display: flex;
        align-items: stretch;
        justify-content: center;
        gap: 32px;
        margin-bottom: 84px;
    }
    @media (max-width: 768px) {
        .what-section .cards{
            flex-direction: column;
        }
    }
    .what-section .card{
        border-radius: 32px;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        background:#f2f2f4;
        color: rgb(40, 40, 40);
        width: 100%;
        max-width: 285px;
        padding: 32px;
        background-size: cover;
        box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    }
    .what-section .card img{
        width: 90%;
    }
    @media (max-width: 768px) {
        .what-section .card{
            max-width: unset;
        }
        .what-section .card img{
            width: 50%;
            height: auto;
        }
    }
    .what-section .card h2{
        font-size: 24px;
        font-weight: 500;
        width: 100%;
        text-align: left;
        margin-bottom: 32px;
        color: #915aa5;
    }
    @media (max-width: 768px) {
        .what-section .card h2{
            margin-bottom: 8px;
        }
        .what-section .card h2 br{
            display: none;
        }
    }
    .what-section .card p{
        font-size: 16px;
        margin-bottom: auto;
    }
    .what-section .card .btn.show_more{
        margin-left: auto;
        font-weight: 600;
        font-size: 14px;
    }
    .what-section .card a:hover{
        text-decoration: underline;
    }

    .what-section .card .more_info{
        padding: 24px;
        font-size: 14px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #fff;
        width: 100%;
        height: 100%;
        border-radius: 32px;
        display: flex;
        background-color: rgba(255, 255, 255, 0.5);
        backdrop-filter: blur(10px);
    }
    .what-section .card .more_info.hidden{
        display: none;
    }
    .what-section .card .more_info_content{
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    .what-section .card .more_info_content h3{
        font-size: 16px;
        font-weight: 600;
        color: #7f678c;
    }
    .what-section .card .more_info_content ul{
        list-style: disc;
        margin-left: 24px;
    }
    .what-section .card .more_info_content ul li{
        margin-bottom: 8px;
        font-size: 14px;
    }
    .what-section .card .more_info_content .price_info{
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .what-section .card .more_info_content .price_info p{
        font-size: 14px;
        font-weight: 400;
        color: #6d6d6d;
    }
    .what-section .card .more_info_content .price_info a{
        font-size: 14px;
        font-weight: 600;
        color: #7f678c;
    }
    .what-section .card .more_info_content .cta{
        margin:auto auto 0 auto;
    }
    .what-section .card .more_info .close{
        position: absolute;
        top: 24px;
        right: 24px;
        width: 24px;
        height: 24px;
        filter: invert(1);
    }
    
    
    
    .course_row{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 32px;
        flex-wrap: wrap;
        max-width: 1440px;
        width: 100%;
    }
    .course_block{
        width: 300px;
        border-radius: 32px;
        border:1px solid #7f678c;
        padding:32px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 12px;
    }
    .course_block .pretitle{
        font-size: 16px;
        font-weight: 600;
        color: #7f678c;
    }
    .course_block .title{
        font-size: 24px;
        font-weight: 600;
    }



    .course_online{
        max-width: 800px;
        width: 100%;
        border-radius: 32px;
        border:1px solid #7f678c;
        padding:32px;
        display: flex;
        flex-direction: row;
        gap: 32px;
    }
    @media (max-width: 768px) {
        .course_online{
            flex-direction: column-reverse;
            padding:16px;
            gap: 8px;
        }
    }
    .course_online.course_online__large{
        max-width: 1048px;
    }
    .course_online .info{
        display: flex;
        flex-direction: column;
        gap: 12px;
        max-width: 500px;
    }
    @media (max-width: 768px) {
        .course_online .additional_info{
            display: none;
        }
    }
    .course_online .pic{
        width: 250px;
        height: auto;
        object-fit: cover;
        border-radius: 32px;
    }
    @media (max-width: 768px) {
        .course_online .pic{
            width: 100%;
            height: 200px;
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 0px;
            object-position: center 80%;
            object-fit: contain;
            display: none;
        }
    }
    .course_online .pic__large{
        width: 450px;
        height: auto;
        object-fit: cover;
        border-radius: 32px;
    }
    .course_online .info .pretitle{
        font-size: 16px;
        font-weight: 600;
        color: #7f678c;
        
    }
    .course_online .info .title{
        font-size: 24px;
        font-weight: 600;
        max-width: 400px;
    }

    .course_online .badges{
        display: flex;
        flex-wrap: wrap;
        gap:16px;
        flex-direction: row;
        margin-top: auto;
    }
    .course_online .badge{
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 14px;
    }

    .trust_section{
        display: flex;
        align-items: center;
        flex-direction: column;
        gap:32px;
        padding:84px 20px;
    }
    @media (max-width: 768px) {
        .trust_section{
            gap: 12px;
            padding: 24px 12px;
        }
    }
    .trust_section h2{
        
        margin-bottom:24px;
    }
    @media (max-width: 768px) {
        .trust_section h2{
            margin-bottom:8px;
        }
    }
    .trust_section .pro_list{
        display: flex;
        align-items: center;
        flex-direction: row;
        gap: 32px;
        flex-wrap: wrap;
        max-width: 1592px;
        
        justify-content: center;
    }
    
    .trust_section .pro_list img{
        width: 200px;
        height: 200px;
    }
    @media (max-width: 768px) {
        .trust_section .pro_list img{
            width: 130px;
            height: 130px;
        }
    }
    .about_us-section{
        display: flex;
        align-items: center;
        flex-direction: column;
        gap:24px;
        padding:84px 20px;
    }   
    @media (max-width: 768px) {
        .about_us-section{
            gap: 12px;
            padding-bottom: 0;
        }
    }
    .about_us-section h2{
        
    }
    .about_us-section .subtitle{
        font-size: 1.6rem;
        margin-bottom:24px;
        color: #6d6d6d;
    }
    @media (max-width: 768px) {
        .about_us-section .subtitle{
            font-size: 1.2rem;
            margin-bottom:8px;
        }
    }
    .about_us-section .pro_list{
        display: flex;
        align-items: center;
        flex-direction: row;
        gap: 32px;
        overflow-x: auto;
        max-width: calc(100% - 40px);
        padding-bottom: 40px;
    } 
    @media (max-width: 768px) {
        .about_us-section .pro_list{
            flex-direction: column;
            max-width: 100%;
            width: 100%;
        }
    }  
    .about_us-section .pro_item{
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 12px;
        box-shadow: 0px 1px 15px -3px rgba(0, 0, 0, 0.1);
        border-radius: 32px;
        padding: 24px;
        width: 300px;
        min-width: 300px;
        
    }  
    @media (max-width: 768px) {
        .about_us-section .pro_item{
            width: 100%;
            padding-top:0;
            padding-left: 0;
            padding-right: 0;
            gap: 8px;
        }
    }
    .about_us-section .pro_item .name{
        font-size: 1.6rem;
        color: #6d6d6d;
    }   
    @media (max-width: 768px) {
        .about_us-section .pro_item .name{
            font-size: 1.2rem;
        }
    }
    .about_us-section .pro_item .subtitle{
        font-size: 1.2rem;
        margin-bottom: 0;
        color: #6d6d6d;
    }   
    @media (max-width: 768px) {
        .about_us-section .pro_item .subtitle{
            font-size: 1rem;
        }
    }
    .about_us-section .pro_item .description{
        font-size: 1rem;
        color: #6d6d6d;
    }  
    @media (max-width: 768px) {
        .about_us-section .pro_item .description{
            padding-left: 8px;
            padding-right: 8px;
        }
    }
    .about_us-section .pro_item .img{
        width: 100%;
        height: 300px;
        object-fit: cover;
        border-radius: 32px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }    
    @media (max-width: 768px) {
        .about_us-section .pro_item .img{
            width: 100%;
            height: 200px;
            object-position: center 40%;
        }
    }
    .faq-section{
        display: flex;
        align-items: center;
        flex-direction: column;
        gap:24px;
        max-width: 920px;
        margin-left: auto;
        margin-right: auto;
        padding: 20px;
    }
    @media (max-width: 768px) {
        .faq-section{
            padding: 24px 0;
            gap: 8px;
        }
    }
    .faq-section .title{
        font-size: 3.2rem;
        margin-bottom:24px;
    }
    @media (max-width: 768px) {
        .faq-section .title{
            font-size: 1.8rem;
            margin-bottom:0px;
            border-top: 1px solid #7f678c;
            padding-top: 24px;
            padding-bottom: 24px;
        }
    }
    .faq-section .faq_list{
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    .faq-section .faq{
        display: flex;
        flex-direction: column; 
        gap: 8px;

    }
    @media (max-width: 768px) {
        .faq-section .faq{
            padding: 24px;
        }
        .faq-section .faq:nth-child(odd){
            background-color: #f0f0f0;
            padding: 24px;
        }
    }
    .faq-section .faq .question{
        font-size: 1.4rem;
        font-weight: 500;
        margin-bottom:8px;
        color: #6d6d6d; 
    }
    @media (max-width: 768px) {
        
        .faq-section .faq .question{
            font-size: 1.2rem;
            margin-bottom:4px;
        }
    }
    .faq-section .faq .answer{
        font-size: 1.3rem;
        margin-bottom:24px;
        color: #6d6d6d;
    } 
    @media (max-width: 768px) {
        .faq-section .faq .answer{
            font-size: 1.2rem;
            margin-bottom:12px;
        }
    }
    .cta-section{
        display: flex;
        align-items: center;
        flex-direction: column;
        gap:32px;
        padding:84px 20px;
    }   
    .cta-section .title{
        font-size: 3.2rem;
        margin-bottom:24px;
    }   
    @media (max-width: 768px) {
        .cta-section .title{
            font-size: 1.8rem;
            margin-bottom:0px;
            text-align: center;
        }
    }
    .cta-section .cta{
        font-size: 1.6rem;  
    } 
    @media (max-width: 768px) {
        .cta-section .cta{
            font-size: 1.2rem;
        }
    }
    .footer{
        display: flex;
        align-items: center;
        flex-direction: column;
        gap:32px;   
        width: 100%;
        background-color: #aa87ca;
        padding:60px 20px 32px;
    }   
    .footer .logo{
        width: 200px;
        height: auto;
    }
    .footer .title{
        font-size: 1.2rem;
        margin-bottom:24px;
    }   
    .footer .list{
        width: 100%;
        max-width: 800px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        gap: 12px;
    }   
    @media (max-width: 768px) {
        .footer .list{
            flex-direction: column;
        }
    }
    .footer .list .sn_icon{
        width: 30px;
        height: 30px;
        filter: invert(1);
    }
    .footer .list a{
        font-size: 1.6rem;
        color: #e8e8e8;
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 18px;
    }    
    