@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

/*  font-family: "Inter", sans-serif; */
@font-face {
    font-family: faktum test;
    font-style: normal;
    font-weight: 400;
    src: local('Faktum Test'), url('https://fonts.cdnfonts.com/s/19541/Rene Bieder - Faktum Test Regular.woff') format('woff')
}

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

::-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;
    font-family: "Inter", sans-serif !important;
    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;
    border-bottom: 1px solid #E0E0E0;
}

.header__logo {
    width: 78.769px;
}

/**/
.svg-circle {
    display: inline-flex;
    padding: 7.828px 15.656px;
    flex-direction: column;
    align-items: flex-start;
    gap: 9.785px;
    border-radius: 24px;
    background: #F59BC5;
    margin-bottom: 24px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    background: linear-gradient(45deg, #C1ABE6, #F59BC5);
}

.svg-circle:hover {
    background: linear-gradient(45deg, #F59BC5, #C1ABE6);
}
.banner-title {
    width: 487.219px;
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 24px;

}

.banner-sub-title {
    width: 543.527px;
    font-size: 16px;
    width: 543.527px;
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;

}

.banner {
    padding: 100px 0;
    position: relative;
    background: #E80537;
}

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

}


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

form {
    width: 351px;
    flex-shrink: 0;
    border-radius: 20px;
    background: #FFF;
    padding: 32px 35px;
}

label {
    color: var(--neutral-color-dark-100, #000);
    font-feature-settings: 'ss01' on;
    font-family: Inter;
    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-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 19.2px */

}

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

}

.container-jornada {
    display: grid;
    grid-template-columns: repeat(3, 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;
}

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

}

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

.jornada-title {
    font-family: Inter;
    font-size: 32px;
    font-weight: 600;
    line-height: 41.6px;
    text-align: center;
    line-height: 130%;



}

.jornada-sub-title {
    font-family: Inter;
    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;
}

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

.card-admissao {


    text-align: left;



    border-radius: 12px;
    background: #FFF;

    width: 348px;
    padding: 32px;
    align-items: center;
    align-content: center;
    gap: 12px 10px;
    flex-wrap: wrap;
}

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

}

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

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


}



.admissao-title {
    color: #000;

    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    padding: 0 10px;
    line-height: 130%;
    margin-bottom: 32px;
}


/* */
.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: 8px;
    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-family: Inter;
    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: 6.996px;
    background: #59D359;
    margin-top: 20px;
    width: 100%;
    height: 44px;
    flex-shrink: 0;
    border: none;
    color: var(--secondary-color-05-dark, #01502D);
    font-size: 13.992px;
    font-weight: 700;
    line-height: 120%;
}



.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-container {
    display: grid;
    background: #F4F4F4;
    place-items: center;
    padding: 32px;
}

.footer-consideracao {
    color: var(--neutral-color-medium-400, #767676);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: 0;
}
.container-text-mob {
    width: 317px;
    color: #fff;
    font-family: Inter;
    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: 1050px) {
    .banner__container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }



}

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

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

    .description {
        text-align: center;
    }
}

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

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

@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%;

    }

    .jornada,
    .admissao,
    .quem,
    .banner {
        padding: 40px 0;
    }

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


    .g-container__texts,
    .container-text-jornada,
    .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;

    }
}