@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500i,900,900i');

/****************************************

        GERAL

****************************************/
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    font-size: 16px !important;
    font-family: 'Montserrat', sans-serif !important;
    line-height: 1.5;
}

.btn-inscricao {
    padding: .5em 1.25em;
    border-radius: 5px;
    text-transform: uppercase;
    box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
}

h2.titulo {
    padding: 50px 0;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    font-size: 2.45em;
}

main.bg-etapa {
    background-color: #f8f8f8;
    overflow: hidden;

}

a.inscreva {
    padding: 1rem 1.5rem;
    font-size: 1.5rem;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
}

/****************************************

                HEADER HOME

****************************************/
.brand h1 {
    display: none;
}

header.home {
    background-color: #fff;
    padding: 1em;
    /*flex-basis: 10%;*/
    /*display: flex;*/
    flex-flow: row wrap;
    /*flex-flow: column wrap;*/
    /*justify-content: space-between;*/
    /*align-content: center;*/
}

header.home img {
    margin: 0 auto;
    width: 100%;
    display: block;
}

header .patrocinio,
header .brand,
header .avatar {
    /*height: calc(100% / 3);*/
    /*margin:0 auto;*/
}

.oscar-mobile,
.fila-mobile {
    display: none;
}

header .brand,
header .avatar {
    /*display: flex;*/
}

header .brand {
    align-items: center;
}

header .avatar {
    align-items: flex-end;
}

/****************************************

                COMBO

****************************************/
.container-home #combo {
    text-align: center;
    padding: 1em;
    background-color: #00113e;
}

.container-home #combo h2 {
    text-transform: uppercase;
    font-weight: bold;
}

.container-home #combo h2,
.container-home #combo h3 {
    margin: 0;
}


.container-home #combo a {
    color: #fff;
}

/****************************************

            HEADER GERAL INTERNAS

****************************************/
#padrao header {
    background: url("../images/header/header_mogi1.jpg"), no-repeat right center;
    background-size: cover;
    height: 350px;
    position: relative;
}

#padrao header:before {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    position: absolute;
    background-color: rgba(255, 255, 255, .5);
}

#padrao header .patrocinio,
#padrao header .brand {
    height: auto;
    margin: 0;
}

.brand {
    flex-basis: 25%;
    z-index: 1;
}

#padrao .brand img {
    margin: 0 auto;
}

.fila,
.oscar {
    flex-basis: 15%;
    text-align: center;
    z-index: 1;
}

#padrao .patrocinio {
    padding: 1em;
    display: block !important;
}

/****************************************

            COLUNAS HOME

****************************************/
.container-home {
    height: 100vh;
}

.container-colunas {
    /*flex-basis: 90%;*/
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
}

.coluna {
    flex-grow: 1;
    height: 100%;
    transition: all 300ms ease-in-out;
    position: relative;
}

.coluna.etapa-1::before,
.coluna.etapa-2::before,
.coluna.etapa-3::before,
.coluna.etapa-4::before,
.coluna.etapa-5::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.coluna:hover {
    flex-grow: 3;
    background-color: #f10000;
}

.overlay {
    text-align: center;
    transform: translateY(-200%);
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .5);
}

.overlay a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    color: #fff !important;
}

.overlay .etapa-logo {
    width: 50%;
}

.etapa-4 .overlay .etapa-logo {
    width: 30% !important;
}

.logos-sjc img {
    /*display: block;*/
    /*margin:0 auto;*/
    /*width: auto!important;*/
    width: 100% !important;
}

.coluna h2.data {
    text-transform: uppercase;
    font-weight: normal;
}

.overlay h2.data {
    font-size: 3rem;

}

.coluna:hover .overlay {
    transition: transform .5s ease-out;
    transform: translateY(0);
}

