@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');

/*  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: #C7E5C7;
    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;

    box-sizing: border-box !important;
}



/* Dotted red border */
.grafis_between {
    max-width: 524px;
    margin-bottom: 42px;
}

.dotted {
    width: 97.5%;
    position: relative;
    left: 1.5%;
}




hr.new6 {
    border-top: 2px solid #C7E5C7;
    opacity: 1.25;
    border-style: dotted !important;
}

hr.new1,
hr.new2 {
    border-top: 11px dotted #C7E5C7;
    width: 100%;
    opacity: 1.25;
    margin: 0;
    border-style: dotted !important;
}

hr.new1 {
    margin-bottom: 42px;
}

hr.new3 {
    border-top: 11px dotted #FFBD82;
    width: 100%;
    opacity: 1.25;
    margin: 0;
    border-style: dotted !important;
}

hr.new4 {
    border-top: 11px dotted #FCAAAA;
    width: 100%;
    opacity: 1.25;
    margin: 0;
    border-style: dotted !important;
}

hr.new5 {
    border-top: 13px dotted #36383D;
    width: 100%;
    opacity: 1.25;
    margin: 0;
    border-style: dotted !important;
}

hr.new7 {
    border-top: 5px dotted #36383D;
    width: 100%;
    opacity: 1.25;
    margin: 0;
    border-style: dotted !important;
}

.dotted_footer {
    width: 90%;
    position: relative;
    left: 5%;
}

/*  */
/* header */
body {
    font-size: 16px;
    background: #36383D;

}

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

.header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 60px;
    background: #36383D;

}

.header__logo {
    width: 140px;
}



.banner {
    padding: 64px 0;
    position: relative;
    background: #36383D;
}

.ler-mais {
    color: #FFBD82;
    font-feature-settings: 'ss01' on, 'liga' off, 'clig' off;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    display: none;
    /* 162.5% */


    padding: 8px 20px;

    border-radius: 12px;
    border: 1px solid #FFBD82;
    background: #36383D;

}

.grafismo_gole_left {
    position: absolute;
    max-width: 100px;
}

.grafismo_gole_mob {
    display: none;
    position: absolute;
    width: 50px;
    top: 1px;
}

.grafismo_gole_mob_right {
    display: none;
    right: 0;
    position: absolute;
    z-index: 2;
    top: 210px;
    width: 71px;
}

.grafismo_gole_right {
    position: absolute;
    right: 0;
    top: 79px;
    width: 140px;
}

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


}

.edicao {
    color: #36383D;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    border-radius: 6px;
    background: #C7E5C7;
    padding: 7.828px 15.656px;
    width: 110px;
    margin: 0 0 24px 0;
}

.banner-title {
    color: #FFF;
    font-family: Poppins;
    font-size: 52px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    margin: 0 0 32px 0;

}

.banner-sub-title {
    color: #FFF;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

.banner_sub {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;

}

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

form {
    width: 349px;
    flex-shrink: 0;
    border-radius: 16px;
    background: #C7E5C7;
    padding: 32px;
}

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_titles {
    color: #000;
    font-feature-settings: 'ss01' on;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin: 8px 0 0 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;

}

.politica {

    text-align: center;
    font-feature-settings: 'ss01' on;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 12px */
    margin-bottom: 0;

}

.politica a {
    color: #36383D;
}

.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: #FF7500;
    margin-top: 10px;
    margin-bottom: 4px;
    width: 100%;
    height: 44px;
    flex-shrink: 0;
    border: none;
    color: #fff;
    font-size: 13.992px;
    font-weight: 700;
    line-height: 120%;
}

/**/

.encontrar {
    border-radius: 20px;
    background: #FFBD82;
    margin: 0 20px;
}

.button_encontrar {
    color: #FFF;
    font-feature-settings: 'ss01' on, 'liga' off, 'clig' off;

    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    /* 162.5% */
    display: flex;
    padding: 12px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #FF7500;
    text-decoration: none;
    margin: 52px 0 80px 0;
}

.container_encontrar {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 0;
}

.container_encontrar h1 {
    color: #36383D;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    /* 40px */
}

.title_logos {
    color: #36383D;
    text-align: center;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    /* 40px */
    margin: 0 0 52px 0;
}

.encontrar_sub {
    color: #36383D;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    /* 20px */
    margin: 10px 0 35px 0;
}

.card_title {
    color: #C7E5C7;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    /* 30px */
    margin: 0 0 5px 0;
}

.futuro {
    max-width: 200px;
}

.entrevistado {
    max-width: 240px;
}

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

}


.logos_unique {

    margin-top: 30px;

}

.logos {
    padding-top: 60px;
    display: none;
}

.encontrar_cards {
    display: flex;
    gap: 20px;
    align-items: center;
}

.encontrar_card {
    display: flex;
    width: 310px;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
    border-radius: 16px;
    background: #36383D;
    height: 422px;
    padding-bottom: 9px;
}

.percep {
    width: 362px;
    height: 508px;
}

/* .encontrar_card:hover {
    transform: scale(1.05);
} */

.card_percent {
    color: #C7E5C7;
    font-family: Poppins;
    font-size: 120px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    /* 150px */
    margin-bottom: 0;
}

.card_sub {
    color: #C7E5C7;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    /* 20px */

}

/**/

.fenomenos {
    padding: 80px 0;
}

.position_fenomenos {
    position: sticky;
    top: 0;

}

