@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body::-webkit-scrollbar-thumb {
    background-color: #E80537;
    border-radius: 6px;
    border: 0px solid #F5F5F5;
}

body {

    font-family: Poppins;

}

::-webkit-scrollbar {
    width: 6px;
    height: 12px;
    background-color: #F5F5F5;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: #cdcdcd;
    border-radius: 6px;
    border: 0px solid #F5F5F5;
}

::-webkit-scrollbar-corner {
    background-color: transparent;
}

html {
    scroll-behavior: smooth;
}


* {
    padding: 0;
    margin: 0;

    box-sizing: border-box !important;
}

main {
    overflow: hidden;
}



/*  */
/* header */

.width {
    width: calc(100% - 200px);
    max-width: 1288px;
    margin: auto;
}

.header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 60px;
    background: white;
    height: 80px;

}

.header__logo {
    width: 78.769px;
}

/**/
.svg-circle {
    margin-bottom: 25px;
    display: flex;
    padding: 8px 18px;
    width: 177px;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    background: var(--interface-color-primary-light, #FFE6EC);
    color: #E80537;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}

.svg-circle:hover {
    background: linear-gradient(45deg, #F59BC5, #C1ABE6);
}

.banner-title {
    color: #E80537;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 52.8px */
   
    margin-bottom: 24px;

}

.curso_text {
    color: #E80537;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    /* 35.2px */
    margin-bottom: 20px;
}


.grafismo__,
.grafismo_ {
    width: 2000px;
}

.vagas {
    color: #E80537;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 24px;
}

.banner-sub-title {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 22.4px */
    margin-bottom: 0;

}
.on_title{
    font-weight: 600;
}

.banner {
    padding: 56px 0 40px 0;
    position: relative;
    background: #FFE082;
}
.logos{
    width: 280px;
    margin-bottom: 20px;
}
.banner__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    gap: 20px;

}

.certificado{
    top: -30px;
    left: 58px;
    position: absolute;
    width: 150px;
}

/*  */
/*formulario*/
.banner__colummn--1 {
    display: flex;
    justify-content: center;
    position: relative;
}

form {
    width: 348px;
    flex-shrink: 0;
    border-radius: 20px;
    background: #FFF;
    padding: 42px 32px 32px 32px;
    border-radius: 20px;
    border: 1px solid var(--neutral-color-medium-700, #E0E0E0);

}

.forms-button {
    border-radius: 16px;
    background: #E80537;
    margin-top: 14px;
    width: 100%;
    height: 44px;
    flex-shrink: 0;
    border: none;
    color: #FCFCFC;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
}

.disclaimer {
    color: var(--neutral-color-medium-400, #767676);
    text-align: center;
    font-family: Poppins;
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 9.6px */
    margin: 10px 0 0 0;
}

.forms__disclaimer {
    font-size: 7px;
    text-align: center;
    line-height: normal;
    text-align: center;
    padding-top: 6px;
    font-weight: 500;
    margin: 0;
    line-height: 120%;
}

label {
    color: var(--neutral-color-dark-100, #000);
    font-feature-settings: 'ss01' on;

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 19.2px */
    margin: 12px 0 5px 0;

}

input[type="text"],
input[type="email"],
input[type="tel"],
select {
    width: 280px;
    height: 36px;
    border-radius: 5.83px;
    border: 1.166px solid #E0E0E0;
    background: #FFF;
    outline: none;

    padding-left: 10px;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
select {
    color: #D0D0D0;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;

}

.container {
    position: relative;
    padding-left: 20px;
    margin-bottom: 2px;
    cursor: pointer;
    font-size: 12px;

    font-weight: 400;
    user-select: none;

}


.title-clienteCaju {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin: 9px 0;
}

.container-form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.container-input {
    width: 100%;

    color: var(--neutral-color-dark-100, #000);
    font-feature-settings: 'ss01' on;

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 19.2px */

}

/**/




/**/

.button {
    background: #9BE59B;
    padding: 0 0 100px 0;
    display: grid;
    place-items: center;

}

.button-ebook {
    border-radius: 8px;
    background: var(--neutral-color-light-1000, #FFF);
    display: inline-flex;
    padding: 12px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.button-ebook a {
    color: var(--interface-color-primary-pure, #E80537);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
}



/*ESSENCIAL*/
.essencial {
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;

}

.card_essencial {

    flex: 1;

    margin: 0 10px;

}

.title_essencial {
    color: #E80537;
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 33.6px */
    max-width: 700px;
    margin: 20px 0;
    padding: 0 20px;
}

.divider {
    width: 2px;
    background-color: #E80537;
    margin: 0 20px;
}


.container_essencial {
    display: flex;
    justify-content: space-between;
    border-radius: 32px;
    background: #FFE082;
    padding: 20px;
    max-width: 980px;

    
}

.card_essencial h3 {
    color: #E80537;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 136%;
    /* 27.2px */
    margin: 16px 0;
}

.card_essencial p {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    /* 21.76px */
}

.inscreva_se {
    border-radius: 16px;
    background: #E80537;
    color: #fff;
    margin-top: 32px;
    display: flex;
    height: 48px;
    padding: 12px 16px;
}

.inscreva_se a,
.baixe_kit a {
    color: #FCFCFC;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
    text-decoration: none;
}.baixe_kit a {
    color: #000;
}

.baixe_kit {
    border-radius: 16px;
    background: #FFE082;
    color: #fff;
    margin-top: 20px;
    display: flex;
    height: 48px;
    padding: 12px 16px;
    width: 134px;
}

/*PROFILE*/
.profile {
    background: #FFE082;
    padding: 80px 0;
}

.container_profile {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.container_profile h1 {
    color: #E80537;
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 33.6px */
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;

}

.container_profile h3 {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */

    margin: 20px 0 0 0;
    max-width: 700.219px;
    padding: 0 20px;
}

.profile-card {
    display: flex;
    flex-direction: column;

    padding: 32px;
    max-width: 1000px;

    border-radius: 28px;
    background: #FF7500;
    margin: 0 20px;
}

.profile-header {
    display: flex;
    align-items: center;
    gap: 40px;

}

.profile-image {
    width: 220px;

}

.profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.profile-title h4 {
    color: #FFF;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 33.6px */
    margin-bottom: 20px;
}

.profile-title p {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
    max-width: 700.219px;
    margin: 0;
}

/*CONHECA*/
.conheca {
    padding: 80px 0;
    background-color: #fff;
}

.container_conheca {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    justify-content: center;
}

.container_conheca h1 {
    color: #E80537;
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 33.6px */
    margin-bottom: 40px;

}

.container_conheca h3 {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 40px 0 0 0;
    max-width: 700.219px;
}

.conheca_card {
    display: flex;
    flex-direction: column;
    padding: 40px;
    max-width: 1000px;
    border-radius: 28px;
    background: #E80537;
    margin: 0 20px;
}

.conheca_header {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.conheca_image {
    width: 220px;
}

.conheca_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.conheca_title h4 {
    color: #FFF;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 20px;
}

.conheca_title p {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    max-width: 700.219px;
    margin: 0;
}

/* footer */
/*CURSO*/
.curso {
    padding: 80px 0;
    background: #E80537;
}

.container_curso {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 80px;
    padding: 0 20px;
    color: #fff;
}

.image_curso {
    flex: 1;
    max-width: 400px;
    margin: 10px;
}

.image_curso p {
    color: #FFE082;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 33.6px */
    max-width: 413.922px;
    margin-bottom: 32px;
}

.image_curso img {
    width: 100%;
    border-radius: 8px;
}

.text_curso {
    flex: 1;
    max-width: 600px;
    margin: 10px;
}

.text_curso h1 {
    font-size: 24px;
    margin-bottom: 20px;
}

.text_curso ul {
    list-style: none;
    padding: 0;
    display: flex
    ;
        flex-direction: column;
}
.text_curso img{
    display: flex
    ;
        align-items: flex-start;
}
.container_icon_curso{
    display: flex;
    align-items: flex-start;
}
.text_curso ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 13px;
    margin: 24px 0;
    color: #FFF;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.text_curso ul li:before {
 /*    content: "✔"; */
    position: absolute;
    left: 0;
    top: 0;
    color: #ffd700;
}

footer {
    border-radius: 20px 20px 0px 0px;
    background: #FF7500;
    margin: 20px 20px 0 20px;
}

.blog_title {
    display: flex;
    height: 48px;
    padding: 10px 20px;
    justify-content: flex-end;
    align-items: center;
    border-radius: 1277.184px;
    background: var(--Backgrounds-Primary, #FFF);
    color: #E80537;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    width: 192px;
}

.container_redes {
    display: flex;
    justify-content: space-between;
    padding: 4vh 5vw;

}

.border {
    background-color: #fff;
    height: 2px;
    width: 90%;

    margin-left: 5%;
    border: none !important;
}

.container_redes_mob {
    display: flex;
    gap: 16px;
}

.icons {
    display: flex;
    gap: 16px;
}

.direitos_title {
    color: var(--Backgrounds-Primary, #FFF);
    font-feature-settings: 'ss01' on;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.termos {
    display: flex;
    gap: 32px;
}

.termos a {
    color: var(--Backgrounds-Primary, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    text-decoration-line: underline;
}

.termos p {
    color: var(--Backgrounds-Primary, #FFF);
    font-feature-settings: 'ss01' on;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.container_termos {
    display: flex;
    justify-content: space-between;
    padding: 4vh 5vw;
}

/**/
.container-text-mob {
    width: 317px;
    color: #fff;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    /* 20px */
    text-align: center;
    display: none;
}

.container-text-mob p {
    margin-bottom: 0;
}

@media screen and (max-width: 1210px) {



    .g-container__texts {
        text-align: center;
    }


}

@media screen and (max-width: 1087px) {


    .container_redes {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .container_blog {
        margin: 20px 0;
    }

    .container_redes_mob {
        gap: 10px;
        display: flex;
    }

    .icons {
        flex-direction: column;
        align-items: center;
    }

    .container_termos {
        flex-direction: column;
        align-items: center;
    }

    .termos {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }

}

@media screen and (max-width: 1050px) {
    .banner__container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .g-container__texts {
        text-align: center;
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-top: 0;

    }



    .grafismo__mob {
        width: 1050px;
    }

    .card_essencial {
        display: flex;
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
        border-bottom: solid 2px #E80537;
        margin: 20px 0;
    }

    .container_essencial {
        flex-direction: column;
        margin: 0 20px;
    }

}

@media screen and (max-width: 900px) {


    .banner__container {
        grid-template-columns: 1fr;
    }

    .container_curso {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .image_curso {
        max-width: 680px;
    }

    .profile-header,
    .conheca_header {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .profile-title,
    .conheca_title {
        text-align: center;
    }
    .text_curso {
        display: flex;
        flex-direction: column;
        align-items: center;
    }


}

@media screen and (max-width:650px) {

    .certificado{
        width: 70px;
        left: 11px;
    }
    .g-container__texts {
        margin-top: 20px;
        width: 300px;
    }
    .logos{
        width: 250px;
    }
    .banner-title,
    .title_essencial,
    .container_profile h1,
    .image_curso p, .curso_text {
        font-size: 24px;
        width: 100%;
        line-height: 110%;
        text-align: center;

    }
    .image_curso p{
        margin: 10px 0 0 0;
    }
    .title_essencial{
        margin-top: 0;
    }
    .banner,
    .essencial,
    .curso,
    .conheca,
    .profile {
        padding: 32px 0;
    }

    .banner-sub-title {
        font-size: 16px;
        width: 100%;
    }


    .header-sub-title {
        width: 330.848px;
        text-align: center;

    }

    .conheca_card {
        padding: 30px;
    }

    .conheca_image {
        width: 180px;
    }
    .curso_text{
        margin-bottom: 12px;
    }
    .banner__container {
        gap: 32px;
    }
}

@media screen and (max-width: 500px) {

}