*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}
body {
    scroll-behavior: smooth;
}
.container-conteudo.topo {background: #131217;background: linear-gradient(202deg, #0f4074 1%, #0f4074 9%, #0f4074 16%, #131217 48%);}
img.mockup-note {
    max-width: 610px;
    filter: drop-shadow(0px 0px 7px black);
}
span.destaque-verde {
    color: #b4f100;
}
img.logo-imersao {
    max-width: 260px;
}
header.header-aprenda {
    position: relative;
    background: linear-gradient(309deg, #B4F100 21%, #86b300 29%, #668901 36%, #131217 48%);
}
.logo-dev {
    max-height: 30px;
    max-width: 170px;
}
.container-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

span.data-imersao {
    padding: 5px 30px;
    border-radius: 20px;
    border: 3px solid #2fe8fb;
    color: #2fe8fb;
    font-weight: 800;
    font-size: 20px;
    width: 100%;
    text-align: center;
    box-shadow: 0 0 0.16vw 0.06vw #2fe8fb;
}
.metodologia .container-metodologia {
    margin-bottom: 0px;
}
.informacoes {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    padding: 10px;
    flex-direction: column;
}
.informacoes h1 {
    color: #fff;
    font-size: 37px;
    max-width: 970px;
    font-weight: 800;
    line-height: 1.4;
    width: 100%;
    text-align: left;
}
span.titulo-container.lateral {
    background: linear-gradient(75deg, rgb(255 255 255) 30%, rgb(191 255 0) 50%, rgb(255 255 255) 84%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: end;
}
section.container-conteudo.metodologia.flows {
    padding: 20px 10px 130px 10px;
    background: #131217;
}
.coluna-bullet {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.seta-top polyline {
    stroke: #fff;
}
.seta-top line {
    stroke: #fff;
}
svg.seta-top {
    width: 45px;
}
.seta-scroll {
    width: 60px;
    background: #363636;
    border-radius: 10px;
    display: flex;
    margin: 10px;
    height: 60px;
    justify-content: center;
    position: fixed;
    bottom: 0;
    right: 0;
    cursor: pointer;
}
.hidden{
    display: none;
}
.saiba-mais {
    background: transparent;
    display: flex;
    text-decoration: none;
    color: #000000;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 15px;
    font-size: 19px;
    max-width: 300px;
    width: 100%;
    justify-content: center;
    border-radius: 10px;
    background: #13edff;
}
.saiba-mais:hover {
    box-shadow: 0 0 0.46vw 0.08vw #13edff;
}

.container-meio{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.titulo-container {
    font-size: 44px;
    font-weight: 700;
    color: white;
    text-align: center;
    margin-bottom: 25px;
}
.container-conteudo {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 30px 60px 30px;
    background: #131217;
}
.area-util {
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.footer {
    background: #131217;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.box-footer {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
}
.todos-direitos {
    font-size: 14px;
    color: white;
}
.link-dev {
    text-decoration: none;
    color: currentColor;
}
.metodologia .checklist-conteudo {
    flex-direction: column;
    gap: 30px;
    padding: 20px 0px;
}
.metodologia .conteudo-box {
    color: white;
}
.informacoes-text-box {
    display: flex;
    align-items: center;
    gap: 120px;
    width: 100%;
    justify-content: center;
    max-width: 1600px;
}

svg.check-beneficios {
    fill: #b4f100;
    max-width: 23px;
    width: 100%;
    height: 20px;
}
span.subtitulo-informacoes {
    color: #dfdede;
    font-size: 22px;
    max-width: 70%;
}

.text-box-informacoes {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 840px;
}
.container-conteudo.porque {background: #131217;background: linear-gradient(360deg, #0f4074 2%, #131217 11%);padding: 40px 30px 100px 30px;}
.conteudo-container-porque {
    display: flex;
    max-width: 1200px;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

img.logo-grande {
    width: 370px;
}

.text-box-container {
    max-width: 60%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.container-conteudo.satisfacao {
    background: #0f4074;
    padding: 140px 30px 50px 30px;
    background: linear-gradient(
180deg, #131217 3%, #0f4074 7%);
}
.conteudo-satisfacao {
    display: flex;
    max-width: 1200px;
    gap: 40px;
}

.satisfacao-column {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
}

.box-satiscao {
    background: #131217;
    padding: 10px;
    display: flex;
    flex-direction: column;
    text-align: left;
    border-radius: 10px;
    gap: 11px;
    align-items: center;
    max-width: fit-content;
    width: 100%;
    position: relative;
}

.satisfacao-texto {
    font-size: 16px;
    font-weight: 600;
    color: white;
}

span.satisfacao-nome {
    font-size: 14px;
    width: fit-content;
    color: #cfcfcf;
}
.satisfacao-column.abaixo {
    gap: 15px;
}
.container-metodologia {
    display: flex;
    gap: 40px;
    justify-content: space-around;
    margin-top: 30px;
    align-items: center;
    width: 100%;
    margin-bottom: 70px;
}

.conteudo-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 530px;
    width: 100%;
}
.container-conteudo.metodologia {
    padding: 130px 10px 50px 10px;
    background: linear-gradient(
180deg, #0f4074 1%, #131217 6%);
}

span.texto-conteudo {
    font-weight: 500;
    font-size: 20px;
}

.checklist-conteudo {
    display: flex;
    /* flex-direction: column; */
    gap: 15px;
}

span.topico-checklist {font-size: 20px;font-weight: 500;color: white;}

.topico-cecklist-box {
    display: flex;
    gap: 10px;
    align-items: center;
}
.metodologia .area-util {
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0px 4px 9px #0000004a;
    background: #ffffff00;
    border: 4px solid #b4f100;
}
footer .titulo-container.lateral {
    text-align: center;
    max-width: 1040px;
}
.container-conteudo.container-conversao {padding: 50px 30px;}
a.cta-button:hover {
    box-shadow: 0 0 0.46vw 0.08vw #13edff;
}
.price-section .saiba-mais {
    margin-top: 10px;
}
span.text-porque {
    font-size: 18px;
    color: white;
}
span.titulo-container.satisfacao {
    margin-bottom: 20px;
}
svg.svg-aspas {
    fill: #b4f100;
    max-width: 30px;
    position: absolute;
}
svg.svg-aspas.abertura {
    top: 24px;
    left: 12px;
}
svg.svg-aspas.fechamento {
    bottom: 25px;
    right: 23px;
}
.container-conversao .titulo-container {
    color: black;
    background: linear-gradient(75deg, rgb(19 18 23) 21%, rgba(16, 69, 121, 1) 30%, rgb(19 18 23) 40%, rgb(70 20 117) 70%, rgb(19 18 23) 79%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
img.imgs-conteudo {
    max-width: 440px;
    width: 100%;
    border-radius: 20px;
    filter: drop-shadow(0px 0px 3px #b4f100);
}
.flows .area-util {
    gap: 30px;
}
span.destaque {
    font-weight: bold;
}
.form_cadastro {
    display: flex
;
    flex-direction: column;
    width: 100%;
    max-width: 600px;
}
.form_cadastro input {
    margin-bottom: 20px;
    border: 2px solid #c9f31d;
    padding: 16px 20px;
    border-radius: 6px;
    background: #f5f5dc00;
    color: #fff;
    font-size: 16px;
}
#button {
    color: black;
    background: #C9F31D;
    border-radius: 10px;
    width: 100%;
    border: 0px;
    padding: 14px;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
}
.erro_form {
    display: none;
    color: #ff6262;
    font-size: 18px;
    font-family: sans-serif;
    font-weight: 400;
    margin: 0 auto 15px;
}
.erro_form a {
    color: #ff6262;
    font-weight: 600;
    text-decoration: underline;
}
img.img-depoimento {
    max-width: 290px;
    border-radius: 10px;
}
/* Banner Conversão */
.price-card, .renew-card {
    width: 360px;
    background-color: #222;
    border-radius: 10px;
    padding: 20px 30px;
    color: white;
    border: 2px solid #c9f31d;
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}
.plan-title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin: 0px 0px 10px;
    padding-bottom: 5px;
    /* border-bottom: 1px solid #c9f31d; */
}
.price-section {
    margin: 20px 0 30px;
}
.price {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}

.cta-button {
    display: block;
    background-color: #13edff;
    color: black;
    padding: 12px;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 15px;
}
.section-title {
    color: #c9f31d;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.benefits-list {
    list-style-type: none;
    padding: 0;
    margin: 0 0 20px 0;
}
.benefits-list li {
    margin-bottom: 8px;
    font-size: 14px;
}
.benefits-list li:before {
    content: '';
    border: 2.5px solid #c9f31d;
    border-top: none;
    border-left: none;
    width: 4px;
    height: 8px;
    margin-right: 12px;
    display: inline-block;
    position: relative;
    transform: rotate(45deg);
}

/* ABA TRILHA */
.container {
    width: 100%;
    max-width: 1200px;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 4px 9px #0000004a;
    background: #ffffff00;
    /* border: 4px solid #b4f100; */
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.header {
    text-align: center;
    margin-bottom: 40px;
    color: white;
}

.header h1 {
    font-size: clamp(28px, 5vw, 42px);
    font-weight: 800;
    margin-bottom: 10px;
    text-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.header p {
    font-size: clamp(16px, 3vw, 18px);
    opacity: 0.9;
}

.tabs-container {
    background: #18171c;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    border: 4px solid #b4f100;
    max-width: 100%;
    /* filter: drop-shadow(0px 2px 3px #b4f100); */
}

.tabs-header {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 1px;
}

.tab-button {
    flex: 1;
    min-width: 0;
    background: none;
    border: 3px solid transparent;
    padding: 20px 15px;
    font-size: clamp(14px, 2.5vw, 18px);
    font-weight: 600;
    color: #181818;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    border-bottom: 4px solid transparent;
    text-align: center;
    background: #b4f100;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tab-button:hover {
    color: #000000;
    color: #ffffff;
    border-bottom-color: #b3f000;
    background: #252525;
    filter: drop-shadow(0px 2px 3px #b4f100);
}

.tab-button .level-badge {
    display: block;
    font-size: clamp(11px, 2vw, 13px);
    background: #18171c;
    color: #f2f2f2;
    padding: 4px 18px;
    border-radius: 12px;
    margin-bottom: 10px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: fit-content;
}

.tab-button.active .level-badge {
    background: #b4f100;
    color: #000000;
}

.tab-content {
    display: none;
    padding: 20px;
    min-height: auto;
    animation: slideIn 0.4s ease-out;
}

.tab-content.active {
    display: block;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.level-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 3px solid #f1f5f9;
    flex-wrap: wrap;
}

.level-icon {
    width: clamp(60px, 10vw, 80px);
    height: clamp(60px, 10vw, 80px);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(24px, 5vw, 36px);
    color: white;
    font-weight: bold;
    background: linear-gradient(135deg, #b4f100, #7aa300);
    flex-shrink: 0;
}

.level-info {
    flex: 1;
    min-width: 200px;
}

.level-info h2 {
    font-size: clamp(20px, 4vw, 28px);
    color: #b4f100;
    margin-bottom: 8px;
    font-weight: 700;
}

.level-description {
    color: #f8fafc;
    font-size: clamp(14px, 2.5vw, 16px);
    line-height: 1.5;
}

.days-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.day-card {
    background: #18171c;
    border-radius: 16px;
    padding: 20px;
    border: 3px solid #242329;
    transition: all 0.3s ease;
    filter: drop-shadow(0px 0px 1px #b4f100);
}

.day-card:hover {
    transform: translateY(-4px);
}

.day-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.day-check {
    width: 24px;
    height: 24px;
    background: #252525;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    font-weight: bold;
    flex-shrink: 0;
}

.day-title {
    font-size: clamp(16px, 3vw, 18px);
    font-weight: 700;
    color: #b4f100;
}

.mission-item {
    margin-bottom: 15px;
    padding: 12px 0;
    border-bottom: 1px solid #e2e8f0;
}

.mission-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.mission-title {
    font-weight: 600;
    color: #b4f100;
    margin-bottom: 8px;
    font-size: clamp(13px, 2.5vw, 15px);
}

.course-item, .exercise-item, .project-item {
    margin-left: 15px;
    margin-bottom: 6px;
    color: #ffffff;
    font-size: clamp(12px, 2vw, 14px);
    position: relative;
    line-height: 1.4;
}

.project-item {
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: #000000;
    padding: 12px 16px;
    border-radius: 10px;
    font-weight: 600;
    margin-left: 0;
    margin-top: 15px;
}

.project-mockup-container {
    width: 100%;
    height: auto;
    min-height: 120px;
    background: #f1f5f9;
    border-radius: 10px;
    border: 2px dashed #cbd5e1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
    overflow: hidden;
    padding: 10px;
}

.mockup-projeto {
    max-width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: contain;
    filter: drop-shadow(0px 0px 7px black);
    border-radius: 8px;
}

.project-content {
    text-align: center;
}

.project-content h4 {
    font-size: clamp(14px, 3vw, 16px);
}

.project-content p {
    font-size: clamp(12px, 2vw, 14px);
}

button.tab-button.primeiros-passos.active {
    color: #ffffff;
    border-bottom-color: #b3f000;
    background: #252525;
    box-shadow: 0 -4px 0 #b3ef00;
    border-radius: 18px 0px 0px 0px;
    filter: drop-shadow(0px 2px 3px #b4f100);
}

button.tab-button.html-css.active {
    color: #ffffff;
    border-bottom-color: #b3f000;
    background: #252525;
    box-shadow: 0 -4px 0 #b3ef00;
    /* border: 3px solid #b4f100; */
    filter: drop-shadow(0px 2px 3px #b4f100);
}

button.tab-button.logica.active {
    color: #ffffff;
    border-bottom-color: #b3f000;
    background: #252525;
    box-shadow: 0 -4px 0 #b3ef00;
    /* border: 3px solid #b4f100; */
    border-radius: 0px 18px 0px 0px;
    filter: drop-shadow(0px 2px 3px #b4f100);
}
section.container-conteudo.metodologia.trilha {
    background: #131217;
}
.tab-button:hover .level-badge {
    background: #b4f100;
    color: #18171c;
}

.trilha .titulo-container.lateral {
    margin-bottom: 5px;
}

span.subtitulo-container {
    font-size: clamp(15px, 3vw, 17px);
    color: white;
    max-width: 100%;
    text-align: center;
    margin-bottom: 55px;
    padding: 0 10px;
}
img.logo-imersao.logo-banner {
    margin: 0 auto;
    max-width: 200px;
}
/* RESPONSIVIDADE MOBILE */
@media (max-width: 768px) {
    .container {
        padding: 15px;
    }
    
    .tabs-header {
        flex-direction: column;
    }
    
    .tab-button {
        border-radius: 0;
    }
    
    .tab-button.primeiros-passos.active,
    .tab-button.html-css.active,
    .tab-button.logica.active {
        border-radius: 10px;
    }

    .level-header {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .days-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .day-card {
        padding: 15px;
    }

    .tab-content {
        padding: 15px;
    }
    
    .course-item, .exercise-item {
        margin-left: 10px;
        font-size: 13px;
    }
    
    .mockup-projeto {
        max-height: 200px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 10px;
    }
    
    .tab-button {
        padding: 12px 8px;
        font-size: 14px;
    }
    
    .tab-button .level-badge {
        font-size: 10px;
        padding: 2px 6px;
    }
    
    .day-card {
        padding: 12px;
    }
    
    .level-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    
    .mission-title {
        font-size: 13px;
    }
    
    .course-item, .exercise-item {
        font-size: 12px;
        margin-left: 8px;
    }
    
    .project-content h4 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    
    .mockup-projeto {
        max-height: 150px;
    }
}

/* RESPONSIVO */
@media (max-width: 1360px){

    header.header-aprenda {
        background: linear-gradient(292deg, #b4f100 0%, #131217 46%);
    }
    img.mockup-note {
        max-width: 510px;
    }
    .informacoes h1 {
        font-size: 34px;
    }
    span.subtitulo-informacoes{
        font-size: 20px;
    }
    .titulo-container{
        font-size: 40px;
    }
    .informacoes-text-box{
        gap: 20px;
    }
}


@media (max-width: 1025px){
    .informacoes h1 {
        font-size: 35px;
        max-width: 90%;
    }
    span.subtitulo-informacoes {
        font-size: 23px;
        max-width: 60%;
    }
    .text-box-container {
        max-width: 70%;
    }
    img.logo-grande {
        width: 250px;
    }
    .satisfacao-column.meio {
        display: none;
    }
    .box-satiscao {
        /* max-width: 340px; */
    }
    .container-metodologia {
        flex-direction: column-reverse;
    }
    span.titulo-container {
        margin-bottom: 0px;
        font-size: 35px;
        max-width: 580px;
    }
    .container-conversao .area-util {
        gap: 30px;
    }
    .container-metodologia {
        gap: 25px;
    }
    .conteudo-box{
        gap: 40px;
    }
    .container-conteudo.metodologia.flows {
        padding: 10px 10px 50px 10px;
    }
    img.imgs-conteudo{
        max-width: 100%;
    }
    .informacoes-text-box {
        flex-direction: column;
        gap: 60px;
    }
        .informacoes h1 {
        font-size: 37px;
        text-align: center;
    }
        img.mockup-note {
        max-width: 650px;
    }
    .text-box-informacoes {
        align-items: center;
    }
    span.titulo-container.lateral {
        text-align: center;
    }
    .container-conteudo.topo {
        padding: 40px 30px 60px 30px;
    }
        img.imgs-conteudo {
        display: none;
    }
}
@media (max-width: 750px){
    .informacoes h1 {
        font-size: 33px;
    }

    span.subtitulo-informacoes {
        font-size: 20px;
        max-width: 70%;
        text-align: center;
    }
    img.mockup-note {
        max-width: 450px;
    }
    img.logo-grande {
        display: none;
    }
    .text-box-container {
        max-width: 100%;
    }
    .satisfacao-column.abaixo {
        display: none;
    }
    .satisfacao-column.meio {
        display: flex;
        width: 100%;
        align-items: center;
    }
    .conteudo-satisfacao {
        width: 100%;
    }
    .box-satiscao {
        /* max-width: 500px; */
    }
    span.satisfacao-texto {
        font-size: 16px;
    }

    .satisfacao-column.meio {
        gap: 30px;
    }
    span.text-porque {
        font-size: 17px;
        text-align: center;
    }
    span.texto-conteudo {
        font-weight: 500;
        font-size: 18px;
    }
    span.topico-checklist {
        font-size: 20px;
        font-weight: 500;
    }
    .box-footer {
        flex-direction: column;
        gap: 10px;
    }
    .container-conteudo.container-conversao {
        padding: 30px 15px;
    }    
    svg.svg-aspas.fechamento {
        bottom: 15px;
    }
}
@media (max-width: 500px){
    .flows span.titulo-container {
        margin-bottom: 20px;
    }
    .checklist-conteudo {
    flex-direction: column;
}
    .checklist-conteudo {
        width: 100%;
        margin-top: 10px;
    }
    .informacoes{
        padding: 0px;
    }
    .informacoes h1 {
        font-size: 31px;
        max-width: 100%;
    }
    header.header-aprenda {
        background: #131217;
    }
    span.titulo-container {
        font-size: 28px;
    }
    span.texto-conteudo {
        font-size: 17px;
        text-align: center;
        display: none;
    }
    span.topico-checklist {
        font-size: 19px;
        font-weight: 500;
    }
    .conteudo-box {
        align-items: center;
    }
    .checklist-conteudo {
        flex-direction: column;
    }
    span.subtitulo-informacoes {
        display: none;
    }
    img.mockup-note {
        max-width: 350px;
    }
}
@media (max-width: 400px){
    .informacoes h1 {
        font-size: 24px;
    }
    span.text-porque {
        font-size: 16px;
    }
    .container-conteudo.metodologia {
        padding: 40px 10px;
    }
    .container-conteudo {
        padding: 80px 15px;
    }
    .price-card, .renew-card {
    max-width: 300px;
    padding: 20px;
    }
    .container-conteudo.satisfacao {
        padding: 140px 10px 50px 10px;
    }

    img.mockup-note {
        max-width: 310px;
    }

    a.saiba-mais {
        font-size: 18px;
    }
}