.preview {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    transform: translateY(0);
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.preview img {
    width: 75%;
}

.preview h4 {
    font-style: italic;
}

.coluna:hover .preview {
    transition: transform .2s ease-out;
    transform: translateY(100%);
}

/*******************************************
                
                NAVBAR

*******************************************/
header.header-etapa {
    /*height: 100vh;*/
    width: 100%;
}

nav#topo {
    padding: 0;
    background-color: rgba(255, 255, 255, 0.8);
}

header .logo {
    padding: 15px 10px;
    background-color: #ffffff;
}

.vertical-divider {
    width: 1px;
    background-color: #000000;
    height: 80px;
    padding: 0 !important;
}

.nav-link {
    color: #000000 !important;
}

#navbarNav {
    justify-content: space-between;
}

.navbar-light .navbar-toggler {
    border: none;
}

li.nav-item {
    text-align: center;
}

header .detalhes {
    font-size: 1.3em;
    padding: 0 10px;
    line-height: 1;
}

header .detalhes .info {
    display: flex;
    flex-direction: column;
    margin-right: 15px;
}

.detalhes span.cidade {
    font-weight: 400;
}

.detalhes span.data {
    font-weight: 800;
    text-transform: uppercase;
}

.detalhes .distancias {
    font-weight: 800;
    text-transform: uppercase;
    margin-left: 15px;
    flex-direction: column;
}

#outras-etapas .dropdown-menu {
    right: 0;
    position: absolute;
    left: auto;
}

#geral {
    background-color: rgba(255, 255, 255, 1);
}

#padrao .content h1 {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #00113e;
}

#navbarEtapas {
    font-weight: bold;
}

/*******************************************
                
            CONTEUDO HEADER

*******************************************/
.conteudo-header {
    height: 100%;
    padding: 40px;
    display: flex;
}

.kit-container {
    height: 100%;
    width: 75%;
}

.kit-container article {
    bottom: 0;
    display: flex;
    align-items: center;
    align-self: flex-end;
    height: 100%;
    justify-content: center;
}

article img.kit {
    width: 95%;
    /*margin: 0 auto 150px;*/
}

/* Aplica somente para telas maiores que 1360px */
@media (min-width: 1350px) {
    article img.kit {
        width: 72%;
    }
}

@media (max-width: 767px) {
    article img.kit {
        padding: 55px 0;
    }

}

/*******************************************
                
         SIDEBAR TENIS

*******************************************/
.sidebar-container {
    height: 100%;
    width: 25%;
}

.tenis-sidebar {
    padding: 40px;
    font-size: 2.2em;
    line-height: 0.9;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.35);
}

.tenis-sidebar span {
    font-weight: 800;
}

.tenis-box {
    text-align: center;
}

.tenis-box img.tenis {
    margin: 20px auto 0 auto;
    width: 190px;
}

/*******************************************
                
         INFORMAÇôES

*******************************************/
#info-mobile {
    display: none;
}

#informacoes a.info-button {
    padding: 20px 0;
    border-radius: 0;
    text-transform: uppercase;
    color: #777777;
    font-size: 1.3em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 50%;
}

#informacoes .tab-content {
    height: 100%;
}

#informacoes .tab-pane {
    height: 100%;
    padding: 60px;
}

#informacoes .tab-pane p a {
    color: yellow !important;
}

#informacoes .tab-pane.active {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#informacoes .tab-pane h2 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 2em;
}

#informacoes .tab-pane p {
    font-size: 1em;
}

#informacoes #info-mobile h5 button {
    padding: 1px 0;
    font-size: 1.2em;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    margin: 0 auto;
    color: #777777;
}

.card-header {
    background-color: #ffffff !important;
}

.card {
    border: none !important;
}

/*******************************************
                
         RUNNER CARE

*******************************************/
#runnercare h2.titulo {
    margin: 0 auto;
    color: #ffffff;
}

#runnercare h2.titulo span {
    font-weight: 400;
    font-style: italic;
}

#runnercare article {
    padding: 0 20px 10px 20px;
}

