.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1, h2, a, img{
    margin: 0px;
    padding: 0px;
}


body{
    font-family: 'Bebas Neue';
    margin: 0px;
    padding: 0px;
    color: rgb(37, 37, 37);
    
}

img{
    width: 100%;
    height: 100%;
}

button{
    border-radius: 4px;
    display: block;
    background-color: rgb(255, 197, 25);
    font-family: 'Bebas Neue';
    font-size: 30px;
    font-weight: 200;
    cursor: pointer;
    border: none;
}

a{
    text-decoration: none;
    color: black;
}

.btn {
    display: inline-block;
    border-radius: 4px;
    padding: 15px 30px;
    background-color: rgb(255, 197, 25);
    font-family: 'Bebas Neue';
    font-size: 30px;
    font-weight: 200;
    cursor: pointer;
    text-decoration: none;
    color: black;
    transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

.btn:hover {
    background-color: rgb(230, 176, 0);
    box-shadow: 0 6px 20px rgba(255, 197, 25, 0.45);
}

.btn:active {
    background-color: rgb(210, 158, 0);
    box-shadow: none;
}



p{
    font-weight: 300;
    font-size: 25px;
    font-family: sans-serif;
}

h1{
    margin: 0px;
    padding: 0px;
    font-weight: 500;
    font-size: 75px;
    line-height: 0.9;
}

.grid1{
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    max-width: 1000px;
    align-items: center;
    justify-content: center;
    gap: 60px;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 70px;
}

.conteudo1{
    font-size: 30px;
}

.div-twitch{
    display: grid;
}

.twitch {
    width: 400px;
    justify-self: center;
    cursor: pointer;
    transition: transform 0.1s ease;
}

.subadeadc{
    color: #3A6604;
}

.grid2{
    display: grid;
    margin: 0 auto;
    background: linear-gradient(to left, #335a04, #3A6604);
    padding-bottom: 66px;
    padding-top: 70px;
}

.video-yt{
    margin: 0 auto;
}

.titulo1{
    font-size: 4rem;
    color: rgb(255, 255, 255);
    margin-bottom: 60px;
    justify-self: center;
    text-align: center;
}

.div-titulo1{
    display: grid;
}

.naosobe{
    color:  #ffe600;
}   

.video-wrapper {
    border-radius: 12px;
    padding: 4px;
    background: linear-gradient(135deg, #6ec00b, #3A6604, #6ec00b);
    background-size: 200% 200%;
    animation: borderFlow 3s ease infinite;
    box-shadow: 0 0 30px rgba(255, 197, 25, 0.25);
}

.video-wrapper iframe {
    display: block;
    border-radius: 9px;
    width: 660px;
    height: 371px;
}

@keyframes borderFlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@media (max-width: 768px) {
    .video-wrapper iframe {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
    }
}

.grid3 {
    display: flex;
    background: linear-gradient(to right, #d4f5c0, #b1dc93);
    padding: 40px 40px 75px;
    margin: 0 auto;
    justify-content: center;
}

.img-provasocial {
    width: 320px;
    border-radius: 18px;
    border: 1px solid rgba(58, 102, 4, 0.15);
    box-shadow: 0 8px 32px rgba(58, 102, 4, 0.18), 0 2px 8px rgba(0,0,0,0.10);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: block;
}

.img-provasocial:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 20px 48px rgba(58, 102, 4, 0.28), 0 4px 16px rgba(0,0,0,0.13);
}

.grid-provasocial {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.Provasocial2 {
    background: linear-gradient(to right, #d4f5c0, #b1dc93);
    padding-top: 68px;
    padding-bottom: 10px;
    text-align: center;
    color: #1a3302;
    font-size: 3rem;
    letter-spacing: 1px;
}

.grid4{
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 45px;
    text-align: center;
}

.amarelo{
    color: #6ec00b;
}

.grid4-h1{
    font-size: 2rem;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 60px;
    width: 80%;
    color: #4e4e4e;
    
}

.grid4-texto{
    color: rgb(0, 0, 0);
}

.button2{
    display: inline-block;
    border-radius: 6px;
    padding: 18px 40px; /* AUMENTA AQUI */
    background-color: rgb(255, 197, 25);
    font-family: 'Bebas Neue';
    font-size: 36px; /* aumenta o texto */
    cursor: pointer;
    text-decoration: none;
    color: black;
    margin-top: 80px;
    margin-bottom: 20px;
}

/* quem sou eu */

/* ========== QUEM SOU EU ========== */
.quem-section {
    background: linear-gradient(135deg, #0f0f13 0%, #1a2a0a 100%);
    padding: 80px 30px;
}

.quem-inner {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 60px;
    align-items: center;
}

.quem-imagem {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quem-imagem::before {
    content: '';
    position: absolute;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(58, 102, 4, 0.35) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.quem-imagem img {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 840px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.5));
    cursor: pointer;
    transition: transform 0.1s ease;
}

.quem-badge {
    display: inline-block;
    background: rgba(255, 197, 25, 0.12);
    color: #ffc519;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 13px;
    letter-spacing: 3px;
    padding: 6px 18px;
    border-radius: 20px;
    border: 1px solid rgba(255, 197, 25, 0.3);
    margin-bottom: 16px;
}

.quem-nome {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 3.5rem;
    color: #ffffff;
    letter-spacing: 2px;
    margin: 0 0 16px;
    line-height: 1;
}

.quem-linha {
    width: 48px;
    height: 3px;
    background: linear-gradient(to right, #3A6604, #6ec00b);
    border-radius: 2px;
    margin-bottom: 24px;
}

.quem-texto {
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #b0c4a0;
    line-height: 1.8;
    margin: 0 0 16px;
}

.quem-stats {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 32px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.quem-stat {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.quem-stat-num {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.5rem;
    color: #ffc519;
    letter-spacing: 1px;
    line-height: 1;
}

.quem-stat-label {
    font-family: sans-serif;
    font-size: 12px;
    color: #6a8060;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.quem-stat-divider {
    width: 1px;
    height: 36px;
    background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
    .quem-section {
        padding: 50px 20px;
    }
    .quem-inner {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
    .quem-imagem img {
        max-width: 240px;
    }
    .quem-imagem::before {
        width: 200px;
        height: 200px;
    }
    .quem-linha {
        margin: 0 auto 24px;
    }
    .quem-stats {
        justify-content: center;
    }
    .quem-nome {
        font-size: 2.8rem;
    }
}











/* quem sou eu */

.verde{
    background: linear-gradient(to left, #335a04, #3A6604);
}

.perguntas-titulo{
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
    color: white;
    font-size: 3.5rem;

}

/* alteracao */

/* ========== FAQ ========== */
.grid5 {
    max-width: 750px;
    margin: 0 auto;
    padding-bottom: 80px;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 3px;
    border-radius: 10px;
    overflow: hidden;
}

.faq-item {
    background-color: rgba(255, 255, 255, 0.06);
    border-radius: 4px;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 22px 28px;
    background: rgba(255, 255, 255, 0.05);
    border: none;
    border-radius: 0;
    font-size: 22px;
    cursor: pointer;
    text-align: left;
    transition: background 0.3s ease;
}

.faq-item.active .faq-question {
    background: rgba(255, 197, 25, 0.15);
}

.faq-number {
    font-size: 14px;
    font-weight: 400;
    color: #ffc519;
    letter-spacing: 1px;
    min-width: 28px;
    font-family: 'Bebas Neue', sans-serif;
}

.faq-text {
    flex: 1;
    font-size: 22px;
    color: #ffffff;
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 0.5px;
}

.faq-icon {
    font-size: 28px;
    font-weight: 300;
    color: #ffc519;
    transition: transform 0.3s ease;
    line-height: 1;
    font-family: sans-serif;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: rgba(0, 0, 0, 0.2);
}

.faq-item.active .faq-answer {
    max-height: 300px;
}

.faq-answer p {
    padding: 18px 28px 24px 72px;
    font-size: 18px;
    line-height: 1.7;
    color: #c8e6a0;
    font-family: sans-serif;
    font-weight: 300;
}


/* ========== HEADER ========== */
.header {
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #111111;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow: 0 2px 20px rgba(0,0,0,0.4);
}

.header-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 30px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo {
    width: auto;
    height: 30px;
    display: block;
}

.header-logo-wrap {
    position: relative;
    display: inline-block;
}


.header-logo-wrap::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0%;
    height: 2px;
    background: #f0f0f0;
    border-radius: 2px;
    animation: logoBar 2s ease-in-out infinite;
}

@keyframes logoBar {
    0%   { width: 0%; left: 0; }
    50%  { width: 100%; left: 0; }
    100% { width: 0%; left: 100%; }
}

.header-nav {
    display: flex;
    align-items: center;
    gap: 32px;
}

.header-link {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 18px;
    letter-spacing: 0.5px;
    color: #cccccc;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 7px;
    transition: color 0.2s ease;
}

.header-link:hover {
    color: #ffc519;
}

.header-btn {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 18px;
    letter-spacing: 0.5px;
    background-color: #ffc519;
    color: #111111;
    text-decoration: none;
    padding: 10px 22px;
    border-radius: 4px;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

.header-btn:hover {
    background-color: #e6b000;
    transform: translateY(-1px);
}

/* ========== MÓDULOS CARROSSEL ========== */
.modulos-section {
    background-color: #0f0f13;
    padding: 70px 20px;
    text-align: center;
}

.modulos-titulo {
    font-size: 3rem;
    color: #ffffff;
    margin-bottom: 50px;
    letter-spacing: 1px;
}

.modulos-titulo-destaque {
    color: #cef1b8;
}

.carrossel-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

.carrossel-track-outer {
    overflow: hidden;
    width: 100%;
}

.carrossel-track {
    display: flex;
    gap: 24px;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.modulo-card {
    background: #1a1a24;
    border-radius: 16px;
    padding: 30px 26px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.07);
    transition: border-color 0.3s ease;
    flex-shrink: 0;
    box-sizing: border-box;
}

.modulo-card:hover {
    border-color: #577d58;
    box-shadow: 0 0 20px rgba(0, 252, 34, 0.2);
}

.modulo-topo {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.modulo-numero {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 3.5rem;
    color: #547a55;
    line-height: 1;
}

.modulo-icone {
    width: 54px;
    height: 54px;
    background: linear-gradient(135deg, #335a04, #3A6604);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffc519;
}

.modulo-nome {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.5rem;
    color: #ffffff;
    letter-spacing: 0.5px;
    line-height: 1.1;
    margin-bottom: 12px;
}

.modulo-desc {
    font-family: sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #a0a8b0;
    line-height: 1.65;
    margin-bottom: 20px;
}

.modulo-tag {
    display: inline-block;
    background: rgba(255, 197, 25, 0.12);
    color: #ffc519;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 5px 14px;
    border-radius: 20px;
    border: 1px solid rgba(255, 197, 25, 0.3);
}

.carrossel-btn {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 2rem;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
    font-family: sans-serif;
}

.carrossel-btn:hover {
    background: #ffc519;
    color: #111;
    border-color: #ffc519;
}

.carrossel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
}

.dot.ativo {
    background: #ffc519;
    transform: scale(1.3);
}

/* ========== RESPONSIVO ========== */
@media (max-width: 900px) {
    .modulo-card {
        min-width: calc((100% - 24px) / 2);
    }
}

@media (max-width: 768px) {
    .header-inner {
        height: auto;
        padding: 14px 20px;
        flex-direction: column;
        gap: 12px;
    }
    .header-nav {
        gap: 16px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .header-link, .header-btn { font-size: 16px; }
    h1 { font-size: 48px; }
    .grid2 { padding: 40px 20px 50px; }
    .titulo1 { font-size: 2.2rem; margin-bottom: 30px; padding: 0 10px; }
    .video-yt iframe { width: 100%; height: auto; aspect-ratio: 16/9; }
    .grid1 { grid-template-columns: 1fr; gap: 30px; padding: 0 20px; margin-top: 40px; margin-bottom: 40px; text-align: center; }
    .twitch { width: 100%; max-width: 340px; margin: 0 auto; }
    .conteudo1 { font-size: 22px; }
    button { margin: 0 auto; }
    .Provasocial2 { font-size: 2.2rem; padding: 40px 20px 0; }
    .grid3 { padding: 30px 20px 55px; }
    .grid-provasocial { flex-direction: column; align-items: center; gap: 20px; }
    .img-provasocial { width: 100%; max-width: 340px; }
    .grid4 { padding: 0 20px; margin-top: 50px; }
    .grid4-h1 { font-size: 1.4rem; width: 100%; }
    .button2 { font-size: 26px; padding: 14px 28px; margin-top: 40px; }
    .quemsoueu { padding: 0 20px; margin-bottom: 30px; }
    .grid5 { padding: 0 16px 60px; }
    .perguntas-titulo { font-size: 2.2rem; padding-top: 50px; padding-bottom: 40px; }
    .faq-question { padding: 16px 18px; gap: 12px; }
    .faq-text { font-size: 17px; }
    .faq-answer p { padding: 14px 18px 20px 18px; font-size: 16px; }
    p { font-size: 18px; }
    .modulos-titulo { font-size: 2rem; }
}

@media (max-width: 600px) {
    .modulo-card { min-width: 100%; }
    .modulos-titulo { font-size: 1.8rem; }
}

    

/* ========== MÉTODO ========== */
.metodo-section {
    background: #ffffff;
    padding: 80px 30px 90px;
    text-align: center;
}
.metodo-header {
    max-width: 700px;
    margin: 0 auto 56px;
}
.metodo-titulo {
    font-size: 1.65rem;
    font-family: 'Bebas Neue', sans-serif;
    color: #1a1a1a;
    line-height: 1.35;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.metodo-destaque {
    color: #3A6604;
    background: rgba(58, 102, 4, 0.09);
    padding: 2px 10px;
    border-radius: 6px;
}
.metodo-grid {
    display: flex;
    gap: 20px;
    max-width: 1020px;
    margin: 0 auto;
    justify-content: center;
    flex-wrap: wrap;
}
.metodo-card {
    flex: 1;
    min-width: 0;
    max-width: 300px;
    background: #f0fbe3;
    border-radius: 20px;
    padding: 36px 28px 32px;
    text-align: left;
    border: 1.5px solid rgba(58, 102, 4, 0.13);
    position: relative;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    box-sizing: border-box;
}
.metodo-card::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(58, 102, 4, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.metodo-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(58, 102, 4, 0.15);
    border-color: rgba(58, 102, 4, 0.35);
}
.metodo-topo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}
.metodo-numero-badge {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.8rem;
    color: rgba(58, 102, 4, 0.22);
    line-height: 1;
    letter-spacing: -1px;
    flex-shrink: 0;
}
.metodo-linha {
    width: 36px;
    height: 3px;
    background: linear-gradient(to right, #3A6604, #6ec00b);
    border-radius: 2px;
    margin-bottom: 14px;
}
.metodo-nome {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.7rem;
    color: #1a3302;
    letter-spacing: 1px;
    margin: 0;
    line-height: 1.1;
}
.metodo-desc {
    font-family: sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: rgb(0, 0, 0);
    line-height: 1.7;
    margin: 0;
}
.metodo-step {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(58, 102, 4, 0.1);
    color: #3A6604;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 4px 12px;
    border-radius: 20px;
    border: 1px solid rgba(58, 102, 4, 0.2);
    margin-top: 18px;
}
.metodo-step-dot {
    width: 6px;
    height: 6px;
    background: #3A6604;
    border-radius: 50%;
}

@media (max-width: 900px) {
    .metodo-grid {
        flex-direction: column;
        align-items: stretch;
        padding: 0 20px;
    }
    .metodo-card {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .metodo-section {
        padding: 50px 20px 60px;
    }
    .metodo-titulo {
        font-size: 1.35rem;
    }
    .metodo-card {
        padding: 28px 22px 26px;
    }
}

@media (max-width: 768px) {
    .header-logo-wrap::after {
        animation: none;
        display: none;
    }
}
    
.br-desktop {
    display: none;
}

@media (max-width: 768px) {
    .br-desktop {
        display: block;
    }

    .naosobe {
        white-space: nowrap;
    }
}

