* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    /*font-family: "Roboto Slab", serif;*/
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #000000;
}

header {
    position: fixed;
    z-index: 9000;
    padding-top: 5px;
    height: 85px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #000000;
    top: 0;
}

#suplementos {
    scroll-margin-top: 200px;
}

#erva-mate {
    scroll-margin-top: 200px;
}

#rede-social {
    scroll-margin-top: 200px;
}

.logo-da-sede-velha {
    width: 225px;
    height: 80px;
    margin-left: 30px;
}

.links-do-menu {
    display: flex;
    gap: 10%;
    width: 32%;
}

.links {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}

.links:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
    transform: scale(1.03);
    color: #FEF104;
    font-size: 16px;
    font-weight: bold;
}

.links:active {
    text-decoration: underline;
    text-underline-offset: 4px;
    transform: scale(1.03);
    color: #FEF104;
    font-size: 16px;
    font-weight: bold;
}

.botao-de-contato-do-menu {
    display: flex;
    background-color: #000000;
    border: 2px solid #FEF104;
    border-radius: 10px;
    color: #FEF104;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 40px;
    cursor: pointer;
    transition: 0.3s;
}

.imagem-do-whats-menu {
    width: 27px;
    height: 27px;
}

.botao-de-contato-do-menu:hover {
    background-color: #FEF104;
    border: 2px solid #000000;
    color: #000000;
}

.botao-de-contato-do-menu:active {
    background-color: #FEF104;
    border: 2px solid #000000;
    color: #000000;
}

.fade-sombra-do-menu {
    position: fixed;
    top: 85px;
    left: 0;
    width: 100%;
    height: 25px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    z-index: 9000;
    pointer-events: none;
}


/*Acima MENU*/

main {
    top: 80px;
}

.marlon-paragrafo {
    font-family: Great Vibes;
    color: #FEF104;
    z-index: 1;
    position: absolute;
    font-size: 20px;
    transform: translateX(-427%);
}

.inicio {
    display: flex;
    background-color: #000000;
    width: 100%;
    margin-top: 86px;
    justify-content: center;
    align-items: end;
    position: relative;
    border-bottom: #FEF104 2px solid;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.frase-principal {
    width: 367px;
    margin-top: 100px;
    font-size: 50px;
    color: #ffff;
    text-align: center;
    font-family: "Libre Baskerville", serif;
    line-height: 0.9;
    letter-spacing: 3px;
}

.frase-principal span {
    color: #FEF104;
    font-size: 66px;
    font-family: "Libre Baskerville", serif;
}

.frase-secundaria-inicio {
    color: #ffff;
    font-size: 18px;
    width: 390px;
    bottom: 98px;
    position: relative;
}

.imagem-risco-inicio {
    position: relative;
    z-index: 10;
    top: -74px;
    width: 530px;
}

.botao-de-contato-dois {
    display: flex;
    background-color: #000000;
    border: 2px solid #FEF104;
    border-radius: 10px;
    color: #FEF104;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 40px;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
    bottom: 73px;
}

.botao-de-contato-dois:hover {
    background-color: #FEF104;
    border: 2px solid #000000;
    color: #000000;
}

.botao-de-contato-dois:active {
    background-color: #FEF104;
    border: 2px solid #000000;
    color: #000000;
}

.imagem-do-whats-dois {
    width: 27px;
    height: 27px;
}

.textos-inicio {
    position: relative;
    z-index: 2;
    margin-right: 520px;
}

.imagem-marlon {
    width: 700px;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateX(-21%);
    z-index: 1;
}


/*  Acima INICIO*/


.caixa-titulo-suplementos {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    width: 100%;
    gap: 13px;
}

.titulo-suplementos {
    width: 370px;
}

.linha {
    width: 100%;
    height: 2px;
    background-color: #FEF104;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
}

.suplementos {
    margin-bottom: 80px;
}

.todos-suplementos {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}

.suplemento {
    padding: 20px;
    width: 270px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #000000;
    border: 2px solid #FEF104;
    border-radius: 20px;
    cursor: pointer;
}

.preço {
    color: #FEF104;
    font-size: 30px;
    font-family: "Roboto Slab", serif;
}

.a-produtos {
    text-decoration: none;
    width: 270px;
    display: flex;
}

.a-produtos .suplemento {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.a-produtos:hover .suplemento {
    transform: scale(1.05) rotate(-2deg);
}

.nome-do-suplemento {
    color: #FEF104;
    font-size: 18px;
    font-family: "Roboto Slab", serif;
    text-align: center;
}

.nome-do-suplemento span {
    color: #dbd108;
    font-size: 12px;
}

.clique-saber-mais {
    color: #ffffff;
    font-size: 14px;
}

.imagem-do-suplemento {
    width: 80px;
    position: relative;
    z-index: 1;
}

.imagem-do-suplemento-pelecabelounha {
    width: 100px;
    position: relative;
    z-index: 1;
}

.container-suplemento {
    position: relative;
    display: inline-block;
}

.container-suplemento::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 230px;
    height: 230px;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, #dbd108 0%, rgba(254, 241, 4, 0) 70%);
    filter: blur(40px);
    z-index: 0;
}

.a-produtos {
    text-decoration: none;
    width: 270px;
}

/*  Acima SUPLEMENTOS*/

.todas-erva {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}

/*  Acima ERVA-MATE  */

.rede-social {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 65px;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: #FEF104 solid 1px;
    gap: 60px;
}

.textos-rede-social {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;
    width: 550px;
}