#runnercare article img {
    margin: 0 auto;
}

#runnercare article figcaption {
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}

#runnercare figure {
    text-align: center;
}

/*******************************************
                
                PERCURSOS

*******************************************/
#percursos a.percurso-button {
    font-size: 4em;
    padding: 30px 0;
    text-align: center;
    color: #ffffff !important;
    font-style: italic;
    background: none;
    width: 100%
}

#percursos a.percurso-button.active {
    border-radius: 0;
}

#percursos .tab-pane img {
    width: 100%;
}

/*******************************************
                
                PARCEIROS

*******************************************/
#parceiros #fotosfila {
    width: 50%;
}

#parceiros article#fotosfila img {
    width: 100%;
}

#parceiros article.logos {
    padding: 80px 50px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.35);
    width: 50%;
    position: absolute;
    right: 5%;
}

#parceiros article.logos .parcas img {
    margin: 10% 5% 0 5%;
}

/*******************************************
                
            CONTEUDO GERAL

*******************************************/
#padrao .content {
    background-color: #fff;
    padding: 2em;
    max-width: 100%;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    top: -5em;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.35);
}

#padrao .content .container-home,
#padrao .container-colunas {
    height: auto;
}

#padrao .coluna,
#faq .coluna {
    height: 300px;
}

.btn-mobile {
    display: none;
}

.bg-etapa #combo {
    display: block;
    position: fixed;
    bottom: 2em;
    left: 2em;
    width: 15%;
    z-index: 10;
    text-align: center;
    line-height: 1;
    background-color: #343356;
    border-radius: 5px;
    padding: 1em;
}

.bg-etapa #combo a {
    color: #fff;
}

.bg-etapa #combo h3,
.bg-etapa #combo p {
    margin: 0;
    font-weight: bold;
}

/*******************************************
                
                RANK

*******************************************/
section.rank {
    background: url(../images/bg-rank.jpg) 0px 200px;
    background-position: top left;
    background-size: cover;
    background-attachment: fixed;
    height: 85%;
}

section.rank-mobile {
    background: url(../images/bg-rank-mobile.jpg) 0px 200px;
    background-position: top left;
    background-size: cover;
    background-attachment: fixed;
    height: 85%;
}

/*******************************************
                
                FAQ

*******************************************/
.faq .faqs {
    text-align: center;
    /*color: #ffffff;*/
    cursor: pointer;
}

/*******************************************
                
            SUPORTE

*******************************************/
#suporte {
    padding: 1.5em 0;
    background-color: #fff;
}

#suporte .content {
    max-width: 100%;
    width: 1500px;
    margin: 0 auto;
}

#suporte h2 {
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1;
    font-size: 2.5rem;
    color: #fff;
}

#suporte .texto {
    line-height: 1.5;
}

@media (max-width: 1367px) {
    #suporte p {
        font-size: 0.9em;
        margin-bottom: 0rem;
    }
}

@media (max-width: 768px) {
    #suporte p {
        font-size: 1em;
    }
}

/*******************************************
                
                DESCONTO

*******************************************/
#desconto {
    background: url(../images/bg-mapa.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#desconto:before {
    content: '';
    background-color: rgba(255, 255, 255, .5);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

#desconto .texto {
    padding: 1em 0;
    text-align-last: justify;
}

#desconto h2 {
    margin: 0;
    font-size: 10rem;
    line-height: .7;
}

#desconto h4 {
    font-size: 3rem;
}

#desconto h2,
#desconto h4 {
    font-weight: 900;
}

@media (max-width: 767px) {
    #desconto .texto {
        text-align: center;
    }

    #desconto .foto {
        display: none;
    }
}

/*******************************************
                
                PÁGINA

*******************************************/
.conteudo-header.pagina {
    height: auto;
}

.conteudo-header.pagina .sidebar-container {
    width: auto;
}

.pagina-container {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 10px;
}

header.header-etapa.pagina {
    height: auto;
}

