@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 {
    background-color: #E80537;
}

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





/*  */
/* 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 {
    border-radius: 24px;
    background: #74031C;
    padding: 7.828px 15.656px;
    flex-direction: column;
    align-items: flex-start;
    gap: 9.785px;
    color: var(--Backgrounds-Primary, #FFF);
    font-size: 16px;
    font-weight: 700;
    width: 159px;

}


.banner-title {
    max-width: 487.219px;
    color: var(--Backgrounds-Primary, #FFF);
    font-family: Poppins;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    /* 70.4px */
    margin: 24px 0;

}

.banner-sub-title {
    max-width: 543.527px;
    color: var(--Backgrounds-Primary, #FFF);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 20.8px */

}

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

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

}

.grafismo_right {
    position: absolute;
    right: 0;
    /* width: 20%; */
    width: 350px;
}

.grafismo_left {
    position: absolute;
    width: 184px;
    top: 0;
}
.container_admissao{
    position: relative;
        padding-top: 20px;
        z-index: 999;
}
.grafismo_top{
    position: absolute;
    display: none;
}
.g-container__texts {
    z-index: 999;
}

.ler-mais {
    display: flex;
    padding: 8px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
border: 1px solid #FFE082;
background: #FF7500;
    width: 207px;
   
    display: none;
    color: #FFE082;
font-feature-settings: 'ss01' on, 'liga' off, 'clig' off;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 26px; /* 162.5% */

}

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

}

.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-button:hover {
    border: 1px solid #163516;
    background: #163516;
    color: #fff;
}

.privacidade {
    color: var(--neutral-color-medium-500, #999);
    text-align: center;
    font-feature-settings: 'ss01' on;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 12px */
    margin: 10px 0 0 0;
    text-decoration: none;
}

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

.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;
    flex-direction: column;
    max-width: 902.889px;
    padding: 0 10px;
}

.jornada-title {

    font-size: 32px;
    font-weight: 600;
    line-height: 41.6px;
    text-align: center;
    line-height: 130%;



}

.jornada-sub-title {

    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: center;
    line-height: 160%;


}

/**/

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

}


.button-ebook:hover {
    border: 1px solid #163516;
    background: #163516;
    color: #fff !important;
}

.button-ebook {
    color: #163516;
    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;
    border-radius: 8px;
    border: 1px solid #163516;
    background: var(--Backgrounds-Primary, #FFF);
    display: flex;
    padding: 12px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

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

.card-admissao {
    text-align: left;
    border-radius: 12px;
    background: #FFF;

    width: 348px;
    padding: 32px;

}

.card-admissao h3 {
    margin-top: 10px;
    color: #163516;

    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
    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 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #59D359;


}

.grafismo_green_right {
    position: absolute;
    right: 0;
    width: 170px;
    top: 2039px;
}

.grafismo_green_left {
    position: absolute;
    width: 314px;
    left: 0;
    top: 2027px;
}

.admissao-title {
    color: var(--Backgrounds-Primary, #FFF);
    text-align: center;
    font-feature-settings: 'ss01' on;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin: 0 20px;

}

.admissao_sub_title {
    color: var(--Backgrounds-Primary, #FFF);
    text-align: center;
    font-feature-settings: 'ss01' on;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    margin: 16px 20px 40px 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: 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-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    /* 162.5% */
    text-decoration: none;

}

.button-quem:hover {
    border: 1px solid #163516;
    background: #74031C;
    color: var(--Backgrounds-Primary, #FFF);

}

/* footer */



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

/**/


footer {
    border-radius: 24px 24px 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: #74031C;
    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: #74031C;
    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;
}

/*  */
/**/
.premiacoes {

    background: #fff;

    display: flex;
    justify-content: center;
    padding: 80px 25px;
    flex-direction: column;
    align-items: center;
}

.container_premiacoes {
    display: flex;
    max-width: 1058px;
    justify-content: center;

    gap: 166px;
    padding: 40px 0;
}

.premiacoes_texts {
    display: flex;
    padding: 32px 40px;
    align-items: center;
    gap: 20px;
    border-radius: 12px;
    background: #803B00;
    color: var(--Labels-Primary, #fff);

    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
    width: 456px;

}

.premiacoes_texts_ {
    display: flex;
    padding: 20px 28px;
    align-items: center;
    gap: 20px;
    border-radius: 12px;
    background: var(--Backgrounds-Primary, #FFF);
    color: var(--Labels-Primary, #000);

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    height: 142px;
    width: 639px;

}

.premiacoes_text_taxa {
    color: var(--neutral-color-medium-500, #999);
    font-family: Poppins;
    font-size: 12px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
}

.btn_garanta {
    display: flex;
    padding: 12px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #E80537;
    background: var(--Backgrounds-Primary, #FFF);

    color: #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;
}

.container_premiacoes_titles {
    width: 100%;
    position: sticky;
    top: 0;
}

.premiacoes_titles {
    color: #FF7500;
    font-feature-settings: 'ss01' on;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 41.6px */
    max-width: 368px;
    padding-top: 20px;

}

.premiacoes_title {
    color: var(--Labels-Primary, #000);
    font-feature-settings: 'ss01' on;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 25.6px */


}

.texts_ {
    gap: 10px;
    display: flex;
    flex-direction: column;

    border-radius: 24px;
    border: 2px solid #FFAB66;
    background: var(--Backgrounds-Primary, #FFF);
    padding: 16px;

}
@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,
    .container_premiacoes {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .container_premiacoes_titles{
        position: unset;
        text-align: center;
    }
    
    .g-container__texts {
        text-align: center;
    }

    .banner-sub-title,
    .banner-title {
        max-width: 100%;
    }
    .premiacoes_titles{
        max-width: 100%;
    }

    .g-container__texts {
        text-align: center;

        display: flex;
        align-items: center;
        flex-direction: column;
        margin-top: 0;

    }.container_premiacoes   {
       padding-top: 0;
    }

    .premiacoes, .admissao, .quem{
        padding: 32px 24px;
    }

}

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

    .grafismo_green_left,
    .grafismo_green_right {
      top: unset;
    }

    .container_premiacoes {
        gap: 20px;
    }

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

    .grafismo_right, .grafismo_left {
        display: none;
    }
}

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

    footer {
        margin: 0 10px;
    }
    .premiacoes_texts {
        width: 350px;
    }
    .grafismo_left {
        width: 130px;
    }

    .ler-mais {
        display: block;
    }

    #text-mob,
    #text-mob_ {
        display: none;
    }

    .container-text-mob {

        display: block;
    }

    .banner-title {
        width: 350px;
        font-size: 32px;
    }

    .jornada-title {
        font-size: 32px;
        width: 100%;

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

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


    .g-container__texts,
    .container-text-jornada {
        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: 500px) {
    .grafismo_green_left, .grafismo_green_right {
       display: none;
    }
    .button-ebook{
        z-index: 999;
        position: relative;
    }
    .grafismo_bottom{
        position: absolute;
        width: 500px;
        display: block!important;
    
    }
    .quem{
        position: relative;
    }
    .admissao{
        padding-top: 0;
    }
    .container_admissao{
        position: relative;
            padding-top: 20px;
            width: 350px;
    }
    .grafismo_top{
        position: absolute;
        display: block;
        width: 500px;
    }
}
