/* Botão CTA final (classe específica para remover dependência de inline) */
.cta-matricula-btn {
    background-color: #ffb612;
    color: #000 !important;
    padding: 10px 22px;
    border-radius: 999px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700 !important;
    font-size: 13px !important;
    letter-spacing: 0.3px;
    transition: background-color 0.2s, transform 0.15s;
    margin-top: 8px;
    width: auto;
    max-width: 100%;
    box-shadow: none;
    border: none;
    display: inline-block;
}
.cta-matricula-btn:hover {
    background-color: #e5a210;
    color: #000 !important;
    transform: scale(1.03);
}
@media (max-width: 991px) {
    .cta-matricula-btn {
        padding: 8px 16px;
        font-size: 11px !important;
    }
}
@media (max-width: 750px) {
    .cta-matricula-btn {
        padding: 7px 20px;
        font-size: 11px !important;
        white-space: normal;
    }
}
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Futura PT Bold';
    src: url('futura/futura-pt-bold.woff2') format('woff2'),
        url('futura/futura-pt-bold.woff') format('woff'),
        url('futura/futura-pt-bold.ttf') format('truetype'),
        url('futura/futura-pt-bold.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

.body-lp h1,
.body-lp h2,
.body-lp h3,
.body-lp h4,
.section-title {
    font-family: 'Futura PT Bold', sans-serif !important;
    color: #000;
    font-weight: 900;
}


body {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    font-family: "DM Sans", sans-serif !important;
    overflow-x: hidden;
}

::selection {
    background-color: #ffb612;
    color: #000;
}

::-moz-selection {
    background-color: #ffb612;
    color: #000;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}


#header-lp {
    font-family: "DM Sans", sans-serif;
    padding: 0;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 18px;
    padding-bottom: 18px;
}

.header-logo-link {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
}

.logo {
    width: 128px;
    height: auto;
    transition: opacity 0.2s;
}

.logo:hover {
    opacity: 0.85;
}

.header-nav {
    display: flex;
    align-items: center;
    gap: 28px;
}

#header-lp .header-nav a {
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
    transition: color 0.2s;
    white-space: nowrap;
}

#header-lp .header-nav a:hover {
    color: #ffb612;
}

.header-cta {
    background-color: #ffb612;
    color: #000 !important;
    padding: 10px 22px;
    border-radius: 999px;
    font-weight: 700 !important;
    font-size: 13px !important;
    letter-spacing: 0.3px;
    transition: background-color 0.2s, transform 0.15s;
}

.header-cta:hover {
    background-color: #e5a210;
    color: #000 !important;
    transform: scale(1.03);
}

@media (max-width: 991px) {
    .header-nav {
        gap: 16px;
    }

    #header-lp .header-nav a {
        font-size: 12px;
    }

    .header-cta {
        padding: 8px 16px;
        font-size: 11px !important;
    }
}

@media (max-width: 750px) {
    .header-container {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .logo {
        width: 64px;
    }

    .header-nav {
        gap: 10px;
    }

    #header-lp .header-nav a {
        font-size: 10px;
        letter-spacing: 0;
    }

    .header-cta {
        padding: 7px 12px;
        font-size: 9px !important;
    }
}

.banner {
    background-color: #000;
}

.section-banner {
    background-color: #000;
}

/* ── Banner CTA – base compartilhada ── */
.banner-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 50;
    background-color: #ffb612;
    color: #000;
    text-decoration: none;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    border-radius: 999px;
    font-family: "DM Sans", sans-serif;
    transition: background 0.2s, color 0.2s;
}

.banner-cta:hover {
    background-color: #e6a310;
    color: #000;
}

/* ── Desktop: botão centralizado na parte inferior ── */
.banner-cta-desktop {
    left: 50%;
    transform: translateX(-50%);
    bottom: 11%;
    padding: 14px 60px;
    font-size: 20px;
}

/* ── Mobile: botão centralizado igual ao desktop ── */
.banner-cta-mobile {
    left: 50%;
    transform: translateX(-50%);
    bottom: 5%;
    padding: 7px 20px;
    font-size: 15px;
    min-width: 140px;
}