#etapa {
    width: 100%;
    bottom: 0;
}

#etapa .etapa {
    text-align: center;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: cover;
    background-position: bottom right, left, right;
    padding: 10px 0;
}

#etapa .etapa a.hover-btn {
    width: 100%;
}

#etapa .etapa a.hover-btn img {
    margin: 0 auto;
}

#etapa .etapa h3.data {
    color: #ffffff !important;
}

/*******************************************
                
                CONTATO

*******************************************/
form#contato {
    width: 500px;
    margin: 0 auto;
    max-width: 100%;
}

form#contato button.submit {
    width: 100%;
    background-color: #00113e;
    border-color: #00113e;
}

/*******************************************
                
                GALERIA

*******************************************/
#galeria {
    padding: 2em 0;
    display: flex;
    justify-content: center;
}

#galeria a {
    cursor: pointer;
}

#galeria a:hover {
    -webkit-box-shadow: 1px 1px 36px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 36px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 36px 0px rgba(0, 0, 0, 0.75);
}

.galeria-item {
    padding: 0px !important;
    position: relative;
    height: 175px;
}

.galeria-info {
    position: absolute;
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #ffffff;
}

.galeria-info h2 {
    font-size: 2em;
    font-weight: 600;
}

.gallery h2,
span.desenvolvido {
    color: #ffffff;
}

main .albuns {
    display: flex;
}

#fotos form {
    text-align: center;
    margin: 2em 0;
}

#fotos #galeria a.galeria-item.chegada {
    background-image: linear-gradient(135deg, #e2ab0e, #f1d384), url(../images/mogi1/chegada.jpg);
    background-image: -moz-linear-gradient(135deg, #e2ab0e, #f1d384), url(../images/mogi1/chegada.jpg);
    background-image: -webkit-linear-gradient(135deg, #e2ab0e, #f1d384), url(../images/mogi1/chegada.jpg);
    background-image: -ms-linear-gradient(135deg, #e2ab0e, #f1d384), url(../images/mogi1/chegada.jpg);
}

#fotos #galeria a.galeria-item.video {
    background-image: linear-gradient(135deg, #e2ab0e, #f1d384), url(../images/mogi1/video.jpg);
    background-image: -moz-linear-gradient(135deg, #e2ab0e, #f1d384), url(../images/mogi1/video.jpg);
    background-image: -webkit-linear-gradient(135deg, #e2ab0e, #f1d384), url(../images/mogi1/video.jpg);
    background-image: -ms-linear-gradient(135deg, #e2ab0e, #f1d384), url(../images/mogi1/video.jpg);
}

#fotos #galeria a.galeria-item {
    max-height: 100px;
    background-position: center;
}

.albuns-container {
    display: flex;
    flex-wrap: wrap;
}

main .album {
    position: relative;
    flex-basis: 20%;
    text-align: center;
}

main .album .sombra {
    background-size: cover;
    background: linear-gradient(to bottom, rgba(255, 0, 0, 0) 60%, rgba(0, 0, 0, 0.95)) 100%, center center no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
}

main .album img {
    margin: 0 auto;
    width: 100%;
}

main .album h2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    z-index: 1;
    color: #ffffff;
}

/*******************************************
                
         SHARE

*******************************************/
#share h2.titulo {
    margin: 0 auto;
    color: #ffffff;
}

#share .social-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#share .social-icons a {
    padding: 30px;
    color: #ffffff;
}

#share h2.titulo span {
    font-weight: 400;
    font-style: italic;
}

#share article {
    padding: 0 20px 50px 20px;
}

/*******************************************
                
                FOOTER

*******************************************/
#footer-etapa {
    background-image: -webkit-linear-gradient(45deg, rgb(97, 12, 195) 0%, rgb(3, 247, 253) 100%);
}

#footer-etapa .flex {
    padding: 40px 0;
}

