@import url('https://fonts.googleapis.com/css2?family=ADLaM+Display&display=swap');


html,
body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: 'ADLaM Display', sans-serif;
    overflow-x: hidden;
    /* Esconde a rolagem horizontal */
    max-width: 100%;
}

p {
    margin: 0;
}

.gradient {
    background: linear-gradient(229deg, #005308 0%, #008F0E 50%, #005308 100%);
    width: 100%;
    height: 210vh;

}

.img-gradient {
    width: 58%;
    height: 100vh;
    position: absolute;
}

.img-logo {
    width: 8vw;
    height: 8vw;
    position: absolute;
    margin-left: 1.5vw;
    margin-top: 1.5vw;
    z-index: 2;
}

.statement-container {
    position: absolute;
    z-index: 3;
    margin-top: 17vh;
    display: flex;
    gap: 5.5vw;
    justify-content: space-evenly;
    width: 100%;

}

.title {
    color: #FFF;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 67px;
    letter-spacing: -2px;
    margin-bottom: 8px;
    margin-top: 8vh;

}

.subtitle {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -2px;
    margin-bottom: 24px;

}

.statement {
    color: #FFF;
    font-family: "ADLaM Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-align: right;
    width: 47vw;

}

.sellers-board {
    border-radius: 16px;
    background: #005308;
    display: flex;
    flex-direction: column;
    width: 33.5vw;
    padding: 40px 20px;
    gap: 20px;
    justify-content: center;
    /* Alinha horizontalmente */
    align-items: center;
    /* Alinha verticalmente */
}

.title-sellers {
    color: #FFF;
    text-align: center;
    font-family: "ADLaM Display";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 87.5% */
}

.sellers-board-link {
    display: block;
    /* Faz a tag <a> se comportar como um bloco */
    text-decoration: none;
    /* Remove o sublinhado, se necessário */
    color: inherit;
    /* Mantém a cor herdada */
    width: 100%;
}

.item-conversation {

    display: flex;
    padding: 8px;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    flex-grow: 1;
}

.avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.item-conversation-container {
    flex-grow: 1;
}

.item-conversation-title-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

}

.item-conversation-title {
    color: #000;
    font-family: "ADLaM Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.item-conversation-subtitle {
    color: #7A7A7A;
    font-family: "ADLaM Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

.item-conversation-last {
    align-self: flex-start;
}

.item-conversation-hour {
    color: #7A7A7A;
    font-family: "ADLaM Display";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 11px;
}

.doted {
    width: 80vw;
    height: 1.5vh;
    position: absolute;
    top: 185px;
    border-bottom: 4px dashed #fff;
    z-index: 0;
}

.toparticipate-container {
    position: absolute;
    margin-top: 120vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    width: 100%;
}

.toparticipate-title {
    color: #FFF;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 58px;
    margin-bottom: 16px;
}

.toparticipate-subtitle {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.2px;
    margin-bottom: 60px;
}

.step-container {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-evenly;
    width: 80%;
}

.step-item-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    gap: 24px;
    width: 80vw !important;
}

.step-circle-container {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FF520A;
    z-index: 1;
    position: absolute;

}

.step-circle-container p {
    color: #FFF;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -1.2px;
}

.step-description {
    color: #FFF;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: -0.2px;
    width: 18vw;
    margin-top: 80px;
}

.latest-winners-container {
    position: absolute;
    margin-top: 200vh;
    margin-left: 5vw;
    margin-right: 200vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    width: 90%;
    border-radius: 16px;
    background: #EFFFF1;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 40px 20px;
}

.latest-winners-container-title-container {
    display: flex;
    height: 48px;
    padding: 0px 32px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #008F0E;
    margin-bottom: 50px;
}

.latest-winners-container-title-container-title {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 58px;
}


.latest-winners-img-container {
    display: flex;
    gap: 20px;
}

.latest-winners-img {
    width: 16.5vw;
    height: 65vh;
}