/* ── Show/hide por breakpoint ── */
.banner-cta-desktop { display: none; }
.banner-cta-mobile  { display: none; }

@media (min-width: 768px) {
    .banner-cta-desktop { display: inline-flex; }
    .banner-cta-mobile  { display: none; }
}

@media (max-width: 767px) {
    .banner-cta-desktop { display: none; }
    .banner-cta-mobile  { display: inline-flex; }
}

/* ── Banner desktop ── */
@media (min-width: 768px) {
    .banner {
        position: relative;
        overflow: hidden;
        max-width: 1500px;
        margin: 0 auto;
        aspect-ratio: 1440 / 616;
    }

    .banner img {
        display: block;
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        object-fit: cover;
        object-position: center;
    }

    .banner::before {
        content: '';
        position: absolute;
        inset: 0;
        z-index: 30;
        pointer-events: none;
        background: linear-gradient(to right,
                rgba(0, 0, 0, 0.98) 12%,
                rgba(0, 0, 0, 0.86) 13%,
                rgba(0, 0, 0, 0.45) 20%,
                rgba(0, 0, 0, 0) 23%),
            linear-gradient(to left,
                rgba(0, 0, 0, 0.98) 12%,
                rgba(0, 0, 0, 0.86) 13%,
                rgba(0, 0, 0, 0.45) 20%,
                rgba(0, 0, 0, 0) 23%),
            linear-gradient(to bottom,
                rgba(0, 0, 0, 0.78) 0%,
                rgba(0, 0, 0, 0.45) 0%,
                rgba(0, 0, 0, 0) 2%);
    }
}

.banner::after {
    content: none;
}

/* ── Banner mobile ── */
@media (max-width: 767px) {
    .banner {
        position: relative;
        aspect-ratio: 1115 / 465;
        overflow: hidden;
    }

    .banner img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .banner::before {
        content: '';
        position: absolute;
        inset: 0;
        z-index: 30;
        pointer-events: none;}
}

.faixa-amarela {
    background-color: #ffb612;
    padding: 0 !important;
}

.faixa-amarela .container,
.faixa-amarela .row {
    height: 148px;
}

.faixa-amarela .row {
    row-gap: 0;
}

.faixa-amarela .info-item {
    padding: 0;
    gap: 9px;
}


.faixa-amarela small {
    font-family: "DM Sans", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    opacity: 1;
    margin-bottom: 0 !important;
    display: block;
}

.faixa-amarela .font-43 {
    font-family: 'Futura PT Bold', sans-serif;
    font-size: 43px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.3px;
}

.faixa-amarela .font-26 {
    font-family: 'Futura PT Bold', sans-serif;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: 0;
}

.faixa-amarela p {
    font-weight: 900;
    margin-bottom: 0;
    line-height: 1.05;
}