#footer-etapa .outras-etapas a,
footer#footer-etapa .faq a {
    padding: 10px 0;
    color: #ffffff;
    font-size: 1.5em;
    text-align: center;
    display: block
}

#footer-etapa a i {
    color: #ffffff;
}

@media (max-height: 778px) {
    .overlay .logos-sjc {
        flex-direction: row !important;
        width: 100%;
    }

    .logos-sjc img {
        width: 50% !important;
    }
}


/*******************************************
                
            @media > 767px

*******************************************/
@media (max-width: 767px) {
    #parceiros article#fotosfila {
        display: none;
    }

    #parceiros article.logos {
        position: relative;
        width: 100% !important;
        right: 0;
        padding: 30px 20px;
    }

    #parceiros article.logos .master {
        flex-direction: column;
    }

    #parceiros article.logos .master img {
        margin: 5% 0;
    }

    section.faq {
        background-position: bottom center;
    }

    section.faq h2.titulo {
        font-size: 1.5em;
    }

    #faleconosco .button {
        text-align: center;
    }

    #etapa {
        position: relative;
    }

    #share h2.titulo {
        font-size: 1.5em;
    }

    #share .social-icons a {
        padding: 0 15px 30px 15px;
    }

    #galeria {
        padding: 0;
    }

    .galeria-info h2 {
        font-size: 1.2em;
    }

    #runnercare h2.titulo {
        margin: 0 auto;
        color: #ffffff;
        font-size: 2rem;
    }

    .btn-mobile {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 10;
        /*right: 0;*/
    }

    .btn-mobile a.inscreva {
        /*padding: 0;*/
        /*font-size: 1rem;*/
        /*line-height: 1;/*
        /*height: 50px;*/
    }

    .bg-etapa #combo {
        display: block;
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: #b32b37;
        border-radius: 0;
        /*height: 50px;*/
        /*padding: 0;*/
    }

    .bg-etapa #combo p {
        display: none;
    }

    main#saojose .album {
        width: 100%;
    }

    main#saojose .albuns {
        display: block;
    }

    footer#footer-etapa {
        padding: 20px;
    }

    footer#footer-etapa .flex {
        padding: 20px 0 0 0;
    }

}