.texto-topo-rede-social {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.linha-rede-social {
    width: 30px;
    height: 1.5px;
    background-color: #FEF104;
}

.conectese-rede-social {
    color: #FEF104;
}

.hdois-acompanhe-rede-social {
    color: white;
    font-size: 47px;
    width: 550px;
    margin-left: 5px;
}

.hdois-acompanhe-rede-social span {
    color: #FEF104;
}

.linha-rede-social-dois {
    width: 80%;
    height: 2px;
    background-color: #FEF104;
}

.descricao-pagina-rede-social {
    color: #ffffff;
    width: 550px;
    margin-left: 5px;
    font-size: 20px;
}

.botao-da-pagina-do-facebook {
    background-color: black;
    color: #FEF104;
    font-size: 20px;
    border: 1.5px solid #FEF104;
    border-radius: 10px;
    padding: 10px 20px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.botao-da-pagina-do-facebook:hover {
    font-size: 21px;
    background-color: #FEF104;
    color: black;
}

.logo-facebook-rede-social {
    width: 30px;
}

.imagem-rede-social {
    width: 600px;
    border-radius: 5px;
}

.botao-da-vaquinha {
    background-color: black;
    color: #FEF104;
    font-size: 20px;
    border: 1.5px solid #FEF104;
    border-radius: 10px;
    padding: 10px 20px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 50px;
}

.botao-da-vaquinha:hover {
    font-size: 21px;
    background-color: #FEF104;
    color: black;
}

.logo-vaquinha-rede-social {
    width: 30px;
}

.botao-do-curso {
    background-color: black;
    color: #FEF104;
    font-size: 20px;
    border: 1.5px solid #FEF104;
    border-radius: 10px;
    padding: 10px 20px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 50px;
}

.botao-do-curso:hover {
    font-size: 21px;
    background-color: #FEF104;
    color: black;
}

.logo-curso-rede-social {
        width: 30px;
        transition: opacity 0.3s ease;
    }

.acesse-tambem-titulo {
    color: #FEF104;
    font-size: 25px;
    width: 100%;
    text-align: center;
    margin-top: 35px;
}

.sombra-imagem-rede-social {}

.curso-vaquinha {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}

.descricao-curso-vaquinha {
    color: white;
    width: 100%;
    font-size: 17px;
}

.curso-vaquinha-individual {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
    border: 1px solid #FEF104;
    border-radius: 20px;
    padding: 10px;
    width: 300px;
    height: 100%;
}

.titulo-acesse-oque {
    color: #FEF104;
    font-size: 21px;
}

/*  Acima REDE-SOCIAL  */

footer {
    border-top: 2px solid #FEF104;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.logo-footer-caixa {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-align: flex-start;
}

.logo-footer {
    width: 160px;
}

.logo-texto {
    color: #ffffff;
    width: 200px;
}

.copyright {
    color: #747474;
    font-size: 15px;
}

.feito-por {
    color: #ffffff;
    font-size: 15px;
}


/*1400px*/


@media (max-width: 1400px) {
    header {
        position: fixed;
        z-index: 9000;
        padding-top: 5px;
        height: 85px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #000000;
        top: 0;
    }

    #suplementos {
        scroll-margin-top: 200px;
    }

    #erva-mate {
        scroll-margin-top: 200px;
    }

    #rede-social {
        scroll-margin-top: 200px;
    }

    .logo-da-sede-velha {
        width: 225px;
        height: 80px;
        margin-left: 30px;
    }

    .links-do-menu {
        display: flex;
        gap: 10%;
        width: 40%;
    }

    .links {
        text-decoration: none;
        color: #ffffff;
        font-size: 16px;
        font-weight: bold;
        transition: 0.2s ease-in-out;
        cursor: pointer;
    }

    .links:hover {
        text-decoration: underline;
        text-underline-offset: 4px;
        transform: scale(1.03);
        color: #FEF104;
        font-size: 16px;
        font-weight: bold;
    }

    .links:active {
        text-decoration: underline;
        text-underline-offset: 4px;
        transform: scale(1.03);
        color: #FEF104;
        font-size: 16px;
        font-weight: bold;
    }

    .botao-de-contato-do-menu {
        display: flex;
        background-color: #000000;
        border: 2px solid #FEF104;
        border-radius: 10px;
        color: #FEF104;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        justify-content: center;
        align-items: center;
        width: 130px;
        height: 40px;
        cursor: pointer;
        transition: 0.3s;
    }

    .imagem-do-whats-menu {
        width: 27px;
        height: 27px;
    }

    .botao-de-contato-do-menu:hover {
        background-color: #FEF104;
        border: 2px solid #000000;
        color: #000000;
    }

    .botao-de-contato-do-menu:active {
        background-color: #FEF104;
        border: 2px solid #000000;
        color: #000000;
    }

    .fade-sombra-do-menu {
        position: fixed;
        top: 85px;
        left: 0;
        width: 100%;
        height: 25px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
        z-index: 9000;
        pointer-events: none;
    }


    /*Acima MENU*/

    main {
        top: 80px;
    }

    .marlon-paragrafo {
        font-family: Great Vibes;
        color: #FEF104;
        z-index: 1;
        position: absolute;
        font-size: 20px;
        transform: translateX(-427%);
    }

    .inicio {
        display: flex;
        background-color: #000000;
        width: 100%;
        margin-top: 86px;
        justify-content: center;
        align-items: end;
        position: relative;
        border-bottom: #FEF104 2px solid;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }

    .frase-principal {
        width: 367px;
        margin-top: 100px;
        font-size: 50px;
        color: #ffff;
        text-align: center;
        font-family: "Libre Baskerville", serif;
        line-height: 0.9;
        letter-spacing: 3px;
    }

    .frase-principal span {
        color: #FEF104;
        font-size: 66px;
        font-family: "Libre Baskerville", serif;
    }

    .frase-secundaria-inicio {
        color: #ffff;
        font-size: 18px;
        width: 390px;
        bottom: 98px;
        position: relative;
    }

    .imagem-risco-inicio {
        position: relative;
        z-index: 10;
        top: -74px;
        width: 530px;
    }

    .botao-de-contato-dois {
        display: flex;
        background-color: #000000;
        border: 2px solid #FEF104;
        border-radius: 10px;
        color: #FEF104;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        justify-content: center;
        align-items: center;
        width: 180px;
        height: 40px;
        cursor: pointer;
        transition: 0.3s;
        position: relative;
        bottom: 73px;
    }

    .botao-de-contato-dois:hover {
        background-color: #FEF104;
        border: 2px solid #000000;
        color: #000000;
    }

    .botao-de-contato-dois:active {
        background-color: #FEF104;
        border: 2px solid #000000;
        color: #000000;
    }

    .imagem-do-whats-dois {
        width: 27px;
        height: 27px;
    }

    .textos-inicio {
        position: relative;
        z-index: 2;
        margin-right: 520px;
    }

    .imagem-marlon {
        width: 700px;
        position: absolute;
        right: 0;
        bottom: 0;
        transform: translateX(-1%);
        z-index: 1;
    }


    /*  Acima INICIO*/


    .caixa-titulo-suplementos {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        width: 100%;
        gap: 13px;
    }

    .titulo-suplementos {
        width: 370px;
    }

    .linha {
        width: 100%;
        height: 2px;
        background-color: #FEF104;
        border-top-right-radius: 50px;
        border-top-left-radius: 50px;
    }

    .suplementos {
        margin-bottom: 80px;
    }

    .todos-suplementos {
        display: grid;
        grid-template-columns: 270px 270px;
        gap: 50px;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 30px;
    }

    .suplemento {
        padding: 20px;
        width: 270px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background-color: #000000;
        border: 2px solid #FEF104;
        border-radius: 20px;
        cursor: pointer;
    }

    .preço {
        color: #FEF104;
        font-size: 30px;
        font-family: "Roboto Slab", serif;
    }

    .a-produtos {
        text-decoration: none;
        width: 270px;
        display: flex;
    }

    .a-produtos .suplemento {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .a-produtos:hover .suplemento {
        transform: scale(1.05) rotate(-2deg);
    }

    .nome-do-suplemento {
        color: #FEF104;
        font-size: 18px;
        font-family: "Roboto Slab", serif;
        text-align: center;
    }

    .nome-do-suplemento span {
        color: #dbd108;
        font-size: 12px;
    }

    .clique-saber-mais {
        color: #ffffff;
        font-size: 14px;
    }

    .imagem-do-suplemento {
        width: 80px;
        position: relative;
        z-index: 1;
    }

    .imagem-do-suplemento-pelecabelounha {
        width: 100px;
        position: relative;
        z-index: 1;
    }

    .container-suplemento {
        position: relative;
        display: inline-block;
    }

    .container-suplemento::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 230px;
        height: 230px;
        transform: translate(-50%, -50%);
        background: radial-gradient(circle, #dbd108 0%, rgba(254, 241, 4, 0) 70%);
        filter: blur(40px);
        z-index: 0;
    }

    .a-produtos {
        text-decoration: none;
        width: 270px;
    }

    /*  Acima SUPLEMENTOS*/

    .todas-erva {
        display: flex;
        gap: 50px;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 30px;
    }

    /*  Acima ERVA-MATE  */

    .rede-social {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 65px;
        padding-top: 50px;
        padding-bottom: 50px;
        border-top: #FEF104 solid 1px;
        gap: 60px;
    }

    .textos-rede-social {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 25px;
        width: 550px;
    }

    .texto-topo-rede-social {
        display: flex;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }

    .linha-rede-social {
        width: 30px;
        height: 1.5px;
        background-color: #FEF104;
    }

    .conectese-rede-social {
        color: #FEF104;
    }

    .hdois-acompanhe-rede-social {
        color: white;
        font-size: 47px;
        width: 550px;
        margin-left: 5px;
    }

    .hdois-acompanhe-rede-social span {
        color: #FEF104;
    }

    .linha-rede-social-dois {
        width: 80%;
        height: 2px;
        background-color: #FEF104;
    }

    .descricao-pagina-rede-social {
        color: #ffffff;
        width: 550px;
        margin-left: 5px;
        font-size: 20px;
    }

    .botao-da-pagina-do-facebook {
        background-color: black;
        color: #FEF104;
        font-size: 20px;
        border: 1.5px solid #FEF104;
        border-radius: 10px;
        padding: 10px 20px;
        cursor: pointer;
        transition: 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .botao-da-pagina-do-facebook:hover {
        font-size: 21px;
        background-color: #FEF104;
        color: black;
    }

    .logo-facebook-rede-social {
        width: 30px;
    }

    .imagem-rede-social {
        width: 600px;
        border-radius: 5px;
    }

    .botao-da-vaquinha {
        background-color: black;
        color: #FEF104;
        font-size: 20px;
        border: 1.5px solid #FEF104;
        border-radius: 10px;
        padding: 10px 20px;
        cursor: pointer;
        transition: 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        align-items: center;
        gap: 10px;
        height: 50px;
    }

    .botao-da-vaquinha:hover {
        font-size: 21px;
        background-color: #FEF104;
        color: black;
    }

    .logo-vaquinha-rede-social {
        width: 30px;
    }

    .botao-do-curso {
        background-color: black;
        color: #FEF104;
        font-size: 20px;
        border: 1.5px solid #FEF104;
        border-radius: 10px;
        padding: 10px 20px;
        cursor: pointer;
        transition: 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        align-items: center;
        gap: 10px;
        height: 50px;
    }

    .botao-do-curso:hover {
        font-size: 21px;
        background-color: #FEF104;
        color: black;
    }

    .logo-curso-rede-social {
        width: 30px;
        transition: opacity 0.3s ease;
    }

    .acesse-tambem-titulo {
        color: #FEF104;
        font-size: 25px;
        width: 100%;
        text-align: center;
        margin-top: 35px;
    }

    .sombra-imagem-rede-social {}

    .curso-vaquinha {
        display: flex;
        gap: 30px;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 20px;
    }

    .descricao-curso-vaquinha {
        color: white;
        width: 100%;
        font-size: 17px;
    }

    .curso-vaquinha-individual {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 20px;
        border: 1px solid #FEF104;
        border-radius: 20px;
        padding: 10px;
        width: 300px;
        height: 100%;
    }

    .titulo-acesse-oque {
        color: #FEF104;
        font-size: 21px;
    }

    /*  Acima REDE-SOCIAL  */

    footer {
        border-top: 2px solid #FEF104;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
    }

    .logo-footer-caixa {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        text-align: flex-start;
    }

    .logo-footer {
        width: 160px;
    }

    .logo-texto {
        color: #ffffff;
        width: 200px;
    }

    .copyright {
        color: #747474;
        font-size: 15px;
    }
}


/*1200px*/


@media (max-width: 1200px) {
    header {
        position: fixed;
        z-index: 9000;
        padding-top: 5px;
        height: 85px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #000000;
        top: 0;
    }

    #suplementos {
        scroll-margin-top: 200px;
    }

    #erva-mate {
        scroll-margin-top: 200px;
    }

    #rede-social {
        scroll-margin-top: 200px;
    }

    .logo-da-sede-velha {
        width: 225px;
        height: 80px;
        margin-left: 30px;
    }

    .links-do-menu {
        display: flex;
        gap: 8%;
        width: 40%;
    }

    .links {
        text-decoration: none;
        color: #ffffff;
        font-size: 16px;
        font-weight: bold;
        transition: 0.2s ease-in-out;
        cursor: pointer;
    }

    .links:hover {
        text-decoration: underline;
        text-underline-offset: 4px;
        transform: scale(1.03);
        color: #FEF104;
        font-size: 16px;
        font-weight: bold;
    }

    .links:active {
        text-decoration: underline;
        text-underline-offset: 4px;
        transform: scale(1.03);
        color: #FEF104;
        font-size: 16px;
        font-weight: bold;
    }

    .botao-de-contato-do-menu {
        display: flex;
        background-color: #000000;
        border: 2px solid #FEF104;
        border-radius: 10px;
        color: #FEF104;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        justify-content: center;
        align-items: center;
        width: 130px;
        height: 40px;
        cursor: pointer;
        transition: 0.3s;
    }

    .imagem-do-whats-menu {
        width: 27px;
        height: 27px;
    }

    .botao-de-contato-do-menu:hover {
        background-color: #FEF104;
        border: 2px solid #000000;
        color: #000000;
    }

    .botao-de-contato-do-menu:active {
        background-color: #FEF104;
        border: 2px solid #000000;
        color: #000000;
    }

    .fade-sombra-do-menu {
        position: fixed;
        top: 85px;
        left: 0;
        width: 100%;
        height: 25px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
        z-index: 9000;
        pointer-events: none;
    }


    /*Acima MENU*/

    main {
        top: 80px;
    }

    .marlon-paragrafo {
        font-family: Great Vibes;
        color: #FEF104;
        z-index: 1;
        position: absolute;
        font-size: 20px;
        transform: translateX(-367%);
    }

    .inicio {
        display: flex;
        background-color: #000000;
        width: 100%;
        margin-top: 86px;
        justify-content: center;
        align-items: end;
        position: relative;
        border-bottom: #FEF104 2px solid;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
        z-index: 10;
    }

    .frase-principal {
        width: 367px;
        margin-top: 100px;
        font-size: 50px;
        color: #ffff;
        text-align: center;
        font-family: "Libre Baskerville", serif;
        line-height: 0.9;
        letter-spacing: 3px;
    }

    .frase-principal span {
        color: #FEF104;
        font-size: 66px;
        font-family: "Libre Baskerville", serif;
    }

    .frase-secundaria-inicio {
        color: #ffff;
        font-size: 18px;
        width: 390px;
        bottom: 98px;
        position: relative;
    }

    .imagem-risco-inicio {
        position: relative;
        z-index: 10;
        top: -74px;
        width: 530px;
    }

    .botao-de-contato-dois {
        display: flex;
        background-color: #000000;
        border: 2px solid #FEF104;
        border-radius: 10px;
        color: #FEF104;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        justify-content: center;
        align-items: center;
        width: 180px;
        height: 40px;
        cursor: pointer;
        transition: 0.3s;
        position: relative;
        bottom: 73px;
    }

    .botao-de-contato-dois:hover {
        background-color: #FEF104;
        border: 2px solid #000000;
        color: #000000;
    }

    .botao-de-contato-dois:active {
        background-color: #FEF104;
        border: 2px solid #000000;
        color: #000000;
    }

    .imagem-do-whats-dois {
        width: 27px;
        height: 27px;
    }

    .textos-inicio {
        position: relative;
        z-index: 2;
        margin-right: 40%;
    }

    .imagem-marlon {
        width: 700px;
        position: absolute;
        right: 0;
        bottom: 0;
        transform: translateX(-6%);
        z-index: 1;
    }


    /*  Acima INICIO*/


    .caixa-titulo-suplementos {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        width: 100%;
        gap: 13px;
    }

    .titulo-suplementos {
        width: 370px;
    }

    .linha {
        width: 100%;
        height: 2px;
        background-color: #FEF104;
        border-top-right-radius: 50px;
        border-top-left-radius: 50px;
    }

    .suplementos {
        margin-bottom: 80px;
    }

    .todos-suplementos {
        display: grid;
        grid-template-columns: 270px 270px;
        gap: 50px;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 30px;
    }

    .suplemento {
        padding: 20px;
        width: 270px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background-color: #000000;
        border: 2px solid #FEF104;
        border-radius: 20px;
        cursor: pointer;
    }

    .preço {
        color: #FEF104;
        font-size: 30px;
        font-family: "Roboto Slab", serif;
    }

    .a-produtos {
        text-decoration: none;
        width: 270px;
        display: flex;
    }

    .a-produtos .suplemento {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .a-produtos:hover .suplemento {
        transform: scale(1.05) rotate(-2deg);
    }

    .nome-do-suplemento {
        color: #FEF104;
        font-size: 18px;
        font-family: "Roboto Slab", serif;
        text-align: center;
    }

    .nome-do-suplemento span {
        color: #dbd108;
        font-size: 12px;
    }

    .clique-saber-mais {
        color: #ffffff;
        font-size: 14px;
    }

    .imagem-do-suplemento {
        width: 80px;
        position: relative;
        z-index: 1;
    }

    .imagem-do-suplemento-pelecabelounha {
        width: 100px;
        position: relative;
        z-index: 1;
    }

    .container-suplemento {
        position: relative;
        display: inline-block;
    }

    .container-suplemento::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 230px;
        height: 230px;
        transform: translate(-50%, -50%);
        background: radial-gradient(circle, #dbd108 0%, rgba(254, 241, 4, 0) 70%);
        filter: blur(40px);
        z-index: 0;
    }

    .a-produtos {
        text-decoration: none;
        width: 270px;
    }

    /*  Acima SUPLEMENTOS*/

    .todas-erva {
        display: flex;
        gap: 50px;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 30px;
    }

    /*  Acima ERVA-MATE  */

    .rede-social {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 65px;
        padding-top: 50px;
        padding-bottom: 50px;
        border-top: #FEF104 solid 1px;
        gap: 60px;
    }

    .textos-rede-social {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 25px;
        width: 550px;
    }

    .texto-topo-rede-social {
        display: flex;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }

    .linha-rede-social {
        width: 30px;
        height: 1.5px;
        background-color: #FEF104;
    }

    .conectese-rede-social {
        color: #FEF104;
    }

    .hdois-acompanhe-rede-social {
        color: white;
        font-size: 47px;
        width: 550px;
        margin-left: 5px;
    }

    .hdois-acompanhe-rede-social span {
        color: #FEF104;
    }

    .linha-rede-social-dois {
        width: 80%;
        height: 2px;
        background-color: #FEF104;
    }

    .descricao-pagina-rede-social {
        color: #ffffff;
        width: 550px;
        margin-left: 5px;
        font-size: 20px;
    }

    .botao-da-pagina-do-facebook {
        background-color: black;
        color: #FEF104;
        font-size: 20px;
        border: 1.5px solid #FEF104;
        border-radius: 10px;
        padding: 10px 20px;
        cursor: pointer;
        transition: 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .botao-da-pagina-do-facebook:hover {
        font-size: 21px;
        background-color: #FEF104;
        color: black;
    }

    .logo-facebook-rede-social {
        width: 30px;
    }

    .imagem-rede-social {
        width: 600px;
        border-radius: 5px;
    }

    .botao-da-vaquinha {
        background-color: black;
        color: #FEF104;
        font-size: 20px;
        border: 1.5px solid #FEF104;
        border-radius: 10px;
        padding: 10px 20px;
        cursor: pointer;
        transition: 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        align-items: center;
        gap: 10px;
        height: 50px;
    }

    .botao-da-vaquinha:hover {
        font-size: 21px;
        background-color: #FEF104;
        color: black;
    }

    .logo-vaquinha-rede-social {
        width: 30px;
    }

    .botao-do-curso {
        background-color: black;
        color: #FEF104;
        font-size: 20px;
        border: 1.5px solid #FEF104;
        border-radius: 10px;
        padding: 10px 20px;
        cursor: pointer;
        transition: 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        align-items: center;
        gap: 10px;
        height: 50px;
    }

    .botao-do-curso:hover {
        font-size: 21px;
        background-color: #FEF104;
        color: black;
    }

    .logo-curso-rede-social {
        width: 30px;
    }

    .acesse-tambem-titulo {
        color: #FEF104;
        font-size: 25px;
        width: 100%;
        text-align: center;
        margin-top: 35px;
    }

    .sombra-imagem-rede-social {}

    .curso-vaquinha {
        display: flex;
        gap: 30px;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 20px;
    }

    .descricao-curso-vaquinha {
        color: white;
        width: 100%;
        font-size: 17px;
    }

    .curso-vaquinha-individual {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 20px;
        border: 1px solid #FEF104;
        border-radius: 20px;
        padding: 10px;
        width: 300px;
        height: 100%;
    }

    .titulo-acesse-oque {
        color: #FEF104;
        font-size: 21px;
    }

    /*  Acima REDE-SOCIAL  */

    footer {
        border-top: 2px solid #FEF104;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
    }

    .logo-footer-caixa {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        text-align: flex-start;
    }

    .logo-footer {
        width: 160px;
    }

    .logo-texto {
        color: #ffffff;
        width: 200px;
    }

    .copyright {
        color: #747474;
        font-size: 15px;
    }
}


/*1100px*/


@media (max-width: 1100px) {
    header {
        position: fixed;
        z-index: 9000;
        padding-top: 5px;
        height: 85px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #000000;
        top: 0;
    }

    #suplementos {
        scroll-margin-top: 200px;
    }

    #erva-mate {
        scroll-margin-top: 200px;
    }

    #rede-social {
        scroll-margin-top: 200px;
    }

    .logo-da-sede-velha {
        width: 225px;
        height: 80px;
        margin-left: 30px;
    }

    .links-do-menu {
        display: flex;
        gap: 7%;
        width: 40%;
    }

    .links {
        text-decoration: none;
        color: #ffffff;
        font-size: 16px;
        font-weight: bold;
        transition: 0.2s ease-in-out;
        cursor: pointer;
    }

    .links:hover {
        text-decoration: underline;
        text-underline-offset: 4px;
        transform: scale(1.03);
        color: #FEF104;
        font-size: 16px;
        font-weight: bold;
    }

    .links:active {
        text-decoration: underline;
        text-underline-offset: 4px;
        transform: scale(1.03);
        color: #FEF104;
        font-size: 16px;
        font-weight: bold;
    }

    .botao-de-contato-do-menu {
        display: flex;
        background-color: #000000;
        border: 2px solid #FEF104;
        border-radius: 10px;
        color: #FEF104;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        justify-content: center;
        align-items: center;
        width: 130px;
        height: 40px;
        cursor: pointer;
        transition: 0.3s;
    }

    .imagem-do-whats-menu {
        width: 27px;
        height: 27px;
    }

    .botao-de-contato-do-menu:hover {
        background-color: #FEF104;
        border: 2px solid #000000;
        color: #000000;
    }

    .botao-de-contato-do-menu:active {
        background-color: #FEF104;
        border: 2px solid #000000;
        color: #000000;
    }

    .fade-sombra-do-menu {
        position: fixed;
        top: 85px;
        left: 0;
        width: 100%;
        height: 25px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
        z-index: 9000;
        pointer-events: none;
    }


    /*Acima MENU*/

    main {
        top: 80px;
    }

    .marlon-paragrafo {
        font-family: Great Vibes;
        color: #FEF104;
        z-index: 1;
        position: absolute;
        font-size: 20px;
        transform: translateX(-357%);
    }

    .inicio {
        display: flex;
        background-color: #000000;
        width: 100%;
        margin-top: 86px;
        justify-content: center;
        align-items: end;
        position: relative;
        border-bottom: #FEF104 2px solid;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
        z-index: 10;
    }

    .frase-principal {
        width: 367px;
        margin-top: 100px;
        font-size: 50px;
        color: #ffff;
        text-align: center;
        font-family: "Libre Baskerville", serif;
        line-height: 0.9;
        letter-spacing: 3px;
    }

    .frase-principal span {
        color: #FEF104;
        font-size: 66px;
        font-family: "Libre Baskerville", serif;
    }

    .frase-secundaria-inicio {
        color: #ffff;
        font-size: 18px;
        width: 390px;
        bottom: 98px;
        position: relative;
    }

    .imagem-risco-inicio {
        position: relative;
        z-index: 10;
        top: -74px;
        width: 530px;
    }

    .botao-de-contato-dois {
        display: flex;
        background-color: #000000;
        border: 2px solid #FEF104;
        border-radius: 10px;
        color: #FEF104;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        justify-content: center;
        align-items: center;
        width: 180px;
        height: 40px;
        cursor: pointer;
        transition: 0.3s;
        position: relative;
        bottom: 73px;
    }

    .botao-de-contato-dois:hover {
        background-color: #FEF104;
        border: 2px solid #000000;
        color: #000000;
    }

    .botao-de-contato-dois:active {
        background-color: #FEF104;
        border: 2px solid #000000;
        color: #000000;
    }

    .imagem-do-whats-dois {
        width: 27px;
        height: 27px;
    }

    .textos-inicio {
        position: relative;
        z-index: 2;
        margin-right: 33%;
    }

    .imagem-marlon {
        width: 57%;
        position: absolute;
        right: 0;
        bottom: 0;
        transform: translateX(-6%);
        z-index: 1;
    }


    /*  Acima INICIO*/


    .caixa-titulo-suplementos {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        width: 100%;
        gap: 13px;
    }

    .titulo-suplementos {
        width: 370px;
    }

    .linha {
        width: 100%;
        height: 2px;
        background-color: #FEF104;
        border-top-right-radius: 50px;
        border-top-left-radius: 50px;
    }

    .suplementos {
        margin-bottom: 80px;
    }

    .todos-suplementos {
        display: grid;
        grid-template-columns: 270px 270px;
        gap: 50px;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 30px;
    }

    .suplemento {
        padding: 20px;
        width: 270px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background-color: #000000;
        border: 2px solid #FEF104;
        border-radius: 20px;
        cursor: pointer;
    }

    .preço {
        color: #FEF104;
        font-size: 30px;
        font-family: "Roboto Slab", serif;
    }

    .a-produtos {
        text-decoration: none;
        width: 270px;
        display: flex;
    }

    .a-produtos .suplemento {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .a-produtos:hover .suplemento {
        transform: scale(1.05) rotate(-2deg);
    }

    .nome-do-suplemento {
        color: #FEF104;
        font-size: 18px;
        font-family: "Roboto Slab", serif;
        text-align: center;
    }

    .nome-do-suplemento span {
        color: #dbd108;
        font-size: 12px;
    }

    .clique-saber-mais {
        color: #ffffff;
        font-size: 14px;
    }

    .imagem-do-suplemento {
        width: 80px;
        position: relative;
        z-index: 1;
    }

    .imagem-do-suplemento-pelecabelounha {
        width: 100px;
        position: relative;
        z-index: 1;
    }

    .container-suplemento {
        position: relative;
        display: inline-block;
    }

    .container-suplemento::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 230px;
        height: 230px;
        transform: translate(-50%, -50%);
        background: radial-gradient(circle, #dbd108 0%, rgba(254, 241, 4, 0) 70%);
        filter: blur(40px);
        z-index: 0;
    }

    .a-produtos {
        text-decoration: none;
        width: 270px;
    }

    /*  Acima SUPLEMENTOS*/

    .todas-erva {
        display: flex;
        gap: 50px;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 30px;
    }

    /*  Acima ERVA-MATE  */

    .rede-social {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 65px;
        padding-top: 50px;
        padding-bottom: 50px;
        border-top: #FEF104 solid 1px;
        gap: 60px;
    }

    .textos-rede-social {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 25px;
        width: 550px;
    }

    .texto-topo-rede-social {
        display: flex;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }

    .linha-rede-social {
        width: 30px;
        height: 1.5px;
        background-color: #FEF104;
    }

    .conectese-rede-social {
        color: #FEF104;
    }

    .hdois-acompanhe-rede-social {
        color: white;
        font-size: 47px;
        width: 550px;
        margin-left: 5px;
    }

    .hdois-acompanhe-rede-social span {
        color: #FEF104;
    }

    .linha-rede-social-dois {
        width: 80%;
        height: 2px;
        background-color: #FEF104;
    }

    .descricao-pagina-rede-social {
        color: #ffffff;
        width: 550px;
        margin-left: 5px;
        font-size: 20px;
    }

    .botao-da-pagina-do-facebook {
        background-color: black;
        color: #FEF104;
        font-size: 20px;
        border: 1.5px solid #FEF104;
        border-radius: 10px;
        padding: 10px 20px;
        cursor: pointer;
        transition: 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .botao-da-pagina-do-facebook:hover {
        font-size: 21px;
        background-color: #FEF104;
        color: black;
    }

    .logo-facebook-rede-social {
        width: 30px;
    }

    .imagem-rede-social {
        width: 600px;
        border-radius: 5px;
    }

    .botao-da-vaquinha {
        background-color: black;
        color: #FEF104;
        font-size: 20px;
        border: 1.5px solid #FEF104;
        border-radius: 10px;
        padding: 10px 20px;
        cursor: pointer;
        transition: 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        align-items: center;
        gap: 10px;
        height: 50px;
    }

    .botao-da-vaquinha:hover {
        font-size: 21px;
        background-color: #FEF104;
        color: black;
    }

    .logo-vaquinha-rede-social {
        width: 30px;
    }

    .botao-do-curso {
        background-color: black;
        color: #FEF104;
        font-size: 20px;
        border: 1.5px solid #FEF104;
        border-radius: 10px;
        padding: 10px 20px;
        cursor: pointer;
        transition: 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        align-items: center;
        gap: 10px;
        height: 50px;
    }

    .botao-do-curso:hover {
        font-size: 21px;
        background-color: #FEF104;
        color: black;
    }

    .logo-curso-rede-social {
        width: 30px;
    }

    .acesse-tambem-titulo {
        color: #FEF104;
        font-size: 25px;
        width: 100%;
        text-align: center;
        margin-top: 35px;
    }

    .sombra-imagem-rede-social {}

    .curso-vaquinha {
        display: flex;
        gap: 30px;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 20px;
    }

    .descricao-curso-vaquinha {
        color: white;
        width: 100%;
        font-size: 17px;
    }

    .curso-vaquinha-individual {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 20px;
        border: 1px solid #FEF104;
        border-radius: 20px;
        padding: 10px;
        width: 300px;
        height: 100%;
    }

    .titulo-acesse-oque {
        color: #FEF104;
        font-size: 21px;
    }

    /*  Acima REDE-SOCIAL  */

    footer {
        border-top: 2px solid #FEF104;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
    }

    .logo-footer-caixa {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        text-align: flex-start;
    }

    .logo-footer {
        width: 160px;
    }

    .logo-texto {
        color: #ffffff;
        width: 200px;
    }

    .copyright {
        color: #747474;
        font-size: 15px;
    }
}


/*1000px*/


@media (max-width: 1000px) {
    header {
        position: fixed;
        z-index: 9000;
        padding-top: 5px;
        height: 85px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #000000;
        top: 0;
    }

    #suplementos {
        scroll-margin-top: 200px;
    }

    #erva-mate {
        scroll-margin-top: 200px;
    }

    #rede-social {
        scroll-margin-top: 200px;
    }

    .logo-da-sede-velha {
        width: 225px;
        height: 80px;
        margin-left: 30px;
    }

    .links-do-menu {
        display: flex;
        gap: 4%;
        width: 40%;
    }

    .links {
        text-decoration: none;
        color: #ffffff;
        font-size: 16px;
        font-weight: bold;
        transition: 0.2s ease-in-out;
        cursor: pointer;
    }

    .links:hover {
        text-decoration: underline;
        text-underline-offset: 4px;
        transform: scale(1.03);
        color: #FEF104;
        font-size: 16px;
        font-weight: bold;
    }

    .links:active {
        text-decoration: underline;
        text-underline-offset: 4px;
        transform: scale(1.03);
        color: #FEF104;
        font-size: 16px;
        font-weight: bold;
    }

    .botao-de-contato-do-menu {
        display: flex;
        background-color: #000000;
        border: 2px solid #FEF104;
        border-radius: 10px;
        color: #FEF104;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        justify-content: center;
        align-items: center;
        width: 130px;
        height: 40px;
        cursor: pointer;
        transition: 0.3s;
    }

    .imagem-do-whats-menu {
        width: 27px;
        height: 27px;
    }

    .botao-de-contato-do-menu:hover {
        background-color: #FEF104;
        border: 2px solid #000000;
        color: #000000;
    }

    .botao-de-contato-do-menu:active {
        background-color: #FEF104;
        border: 2px solid #000000;
        color: #000000;
    }

    .fade-sombra-do-menu {
        position: fixed;
        top: 85px;
        left: 0;
        width: 100%;
        height: 25px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
        z-index: 9000;
        pointer-events: none;
    }


    /*Acima MENU*/

    main {
        top: 80px;
    }

    .marlon-paragrafo {
        font-family: Great Vibes;
        color: #FEF104;
        z-index: 1;
        position: absolute;
        font-size: 20px;
        transform: translateX(-333%);
    }

    .inicio {
        display: flex;
        background-color: #000000;
        width: 100%;
        margin-top: 86px;
        justify-content: center;
        align-items: end;
        position: relative;
        border-bottom: #FEF104 2px solid;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
        z-index: 10;
        overflow: hidden;
    }

    .frase-principal {
        width: 367px;
        margin-top: 100px;
        font-size: 50px;
        color: #ffff;
        text-align: center;
        font-family: "Libre Baskerville", serif;
        line-height: 0.9;
        letter-spacing: 3px;
    }

    .frase-principal span {
        color: #FEF104;
        font-size: 66px;
        font-family: "Libre Baskerville", serif;
    }

    .frase-secundaria-inicio {
        color: #ffff;
        font-size: 18px;
        width: 390px;
        bottom: 98px;
        position: relative;
    }

    .imagem-risco-inicio {
        position: relative;
        z-index: 10;
        top: -74px;
        width: 530px;
    }

    .botao-de-contato-dois {
        display: flex;
        background-color: #000000;
        border: 2px solid #FEF104;
        border-radius: 10px;
        color: #FEF104;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        justify-content: center;
        align-items: center;
        width: 180px;
        height: 40px;
        cursor: pointer;
        transition: 0.3s;
        position: relative;
        bottom: 73px;
    }

    .botao-de-contato-dois:hover {
        background-color: #FEF104;
        border: 2px solid #000000;
        color: #000000;
    }

    .botao-de-contato-dois:active {
        background-color: #FEF104;
        border: 2px solid #000000;
        color: #000000;
    }

    .imagem-do-whats-dois {
        width: 27px;
        height: 27px;
    }

    .textos-inicio {
        position: relative;
        z-index: 2;
        margin-right: 33%;
    }

    .imagem-marlon {
        width: 57%;
        position: absolute;
        right: 0;
        bottom: 0;
        transform: translateX(14%);
        z-index: 1;
    }


    /*  Acima INICIO*/


    .caixa-titulo-suplementos {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        width: 100%;
        gap: 13px;
    }

    .titulo-suplementos {
        width: 370px;
    }

    .linha {
        width: 100%;
        height: 2px;
        background-color: #FEF104;
        border-top-right-radius: 50px;
        border-top-left-radius: 50px;
    }

    .suplementos {
        margin-bottom: 80px;
    }

    .todos-suplementos {
        display: grid;
        grid-template-columns: 270px 270px;
        gap: 50px;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 30px;
    }

    .suplemento {
        padding: 20px;
        width: 270px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background-color: #000000;
        border: 2px solid #FEF104;
        border-radius: 20px;
        cursor: pointer;
    }

    .preço {
        color: #FEF104;
        font-size: 30px;
        font-family: "Roboto Slab", serif;
    }

    .a-produtos {
        text-decoration: none;
        width: 270px;
        display: flex;
    }

    .a-produtos .suplemento {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .a-produtos:hover .suplemento {
        transform: scale(1.05) rotate(-2deg);
    }

    .nome-do-suplemento {
        color: #FEF104;
        font-size: 18px;
        font-family: "Roboto Slab", serif;
        text-align: center;
    }

    .nome-do-suplemento span {
        color: #dbd108;
        font-size: 12px;
    }

    .clique-saber-mais {
        color: #ffffff;
        font-size: 14px;
    }

    .imagem-do-suplemento {
        width: 80px;
        position: relative;
        z-index: 1;
    }

    .imagem-do-suplemento-pelecabelounha {
        width: 100px;
        position: relative;
        z-index: 1;
    }

    .container-suplemento {
        position: relative;
        display: inline-block;
    }

    .container-suplemento::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 230px;
        height: 230px;
        transform: translate(-50%, -50%);
        background: radial-gradient(circle, #dbd108 0%, rgba(254, 241, 4, 0) 70%);
        filter: blur(40px);
        z-index: 0;
    }

    .a-produtos {
        text-decoration: none;
        width: 270px;
    }

    /*  Acima SUPLEMENTOS*/

    .todas-erva {
        display: flex;
        gap: 50px;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 30px;
    }

    /*  Acima ERVA-MATE  */

    .rede-social {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 65px;
        padding-top: 50px;
        padding-bottom: 50px;
        border-top: #FEF104 solid 1px;
        gap: 60px;
    }

    .textos-rede-social {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 25px;
        width: 550px;
    }

    .texto-topo-rede-social {
        display: flex;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }

    .linha-rede-social {
        width: 30px;
        height: 1.5px;
        background-color: #FEF104;
    }

    .conectese-rede-social {
        color: #FEF104;
    }

    .hdois-acompanhe-rede-social {
        color: white;
        font-size: 47px;
        width: 550px;
        margin-left: 5px;
    }

    .hdois-acompanhe-rede-social span {
        color: #FEF104;
    }

    .linha-rede-social-dois {
        width: 80%;
        height: 2px;
        background-color: #FEF104;
    }

    .descricao-pagina-rede-social {
        color: #ffffff;
        width: 550px;
        margin-left: 5px;
        font-size: 20px;
    }

    .botao-da-pagina-do-facebook {
        background-color: black;
        color: #FEF104;
        font-size: 20px;
        border: 1.5px solid #FEF104;
        border-radius: 10px;
        padding: 10px 20px;
        cursor: pointer;
        transition: 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .botao-da-pagina-do-facebook:hover {
        font-size: 21px;
        background-color: #FEF104;
        color: black;
    }

    .logo-facebook-rede-social {
        width: 30px;
    }

    .imagem-rede-social {
        width: 600px;
        border-radius: 5px;
    }

    .botao-da-vaquinha {
        background-color: black;
        color: #FEF104;
        font-size: 20px;
        border: 1.5px solid #FEF104;
        border-radius: 10px;
        padding: 10px 20px;
        cursor: pointer;
        transition: 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        align-items: center;
        gap: 10px;
        height: 50px;
    }

    .botao-da-vaquinha:hover {
        font-size: 21px;
        background-color: #FEF104;
        color: black;
    }

    .logo-vaquinha-rede-social {
        width: 30px;
    }

    .botao-do-curso {
        background-color: black;
        color: #FEF104;
        font-size: 20px;
        border: 1.5px solid #FEF104;
        border-radius: 10px;
        padding: 10px 20px;
        cursor: pointer;
        transition: 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        align-items: center;
        gap: 10px;
        height: 50px;
    }

    .botao-do-curso:hover {
        font-size: 21px;
        background-color: #FEF104;
        color: black;
    }

    .logo-curso-rede-social {
        width: 30px;
    }

    .acesse-tambem-titulo {
        color: #FEF104;
        font-size: 25px;
        width: 100%;
        text-align: center;
        margin-top: 35px;
    }

    .sombra-imagem-rede-social {}

    .curso-vaquinha {
        display: flex;
        gap: 30px;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 20px;
    }

    .descricao-curso-vaquinha {
        color: white;
        width: 100%;
        font-size: 17px;
    }

    .curso-vaquinha-individual {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 20px;
        border: 1px solid #FEF104;
        border-radius: 20px;
        padding: 10px;
        width: 300px;
        height: 100%;
    }

    .titulo-acesse-oque {
        color: #FEF104;
        font-size: 21px;
    }

    /*  Acima REDE-SOCIAL  */

    footer {
        border-top: 2px solid #FEF104;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
    }

    .logo-footer-caixa {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        text-align: flex-start;
    }

    .logo-footer {
        width: 160px;
    }

    .logo-texto {
        color: #ffffff;
        width: 200px;
    }

    .copyright {
        color: #747474;
        font-size: 15px;
    }
}


/*900px*/


@media (max-width: 900px) {
    header {
        position: fixed;
        z-index: 9000;
        padding-top: 5px;
        height: 85px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #000000;
        top: 0;
        padding-right: 80px;
    }

    #suplementos {
        scroll-margin-top: 200px;
    }

    #erva-mate {
        scroll-margin-top: 200px;
    }

    #rede-social {
        scroll-margin-top: 200px;
    }

    .logo-da-sede-velha {
        width: 225px;
        height: 80px;
        margin-left: 30px;
    }

    .links-do-menu {
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 60px;
        margin-right: 0;
        position: fixed;
        z-index: 999999;
        top: 104px;
        right: 0;
        width: 100%;
        height: 100vh;
        background-color: #000000;
        padding-top: 0;
    }

    .links-do-menu.ativo {
        display: flex;
    }

    .links {
        text-decoration: none;
        color: #FEF104;
        font-size: 25px;
        font-weight: bold;
        transition: 0.2s ease-in-out;
        cursor: pointer;
    }

    .links:hover {
        text-decoration: underline;
        text-underline-offset: 4px;
        transform: scale(1.03);
        color: white;
        font-size: 16px;
        font-weight: bold;
    }

    .links:active {
        text-decoration: underline;
        text-underline-offset: 4px;
        transform: scale(1.03);
        color: #FEF104;
        font-size: 16px;
        font-weight: bold;
    }

    .menu-toggle {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        font-size: 40px;
        cursor: pointer;
        color: #FEF104;
        transition: 0.3s;
    }

    .menu-toggle:hover {
        color: #ffffff;
    }

    .botao-de-contato-do-menu {
        display: flex;
        background-color: #000000;
        border: 2px solid #FEF104;
        border-radius: 10px;
        color: #FEF104;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        justify-content: center;
        align-items: center;
        width: 130px;
        height: 40px;
        cursor: pointer;
        transition: 0.3s;
    }

    .imagem-do-whats-menu {
        width: 27px;
        height: 27px;
    }

    .botao-de-contato-do-menu:hover {
        background-color: #FEF104;
        border: 2px solid #000000;
        color: #000000;
    }

    .botao-de-contato-do-menu:active {
        background-color: #FEF104;
        border: 2px solid #000000;
        color: #000000;
    }

    .fade-sombra-do-menu {
        position: fixed;
        top: 85px;
        left: 0;
        width: 100%;
        height: 25px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
        z-index: 9000;
        pointer-events: none;
    }


    /*Acima MENU*/

    main {
        top: 80px;
    }

    .marlon-paragrafo {
        font-family: Great Vibes;
        color: #FEF104;
        z-index: 1;
        position: absolute;
        font-size: 20px;
        transform: translateX(-263%);
    }

    .inicio {
        display: flex;
        background-color: #000000;
        width: 100%;
        margin-top: 86px;
        justify-content: center;
        align-items: end;
        position: relative;
        border-bottom: #FEF104 2px solid;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
        z-index: 10;
        overflow: hidden;
    }

    .frase-principal {
        width: 367px;
        margin-top: 100px;
        font-size: 50px;
        color: #ffff;
        text-align: center;
        font-family: "Libre Baskerville", serif;
        line-height: 0.9;
        letter-spacing: 3px;
    }

    .frase-principal span {
        color: #FEF104;
        font-size: 66px;
        font-family: "Libre Baskerville", serif;
    }

    .frase-secundaria-inicio {
        color: #ffff;
        font-size: 18px;
        width: 390px;
        bottom: 98px;
        position: relative;
    }

    .imagem-risco-inicio {
        position: relative;
        z-index: 10;
        top: -74px;
        width: 530px;
    }

    .botao-de-contato-dois {
        display: flex;
        background-color: #000000;
        border: 2px solid #FEF104;
        border-radius: 10px;
        color: #FEF104;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        justify-content: center;
        align-items: center;
        width: 180px;
        height: 40px;
        cursor: pointer;
        transition: 0.3s;
        position: relative;
        bottom: 73px;
    }

    .botao-de-contato-dois:hover {
        background-color: #FEF104;
        border: 2px solid #000000;
        color: #000000;
    }

    .botao-de-contato-dois:active {
        background-color: #FEF104;
        border: 2px solid #000000;
        color: #000000;
    }

    .imagem-do-whats-dois {
        width: 27px;
        height: 27px;
    }

    .textos-inicio {
        position: relative;
        z-index: 2;
        margin-right: 22%;
    }

    .imagem-marlon {
        width: 57%;
        position: absolute;
        right: 0;
        bottom: 0;
        transform: translateX(14%);
        z-index: 1;
    }


    /*  Acima INICIO*/


    .caixa-titulo-suplementos {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        width: 100%;
        gap: 13px;
    }

    .titulo-suplementos {
        width: 370px;
    }

    .linha {
        width: 100%;
        height: 2px;
        background-color: #FEF104;
        border-top-right-radius: 50px;
        border-top-left-radius: 50px;
    }

    .suplementos {
        margin-bottom: 80px;
    }

    .todos-suplementos {
        display: grid;
        grid-template-columns: 270px 270px;
        gap: 50px;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 30px;
    }

    .suplemento {
        padding: 20px;
        width: 270px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background-color: #000000;
        border: 2px solid #FEF104;
        border-radius: 20px;
        cursor: pointer;
    }

    .preço {
        color: #FEF104;
        font-size: 30px;
        font-family: "Roboto Slab", serif;
    }

    .a-produtos {
        text-decoration: none;
        width: 270px;
        display: flex;
    }

    .a-produtos .suplemento {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .a-produtos:hover .suplemento {
        transform: scale(1.05) rotate(-2deg);
    }

    .nome-do-suplemento {
        color: #FEF104;
        font-size: 18px;
        font-family: "Roboto Slab", serif;
        text-align: center;
    }

    .nome-do-suplemento span {
        color: #dbd108;
        font-size: 12px;
    }

    .clique-saber-mais {
        color: #ffffff;
        font-size: 14px;
    }

    .imagem-do-suplemento {
        width: 80px;
        position: relative;
        z-index: 1;
    }

    .imagem-do-suplemento-pelecabelounha {
        width: 100px;
        position: relative;
        z-index: 1;
    }

    .container-suplemento {
        position: relative;
        display: inline-block;
    }

    .container-suplemento::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 230px;
        height: 230px;
        transform: translate(-50%, -50%);
        background: radial-gradient(circle, #dbd108 0%, rgba(254, 241, 4, 0) 70%);
        filter: blur(40px);
        z-index: 0;
    }

    .a-produtos {
        text-decoration: none;
        width: 270px;
    }

    /*  Acima SUPLEMENTOS*/

    .todas-erva {
        display: flex;
        gap: 50px;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 30px;
    }

    /*  Acima ERVA-MATE  */

    .rede-social {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 65px;
        padding-top: 50px;
        padding-bottom: 50px;
        border-top: #FEF104 solid 1px;
        gap: 60px;
    }

    .textos-rede-social {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 25px;
        width: 550px;
    }

    .texto-topo-rede-social {
        display: flex;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }

    .linha-rede-social {
        width: 30px;
        height: 1.5px;
        background-color: #FEF104;
    }

    .conectese-rede-social {
        color: #FEF104;
    }

    .hdois-acompanhe-rede-social {
        color: white;
        font-size: 47px;
        width: 550px;
        margin-left: 5px;
    }

    .hdois-acompanhe-rede-social span {
        color: #FEF104;
    }

    .linha-rede-social-dois {
        width: 80%;
        height: 2px;
        background-color: #FEF104;
    }

    .descricao-pagina-rede-social {
        color: #ffffff;
        width: 550px;
        margin-left: 5px;
        font-size: 20px;
    }

    .botao-da-pagina-do-facebook {
        background-color: black;
        color: #FEF104;
        font-size: 20px;
        border: 1.5px solid #FEF104;
        border-radius: 10px;
        padding: 10px 20px;
        cursor: pointer;
        transition: 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .botao-da-pagina-do-facebook:hover {
        font-size: 21px;
        background-color: #FEF104;
        color: black;
    }

    .logo-facebook-rede-social {
        width: 30px;
    }

    .imagem-rede-social {
        width: 600px;
        border-radius: 5px;
    }

    .botao-da-vaquinha {
        background-color: black;
        color: #FEF104;
        font-size: 20px;
        border: 1.5px solid #FEF104;
        border-radius: 10px;
        padding: 10px 20px;
        cursor: pointer;
        transition: 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        align-items: center;
        gap: 10px;
        height: 50px;
    }

    .botao-da-vaquinha:hover {
        font-size: 21px;
        background-color: #FEF104;
        color: black;
    }

    .logo-vaquinha-rede-social {
        width: 30px;
    }

    .botao-do-curso {
        background-color: black;
        color: #FEF104;
        font-size: 20px;
        border: 1.5px solid #FEF104;
        border-radius: 10px;
        padding: 10px 20px;
        cursor: pointer;
        transition: 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        align-items: center;
        gap: 10px;
        height: 50px;
    }

    .botao-do-curso:hover {
        font-size: 21px;
        background-color: #FEF104;
        color: black;
    }

    .logo-curso-rede-social {
        width: 30px;
    }

    .acesse-tambem-titulo {
        color: #FEF104;
        font-size: 25px;
        width: 100%;
        text-align: center;
        margin-top: 35px;
    }

    .sombra-imagem-rede-social {}

    .curso-vaquinha {
        display: flex;
        gap: 30px;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 20px;
    }

    .descricao-curso-vaquinha {
        color: white;
        width: 100%;
        font-size: 17px;
    }

    .curso-vaquinha-individual {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 20px;
        border: 1px solid #FEF104;
        border-radius: 20px;
        padding: 10px;
        width: 300px;
        height: 100%;
    }

    .titulo-acesse-oque {
        color: #FEF104;
        font-size: 21px;
    }

    /*  Acima REDE-SOCIAL  */

    footer {
        border-top: 2px solid #FEF104;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
    }

    .logo-footer-caixa {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        text-align: flex-start;
    }

    .logo-footer {
        width: 160px;
    }

    .logo-texto {
        color: #ffffff;
        width: 200px;
    }

    .copyright {
        color: #747474;
        font-size: 15px;
    }
}


/*800px*/


@media (max-width: 800px) {
    header {
        position: fixed;
        z-index: 9000;
        padding-top: 5px;
        height: 85px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #000000;
        top: 0;
        padding-right: 80px;
    }

    #suplementos {
        scroll-margin-top: 200px;
    }

    #erva-mate {
        scroll-margin-top: 200px;
    }

    #rede-social {
        scroll-margin-top: 200px;
    }

    .logo-da-sede-velha {
        width: 225px;
        height: 80px;
        margin-left: 30px;
    }

    .links-do-menu {
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 60px;
        margin-right: 0;
        position: fixed;
        z-index: 999999;
        top: 104px;
        right: 0;
        width: 100%;
        height: 100vh;
        background-color: #000000;
        padding-top: 0;
    }

    .links-do-menu.ativo {
        display: flex;
    }

    .links {
        text-decoration: none;
        color: #FEF104;
        font-size: 25px;
        font-weight: bold;
        transition: 0.2s ease-in-out;
        cursor: pointer;
    }

    .links:hover {
        text-decoration: underline;
        text-underline-offset: 4px;
        transform: scale(1.03);
        color: white;
        font-size: 16px;
        font-weight: bold;
    }

    .links:active {
        text-decoration: underline;
        text-underline-offset: 4px;
        transform: scale(1.03);
        color: #FEF104;
        font-size: 16px;
        font-weight: bold;
    }

    .menu-toggle {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        font-size: 40px;
        cursor: pointer;
        color: #FEF104;
        transition: 0.3s;
    }

    .menu-toggle:hover {
        color: #ffffff;
    }

    .botao-de-contato-do-menu {
        display: flex;
        background-color: #000000;
        border: 2px solid #FEF104;
        border-radius: 10px;
        color: #FEF104;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        justify-content: center;
        align-items: center;
        width: 130px;
        height: 40px;
        cursor: pointer;
        transition: 0.3s;
    }

    .imagem-do-whats-menu {
        width: 27px;
        height: 27px;
    }

    .botao-de-contato-do-menu:hover {
        background-color: #FEF104;
        border: 2px solid #000000;
        color: #000000;
    }

    .botao-de-contato-do-menu:active {
        background-color: #FEF104;
        border: 2px solid #000000;
        color: #000000;
    }

    .fade-sombra-do-menu {
        position: fixed;
        top: 85px;
        left: 0;
        width: 100%;
        height: 25px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
        z-index: 9000;
        pointer-events: none;
    }


    /*Acima MENU*/

    main {
        top: 80px;
    }

    .marlon-paragrafo {
        font-family: Great Vibes;
        color: #FEF104;
        z-index: 1;
        position: absolute;
        font-size: 20px;
        transform: translateX(-225%);
    }

    .inicio {
        display: flex;
        background-color: #000000;
        width: 100%;
        margin-top: 86px;
        justify-content: center;
        align-items: end;
        position: relative;
        border-bottom: #FEF104 2px solid;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
        z-index: 10;
        overflow: hidden;
    }

    .frase-principal {
        width: 367px;
        margin-top: 100px;
        font-size: 46px;
        color: #ffff;
        text-align: center;
        font-family: "Libre Baskerville", serif;
        line-height: 0.9;
        letter-spacing: 3px;
    }

    .frase-principal span {
        color: #FEF104;
        font-size: 56px;
        font-family: "Libre Baskerville", serif;
    }

    .frase-secundaria-inicio {
        color: #ffff;
        font-size: 18px;
        width: 390px;
        bottom: 85px;
        position: relative;
    }

    .imagem-risco-inicio {
        position: relative;
        z-index: 10;
        top: -64px;
        width: 452px;
    }

    .botao-de-contato-dois {
        display: flex;
        background-color: #000000;
        border: 2px solid #FEF104;
        border-radius: 10px;
        color: #FEF104;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        justify-content: center;
        align-items: center;
        width: 180px;
        height: 40px;
        cursor: pointer;
        transition: 0.3s;
        position: relative;
        bottom: 73px;
    }

    .botao-de-contato-dois:hover {
        background-color: #FEF104;
        border: 2px solid #000000;
        color: #000000;
    }

    .botao-de-contato-dois:active {
        background-color: #FEF104;
        border: 2px solid #000000;
        color: #000000;
    }

    .imagem-do-whats-dois {
        width: 27px;
        height: 27px;
    }

    .textos-inicio {
        position: relative;
        z-index: 2;
        margin-right: 18%;
    }

    .imagem-marlon {
        width: 70%;
        position: absolute;
        right: 0;
        bottom: 0;
        transform: translateX(35%);
        z-index: 1;
    }


    /*  Acima INICIO*/


    .caixa-titulo-suplementos {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        width: 100%;
        gap: 13px;
    }

    .titulo-suplementos {
        width: 370px;
    }

    .linha {
        width: 100%;
        height: 2px;
        background-color: #FEF104;
        border-top-right-radius: 50px;
        border-top-left-radius: 50px;
    }

    .suplementos {
        margin-bottom: 80px;
    }

    .todos-suplementos {
        display: grid;
        grid-template-columns: 270px 270px;
        gap: 50px;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 30px;
    }

    .suplemento {
        padding: 20px;
        width: 270px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background-color: #000000;
        border: 2px solid #FEF104;
        border-radius: 20px;
        cursor: pointer;
    }

    .preço {
        color: #FEF104;
        font-size: 30px;
        font-family: "Roboto Slab", serif;
    }

    .a-produtos {
        text-decoration: none;
        width: 270px;
        display: flex;
    }

    .a-produtos .suplemento {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .a-produtos:hover .suplemento {
        transform: scale(1.05) rotate(-2deg);
    }

    .nome-do-suplemento {
        color: #FEF104;
        font-size: 18px;
        font-family: "Roboto Slab", serif;
        text-align: center;
    }

    .nome-do-suplemento span {
        color: #dbd108;
        font-size: 12px;
    }

    .clique-saber-mais {
        color: #ffffff;
        font-size: 14px;
    }

    .imagem-do-suplemento {
        width: 80px;
        position: relative;
        z-index: 1;
    }

    .imagem-do-suplemento-pelecabelounha {
        width: 100px;
        position: relative;
        z-index: 1;
    }

    .container-suplemento {
        position: relative;
        display: inline-block;
    }

    .container-suplemento::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 230px;
        height: 230px;
        transform: translate(-50%, -50%);
        background: radial-gradient(circle, #dbd108 0%, rgba(254, 241, 4, 0) 70%);
        filter: blur(40px);
        z-index: 0;
    }

    .a-produtos {
        text-decoration: none;
        width: 270px;
    }

    /*  Acima SUPLEMENTOS*/

    .todas-erva {
        display: flex;
        gap: 50px;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 30px;
    }

    /*  Acima ERVA-MATE  */

    .rede-social {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 65px;
        padding-top: 50px;
        padding-bottom: 50px;
        border-top: #FEF104 solid 1px;
        gap: 60px;
    }

    .textos-rede-social {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 25px;
        width: 550px;
    }

    .texto-topo-rede-social {
        display: flex;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }

    .linha-rede-social {
        width: 30px;
        height: 1.5px;
        background-color: #FEF104;
    }

    .conectese-rede-social {
        color: #FEF104;
    }

    .hdois-acompanhe-rede-social {
        color: white;
        font-size: 47px;
        width: 550px;
        margin-left: 5px;
    }

    .hdois-acompanhe-rede-social span {
        color: #FEF104;
    }

    .linha-rede-social-dois {
        width: 80%;
        height: 2px;
        background-color: #FEF104;
    }

    .descricao-pagina-rede-social {
        color: #ffffff;
        width: 550px;
        margin-left: 5px;
        font-size: 20px;
    }

    .botao-da-pagina-do-facebook {
        background-color: black;
        color: #FEF104;
        font-size: 20px;
        border: 1.5px solid #FEF104;
        border-radius: 10px;
        padding: 10px 20px;
        cursor: pointer;
        transition: 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .botao-da-pagina-do-facebook:hover {
        font-size: 21px;
        background-color: #FEF104;
        color: black;
    }

    .logo-facebook-rede-social {
        width: 30px;
    }

    .imagem-rede-social {
        width: 600px;
        border-radius: 5px;
    }

    .botao-da-vaquinha {
        background-color: black;
        color: #FEF104;
        font-size: 20px;
        border: 1.5px solid #FEF104;
        border-radius: 10px;
        padding: 10px 20px;
        cursor: pointer;
        transition: 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        align-items: center;
        gap: 10px;
        height: 50px;
    }

    .botao-da-vaquinha:hover {
        font-size: 21px;
        background-color: #FEF104;
        color: black;
    }

    .logo-vaquinha-rede-social {
        width: 30px;
    }

    .botao-do-curso {
        background-color: black;
        color: #FEF104;
        font-size: 20px;
        border: 1.5px solid #FEF104;
        border-radius: 10px;
        padding: 10px 20px;
        cursor: pointer;
        transition: 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        align-items: center;
        gap: 10px;
        height: 50px;
    }

    .botao-do-curso:hover {
        font-size: 21px;
        background-color: #FEF104;
        color: black;
    }

    .logo-curso-rede-social {
        width: 30px;
    }

    .acesse-tambem-titulo {
        color: #FEF104;
        font-size: 25px;
        width: 100%;
        text-align: center;
        margin-top: 35px;
    }

    .sombra-imagem-rede-social {}

    .curso-vaquinha {
        display: flex;
        gap: 30px;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 20px;
    }

    .descricao-curso-vaquinha {
        color: white;
        width: 100%;
        font-size: 17px;
    }

    .curso-vaquinha-individual {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 20px;
        border: 1px solid #FEF104;
        border-radius: 20px;
        padding: 10px;
        width: 300px;
        height: 100%;
    }

    .titulo-acesse-oque {
        color: #FEF104;
        font-size: 21px;
    }

    /*  Acima REDE-SOCIAL  */

    footer {
        border-top: 2px solid #FEF104;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
    }

    .logo-footer-caixa {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        text-align: flex-start;
    }

    .logo-footer {
        width: 160px;
    }

    .logo-texto {
        color: #ffffff;
        width: 200px;
    }

    .copyright {
        color: #747474;
        font-size: 15px;
    }
}


/*700px*/


@media (max-width: 700px) {
    header {
        position: fixed;
        z-index: 9000;
        padding-top: 5px;
        height: 85px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #000000;
        top: 0;
        padding-right: 80px;
    }

    #suplementos {
        scroll-margin-top: 200px;
    }

    #erva-mate {
        scroll-margin-top: 200px;
    }

    #rede-social {
        scroll-margin-top: 200px;
    }

    .logo-da-sede-velha {
        width: 225px;
        height: 80px;
        margin-left: 30px;
    }

    .links-do-menu {
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 60px;
        margin-right: 0;
        position: fixed;
        z-index: 999999;
        top: 104px;
        right: 0;
        width: 100%;
        height: 100vh;
        background-color: #000000;
        padding-top: 0;
    }

    .links-do-menu.ativo {
        display: flex;
    }

    .links {
        text-decoration: none;
        color: #FEF104;
        font-size: 25px;
        font-weight: bold;
        transition: 0.2s ease-in-out;
        cursor: pointer;
    }

    .links:hover {
        text-decoration: underline;
        text-underline-offset: 4px;
        transform: scale(1.03);
        color: white;
        font-size: 16px;
        font-weight: bold;
    }

    .links:active {
        text-decoration: underline;
        text-underline-offset: 4px;
        transform: scale(1.03);
        color: #FEF104;
        font-size: 16px;
        font-weight: bold;
    }

    .menu-toggle {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        font-size: 40px;
        cursor: pointer;
        color: #FEF104;
        transition: 0.3s;
    }

    .menu-toggle:hover {
        color: #ffffff;
    }

    .botao-de-contato-do-menu {
        display: flex;
        background-color: #000000;
        border: 2px solid #FEF104;
        border-radius: 10px;
        color: #FEF104;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        justify-content: center;
        align-items: center;
        width: 130px;
        height: 40px;
        cursor: pointer;
        transition: 0.3s;
    }

    .imagem-do-whats-menu {
        width: 27px;
        height: 27px;
    }

    .botao-de-contato-do-menu:hover {
        background-color: #FEF104;
        border: 2px solid #000000;
        color: #000000;
    }

    .botao-de-contato-do-menu:active {
        background-color: #FEF104;
        border: 2px solid #000000;
        color: #000000;
    }

    .fade-sombra-do-menu {
        position: fixed;
        top: 85px;
        left: 0;
        width: 100%;
        height: 25px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
        z-index: 9000;
        pointer-events: none;
    }


    /*Acima MENU*/

    main {
        top: 80px;
    }

    .marlon-paragrafo {
        font-family: Great Vibes;
        color: #FEF104;
        z-index: 1;
        position: absolute;
        font-size: 20px;
        transform: translateX(-193%);
    }

    .inicio {
        display: flex;
        background-color: #000000;
        width: 100%;
        margin-top: 86px;
        justify-content: center;
        align-items: end;
        position: relative;
        border-bottom: #FEF104 2px solid;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
        z-index: 10;
        overflow: hidden;
    }

    .frase-principal {
        width: 367px;
        margin-top: 65px;
        font-size: 40px;
        color: #ffff;
        text-align: center;
        font-family: "Libre Baskerville", serif;
        line-height: 0.9;
        letter-spacing: 3px;
    }

    .frase-principal span {
        color: #FEF104;
        font-size: 50px;
        font-family: "Libre Baskerville", serif;
    }

    .frase-secundaria-inicio {
        color: #ffff;
        font-size: 16px;
        width: 390px;
        bottom: 75px;
        position: relative;
    }

    .imagem-risco-inicio {
        position: relative;
        z-index: 10;
        top: -55px;
        width: 410px;
    }

    .botao-de-contato-dois {
        display: flex;
        background-color: #000000;
        border: 2px solid #FEF104;
        border-radius: 10px;
        color: #FEF104;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        justify-content: center;
        align-items: center;
        width: 180px;
        height: 40px;
        cursor: pointer;
        transition: 0.3s;
        position: relative;
        bottom: 64px;
    }

    .botao-de-contato-dois:hover {
        background-color: #FEF104;
        border: 2px solid #000000;
        color: #000000;
    }

    .botao-de-contato-dois:active {
        background-color: #FEF104;
        border: 2px solid #000000;
        color: #000000;
    }

    .imagem-do-whats-dois {
        width: 27px;
        height: 27px;
    }

    .textos-inicio {
        position: relative;
        z-index: 2;
        margin-right: 18%;
    }

    .imagem-marlon {
        width: 70%;
        position: absolute;
        right: 0;
        bottom: 0;
        transform: translateX(35%);
        z-index: 1;
    }


    /*  Acima INICIO*/


    .caixa-titulo-suplementos {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        width: 100%;
        gap: 13px;
    }

    .titulo-suplementos {
        width: 370px;
    }

    .linha {
        width: 100%;
        height: 2px;
        background-color: #FEF104;
        border-top-right-radius: 50px;
        border-top-left-radius: 50px;
    }

    .suplementos {
        margin-bottom: 80px;
    }

    .todos-suplementos {
        display: grid;
        grid-template-columns: 270px 270px;
        gap: 30px;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 30px;
    }

    .suplemento {
        padding: 20px;
        width: 270px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background-color: #000000;
        border: 2px solid #FEF104;
        border-radius: 20px;
        cursor: pointer;
    }

    .preço {
        color: #FEF104;
        font-size: 30px;
        font-family: "Roboto Slab", serif;
    }

    .a-produtos {
        text-decoration: none;
        width: 270px;
        display: flex;
    }

    .a-produtos .suplemento {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .a-produtos:hover .suplemento {
        transform: scale(1.05) rotate(-2deg);
    }

    .nome-do-suplemento {
        color: #FEF104;
        font-size: 18px;
        font-family: "Roboto Slab", serif;
        text-align: center;
    }

    .nome-do-suplemento span {
        color: #dbd108;
        font-size: 12px;
    }

    .clique-saber-mais {
        color: #ffffff;
        font-size: 14px;
    }

    .imagem-do-suplemento {
        width: 80px;
        position: relative;
        z-index: 1;
    }

    .imagem-do-suplemento-pelecabelounha {
        width: 100px;
        position: relative;
        z-index: 1;
    }

    .container-suplemento {
        position: relative;
        display: inline-block;
    }

    .container-suplemento::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 230px;
        height: 230px;
        transform: translate(-50%, -50%);
        background: radial-gradient(circle, #dbd108 0%, rgba(254, 241, 4, 0) 70%);
        filter: blur(40px);
        z-index: 0;
    }

    .a-produtos {
        text-decoration: none;
        width: 270px;
    }

    /*  Acima SUPLEMENTOS*/

    .todas-erva {
        display: flex;
        gap: 30px;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 30px;
    }

    /*  Acima ERVA-MATE  */

    .rede-social {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 65px;
        padding-top: 50px;
        padding-bottom: 50px;
        border-top: #FEF104 solid 1px;
        gap: 60px;
    }

    .textos-rede-social {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 15px;
        width: 500px;
    }

    .texto-topo-rede-social {
        display: flex;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }

    .linha-rede-social {
        width: 30px;
        height: 1.5px;
        background-color: #FEF104;
    }

    .conectese-rede-social {
        color: #FEF104;
    }

    .hdois-acompanhe-rede-social {
        color: white;
        font-size: 42px;
        width: 500px;
        margin-left: 5px;
    }

    .hdois-acompanhe-rede-social span {
        color: #FEF104;
    }

    .linha-rede-social-dois {
        width: 80%;
        height: 2px;
        background-color: #FEF104;
    }

    .descricao-pagina-rede-social {
        color: #ffffff;
        width: 500px;
        margin-left: 0px;
        font-size: 18px;
    }

    .botao-da-pagina-do-facebook {
        background-color: black;
        color: #FEF104;
        font-size: 20px;
        border: 1.5px solid #FEF104;
        border-radius: 10px;
        padding: 10px 20px;
        cursor: pointer;
        transition: 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .botao-da-pagina-do-facebook:hover {
        font-size: 21px;
        background-color: #FEF104;
        color: black;
    }

    .logo-facebook-rede-social {
        width: 30px;
    }

    .imagem-rede-social {
        width: 500px;
        border-radius: 5px;
    }

    .botao-da-vaquinha {
        background-color: black;
        color: #FEF104;
        font-size: 20px;
        border: 1.5px solid #FEF104;
        border-radius: 10px;
        padding: 10px 20px;
        cursor: pointer;
        transition: 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        align-items: center;
        gap: 10px;
        height: 50px;
    }

    .caixa-imagem-rede-social {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .botao-da-vaquinha:hover {
        font-size: 21px;
        background-color: #FEF104;
        color: black;
    }

    .logo-vaquinha-rede-social {
        width: 30px;
    }

    .botao-do-curso {
        background-color: black;
        color: #FEF104;
        font-size: 20px;
        border: 1.5px solid #FEF104;
        border-radius: 10px;
        padding: 10px 20px;
        cursor: pointer;
        transition: 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        align-items: center;
        gap: 10px;
        height: 50px;
    }

    .botao-do-curso:hover {
        font-size: 21px;
        background-color: #FEF104;
        color: black;
    }

    .logo-curso-rede-social {
        width: 30px;
    }

    .acesse-tambem-titulo {
        color: #FEF104;
        font-size: 25px;
        width: 100%;
        text-align: center;
        margin-top: 35px;
    }

    .sombra-imagem-rede-social {}

    .curso-vaquinha {
        display: flex;
        gap: 30px;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 20px;
    }

    .descricao-curso-vaquinha {
        color: white;
        width: 100%;
        font-size: 13px;
    }

    .curso-vaquinha-individual {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 20px;
        border: 1px solid #FEF104;
        border-radius: 20px;
        padding: 10px;
        width: 235px;
        height: 100%;
    }

    .titulo-acesse-oque {
        color: #FEF104;
        font-size: 21px;
    }

    /*  Acima REDE-SOCIAL  */

    footer {
        border-top: 2px solid #FEF104;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
    }

    .logo-footer-caixa {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        text-align: flex-start;
    }

    .logo-footer {
        width: 160px;
    }

    .logo-texto {
        color: #ffffff;
        width: 200px;
    }

    .copyright {
        color: #747474;
        font-size: 15px;
    }
}


/*600px*/


@media (max-width: 600px) {
    header {
        position: fixed;
        z-index: 9000;
        padding-top: 5px;
        height: 85px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #000000;
        top: 0;
        padding-right: 37px;
    }

    #suplementos {
        scroll-margin-top: 200px;
    }

    #erva-mate {
        scroll-margin-top: 200px;
    }

    #rede-social {
        scroll-margin-top: 200px;
    }

    .logo-da-sede-velha {
        width: 200px;
        height: 70px;
        margin-left: 30px;
    }

    .links-do-menu {
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 60px;
        margin-right: 0;
        position: fixed;
        z-index: 999999;
        top: 104px;
        right: 0;
        width: 100%;
        height: 100vh;
        background-color: #000000;
        padding-top: 0;
    }

    .links-do-menu.ativo {
        display: flex;
    }

    .links {
        text-decoration: none;
        color: #FEF104;
        font-size: 25px;
        font-weight: bold;
        transition: 0.2s ease-in-out;
        cursor: pointer;
    }

    .links:hover {
        text-decoration: underline;
        text-underline-offset: 4px;
        transform: scale(1.03);
        color: white;
        font-size: 16px;
        font-weight: bold;
    }

    .links:active {
        text-decoration: underline;
        text-underline-offset: 4px;
        transform: scale(1.03);
        color: #FEF104;
        font-size: 16px;
        font-weight: bold;
    }

    .menu-toggle {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        font-size: 40px;
        cursor: pointer;
        color: #FEF104;
        transition: 0.3s;
    }

    .menu-toggle:hover {
        color: #ffffff;
    }

    .botao-de-contato-do-menu {
        display: flex;
        background-color: #000000;
        border: 2px solid #FEF104;
        border-radius: 10px;
        color: #FEF104;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        justify-content: center;
        align-items: center;
        width: 130px;
        height: 40px;
        cursor: pointer;
        transition: 0.3s;
    }

    .imagem-do-whats-menu {
        width: 27px;
        height: 27px;
    }

    .botao-de-contato-do-menu:hover {
        background-color: #FEF104;
        border: 2px solid #000000;
        color: #000000;
    }

    .botao-de-contato-do-menu:active {
        background-color: #FEF104;
        border: 2px solid #000000;
        color: #000000;
    }

    .fade-sombra-do-menu {
        position: fixed;
        top: 85px;
        left: 0;
        width: 100%;
        height: 25px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
        z-index: 9000;
        pointer-events: none;
    }


    /*Acima MENU*/

    main {
        top: 80px;
    }

    .marlon-paragrafo {
        font-family: Great Vibes;
        color: #FEF104;
        z-index: 1;
        position: absolute;
        font-size: 20px;
        transform: translateX(-153%);
    }

    .inicio {
        display: flex;
        background-color: #000000;
        width: 100%;
        margin-top: 86px;
        justify-content: center;
        align-items: end;
        position: relative;
        border-bottom: #FEF104 2px solid;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
        z-index: 10;
        overflow: hidden;
    }

    .frase-principal {
        width: 333px;
        margin-top: 40px;
        font-size: 35px;
        color: #ffff;
        text-align: center;
        font-family: "Libre Baskerville", serif;
        line-height: 0.9;
        letter-spacing: 3px;
    }

    .frase-principal span {
        color: #FEF104;
        font-size: 45px;
        font-family: "Libre Baskerville", serif;
    }

    .frase-secundaria-inicio {
        color: #ffff;
        font-size: 15px;
        width: 370px;
        bottom: 70px;
        position: relative;
    }

    .imagem-risco-inicio {
        position: relative;
        z-index: 10;
        top: -55px;
        width: 376px;
    }

    .botao-de-contato-dois {
        display: flex;
        background-color: #000000;
        border: 2px solid #FEF104;
        border-radius: 10px;
        color: #FEF104;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        justify-content: center;
        align-items: center;
        width: 150px;
        height: 34px;
        cursor: pointer;
        transition: 0.3s;
        position: relative;
        bottom: 57px;
    }

    .botao-de-contato-dois:hover {
        background-color: #FEF104;
        border: 2px solid #000000;
        color: #000000;
    }

    .botao-de-contato-dois:active {
        background-color: #FEF104;
        border: 2px solid #000000;
        color: #000000;
    }

    .imagem-do-whats-dois {
        width: 27px;
        height: 27px;
    }

    .textos-inicio {
        position: relative;
        z-index: 2;
        margin-right: 18%;
    }

    .imagem-marlon {
        width: 70%;
        position: absolute;
        right: 0;
        bottom: 0;
        transform: translateX(35%);
        z-index: 1;
    }


    /*  Acima INICIO*/


    .caixa-titulo-suplementos {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        width: 100%;
        gap: 13px;
    }

    .titulo-suplementos {
        width: 370px;
    }

    .linha {
        width: 100%;
        height: 2px;
        background-color: #FEF104;
        border-top-right-radius: 50px;
        border-top-left-radius: 50px;
    }

    .suplementos {
        margin-bottom: 80px;
    }

    .todos-suplementos {
        display: grid;
        grid-template-columns: 270px;
        gap: 30px;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 30px;
    }

    .suplemento {
        padding: 20px;
        width: 270px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background-color: #000000;
        border: 2px solid #FEF104;
        border-radius: 20px;
        cursor: pointer;
    }

    .preço {
        color: #FEF104;
        font-size: 30px;
        font-family: "Roboto Slab", serif;
    }

    .a-produtos {
        text-decoration: none;
        width: 270px;
        display: flex;
    }

    .a-produtos .suplemento {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .a-produtos:hover .suplemento {
        transform: scale(1.05);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }

    .nome-do-suplemento {
        color: #FEF104;
        font-size: 18px;
        font-family: "Roboto Slab", serif;
        text-align: center;
    }

    .nome-do-suplemento span {
        color: #dbd108;
        font-size: 12px;
    }

    .clique-saber-mais {
        color: #ffffff;
        font-size: 14px;
    }

    .imagem-do-suplemento {
        width: 80px;
        position: relative;
        z-index: 1;
    }

    .imagem-do-suplemento-pelecabelounha {
        width: 100px;
        position: relative;
        z-index: 1;
    }

    .container-suplemento {
        position: relative;
        display: inline-block;
    }

    .container-suplemento::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 230px;
        height: 230px;
        transform: translate(-50%, -50%);
        background: radial-gradient(circle, #dbd108 0%, rgba(254, 241, 4, 0) 70%);
        filter: blur(40px);
        z-index: 0;
    }

    .a-produtos {
        text-decoration: none;
        width: 270px;
    }

    /*  Acima SUPLEMENTOS*/

    .todas-erva {
        display: flex;
        flex-direction: column;
        gap: 30px;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
    }

    /*  Acima ERVA-MATE  */

    .rede-social {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 65px;
        padding-top: 50px;
        padding-bottom: 50px;
        border-top: #FEF104 solid 1px;
        gap: 60px;
    }

    .textos-rede-social {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 15px;
        width: 435px;
    }

    .texto-topo-rede-social {
        display: flex;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }

    .linha-rede-social {
        width: 30px;
        height: 1.5px;
        background-color: #FEF104;
    }

    .conectese-rede-social {
        color: #FEF104;
    }

    .hdois-acompanhe-rede-social {
        color: white;
        font-size: 37px;
        width: 435px;
        margin-left: 5px;
    }

    .hdois-acompanhe-rede-social span {
        color: #FEF104;
    }

    .linha-rede-social-dois {
        width: 96%;
        height: 2px;
        background-color: #FEF104;
    }

    .descricao-pagina-rede-social {
        color: #ffffff;
        width: 435px;
        margin-left: 0px;
        font-size: 16px;
    }

    .botao-da-pagina-do-facebook {
        background-color: black;
        color: #FEF104;
        font-size: 20px;
        border: 1.5px solid #FEF104;
        border-radius: 10px;
        padding: 10px 20px;
        cursor: pointer;
        transition: 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .botao-da-pagina-do-facebook:hover {
        font-size: 21px;
        background-color: #FEF104;
        color: black;
    }

    .logo-facebook-rede-social {
        width: 30px;
    }

    .imagem-rede-social {
        width: 435px;
        border-radius: 5px;
    }

    .botao-da-vaquinha {
        background-color: black;
        color: #FEF104;
        font-size: 15px;
        border: 1.5px solid #FEF104;
        border-radius: 10px;
        padding: 10px 20px;
        cursor: pointer;
        transition: 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        align-items: center;
        gap: 10px;
        height: 40px;
    }

    .caixa-imagem-rede-social {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .botao-da-vaquinha:hover {
        font-size: 21px;
        background-color: #FEF104;
        color: black;
    }

    .logo-vaquinha-rede-social {
        width: 25px;
    }

    .botao-do-curso {
        background-color: black;
        color: #FEF104;
        font-size: 15px;
        border: 1.5px solid #FEF104;
        border-radius: 10px;
        padding: 10px 20px;
        cursor: pointer;
        transition: 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        align-items: center;
        gap: 10px;
        height: 40px;
    }

    .botao-do-curso:hover {
        font-size: 21px;
        background-color: #FEF104;
        color: black;
    }

    .logo-curso-rede-social {
        width: 25px;
    }

    .acesse-tambem-titulo {
        color: #FEF104;
        font-size: 25px;
        width: 100%;
        text-align: center;
        margin-top: 35px;
    }

    .sombra-imagem-rede-social {}

    .curso-vaquinha {
        display: flex;
        gap: 20px;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 20px;
    }

    .descricao-curso-vaquinha {
        color: white;
        width: 100%;
        font-size: 12px;
    }

    .curso-vaquinha-individual {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 13px;
        border: 1px solid #FEF104;
        border-radius: 20px;
        padding: 10px;
        width: 200px;
        height: 100%;
    }

    .titulo-acesse-oque {
        color: #FEF104;
        font-size: 20px;
    }

    /*  Acima REDE-SOCIAL  */

    footer {
        border-top: 2px solid #FEF104;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
    }

    .logo-footer-caixa {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        text-align: flex-start;
    }

    .logo-footer {
        width: 160px;
    }

    .logo-texto {
        color: #ffffff;
        width: 200px;
    }

    .copyright {
        color: #747474;
        font-size: 15px;
    }
}


/*500px*/


@media (max-width: 500px) {
    header {
        position: fixed;
        z-index: 9000;
        padding-top: 5px;
        height: 85px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #000000;
        top: 0;
        padding-right: 37px;
    }

    #suplementos {
        scroll-margin-top: 200px;
    }

    #erva-mate {
        scroll-margin-top: 200px;
    }

    #rede-social {
        scroll-margin-top: 200px;
    }

    .logo-da-sede-velha {
        width: 200px;
        height: 70px;
        margin-left: 30px;
    }

    .links-do-menu {
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 60px;
        margin-right: 0;
        position: fixed;
        z-index: 999999;
        top: 104px;
        right: 0;
        width: 100%;
        height: 100vh;
        background-color: #000000;
        padding-top: 0;
    }

    .links-do-menu.ativo {
        display: flex;
    }

    .links {
        text-decoration: none;
        color: #FEF104;
        font-size: 25px;
        font-weight: bold;
        transition: 0.2s ease-in-out;
        cursor: pointer;
    }

    .links:hover {
        text-decoration: underline;
        text-underline-offset: 4px;
        transform: scale(1.03);
        color: white;
        font-size: 16px;
        font-weight: bold;
    }

    .links:active {
        text-decoration: underline;
        text-underline-offset: 4px;
        transform: scale(1.03);
        color: #FEF104;
        font-size: 16px;
        font-weight: bold;
    }

    .menu-toggle {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        font-size: 40px;
        cursor: pointer;
        color: #FEF104;
        transition: 0.3s;
    }

    .menu-toggle:hover {
        color: #ffffff;
    }

    .botao-de-contato-do-menu {
        display: flex;
        background-color: #000000;
        border: 2px solid #FEF104;
        border-radius: 10px;
        color: #FEF104;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        justify-content: center;
        align-items: center;
        width: 130px;
        height: 40px;
        cursor: pointer;
        transition: 0.3s;
    }

    .imagem-do-whats-menu {
        width: 27px;
        height: 27px;
    }

    .botao-de-contato-do-menu:hover {
        background-color: #FEF104;
        border: 2px solid #000000;
        color: #000000;
    }

    .botao-de-contato-do-menu:active {
        background-color: #FEF104;
        border: 2px solid #000000;
        color: #000000;
    }

    .fade-sombra-do-menu {
        position: fixed;
        top: 85px;
        left: 0;
        width: 100%;
        height: 25px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
        z-index: 9000;
        pointer-events: none;
    }


    /*Acima MENU*/

    main {
        top: 80px;
    }

    .marlon-paragrafo {
        font-family: Great Vibes;
        color: #FEF104;
        z-index: 1;
        position: absolute;
        font-size: 20px;
        transform: translateX(-125%);
    }

    .inicio {
        display: flex;
        background-color: #000000;
        width: 100%;
        margin-top: 86px;
        justify-content: center;
        align-items: end;
        position: relative;
        border-bottom: #FEF104 2px solid;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
        z-index: 10;
        overflow: hidden;
    }

    .frase-principal {
        width: 297px;
        margin-top: 40px;
        font-size: 31px;
        color: #ffff;
        text-align: center;
        font-family: "Libre Baskerville", serif;
        line-height: 0.9;
        letter-spacing: 3px;
    }

    .frase-principal span {
        color: #FEF104;
        font-size: 40px;
        font-family: "Libre Baskerville", serif;
    }

    .frase-secundaria-inicio {
        color: #ffff;
        font-size: 13px;
        width: 300px;
        bottom: 70px;
        position: relative;
    }

    .imagem-risco-inicio {
        position: relative;
        z-index: 10;
        top: -47px;
        width: 340px;
    }

    .botao-de-contato-dois {
        display: flex;
        background-color: #000000;
        border: 2px solid #FEF104;
        border-radius: 10px;
        color: #FEF104;
        font-size: 11px;
        font-weight: bold;
        text-align: center;
        justify-content: center;
        align-items: center;
        width: 150px;
        height: 34px;
        cursor: pointer;
        transition: 0.3s;
        position: relative;
        bottom: 57px;
    }

    .botao-de-contato-dois:hover {
        background-color: #FEF104;
        border: 2px solid #000000;
        color: #000000;
    }

    .botao-de-contato-dois:active {
        background-color: #FEF104;
        border: 2px solid #000000;
        color: #000000;
    }

    .imagem-do-whats-dois {
        width: 27px;
        height: 27px;
    }

    .textos-inicio {
        position: relative;
        z-index: 2;
        margin-right: 18%;
    }

    .imagem-marlon {
        width: 70%;
        position: absolute;
        right: 0;
        bottom: 0;
        transform: translateX(35%);
        z-index: 1;
    }


    /*  Acima INICIO*/


    .caixa-titulo-suplementos {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        width: 100%;
        gap: 13px;
    }

    .titulo-suplementos {
        width: 340px;
    }

    .linha {
        width: 100%;
        height: 2px;
        background-color: #FEF104;
        border-top-right-radius: 50px;
        border-top-left-radius: 50px;
    }

    .suplementos {
        margin-bottom: 80px;
    }

    .todos-suplementos {
        display: grid;
        grid-template-columns: 270px;
        gap: 30px;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 30px;
    }

    .suplemento {
        padding: 20px;
        width: 270px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background-color: #000000;
        border: 2px solid #FEF104;
        border-radius: 20px;
        cursor: pointer;
    }

    .preço {
        color: #FEF104;
        font-size: 30px;
        font-family: "Roboto Slab", serif;
    }

    .a-produtos {
        text-decoration: none;
        width: 270px;
        display: flex;
    }

    .a-produtos .suplemento {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .a-produtos:hover .suplemento {
        transform: scale(1.05);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }

    .nome-do-suplemento {
        color: #FEF104;
        font-size: 18px;
        font-family: "Roboto Slab", serif;
        text-align: center;
    }

    .nome-do-suplemento span {
        color: #dbd108;
        font-size: 12px;
    }

    .clique-saber-mais {
        color: #ffffff;
        font-size: 14px;
    }

    .imagem-do-suplemento {
        width: 80px;
        position: relative;
        z-index: 1;
    }

    .imagem-do-suplemento-pelecabelounha {
        width: 100px;
        position: relative;
        z-index: 1;
    }

    .container-suplemento {
        position: relative;
        display: inline-block;
    }

    .container-suplemento::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 230px;
        height: 230px;
        transform: translate(-50%, -50%);
        background: radial-gradient(circle, #dbd108 0%, rgba(254, 241, 4, 0) 70%);
        filter: blur(40px);
        z-index: 0;
    }

    .a-produtos {
        text-decoration: none;
        width: 270px;
    }

    /*  Acima SUPLEMENTOS*/

    .todas-erva {
        display: flex;
        flex-direction: column;
        gap: 30px;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
    }

    /*  Acima ERVA-MATE  */

    .rede-social {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 65px;
        padding-top: 50px;
        padding-bottom: 50px;
        border-top: #FEF104 solid 1px;
        gap: 60px;
    }

    .textos-rede-social {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 15px;
        width: 400px;
    }

    .texto-topo-rede-social {
        display: flex;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }

    .linha-rede-social {
        width: 30px;
        height: 1.5px;
        background-color: #FEF104;
    }

    .conectese-rede-social {
        color: #FEF104;
    }

    .hdois-acompanhe-rede-social {
        color: white;
        font-size: 33px;
        width: 400px;
        margin-left: 0;
    }

    .hdois-acompanhe-rede-social span {
        color: #FEF104;
    }

    .linha-rede-social-dois {
        width: 96%;
        height: 2px;
        background-color: #FEF104;
    }

    .descricao-pagina-rede-social {
        color: #ffffff;
        width: 400px;
        margin-left: 0px;
        font-size: 15px;
    }

    .botao-da-pagina-do-facebook {
        background-color: black;
        color: #FEF104;
        font-size: 18px;
        border: 1.5px solid #FEF104;
        border-radius: 10px;
        padding: 10px 20px;
        cursor: pointer;
        transition: 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .botao-da-pagina-do-facebook:hover {
        font-size: 21px;
        background-color: #FEF104;
        color: black;
    }

    .logo-facebook-rede-social {
        width: 25px;
    }

    .imagem-rede-social {
        width: 400px;
        border-radius: 5px;
    }

    .botao-da-vaquinha {
        background-color: black;
        color: #FEF104;
        font-size: 15px;
        border: 1.5px solid #FEF104;
        border-radius: 10px;
        padding: 10px 20px;
        cursor: pointer;
        transition: 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        align-items: center;
        gap: 10px;
        height: 40px;
    }

    .caixa-imagem-rede-social {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .botao-da-vaquinha:hover {
        font-size: 21px;
        background-color: #FEF104;
        color: black;
    }

    .logo-vaquinha-rede-social {
        width: 25px;
    }

    .botao-do-curso {
        background-color: black;
        color: #FEF104;
        font-size: 15px;
        border: 1.5px solid #FEF104;
        border-radius: 10px;
        padding: 10px 20px;
        cursor: pointer;
        transition: 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        align-items: center;
        gap: 10px;
        height: 40px;
    }

    .botao-do-curso:hover {
        font-size: 21px;
        background-color: #FEF104;
        color: black;
    }

    .logo-curso-rede-social {
        width: 25px;
    }

    .acesse-tambem-titulo {
        color: #FEF104;
        font-size: 25px;
        width: 100%;
        text-align: center;
        margin-top: 35px;
    }

    .sombra-imagem-rede-social {}

    .curso-vaquinha {
        display: flex;
        gap: 20px;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 20px;
    }

    .descricao-curso-vaquinha {
        color: white;
        width: 100%;
        font-size: 12px;
    }

    .curso-vaquinha-individual {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 13px;
        border: 1px solid #FEF104;
        border-radius: 20px;
        padding: 10px;
        width: 200px;
        height: 100%;
    }

    .titulo-acesse-oque {
        color: #FEF104;
        font-size: 20px;
    }

    /*  Acima REDE-SOCIAL  */

    footer {
        border-top: 2px solid #FEF104;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
    }

    .logo-footer-caixa {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        text-align: flex-start;
    }

    .logo-footer {
        width: 160px;
    }

    .logo-texto {
        color: #ffffff;
        width: 200px;
    }

    .copyright {
        color: #747474;
        font-size: 15px;
    }
}


/*449px*/


@media (max-width: 450px) {
    header {
        position: fixed;
        z-index: 9000;
        padding-top: 5px;
        height: 60px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #000000;
        top: 0;
        padding-right: 37px;
    }

    #suplementos {
        scroll-margin-top: 200px;
    }

    #erva-mate {
        scroll-margin-top: 200px;
    }

    #rede-social {
        scroll-margin-top: 200px;
    }

    .logo-da-sede-velha {
        width: 150px;
        height: 45px;
        margin-left: 30px;
    }

    .links-do-menu {
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 60px;
        margin-right: 0;
        position: fixed;
        z-index: 999999;
        top: 60px;
        right: 0;
        width: 100%;
        height: 100vh;
        background-color: #000000;
        padding-top: 0;
    }

    .links-do-menu.ativo {
        display: flex;
    }

    .links {
        text-decoration: none;
        color: #FEF104;
        font-size: 22px;
        font-weight: bold;
        transition: 0.2s ease-in-out;
        cursor: pointer;
    }

    .links:hover {
        text-decoration: underline;
        text-underline-offset: 4px;
        transform: scale(1.03);
        color: white;
        font-size: 16px;
        font-weight: bold;
    }

    .links:active {
        text-decoration: underline;
        text-underline-offset: 4px;
        transform: scale(1.03);
        color: #FEF104;
        font-size: 16px;
        font-weight: bold;
    }

    .menu-toggle {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        font-size: 25px;
        cursor: pointer;
        color: #FEF104;
        transition: 0.3s;
    }

    .menu-toggle:hover {
        color: #ffffff;
    }

    .botao-de-contato-do-menu {
        display: flex;
        background-color: #000000;
        border: 0.5px solid #FEF104;
        border-radius: 10px;
        color: #FEF104;
        font-size: 10px;
        font-weight: bold;
        text-align: center;
        justify-content: center;
        align-items: center;
        width: 100px;
        height: 34px;
        cursor: pointer;
        transition: 0.3s;
    }

    .imagem-do-whats-menu {
        width: 22px;
        height: 22px;
    }

    .botao-de-contato-do-menu:hover {
        background-color: #FEF104;
        border: 2px solid #000000;
        color: #000000;
    }

    .botao-de-contato-do-menu:active {
        background-color: #FEF104;
        border: 2px solid #000000;
        color: #000000;
    }

    .fade-sombra-do-menu {
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        height: 25px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
        z-index: 9000;
        pointer-events: none;
    }


    /*Acima MENU*/

    main {
        top: 80px;
    }

    .marlon-paragrafo {
        font-family: Great Vibes;
        color: #FEF104;
        z-index: 1;
        position: absolute;
        font-size: 17px;
        transform: translateX(130%);
    }

    .inicio {
        display: flex;
        background-color: #000000;
        width: 100%;
        margin-top: 75px;
        justify-content: center;
        align-items: end;
        position: relative;
        border-bottom: #FEF104 2px solid;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        z-index: 10;
        overflow: hidden;
    }

    .frase-principal {
        width: 252px;
        margin-top: 27px;
        font-size: 31px;
        color: #ffff;
        text-align: center;
        font-family: "Libre Baskerville", serif;
        line-height: 0.9;
        letter-spacing: 3px;
    }

    .frase-principal span {
        color: #FEF104;
        font-size: 34px;
        font-family: "Libre Baskerville", serif;
    }

    .frase-secundaria-inicio {
        color: #ffff;
        font-size: 12px;
        width: 252px;
        bottom: 47px;
        position: relative;
    }

    .imagem-risco-inicio {
        position: relative;
        z-index: 10;
        top: -40px;
        width: 290px;
    }

    .botao-de-contato-dois {
        display: flex;
        background-color: #000000;
        border: 0.5px solid #FEF104;
        border-radius: 10px;
        color: #FEF104;
        font-size: 11px;
        font-weight: bold;
        text-align: center;
        justify-content: center;
        align-items: center;
        width: 150px;
        height: 34px;
        cursor: pointer;
        transition: 0.3s;
        position: relative;
        bottom: 35px;
    }

    .botao-de-contato-dois:hover {
        background-color: #FEF104;
        border: 2px solid #000000;
        color: #000000;
    }

    .botao-de-contato-dois:active {
        background-color: #FEF104;
        border: 2px solid #000000;
        color: #000000;
    }

    .imagem-do-whats-dois {
        width: 27px;
        height: 27px;
    }

    .textos-inicio {
        position: relative;
        z-index: 2;
        margin-right: 15%;
    }

    .imagem-marlon {
        width: 70%;
        position: absolute;
        right: 0;
        bottom: 0;
        transform: translateX(35%);
        z-index: 1;
    }


    /*  Acima INICIO*/


    .caixa-titulo-suplementos {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        width: 100%;
        gap: 13px;
    }

    .titulo-suplementos {
        width: 300px;
    }

    .linha {
        width: 100%;
        height: 2px;
        background-color: #FEF104;
        border-top-right-radius: 50px;
        border-top-left-radius: 50px;
    }

    .suplementos {
        margin-bottom: 80px;
    }

    .todos-suplementos {
        display: grid;
        grid-template-columns: 270px;
        gap: 30px;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 30px;
    }

    .suplemento {
        padding: 20px;
        width: 270px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background-color: #000000;
        border: 2px solid #FEF104;
        border-radius: 20px;
        cursor: pointer;
    }

    .preço {
        color: #FEF104;
        font-size: 30px;
        font-family: "Roboto Slab", serif;
    }

    .a-produtos {
        text-decoration: none;
        width: 270px;
        display: flex;
    }

    .a-produtos .suplemento {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .a-produtos:hover .suplemento {
        transform: scale(1.05);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }

    .nome-do-suplemento {
        color: #FEF104;
        font-size: 18px;
        font-family: "Roboto Slab", serif;
        text-align: center;
    }

    .nome-do-suplemento span {
        color: #dbd108;
        font-size: 12px;
    }

    .clique-saber-mais {
        color: #ffffff;
        font-size: 14px;
    }

    .imagem-do-suplemento {
        width: 80px;
        position: relative;
        z-index: 1;
    }

    .imagem-do-suplemento-pelecabelounha {
        width: 100px;
        position: relative;
        z-index: 1;
    }

    .container-suplemento {
        position: relative;
        display: inline-block;
    }

    .container-suplemento::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 230px;
        height: 230px;
        transform: translate(-50%, -50%);
        background: radial-gradient(circle, #dbd108 0%, rgba(254, 241, 4, 0) 70%);
        filter: blur(40px);
        z-index: 0;
    }

    .a-produtos {
        text-decoration: none;
        width: 270px;
    }

    /*  Acima SUPLEMENTOS*/

    .todas-erva {
        display: flex;
        flex-direction: column;
        gap: 30px;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
    }

    /*  Acima ERVA-MATE  */

    .rede-social {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 65px;
        padding-top: 50px;
        padding-bottom: 50px;
        border-top: #FEF104 solid 1px;
        gap: 60px;
    }

    .textos-rede-social {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 15px;
        width: 300px;
    }

    .texto-topo-rede-social {
        display: flex;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }

    .linha-rede-social {
        width: 30px;
        height: 1.5px;
        background-color: #FEF104;
    }

    .conectese-rede-social {
        color: #FEF104;
        font-size: 14px;
    }

    .hdois-acompanhe-rede-social {
        color: white;
        font-size: 25px;
        width: 300px;
        margin-left: 0;
    }

    .hdois-acompanhe-rede-social span {
        color: #FEF104;
    }

    .linha-rede-social-dois {
        width: 96%;
        height: 2px;
        background-color: #FEF104;
    }

    .descricao-pagina-rede-social {
        color: #ffffff;
        width: 300px;
        margin-left: 0px;
        font-size: 13px;
    }

    .botao-da-pagina-do-facebook {
        background-color: black;
        color: #FEF104;
        font-size: 18px;
        border: 1.5px solid #FEF104;
        border-radius: 10px;
        padding: 10px 20px;
        cursor: pointer;
        transition: 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .botao-da-pagina-do-facebook:hover {
        font-size: 21px;
        background-color: #FEF104;
        color: black;
    }

    .logo-facebook-rede-social {
        width: 25px;
    }

    .imagem-rede-social {
        width: 300px;
        border-radius: 5px;
    }

    .botao-da-vaquinha {
        background-color: black;
        color: #FEF104;
        font-size: 15px;
        border: 1.5px solid #FEF104;
        border-radius: 10px;
        padding: 10px 20px;
        cursor: pointer;
        transition: 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        align-items: center;
        gap: 10px;
        height: 40px;
    }

    .caixa-imagem-rede-social {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .botao-da-vaquinha:hover {
        font-size: 21px;
        background-color: #FEF104;
        color: black;
    }

    .logo-vaquinha-rede-social {
        width: 25px;
    }

    .botao-do-curso {
        background-color: black;
        color: #FEF104;
        font-size: 15px;
        border: 1.5px solid #FEF104;
        border-radius: 10px;
        padding: 10px 20px;
        cursor: pointer;
        transition: 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        align-items: center;
        gap: 10px;
        height: 40px;
    }

    .botao-do-curso:hover {
        font-size: 21px;
        background-color: #FEF104;
        color: black;
    }

    .logo-curso-rede-social {
        width: 25px;
    }

    .acesse-tambem-titulo {
        color: #FEF104;
        font-size: 25px;
        width: 100%;
        text-align: center;
        margin-top: 35px;
    }

    .sombra-imagem-rede-social {}

    .curso-vaquinha {
        display: flex;
        gap: 20px;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 20px;
    }

    .descricao-curso-vaquinha {
        color: white;
        width: 100%;
        font-size: 12px;
    }

    .curso-vaquinha-individual {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 13px;
        border: 1px solid #FEF104;
        border-radius: 20px;
        padding: 10px;
        width: 200px;
        height: 100%;
    }

    .titulo-acesse-oque {
        color: #FEF104;
        font-size: 21px;
    }

    /*  Acima REDE-SOCIAL  */

    footer {
        border-top: 2px solid #FEF104;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
    }

    .logo-footer-caixa {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        text-align: flex-start;
    }

    .logo-footer {
        width: 120px;
    }

    .logo-texto {
        color: #ffffff;
        width: 160px;
    }

    .copyright {
        color: #747474;
        font-size: 14px;
    }
}

/*XXXXXXXXXXXXXXX*/
/*   DESCRIÇÃO   */
/*XXXXXXXXXXXXXXX*/


.borda {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: #000000;
    padding: 15px;
    border-radius: 20px;
    border: #FEF104 solid 4px;
    width: 70%;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-items: center;
    z-index: 9999;
}

.caixa-de-descricao {
    gap: 1vw;
    border-radius: 20px;
    border: #FEF104 solid 3px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3%;
}

#fundo-da-descricao {
    position: fixed;
    inset: 0;
    background-color: rgb(66 66 66 / 50%);
    z-index: 9998;
    display: none;
    cursor: pointer;
}

.div-fechar {
    position: absolute;
    top: -5px;
    right: -5px;
    cursor: pointer;
    font-size: 25px;
    color: #FEF104;
    border: #FEF104 solid 2px;
    background-color: #000000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.div-fechar:hover {
    background-color: #FEF104;
    color: #000000;
    font-size: 27px;
}

.texto-titulo-descricao {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imagem-de-descricao {
    width: 70px;
    z-index: 1;
}

.sombra-descricao {
    position: absolute;
    top: 292px;
    left: 334px;
    width: 150px;
    border-radius: 50%;
    height: 20px;
    background: linear-gradient(to top, rgb(244, 232, 0), rgba(0, 0, 0, 0));
    z-index: 0;
    pointer-events: none;
}

.titulo-descricao {
    color: #FEF104;
    width: 32.3%;
    text-align: center;
    display: flex;
    margin-right: 1.5%;
    margin-left: 1.5%;
}

.linha-dois {
    width: 14%;
    border-radius: 10px;
    height: 1.5px;
    background-color: #FEF104;
    margin: 0;
}

.descricao-descricao {
    color: white;
    text-align: center;
    font-size: 13px;
}

.qualidades {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.qualidade {
    display: flex;
    width: 171px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
}

.linha-tres {
    width: 2px;
    height: 100px;
    background-color: #FEF104;
    border-radius: 10px;
}

.imagens-de-qualidade {
    width: 80px;
}

.nome-da-qualidade {
    color: white;
}

.doses {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border: #FEF104 solid 1px;
    border-radius: 10px;
    padding: 8px;
}


.imagem-do-uso {
    width: 10px;
}

.rendimento {
    color: white;
}

.rendimento span {
    color: #FEF104;
}



@media (max-width: 1200px) {

    .borda {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 9999;
        background: #000000;
        padding: 15px;
        border-radius: 20px;
        border: #FEF104 solid 4px;
        width: 70%;
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-items: center;
        z-index: 9999;
    }

    .caixa-de-descricao {
        gap: 1vw;
        border-radius: 20px;
        border: #FEF104 solid 3px;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 3%;
    }

    #fundo-da-descricao {
        position: fixed;
        inset: 0;
        background-color: rgb(66 66 66 / 50%);
        z-index: 9998;
        display: none;
        cursor: pointer;
    }

    .div-fechar {
        position: absolute;
        top: -5px;
        right: -5px;
        cursor: pointer;
        font-size: 25px;
        color: #FEF104;
        border: #FEF104 solid 2px;
        background-color: #000000;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.3s;
    }

    .div-fechar:hover {
        background-color: #FEF104;
        color: #000000;
        font-size: 27px;
    }

    .texto-titulo-descricao {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .imagem-de-descricao {
        width: 60px;
        z-index: 1;
    }

    .sombra-descricao {
        position: absolute;
        top: 292px;
        left: 334px;
        width: 150px;
        border-radius: 50%;
        height: 20px;
        background: linear-gradient(to top, rgb(244, 232, 0), rgba(0, 0, 0, 0));
        z-index: 0;
        pointer-events: none;
    }

    .titulo-descricao {
        color: #FEF104;
        width: 213px;
        text-align: center;
        display: flex;
        margin-right: 1.5%;
        margin-left: 1.5%;
        font-size: 10px;
    }

    .linha-dois {
        width: 14%;
        border-radius: 10px;
        height: 1.5px;
        background-color: #FEF104;
        margin: 0;
        margin-left: 10px;
        margin-right: 10px;
    }

    .descricao-descricao {
        color: white;
        text-align: center;
        font-size: 9px;
    }

    .qualidades {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }

    .qualidade {
        display: flex;
        width: 140px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 10px;
    }

    .linha-tres {
        width: 2px;
        height: 75px;
        background-color: #FEF104;
        border-radius: 10px;
    }

    .imagens-de-qualidade {
        width: 40px;
    }

    .nome-da-qualidade {
        color: white;
        font-size: 9px;
    }

    .doses {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
        border: #FEF104 solid 1px;
        border-radius: 10px;
        padding: 8px;
    }


    .imagem-do-uso {
        width: 8px;
    }

    .rendimento {
        color: white;
        font-size: 10px;
    }

    .rendimento span {
        color: #FEF104;
    }

}

@media (max-width: 900px) {

    .borda {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 9999;
        background: #000000;
        padding: 15px;
        border-radius: 20px;
        border: #FEF104 solid 4px;
        width: 85%;
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-items: center;
        z-index: 9999;
    }

    .caixa-de-descricao {
        gap: 1vw;
        border-radius: 20px;
        border: #FEF104 solid 3px;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 3%;
    }

    #fundo-da-descricao {
        position: fixed;
        inset: 0;
        background-color: rgb(66 66 66 / 50%);
        z-index: 9998;
        display: none;
        cursor: pointer;
    }

    .div-fechar {
        position: absolute;
        top: -5px;
        right: -5px;
        cursor: pointer;
        font-size: 25px;
        color: #FEF104;
        border: #FEF104 solid 2px;
        background-color: #000000;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.3s;
    }

    .div-fechar:hover {
        background-color: #FEF104;
        color: #000000;
        font-size: 27px;
    }

    .texto-titulo-descricao {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .imagem-de-descricao {
        width: 60px;
        z-index: 1;
    }

    .sombra-descricao {
        position: absolute;
        top: 292px;
        left: 334px;
        width: 150px;
        border-radius: 50%;
        height: 20px;
        background: linear-gradient(to top, rgb(244, 232, 0), rgba(0, 0, 0, 0));
        z-index: 0;
        pointer-events: none;
    }

    .titulo-descricao {
        color: #FEF104;
        width: 213px;
        text-align: center;
        display: flex;
        margin-right: 1.5%;
        margin-left: 1.5%;
        font-size: 10px;
    }

    .linha-dois {
        width: 14%;
        border-radius: 10px;
        height: 1.5px;
        background-color: #FEF104;
        margin: 0;
        margin-left: 10px;
        margin-right: 10px;
    }

    .descricao-descricao {
        color: white;
        text-align: center;
        font-size: 9px;
    }

    .qualidades {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }

    .qualidade {
        display: flex;
        width: 140px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 10px;
    }

    .linha-tres {
        width: 2px;
        height: 75px;
        background-color: #FEF104;
        border-radius: 10px;
    }

    .imagens-de-qualidade {
        width: 40px;
    }

    .nome-da-qualidade {
        color: white;
        font-size: 9px;
    }

    .doses {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
        border: #FEF104 solid 1px;
        border-radius: 10px;
        padding: 8px;
    }


    .imagem-do-uso {
        width: 8px;
    }

    .rendimento {
        color: white;
        font-size: 10px;
    }

    .rendimento span {
        color: #FEF104;
    }

}


@media (max-width: 500px) {

    .borda {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 9999;
        background: #000000;
        padding: 15px;
        border-radius: 20px;
        border: #FEF104 solid 4px;
        width: 85%;
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-items: center;
        z-index: 9999;
    }

    .caixa-de-descricao {
        gap: 1vw;
        border-radius: 20px;
        border: none;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

    #fundo-da-descricao {
        position: fixed;
        inset: 0;
        background-color: rgb(66 66 66 / 50%);
        z-index: 9998;
        display: none;
        cursor: pointer;
    }

    .div-fechar {
        position: absolute;
        top: -5px;
        right: -5px;
        cursor: pointer;
        font-size: 25px;
        color: #FEF104;
        border: #FEF104 solid 2px;
        background-color: #000000;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.3s;
    }

    .div-fechar:hover {
        background-color: #FEF104;
        color: #000000;
        font-size: 27px;
    }

    .texto-titulo-descricao {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .imagem-de-descricao {
        width: 60px;
        z-index: 1;
    }

    .sombra-descricao {
        position: absolute;
        top: 292px;
        left: 334px;
        width: 150px;
        border-radius: 50%;
        height: 20px;
        background: linear-gradient(to top, rgb(244, 232, 0), rgba(0, 0, 0, 0));
        z-index: 0;
        pointer-events: none;
    }

    .titulo-descricao {
        color: #FEF104;
        width: 32.3%;
        text-align: center;
        display: flex;
        margin-right: 1.5%;
        margin-left: 1.5%;
        font-size: 10px;
    }

    .linha-dois {
        width: 14%;
        border-radius: 10px;
        height: 1.5px;
        background-color: #FEF104;
        margin: 0;
        margin-left: 10px;
        margin-right: 10px;
    }

    .descricao-descricao {
        color: white;
        text-align: center;
        font-size: 9px;
    }

    .qualidades {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .qualidade {
        display: flex;
        width: 140px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 10px;
    }

    .linha-tres {
        width: 2px;
        height: 75px;
        background-color: #FEF104;
        border-radius: 10px;
    }

    .imagens-de-qualidade {
        width: 40px;
    }

    .nome-da-qualidade {
        color: white;
        font-size: 9px;
    }

    .doses {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
        border: #FEF104 solid 1px;
        border-radius: 10px;
        padding: 8px;
        margin-top: 5px;
    }


    .imagem-do-uso {
        width: 8px;
    }

    .rendimento {
        color: white;
        font-size: 10px;
    }

    .rendimento span {
        color: #FEF104;
    }

}

/*XXXXXXXXXXXXXXX*/
/*   DESCRIÇÃO   */
/*XXXXXXXXXXXXXXX*/