.faixa-amarela .largadas-value {
    color: #000;
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 26.172px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

@media (max-width: 800px) {
    .faixa-amarela {
        padding-top: 20px !important;
        padding-bottom: 16px !important;
    }

    .faixa-amarela .container,
    .faixa-amarela .row {
        height: auto;
    }

    /* Remove separador lateral no mobile */
    .faixa-amarela .col-md-3 + .col-md-3 {
        border-left: none;
    }

    .faixa-amarela .info-item {
        gap: 10px;
        padding: 10px 0;
    }

    .faixa-amarela .font-43 {
        font-size: 30px;
        line-height: 0.98;
        margin-bottom: 0;
    }

    .faixa-amarela .font-26 {
        font-size: 20px;
        line-height: 1.05;
    }

    .faixa-amarela .largadas-value {
        font-size: 20px;
        line-height: 1.05;
    }

    .faixa-amarela small {
        font-size: 13px;
        margin-bottom: 8px !important;
    }

    .faixa-preta-mobile {
        background-color: rgba(0,0,0,0.15);
        width: 90%;
        height: 1px;
        margin: 12px auto;
    }
}

/* Seção Chamada Principal */
.body-lp {
    background-image: url('img/arte.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center -80px;
}

@media (max-width: 750px) {
    .body-lp {
        background-image: url('img/arte-mobile.png');
        background-size: 100% auto;
        background-position: top center;
        background-repeat: no-repeat;
    }
}

.hero-smartfit,
.vem-correr,
#kit-atleta,
.percursos {
    background-color: transparent;
}

.hero-smartfit h1 {
    color: #000;
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    font-family: 'Futura PT Bold', 'Futura', sans-serif;
    font-size: 56.783px;
    font-style: normal;
    font-weight: 800;
    line-height: 58px;
    letter-spacing: 0px;
    text-transform: uppercase;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.body-lp h5,
.body-lp h6 {
    font-family: 'Futura PT Bold', sans-serif !important;
    color: #000;
    font-weight: 900;
}

.hero-smartfit p {
    color: #000;
    text-align: center;
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.hero-smartfit a {
    font-size: 22px;
    padding: 12px 50px;
}

.hero-smartfit .btn-sou-aluno {
    padding: 12px 90px;
}

.hero-smartfit small {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    color: #333;
}

.hero-smartfit small a {
    font-size: 14px;
    padding: 0;
    color: #000;
    text-decoration: underline;
}

.texto-justificado {
    text-align: center;
    text-align-last: auto;
}

@media (max-width: 750px) {
    .hero-smartfit h1 {
        font-size: 28px;
        line-height: 1.1;
    }

    .hero-smartfit p {
        font-size: 17px;
        line-height: 1.45;
        margin-top: 5px !important;
    }

    .texto-justificado {
        text-align: center;
        text-align-last: unset;
        /* remove centralização forçada da última linha */
    }

    .hero-smartfit a {
        font-size: 15px;
        padding: 10px 30px;
    }

    .hero-smartfit .btn-sou-aluno {
        padding: 10px 47px;
    }

    .hero-smartfit .botao-kit {
        flex-direction: column;
        align-items: center;
        gap: 12px !important;
    }

    .hero-smartfit .botao-kit a {
        width: 80%;
        text-align: center;
        white-space: nowrap;
    }
}


.linha-central {
    height: 2px;
    width: 100%;
    max-width: 938px;
    margin: 0 auto;
    background-color: #ffb612;
}

@media (max-width: 750px) {
    .linha-central {
        margin-left: 35px;
        margin-right: 35px;
        width: auto;
    }
}

/* Seção: VEM CORRER COM A GENTE */
.vem-correr {
    position: relative;
}

.vem-correr h2 {
    text-transform: uppercase;
    font-family: 'Futura PT Bold', 'Futura', sans-serif;
    font-size: 56.783px;
    font-weight: 800;
    line-height: 58px;
    letter-spacing: 0px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
}

.vem-correr-linha {
    height: 3px;
    background-color: #ffb612;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}

.vem-correr-linha-top {
    margin-bottom: 50px;
}

.vem-correr-linha-bottom {
    margin-top: 50px;
}

.vem-correr-subtitle {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    font-size: 21px;
    line-height: 1.4;
}

.vem-correr-card {
    background-color: #F2F2F2;
    border-radius: 16px;
    padding: 22px;
}

.vem-correr-card-title {
    font-family: 'Futura PT Bold', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
    color: #111;
}

.vem-correr-card-text {
    font-size: 16px;
    line-height: 1.5;
    color: #1a1a1a;
}

@media (max-width: 750px) {
    .vem-correr-linha-top {
        margin-bottom: 30px;
    }

    .vem-correr-linha-bottom {
        margin-top: 30px;
    }

    .vem-correr-card {
        padding: 18px;
        text-align: center;
    }

    .vem-correr-card-title {
        text-align: center;
    }

    .vem-correr-card-text {
        text-align: center;
    }
}

/* 
.hero-container {
    width: 60%;
} */

.titulo-img {
    width: 85%;
}

@media (max-width: 867px) {
    .hero-container {
        width: 95%;
        /* aumenta largura no mobile */
    }

    .titulo-img {
        width: 90%;
        /* aumenta largura do título no mobile */
    }
}

/*Seção Kit do Atleta*/

.body-lp h1,
.body-lp h2 {
    font-size: 54px;
}

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

    .body-lp h1,
    .body-lp h2 {
        font-size: 19px;
    }

    .vem-correr h2,
    .titulo-kit-atleta h2 {
        font-size: 28px !important;
        line-height: 1.1;
    }

    .body-lp p {
        font-size: 16px;
    }

}

/* Faixa Desktop */
.faixa-cinza-desktop {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 250px;
    width: 900px;
    max-width: 100%;
    z-index: 1;
    background-color: #F2F2F2;
}

/* Faixa Mobile */
.faixa-cinza-mobile {
    display: none;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
    height: 75%;
    border-radius: 20px;
    z-index: 1;
    background-color: #F2F2F2;
}

.rodape-kit-desktop {
    font-size: 12px;
}

.faixa-cinza-texto h3 {
    font-size: 30px;
    text-transform: uppercase;
}

.faixa-cinza-texto p {
    font-size: 17px;
}

.faixa-cinza-texto a {
    font-size: 13px;
    border-radius: 20px;
    background-color: #FFB612;
    color: #000;
    padding: 5px 40px;
}

.faixa-cinza-texto a:hover {
    background-color: #000;
    color: #fff;
}

/* Mobile styles */
@media (max-width: 992px) {

    .faixa-cinza-desktop {
        display: none;
    }

    .faixa-cinza-mobile {
        display: block;
    }

    /* .faixa-cinza-texto {
        padding: 20px 50px;
    } */

    .faixa-cinza-texto h3 {
        font-size: 17px;
    }

    .faixa-cinza-texto p {
        font-size: 13px;
        padding: 0 45px;
    }
}

/*--------------------------------*/
/*  RESGATE SECTION               */
/*--------------------------------*/
.resgate-section {
    background-color: #111;
    padding: 72px 20px 80px;
}

.resgate-wrapper {
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
}

.resgate-title {
    font-family: 'Futura PT Bold', sans-serif !important;
    font-size: 36px;
    font-weight: 900;
    color: #fff !important;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.resgate-subtitle {
    font-family: "DM Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: rgba(255,255,255,0.8);
    margin-bottom: 32px;
}

.resgate-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-align: left;
}

.resgate-input-group {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1.5px solid #000;
    border-radius: 8px;
    overflow: hidden;
}

.resgate-input-icon {
    display: flex;
    align-items: center;
    padding: 0 12px;
    background: #fff;
    border-right: 1.5px solid #e0e0e0;
    height: 46px;
    flex-shrink: 0;
}

.resgate-input-icon img {
    width: 18px;
    height: 18px;
    opacity: 0.6;
}

.resgate-input-group input {
    border: none;
    outline: none;
    background: transparent;
    padding: 0 14px;
    height: 46px;
    width: 100%;
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    color: #111;
}

.resgate-input-group input::placeholder {
    color: #999;
}

.resgate-check-group {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.resgate-check {
    flex-shrink: 0;
    width: 17px;
    height: 17px;
    margin-top: 3px;
    accent-color: #ffb612;
    cursor: pointer;
}

.resgate-check-group label {
    font-family: "DM Sans", sans-serif;
    font-size: 13px;
    color: rgba(255,255,255,0.75);
    line-height: 1.5;
    cursor: pointer;
}

.resgate-microcopy {
    font-family: "DM Sans", sans-serif;
    font-size: 13px;
    color: rgba(255,255,255,0.55);
    margin-bottom: 8px;
    text-align: center;
}

.resgate-microcopy a {
    color: #ffb612;
    text-decoration: underline;
    font-weight: 600;
}

.resgate-microcopy a:hover {
    color: #fff;
}

.resgate-sucesso {
    color: #fff;
    padding-top: 8px;
}

@media (max-width: 600px) {
    .resgate-title {
        font-size: 26px;
    }
    .resgate-subtitle {
        font-size: 15px;
    }
}

/*--------------------------------*/
/*  FAQ SECTION                    */
/*--------------------------------*/
.faq-section {
    padding: 80px 20px;
    background: #fff;
}

.faq-section .section-title {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}

.faq-item {
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    margin-bottom: 12px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    cursor: pointer;
    transition: background 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}

.faq-header:hover {
    background: transparent;
}

.faq-header:active {
    background: transparent;
}

.faq-header h4 {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    padding-right: 20px;
}

.faq-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s;
}

.faq-icon svg {
    width: 16px;
    height: 16px;
    color: #666;
    transition: color 0.3s ease;
}

.faq-item.open .faq-icon {
    transform: rotate(180deg);
}

/* Ícone do FAQ em amarelo no hover/aberto */
.faq-header:hover .faq-icon svg,
.faq-header:focus-visible .faq-icon svg,
.faq-item.open .faq-icon svg {
    color: #FFB800;
}

/* Foco amarelo no FAQ */
.faq-header:focus-visible {
    outline: 2px solid #FFB800;
    outline-offset: 2px;
}

/* Título da pergunta em amarelo no hover/aberto */
.faq-header:hover h4,
.faq-header:focus-visible h4,
.faq-item.open .faq-header h4 {
    color: #FFB800;
}

.faq-content {
    display: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    padding: 12px 20px 20px;
    border-top: none;
}

.faq-item.open .faq-content {
    display: block;
    max-height: 500px;
}

.faq-content p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    padding-bottom: 20px;
}

.faq-content p:last-child {
    padding-bottom: 0;
}

.faq-content a {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}


/*Section Percursos*/
.percursos {
    background-color: transparent;
}

.percursos h2 {
    text-transform: uppercase;
    font-family: 'Futura PT Bold', 'Futura', sans-serif;
    font-size: 56.783px !important;
    font-weight: 800;
    line-height: 58px;
    letter-spacing: 0px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px !important;
}

.percursos > .container > p {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 24px !important;
    color: #333;
}

/* Botão percurso base */
.btn-percurso {
        background: #000;
        color: #fff;
        border: none;
        min-width: 180px;
        height: 46px;
        padding: 0 30px;
        margin: 0 6px 0 6px;
        font-size: 17px;
        font-weight: 700;
        line-height: 1;
        border-radius: 999px;
        cursor: pointer;
        transition: background 0.25s, color 0.25s, opacity 0.25s;
        font-family: 'Montserrat', sans-serif;
        display: inline-block;
}

/* Empilhar botões percurso no mobile */
@media (max-width: 767.98px) {
    .percursos .d-flex.flex-wrap {
        flex-direction: column !important;
        align-items: center !important;
        gap: 12px !important;
    }
    .btn-percurso {
        display: block;
        width: 90%;
        margin: 0 auto 12px auto;
        min-width: 0;
        max-width: 350px;
    }
}

.btn-percurso:hover {
    background: #222;
}

.btn-percurso.active {
    background: #000;
    opacity: 1;
}

.btn-percurso:not(.active) {
    background: #c0c0c0;
    color: #555;
}

.mapa-container {
    background: #ffb612;
    margin: 28px calc(50% - 50vw) 0;
    padding: 44px 44px 0;
    height: 700px;
}

.percursos {
    overflow-x: hidden;
}

.mapa-frame-wrap {
    max-width: 1155px;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
}

.indice-mapa {
    font-size: 20px;
    background-color: #000;
    color: #fff;
    margin-top: -6px;
    padding: 10px 0;
}

.indice-mapa p {
    display: flex;
    align-items: center;
    margin: 0;
}

@media (max-width:750px) {
    .percursos {
        padding-top: 36px !important;
        padding-bottom: 36px !important;
    }

    .percursos h2 {
        font-size: 19px !important;
        line-height: 1.1;
    }

    .percursos > .container > p {
        font-size: 16px;
        line-height: 1.4;
    }

    .btn-percurso {
        min-width: 140px;
        height: 40px;
        font-size: 14px;
        margin: 0 4px;
    }
/* Ajuste do botão da seção CTA final para tamanho padrão e responsivo */
/* Botão CTA final igual ao da hero */
/* Botão CTA final reduzido em 40% */
/* Botão CTA final usa padrão header-cta */
.cta-matricula-final .btn-warning {
    background-color: #ffb612;
    color: #000 !important;
    padding: 10px 22px;
    border-radius: 999px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700 !important;
    font-size: 13px !important;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    transition: background-color 0.2s, transform 0.15s;
    margin-top: 8px;
    width: auto;
    max-width: 100%;
    box-shadow: none;
}
.cta-matricula-final .btn-warning:hover {
    background-color: #e5a210;
    color: #000 !important;
    transform: scale(1.03);
}
@media (max-width: 991px) {
    .cta-matricula-final .btn-warning {
        padding: 8px 16px;
        font-size: 11px !important;
    }
}
@media (max-width: 750px) {
    .cta-matricula-final .btn-warning {
        padding: 7px 12px;
        font-size: 9px !important;
    }
}

    .mapa-container {
        padding: 20px 16px 24px;
        margin-top: 28px;
        height: auto;
    }

    .mapa-container iframe {
        height: 200px;
    }

    .faq-item-static h4 {
        font-size: 20px;
    }

    .faq-item-static p {
        font-size: 15px;
        line-height: 1.5;
    }

    .indice-mapa p {
        font-size: 12px;
    }
}

.titulo-kit-atleta h2 {
    margin-bottom: 0 !important;
    text-transform: uppercase;
    font-family: 'Futura PT Bold', 'Futura', sans-serif;
    font-size: 56.783px;
    font-weight: 800;
    line-height: 58px;
    letter-spacing: 0px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
}

.h4 {
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 26px; /* 130% */
}

@media (max-width: 750px) {
        #footer-lp .h4 {
                color: #fff;
                text-align: center;
                font-size: 13px;
                font-style: normal;
                font-weight: 400;
                line-height: 1.4;
                letter-spacing: 0.2px;
                margin: 0;
        }
        @media (max-width: 750px) {
            #footer-lp .h4 {
                font-size: 11px;
            }
        }
}

