@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.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

.body-lp h1, .body-lp h2 {
    font-family: 'Futura PT Bold', sans-serif;
    color: #000;
}


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


#header-lp {
    font-size: 14px;
    font-family: 'Montserrat';
}

#header-lp a {
    text-decoration: none;
    font-size: 15px;
}

.logo {
    width: 195px;
}

@media (max-width: 750px) {
    .logo {
        width: 80px;
    }

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

.banner {
    background-color: black;
}

.faixa-amarela small {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
}

.faixa-amarela {
    background-color: #ffb612;
}

.faixa-amarela .font-43 {
    font-size: 43px;
}

.faixa-amarela .font-26 {
    font-size: 26px;
}

.faixa-amarela p {
    font-weight: 900;
}

@media (max-width: 800px) {

    .faixa-amarela .font-43 {
        font-size: 25px;
        margin-bottom: 40px;
    }

    .faixa-amarela .font-26 {
        font-size: 15px;
    }

    .faixa-preta-mobile {
        background-color: #111;
        width: 90%;
        height: 1px;
        margin: 10px auto;
    }
}

/* Seção Chamada Principal */
.body-lp {
    background-image: url('img/DETALHES.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-smartfit h1 {
    font-size: 56px;
}

.hero-smartfit p {
    font-size: 20px;
    font-weight: 400;
}

.hero-smartfit a {
    font-size: 25px;
    padding: 5px 50px;
}

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

.hero-smartfit small a {
    font-size: 14px;
}

.texto-justificado {
    text-align: justify;
    text-align-last: center;
    /* última linha centralizada no desktop */
}

@media (max-width: 750px) {
    .hero-smartfit h1 {
        font-size: 20px;
    }

    .hero-smartfit p {
        font-size: 18px;
    }

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

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

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


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

.hero-container {
    width: 55%;
}

.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 h2 {
    font-size: 56px;
}
@media screen and (max-width: 750px) {
    .body-lp h2 {
        font-size: 32px;
    }
    
}

/* Faixa Desktop */
.faixa-cinza-desktop {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 250px;
    width: 900px;
    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;
}

.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) {

    .titulo-kit-atleta h2 {
        font-size: 20px;
    }

    .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;
    }
}

/*Seção Informações*/

.linha-separacao-informacoes {
    margin: 50px;
    height: 2px;
    width: 80%;
    margin: 0 auto;
    background-color: #ffb612;
    width: 100%;
}

.body-lp .info-title {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 10px 0;
    cursor: pointer;
    color: #000;
}

.info-content {
    display: none;
    padding: 10px 0;
    font-size: 24px;
    padding: 10px 10px;
}

.info-item.active .info-content {
    display: block;
}

.info-item button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
    font-size: 30px;
}

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

.percursos h3 {
    font-size: 46px;
}

.btn-percurso {
    background: #000;
    opacity: 0.6;
    color: #fff;
    border: none;
    padding: 3px 40px;
    margin: 0 5px;
    font-size: 19px;
    font-weight: bold;
    border-radius: 33px;
    cursor: pointer;
    transition: 0.3s;
}

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

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

.mapa-container {
    max-width: 940px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
}

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

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

@media (max-width:750px) {
    .percursos h3 {
        font-size: 24px;
    }

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

    .informacoes img {
        width: 105px;
    }

    .informacoes .info-title {
        font-size: 18px;
    }

    .informacoes .info-content {
        font-size: 16px;
    }
}


input:focus,
textarea:focus,
select:focus {
    outline: none !important;
    box-shadow: none !important;
}