

@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 {
    background-color: #E80537;
    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 {
    width: 487.219px;
    color: #E80537;
    font-family: Poppins;
    font-size: 60.629px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    /* 66.692px */

}
.grafismo_mob{
    display: none;
}
.grafismo__, .grafismo_{
    width: 2000px;
}

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

}

.banner {
    padding: 80px 0;
    position: relative;
    background: #fff;
}

.banner__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    gap: 20px;

}
.grafismo_mobile{

}

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

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

}

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 */

}

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

}

.container-jornada {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 1200px;
    padding: 20px;
}

.card-jornada {
    border-radius: 12px;
    background: #FFF;
    display: inline-flex;
    padding: 32px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.pulse {
    animation: pulse 0.7s infinite;

    animation-direction: alternate;
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -webkit-filter: brightness(100%);
    }

    100% {
        -webkit-transform: scale(1.1);
        -webkit-filter: brightness(200%);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        filter: brightness(100%);
    }

    100% {
        transform: scale(1.1);
        filter: brightness(200%);
    }
}

.card-jornada h3 {
    width: 199.379px;
    color: #E80537;
    text-align: center;
    
    font-size: 18px;
    font-style: normal;
    font-weight: 600;

}

.container-text-jornada {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 10px;
}

.jornada-title {
    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;
}


.jornada-sub-title {
    
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: center;
    line-height: 160%;


}

/**/

.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;
}

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

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

/**/
.container-admissao {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1200px;
    padding: 0 20px;
}

.card-admissao {
    text-align: left;
    border-radius: 20px;
    background: #FFE082;
    max-width: 444px;
    padding: 32px;
    align-items: center;
    align-content: center;
    gap: 12px 10px;
    flex-wrap: wrap;
}
.potencializar{
    max-width: 280px;
}

.card-admissao h3 {
    margin-top: 10px;
    color: #E80537;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin: 12px 0 0 0;

}

.card-admissao p {
   margin-top: 12px;
   margin-bottom: 0;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

/**/
.admissao {
    padding: 80px 0 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFE082;


}



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

.admissao_subtitle {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
    max-width: 691.93px;
    padding: 0 20px;
}

/* */
.quem {
    padding: 100px 0;
    background-color: #E80537;
}

.container-quem {
    display: grid;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    gap: 20px;
}

.card-img {
    width: 480px;

}

.header-quem {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.header-sub-title {
    width: 609px;
    margin-bottom: 32px;
}

.description {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #fff;
}

.button-quem {
    border-radius: 16px;
    background: var(--neutral-color-light-1000, #FFF);
    padding: 12px 24px;

    color: var(--interface-color-primary-pure, #E80537);
    font-feature-settings: 'ss01' on, 'liga' off, 'clig' off;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    /* 162.5% */
    text-decoration: none;

}

.cards {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

/* footer */
.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%;
}



/**/


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%;
    /* 25.6px */
}

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

.termos a {
    color: var(--Backgrounds-Primary, #FFF);

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 25.6px */
    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%;
    /* 25.6px */
}

.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: 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;
        width: 300px;
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-top: 0;

    }
    .banner{
        padding: 30px 0;
    }
 



    .grafismo__mob, .grafismo_{
        width: 1050px;
    }

}

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

    .container-quem,
    .container-admissao {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .description {
        text-align: center;
    }

    .svg-circle,
    .g-container__texts {
        text-align: center;
    }
    .potencializar{
       max-width: 444px;
    }
}

@media screen and (max-width: 900px) {
    .grafismo__{
        width: 900px;
    }

    .container-jornada,
    .banner__container {
        grid-template-columns: 1fr;
    }
    .container-jornada{
        padding-bottom: 0;
    }
}

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

    #text-mob {
        display: none;
    }

    .container-text-mob {
        display: block;
    }

    .banner-title,
    .jornada-title,
    .admissao-title {
        font-size: 24px;
        width: 100%;

    }


    .admissao{
        padding-bottom: 20px;
        padding-top: 40px;
    }
    .quem,
    .banner {
        padding: 40px 0;
    }

    .button {
        padding: 0 0 40px 0;
    }

    .admissao-title {
        text-align: center;
        width: 300px;
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-top: 0;
    }

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

    .card-img {
        width: 316.73px;
    }

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

    }
}

@media screen and (max-width: 425px){
    .grafismo__{
        display: none;
    }

    .grafismo_mob {
        display: block;
        margin-top: 35px;
        height: 130px;
        width: auto;
    }

    .jornada{
        padding-bottom: 0;
    }
}