/*******************************************
                
            @media > 991px

*******************************************/
@media (max-width: 991px) {

    .container-home {
        display: block;
        height: auto;
    }

    header.home {
        flex-basis: auto;
        flex-flow: row wrap;
        align-items: center;
    }

    .container-colunas {
        flex-basis: auto;
        width: 100%;
        height: auto;
        display: block;
        /*flex-flow: column wrap;*/
    }

    .coluna {
        height: 300px;
    }

    .overlay {
        transform: none;
        height: 100%;
    }

    .preview {
        display: none;
    }

    .patrocinio,
    .avatar {
        display: none !important;
    }

    .brand {
        flex-basis: 50%;
        padding: 0 1.5em;
    }

    .oscar-mobile,
    .fila-mobile {
        display: block;
        flex-basis: 25%;
    }


    header ul.menu li a {
        font-size: 0.8em !important;
    }

    header nav#topo a.inscreva {
        font-size: .75em !important;
    }

    header .logo-kit {
        width: auto !important;
        margin-top: 15px;
    }


    .overlay h2.data {
        font-size: 1.5rem;
    }

    .overlay h3 {
        font-size: 1.2rem;
        margin-bottom: 5px;
    }

    .overlay .btn-inscricao {
        font-size: 1rem;
        padding: 0.5em 1em;
        min-width: 150px;
    }

    .overlay .etapa-logo {
        max-width: 50% !important;
        height: auto;
        margin-bottom: 10px;
    }

    .logos-sjc {
        justify-content: space-around;
    }

    .logos-sjc img {
        width: 50% !important;
    }

    .kit-container {
        height: auto;
        width: 100%;
        text-align: center;
    }

    .kit-container article img.kit {
        width: auto !important;
    }

    .navbar-brand.logo {
        order: 2;
        margin: 0;
        background: none;
        padding: .5em 0;
    }

    nav .navbar-toggler {
        order: 1;
    }

    #outras-etapas {
        order: 3;
    }

    #navbarNav,
    #navbarEtapas {
        order: 4;
    }

    header.header-etapa {
        height: auto;
    }

    .conteudo-header {
        display: block;
        height: auto;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    .tenis-sidebar {
        font-size: .85em !important;
    }

    .tenis-box {
        display: flex;
        justify-content: space-between;
    }

    .sidebar-container {
        height: auto;
        width: 100%;
        text-align: center;
    }

    #info-mobile {
        display: block;
    }

    #desktop {
        display: none;
    }

    #informacoes a.info-button {
        padding: 10px 0;
        font-size: 1em;
    }

    #informacoes .tab-pane {
        padding: 30px;
    }

    #percursos a.percurso-button {
        font-size: 2.5em;
        flex-basis: 50%;
        padding: 15px 0;
    }

    #etapa-4 #percursos a.percurso-button {
        font-size: 1.9em;
        flex-basis: 33%;
        padding: 7px 0;
    }

    #percursos h2.titulo {
        font-size: 2em;
        padding: 20px 0;
    }

    #parceiros article.logos {
        padding: 20px 20px;
        position: relative !important;
        right: 0;
    }

    #share .social-icons a {
        padding: 0 15px 30px 15px;
    }

    .galeria-info h2 {
        font-size: 1em;
    }

    .galeria-item {
        height: 150px;
    }

    #padrao header {
        height: auto;
    }

    #padrao .content {
        top: 0;
    }

    #padrao.faq .card {
        text-align: center;
    }

    #padrao.faq h1 {
        text-align: center;
        font-size: 1.5rem;
    }

    #padrao.faq .faqs {
        width: 50%;
    }

    #padrao.faq h3 {
        font-size: 1.2rem;
    }

    #suporte {
        padding: 1.5em 2em;
        text-align: center;
    }

    #suporte h2 {
        font-size: 1.5rem;
    }

    .container-home #combo {
        text-align: center;
        padding: 1em;
        background-color: #00113e;
    }

    .container-home #combo h2 {
        font-size: 2em;
    }

    .container-home #combo h3 {
        font-size: 1em;
    }


    main .album {
        flex-basis: 100%;
    }

    #galeria {
        flex-direction: column;
    }
}

/*******************************************
                
            @media > 1199px

*******************************************/
@media (max-width: 1199px) {
    .br.mobile {
        display: none;
    }

    header ul.menu li a {
        padding: 8px !important;
        font-size: 0.8em;
    }

    header nav#topo .detalhes {
        padding: 1em 0;
        justify-content: space-around !important;
        text-align: center;
    }

    .vertical-divider {
        display: none;
    }

    header .detalhes .info {
        margin-right: 0;
    }

    .kit-container article img.kit {
        width: 70%;
        margin: 0 auto;
    }

    header .logo-kit {
        width: auto;
        z-index: 1;
        position: relative;
        margin-bottom: 20px;
    }

    header .logo-kit img {
        margin: 0 auto;
    }

    .kit-container article {
        flex-direction: column;
        position: relative;
    }

    .tenis-sidebar {
        font-size: 1.5em !important;
        padding: 20px;
    }
}

/****************************************************

                COMBO

****************************************************/
.bg-etapa #combo {
    display: block;
    position: absolute;
    bottom: 10em;
    left: 2em;
    width: 15%;
    z-index: 10;
    text-align: center;
    line-height: 1;
    background-color: #343356;
    border-radius: 5px;
    padding: 1em;
}

#desconto {
    background: url(images/bg-mapa.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#desconto h2,
#desconto h4 {
    font-weight: 900;
}

#desconto h2 {
    margin: 0;
    font-size: 10rem;
    line-height: .7;
}

#desconto h4 {
    font-size: 3rem;
}