.group-container {
    position: absolute;
    margin-top: 320vh;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-around;
    padding: 32px;
    width: 100%;
    background: linear-gradient(229deg, #005308 0%, #008F0E 50%, #005308 100%);
}

.group-text-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.group-text-title {
    color: #FFF;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 55px;
    letter-spacing: -1.1px;
    width: 35vw;
}

.group-text-subtitle {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    width: 40vw;
}

.legalize-container {
    position: absolute;
    display: flex;
    flex-direction: column;
    margin-top: 380vh;
    align-items: center;
    justify-content: center;
    align-content: center;
    gap: 24px;
    width: 100%;

}

.title-legalize {
    color: #005308;
    text-align: center;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 55px;
    letter-spacing: -1.1px;
}

.subtitle-legalize {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.social-container {
    position: absolute;
    background: #EFFFF1;
    display: flex;
    flex-direction: column;
    margin-top: 415vh;
    align-items: center;
    gap: 40px;
    width: 100%;
    height: 60vh;
    padding-top: 40px;
}

.social-title {
    color: #005308;
    text-align: center;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 55px;
    letter-spacing: -1.1px;
}

.social-icons-container {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    gap: 70px;
}

.social-icons-container>a>img {
    width: 10vw;
    height: 10vw;
}

.footer-contaienr {
    display: flex;
    position: absolute;
    justify-content: space-between;
    margin-top: 495vh;
    margin-bottom: 10vh;
    width: 100%;
}

.footer-contaienr>img {
    width: 6vw;
    height: 6vw;
    margin-left: 5vw;
}

.footer-contaienr>p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.1px;
    margin-right: 5vw;
}


.copy-container {
    position: absolute;
    margin-top: 510vh;
    display: flex;
    flex-direction: column;
    gap: 1vh;
}

#copy {
    color: #161C2D;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.1px;
    margin-left: 5vw;
}

@media (max-width: 896px) {


    .img-gradient {
        max-width: 100%;
        height: auto;
    }

    .img-logo {
        margin-top: 3vh;
        width: 30vw;
        height: 30vw;
        left: 50%;
        transform: translate(-50%);

    }

    .statement-container {
        flex-direction: column-reverse;
        margin-top: 25vh;
        margin-left: 3vw;
        margin-right: 3vw;
        width: 94%;
        gap: 0;
        align-items: center;

    }

    .sellers-board {
        width: 85vw;
    }

    .title {
        color: #FFF;
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: -2px;
        align-items: center;
        justify-content: center;
    }

    .subtitle {
        color: #FFF;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: -2px;
        text-align: center;
    }

    .statement {
        color: #FFF;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px;
        width: 88vw;
        text-align: center;
    }

    .toparticipate-container {
        margin-top: 115vh;
    }

    .toparticipate-title {
        color: #FFF;
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;

    }

    .toparticipate-subtitle {
        color: #FFF;
        text-align: center;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 12px;
        /* 100% */
        letter-spacing: -0.2px;
    }

    .step-container {
        flex-direction: column;
        gap: 13vh;

    }

    .step-item-container {
        flex-direction: row;
        justify-content: space-between;
        justify-content: space-between;
    }

    .step-description {
        width: 70vw;
        margin-top: 0;
        margin-left: 80px;
    }


    .doted {
        display: none;
    }

    .gradient {
        height: 220vh
    }

    .latest-winners-container {
        margin-top: 210vh;
        width: 80%;
    }

    .latest-winners-img {
        width: 30vw;
        height: auto;

    }

    .latest-winners-img-container {
        display: flex;
        overflow: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        width: 100%;
    }

    .group-container {
        flex-direction: column;
        margin-top: 280vh;
        gap: 8vh;
        box-sizing: border-box;
    }

    .group-text-title {
        color: #FFF;
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: -1.1px;
        box-sizing: border-box;
        flex-grow: 1;
        width: 100%;
    }

    .group-text-subtitle {
        color: #FFF;
        text-align: center;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 12px;
        width: 100%;
    }

    .item-conversation-title {
        color: #000;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px;
        /* 100% */
    }

    .item-conversation-subtitle {
        color: #7A7A7A;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px;
        /* 140% */
    }

    .legalize-container {
        margin-top: 320vh;
        gap: 1vh;
    }

    .title-legalize {
        color: #005308;
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 55px;
        /* 275% */
        letter-spacing: -1.1px;
    }

    .subtitle-legalize {
        color: #000;
        text-align: center;
        font-family: "ADLaM Display";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 12px;
        /* 100% */
    }

    .social-container {
        margin-top: 345vh;
        height: 30vh;
    }

    .social-title {
        color: #005308;
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 55px;
        /* 275% */
        letter-spacing: -1.1px;
    }

    .footer-contaienr{
        flex-direction: column;
        margin-top: 390vh;
        align-items: center;
        justify-content: center;
        gap: 8vh;
    }
    .footer-img{
        width: 20vw;
       
        
    }
    .footer-contaienr>img {
        width: 40vw;
        height: 40vw;
        margin-left: 5vw;
    }
    .footer-contaienr>p {
        text-align: center;
    }
    .copy-container{
        margin-top: 450vh;
    }

}