@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: 200px;
}

/**/

.banner-title {

    color: var(--Backgrounds-Primary, #FFF);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 44px */
    text-transform: uppercase;

}

.banner-sub-title {
    width: 493px;
    color: var(--Backgrounds-Primary, #FFF);

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;


}

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

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

}

.geracoes {
    padding: 40px 40px 80px 40px;
}

.geracoes-container-banner {
    width: 100%;
}

.icone-tel-mob {
    display: none;
}

.icone-tel {
    width: 118.16px;
    height: 148.5px;
    top: -12px;
    left: -65px;
    position: absolute;

}

.icone-fone {
    width: 126.68px;
    height: 136.54px;
    top: -33px;
    left: 735px;
    position: absolute;

}

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

.geracao-subtitle {
    color: var(--Labels-Primary, #000);
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 28.8px */
    width: 776.168px;
    margin-bottom: 36px;
}

.geracao-title {
    color: var(--Labels-Primary, #000);
    text-align: center;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    /* 44px */
    width: 827.168px;
    margin: 52px 0 28px 0;
}

/*  */
/*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;
    z-index: 9;
}

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

.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-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-ebook_ {
    background: #9BE59B;
    padding: 0 0 80px 0;
    display: grid;
    place-items: center;
}

.button-ebook {
    border-radius: 8px;
    background: #E80537;
    display: inline-flex;
    padding: 12px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    position: relative;
}

.button-ebook a {
    color: var(--neutral-color-light-1000, var(--Backgrounds-Primary, #FFF));
    font-feature-settings: 'ss01' on, 'liga' off, 'clig' off;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-decoration: none;
}

/**/

/**/
.beneficios {
    padding: 80px 0 74px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFAC66;
    position: relative;
}

.beneficios-title {
    color: var(--Labels-Primary, #000);
    text-align: center;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    width: 600px;
    margin-bottom: 52px;
}

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

.g-container__texts {
    padding: 10px;
    width: 547.144px;

}

.card-beneficios {
    padding: 20px;
    width: 320px;
    height: 320px;
    flex-shrink: 0;
    border-radius: 48px;
    border: 2px solid #74031C;
    background: #F18184;
}

.beneficios-card-title{
    color: var(--Labels-Primary, #000);
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: 1px;
    /* 26.4px */
}

.card-beneficios p{
    color: var(--Labels-Primary, #000);
    font-family: Poppins;
    font-size: 88px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 96.8px */
    letter-spacing: -2.64px;
}
.card-beneficios img {
    margin: 20px 0 16px 0;
}
.beneficios-dados-title {
    margin-top: 28px;
    color: var(--Labels-Primary, #000);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 20px;
}

/**/
.tensoes {
    padding: 80px 0 36px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #74CFE8;
    position: relative;


}

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

.card-tensoes {
    padding: 20px;
    width: 320px;
    height: 320px;
    flex-shrink: 0;
    border-radius: 48px;
    border: 2px solid #163516;
    background: #F89682;
}

.card-tensoes h3 {
    color: var(--Labels-Primary, #000);
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    /* 30.8px */
    width: 256.17px;
    margin: 16px 0;

}

.card-tensoes p {
    width: 256.17px;
    color: var(--Labels-Primary, #000);
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    /* 30.8px */
    margin: 0;
}

.tensoes-title {
    width: 735.168px;
    color: var(--Labels-Primary, #000);
    text-align: center;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 52px;
}

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

.container-movimentos {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    max-width: 1000px;
    margin: auto;
    position: relative;
    z-index: 9;

}


.lidar {
    padding: 80px 0;
    background: #FF7500;
    position: relative;
}

.lidar-container {

    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.lidar-container p {
    color: var(--Labels-Primary, #000);
    text-align: center;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    /* 44px */
    width: 702.515px;
    margin-bottom: 40px;
}

.button-ebook-lidar {
    border-radius: 8px;
    background: var(--Backgrounds-Primary, #FFF);
    padding: 12px 24px;
    color: #E80537;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
}

.image {
    width: 45%;
}

.image img {
    width: 100%;
    border-radius: 10px;
}

.text-content {
    width: 50%;
}

.text-content h1 {
    color: var(--Labels-Primary, #000);
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 44px */
}

.text-content p {
    color: var(--Labels-Primary, #000);
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 44px */
}

.text-content .box {
    display: inline-block;

    margin-bottom: 18px;

    font-size: 18px;
}

.box1 {
    width: 321.168px;

}

.box2 {
    width: 386.675px;
}

.box3 {
    width: 454.911px;
}

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

.container-quem {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    max-width: 1100px;
    margin: auto;
}

.card-img {
    width: 480px;

}

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

.header-sub-title {

    margin-bottom: 32px;
}

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

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

}

/**/
.header-sub-title-parceiro {

    color: var(--Labels-Primary, #000);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 32px;
    /* 24px */
}

.card-img-parceiro {
    width: 453.888px;
}

.button-quem-parceiro {

    padding: 12px 24px;

    color: var(--Backgrounds-Primary, #FFF);

    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    /* 162.5% */
    border-radius: 8px;
    background: #000;
    text-decoration: none;
}

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


.ler-mais {
    color: var(--neutral-color-light-1000, var(--Backgrounds-Primary, #FFF));
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;

    padding: 12px 24px;
    flex-direction: column;
    justify-content: center;
    border-radius: 8px;
    background: #FFAC66;
    width: 207px;
    border: none;
    display: none;

}

/* 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 {
    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%;
    margin: 7px 0 0 0;

}

.forms__disclaimer a {
    color: #999;
    text-decoration: underline;
}

.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 (min-width: 1300px) {
    .header-sub-title {
        width: 609px;
    }
}

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

    .card-img,
    .card-img-parceiro {
        width: 100%;
    }
}

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

    /*     .card-beneficios,
    .card-tensoes {
        width: 300px;

    } */

    .container-beneficios {
        gap: 10px;
    }
}

@media screen and (max-width: 980px) {
       .icone-form{
        right: -35px!important;
        top: 92%!important;
       
        width: 124px!important;
    }
    .icone-beneficios {
        display: block;
        left: 0px!important;
        top: 95%!important;

        width: 80px!important;
        z-index: 9!important;
    }
    .icone-lidar {
        display: none;
    }

    .g-container__texts {
        padding: 10px;
        width: 582px;
        z-index: 9;
        position: relative;

    }

    .tensoes-title,
    .beneficios-title {
        font-size: 28px;
        margin-bottom: 32px;
        width: 350px;
    }




    .banner__container,

    .container-quem {
        display: flex;
        flex-direction: column;
        gap: 16px;

    }

    .container-beneficios {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .banner-sub-title,
    .banner-title {
        text-align: center;
        width: 100%;
    }

    .banner,
    .quem,
    .lidar,
    .movimentos,
    .tensoes,
    .beneficios {
        padding: 32px 0;
    }

    .card-img {
        width: 480px;
    }

    .cards {
        justify-content: center;
    }

    .card-img-parceiro {
        width: 453.888px;
    }

    .header-sub-title-parceiro {
        margin-bottom: 2rem;
        text-align: center;

    }

    .description {
        width: 100%;
        text-align: center;

    }



    .text-content h1 {
        font-size: 32px;
        margin: 32px 0;
    }

    .text-content p {
        font-size: 32px;
        margin-bottom: 0;
        padding-bottom: 0;
        margin-top: 16px;
    }

    .lidar-container p {
        font-size: 28px;
        width: 90%;


    }

    .container-movimentos {
        padding: 0 10px;
    }

    .box1 {
        width: 246px;
    }

    .box2 {
        width: 296.38px;
    }

    .box3 {
        width: 348.68px;
        margin-bottom: 0;
    }

    .geracoes {
        padding: 32px 20px;
    }

    .icone-tel {
        display: none;
    }

    .icone-tel-mob {
        display: block;
        width: 100%;
    }

    .geracoes-container-banner {
        display: none;
    }

    .geracao-title,
    .geracao-subtitle {
        width: 100%;
    }


}

@media screen and (max-width:650px) {
   
 
    .ler-mais {
        display: block;
    }

    .geracao-title {
        font-size: 28px;
        width: 350px;
        margin: 20px 0;


    }

    .geracao-subtitle {
        font-size: 20px;
        width: 333.805px;
        margin-bottom: 32px;


    }

    .icone-tel {
        width: 60px;
        height: 75px;
        top: -219px;
        left: -37px;

    }

    .icone-fone {
        width: 66px;
        height: 68.604px;
        top: 71px;
        right: -80px;
        left: 273px;

    }

    .card-tensoes {
        height: 280px;
    }

    .card-beneficios {
        height: 224px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

   

    .button-ebook_ {
        padding: 0 0 32px 0;
    }


    .card-tensoes h3,
    .card-tensoes p {
        font-size: 24px;
        line-height: 110%;
    }

    .beneficios-card-title{
        font-size: 20px;
        margin-bottom: 0;

    }

    .card-beneficios p {
        font-size: 64px;

    }

    .image {
        width: 100%;
        text-align: center;
    }

    .image img {
        width: 300px;
    }

    .text-content {
        width: 100%;
        text-align: center;
    }

    .text-content .box {
        margin-bottom: 8px;
    }

    .lidar-container p {

        width: 100%;

    }

    .container-movimentos {
        display: flex;
        flex-direction: column;
    }

    .banner-title {
        font-size: 28px;
    }

    .banner-sub-title {
        display: none;
    }

    .g-container__texts {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 373px;
    }

    .card-img {
        width: 316px;
    }

    .card-img-parceiro {
        width: 225px;
    }
}


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