.container_fenomenos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    gap: 70px;
    max-width: 1224px;
    place-content: center;
    /* place-items: center; */
    justify-content: center;
    place-self: center;
    display: flex;


}

.fenomenos_text {
    max-width: 522.336px;
    color: #FFF;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 46.8px */
}

.fenomenos_cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.fenomenos_card {
    flex-direction: column;
    max-width: 419px;
    color: #36383D;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 22.4px */
    border-radius: 12px;
    background: #FFBD82;
    display: flex;
    padding: 24px;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

/**/
.decada {
    border-radius: 20px;
    background: #FCAAAA;
    padding: 80px 0;
    margin: 0 20px;
}

.button_decada {
    color: #FFF;
    font-feature-settings: 'ss01' on, 'liga' off, 'clig' off;

    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    /* 162.5% */
    display: flex;
    padding: 12px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #36383D;
    text-decoration: none;
    margin-top: 40px;
}

.container_decada {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;


}

.container_decada img {
    width: 30px;
    margin-bottom: 20px;
}

.title_decada {
    color: #36383D;
    text-align: center;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    /* 40px */
    max-width: 834.256px;
}

.sub_title_decada {
    color: #36383D;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    /* 21.6px */
    max-width: 785.033px;
}

/* */
.cajuina {
    padding: 80px 0;
    background: #36383D;
}

.grafismo_cajuina_right {
    position: absolute;
    right: 0;
    width: 105px;




}

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

.card-img {
    width: 380px;

}

.card-img:hover {
    transform: scale(1.05);
}

.header_cajuina {
    color: #FFF;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    /* 40px */
    margin: 0 0 20px 0;
}

.header-sub-title {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 24px */
    margin: 0 0 26px 0;
}



.button_cajuina {
    border-radius: 8px;
    background: #FF7500;
    padding: 12px 24px;

    color: var(--interface-color-primary-pure, #fff);
    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 {
    border-radius: 24px 24px 0px 0px;
    background: #FFBD82;
    margin: 20px 20px 0 20px;
}

.blog_title {
    color: #FFBD82;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    width: 205px;
    display: flex;
    height: 48px;
    padding: 10px 20px;
    justify-content: flex-end;
    align-items: center;
    border-radius: 1277.184px;
    background: #36383D;
}

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

}



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

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

.direitos_title {
    color: #36383D;
    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: #36383D;

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 25.6px */
    text-decoration-line: underline;
}

.termos p {
    color: #36383D;
    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;
}

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



}

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

    .futuro,
    .entrevistado {
        max-width: 400px;
    }

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

    .encontrar_cards {
        flex-direction: column;

    }

    .encontrar_card {
        width: 100%;
        align-items: center;
        height: auto;

    }

    .container_encontrar {
        padding: 32px 20px 44px 20px;
    }

    .encontrar_sub,
    .container_encontrar h1 {
        text-align: center;
    }

    .container_fenomenos {
        padding: 0 20px;
        flex-direction: column;
        gap: 30px;
    }

    .fenomenos_card {
        max-width: 800px;
    }

    .fenomenos_texts {
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .fenomenos_text {
        max-width: 777px;
    }

    .grafismo_cajuina_right,
    .grafismo_cajuina_left {
        display: none;
    }
}

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

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

    form {
        margin-top: 20px;
    }

    .header-sub-title {
        width: 100%;
    }

    .container_logos,
    .logos {
        flex-direction: column;
    }

    .logos {
        display: block;
        display: flex;
        flex-direction: column;
    }

    .logos_unique {
        display: none;
        margin-top: 40px;

    }
}

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

    .percep {
       
        height: 460px!important;
    }

    .grafis_between {
        max-width: 370px;
        margin: 20px 0;
    }

    .card_sub {
        margin-bottom: 28px;
    }

    .encontrar_card {
        align-items: normal;
    }

    .grafismo_gole_mob,
    .grafismo_gole_mob_right {
        display: block;
    }

    .grafismo_gole_left,
    .grafismo_gole_right {
        display: none;
    }

    .g-container__texts {
        text-align: center;
        display: flex;
        flex-direction: column;


    }

    .edicao {
        align-self: center;
    }

    .ler-mais {
        display: block;
    }

    .banner-title {
        margin-bottom: 0;
        font-size: 32px;
        line-height: 125%;
        z-index: 999;
        padding: 0 20px;

    }

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

    .banner_sub {
        padding: 0 20px;
    }

    .banner {
        padding: 28px 0 32px 0;
    }

    .decada,
    .cajuina,
    .fenomenos {
        padding: 32px 0;
    }

    .container_cajuina {
        width: 100%;
        padding: 0 20px;
    }

    .banner__container {
        width: 100%;
        padding: 0 20px;
    }

    .card_percent {
        font-size: 96px;

    }

    .encontrar {
        margin: 0;
    }

    .title_logos {
        font-size: 24px;
        margin-bottom: 32px;

    }

    .fenomenos_text,
    .title_decada {
        font-size: 24px;

    }

    .button_encontrar {
        margin: 32px 0;
    }

    .container_logos {
        gap: 40px;
    }

    .button_decada {
        margin-top: 14px;
    }

    .card-img {
        width: 180px;
    }

    .container_cajuina {
        gap: 0;
    }

    .encontrar_card {
        height: 379px;
    }

    .container_termos,
    .container_redes {
        padding: 24px;
    }
}