@media (max-width: 767px) {
    .bg-etapa #combo {
        display: block;
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: #b32b37;
        border-radius: 0;
        /* height: 50px; */
        /* padding: 0; */
    }

}

#parceiros article.logos .parcas img {
    max-height: 160px;
}


#social {
    width: 100%;
    background-color: #fff;
    padding: 2em 0
}

#social #share {
    display: block;
    text-align: center;
    width: 100%;
}

#social #share strong {
    font-size: 2rem;
}

#social ul.share-list {
    display: flex;
    justify-content: space-around;
}

#social #share ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    font-size: 30px;
}

#social #share i.fa {
    margin-top: 0;
}

@media (max-width: 768px) {
    #social {
        background: #000;
        padding: .5em
    }

    #social #share {
        padding: 0;
    }

    #social #share strong {
        display: none;
    }

    #social #share ul li a {
        width: auto;
        height: auto;
        font-size: 16px;
    }

    #social #share ul li a {
        background: none !important;
    }

    #social #share ul.share-list {
        margin: 0;
    }

    #social #share ul li a:hover {
        box-shadow: none;
    }
}

@media (max-width: 767px) {
    #desconto h2 {
        font-size: 4.8rem;
    }

    #desconto .texto {
        padding: 0;
        text-align-last: center;
    }

    #desconto p {
        font-size: 0.8rem;
    }

    #desconto h4 {
        font-size: 2.5rem;

        padding: 0;
    }

    .invisible-xd {
        display: none;
    }
}


/*******************************************
         FIXES FOR ACCESSIBILITY / LARGE FONTS
         & MOBILE RESPONSIVENESS
*******************************************/

/* 1. Balanced Header Logo Layout */
header.home .container {
    flex-wrap: nowrap;
    display: flex !important;
    justify-content: center !important;

    header.home .oscar,
    header.home .brand,
    header.home .fila {
        flex: 1;
        /* Distribuir espaço igual para manter o do meio centralizado */
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 5px;
    }

    header.home img {
        width: auto !important;
        max-width: 100%;
        max-height: 120px;
        /* Mantendo limite alto para visibilidade */
        height: auto;
        margin: 0 auto;
    }

    /* 2. Mobile Specific Behavior (No-Hover) */
    @media (max-width: 768px) {
        header.home {
            padding: 0.5em;
        }

        header.home img {
            max-height: 90px;
        }

        /* Forçar visibilidade dos dados no mobile (sem hover) */
        .overlay {
            transform: translateY(0) !important;
            background: rgba(0, 0, 0, 0.65);
        }

        .preview {
            display: none !important;
        }

        /* Tipografia compacta para evitar quebras em telas pequenas ou com fontes grandes */
        .overlay h2.data {
            font-size: 1.7rem;
            /* Reduzido significativamente */
            line-height: 1;
            margin-top: 5px;
            margin-bottom: 5px;
        }

        .overlay h3 {
            font-size: 1.1rem;
            /* Reduzido para caber o nome da etapa */
            line-height: 1.2;
            margin-bottom: 5px;
        }

        .overlay .btn-inscricao {
            font-size: 0.95rem;
            /* Botão mais discreto */
            padding: 0.5em 1em;
            height: auto;
            width: auto !important;
            min-width: 160px;
            margin-top: 5px;
        }

        .overlay .etapa-logo {
            max-width: 45% !important;
            /* Logo menor para sobrar espaço vertical */
            height: auto;
            margin-bottom: 8px;
        }
    }

    /* 3. Ajustes para telas muito pequenas ou zoom alto */
    @media screen and (max-width: 360px) {
        .overlay h2.data {
            font-size: 1.4rem;
        }

        .overlay h3 {
            font-size: 0.95rem;
        }

        .overlay .btn-inscricao {
            min-width: 140px;
            font-size: 0.85rem;
        }

        header.home img {
            max-height: 60px;
        }
    }