/*--------------------------------*/
/*  INLINE STYLES → CSS           */
/*--------------------------------*/

/* Kit do Atleta – wrapper */
.kit-atleta-content {
    max-width: 900px;
    position: relative;
    z-index: 2;
}

/* Kit do Atleta – imagem */
.kit-atleta-img {
    max-width: 585px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Kit do Atleta – texto */
.faixa-cinza-texto {
    max-width: 320px;
}

/* Mapa iframe */
#mapaPercurso {
    border: 0;
}

/* Ícones do índice do mapa */
.indice-mapa i {
    margin-right: 8px;
    color: #fff;
    font-size: 24px;
}

/* Footer – ícones de redes sociais */
#footer-lp .social-icon {
    width: 32px;
    height: 32px;
}

/* Override final: padrao unico para titulos principais das secoes */
.hero-smartfit h1,
.vem-correr h2,
.titulo-kit-atleta h2,
.percursos h2,
.faq-section .section-title,
.cta-matricula-final h2,
.resgate-title {
    font-size: 56.783px !important;
    font-weight: 900 !important;
    line-height: 1.05;
}

@media (max-width: 768px) {
    .hero-smartfit h1,
    .vem-correr h2,
    .titulo-kit-atleta h2,
    .percursos h2,
    .faq-section .section-title,
    .cta-matricula-final h2,
    .resgate-title {
        font-size: 28px !important;
        font-weight: 900 !important;
    }
}

/* Iguala o tamanho do CTA final ao botao Sou aluno */
.cta-matricula-final .cta-matricula-btn {
    font-size: 20px !important;
    padding: 12px 90px !important;
}

@media (max-width: 750px) {
    .cta-matricula-final .cta-matricula-btn {
        font-size: 15px !important;
        padding: 10px 30px !important;
        width: auto;
        max-width: 90%;
        text-align: center;
        white-space: normal;
    }
}