@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Titillium+Web:ital@0;1&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    background-image: url('img/fundo-roxo.png?d=01-10-2024') !important;
    background-color: #274982;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    font-style: italic;
    color: white !important;
}

p {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

h2 {
    font-size: 3.6em;
}

.frame-flex {
    display: flex;
    align-items: center;
    height: 90vh;
}

section {
    padding-bottom: 48px;
}

#hero-banner {
    background-image: url('img/decoracao-interna.png?d=01-10-2024'), url('img/fundo-pag-interna.jpg?d=01-10-2024');
    background-size: cover, cover;
    background-position: bottom right, bottom center;
    background-repeat: no-repeat, no-repeat;
    padding: 80px 0 104px 0;
    position: relative;
}

#hero-banner h1 {
    font-size: 4em;
    text-transform: uppercase;
}

#logo-prova {
    width: 100%;
    margin: 16px auto;
    padding: 16px 0;
    border-bottom: 2px solid #F4AB2F;
}

.navbar {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    padding: 0;
    background: #014597 !important;
}

.navbar-toggler {
    background-color: #FFDD00;
    border: none;
}

.navbar-toggler-icon {
    color: #05428F !important;
}

.active {
    color: #FFDD00 !important;
}


.btn {
    border: none;
    color: #2E1C43;
    font-size: 1.35em;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 auto;
    width: auto;
}

.btn-menu {
    background: #FFA30B !important;
    border-bottom: solid #FFDD00 4px;
    padding: auto 16px !important;
    color: #05428F;
    text-transform: uppercase;
    text-decoration: none;
    width: auto;
    padding: 4px 8px;
    font-weight: 700;
}

.btn-extend {
    width: 80% !important;
    max-width: 240px !important;
    text-align: center !important;
}

.btn-menu:hover {
    background: #ce8002 !important;
    border-bottom: solid #bda407 4px;
    color: #052853;
}

.btn-secondary {
    border: 2px #ffffff solid !important;
    background: rgba(0, 0, 0, .45) !important;
    color: #ffffff !important;
    font-size: .9em;
    border-radius: 0 !important;
    width: auto;
    padding: 4px 8px;
    margin: 2px auto;
}

.btn-secondary:hover {
    background: #FFA30B !important;
}

.desativado {
    color: #052853 !important;
}

.btnDesativado {
    background: #05428F !important;
    color: #143358 !important;
}

.navbar {
    text-transform: uppercase;
    font-weight: bold;
}

.navbar-nav .nav-link {
    color: white;
}

.active-selecao {
    color: #FFDD00 !important;
}

.dropdown-menu {
    background-color: #0466BA;
    border-radius: 0;
}

.dropdown-menu li a:hover {
    background-color: #05428F;
    color: white !important;
}

.dropdown-menu li a {
    color: white !important;
}

.barra-texto {
    width: 100%;
    padding: 8px 0 4px 0;
    position: absolute;
    bottom: 0;
}

.barra-texto h3 {
    font-weight: bolder !important;
    color: #052853;
    font-size: large;
    text-align: center;
    vertical-align: baseline;
}

#info h2 {
    color: #FFA30B;
    text-transform: uppercase;
    font-size: 72px;
}


#info h3 {
    color: #FFDD00;
}

#kit {
    background-image: url('img/bg-kit.png?d=01-10-2024');
    background-repeat: repeat-x;
    position: relative;
}

#kit div h2 {
    color: #05428F;
    position: absolute;
    top: 0;
}

.meio-frame {
    position: relative;
}

.meio-frame img {
    max-width: 1140px;
}

.box-preco {
    width: 80%;
    margin: 8px auto;
    padding: 4px 24px;
    border-radius: 24px;
    border: solid 4px #FFA30B;
    background: #052853;
    text-align: center;
    line-height: 1;
}

.preco {
    color: #FFA30B;
    font-size: 7em;
    font-weight: bold;
    line-height: 1;
}

.moeda {
    color: white;
    font-size: 24px;
    vertical-align: middle;
}

.centavos {
    font-size: 26px;
    vertical-align: baseline;
}

.preco-detalhes {
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
}

#percurso {
    background-image: url('img/bg-percurso.png?d=01-10-2024');
    background-repeat: repeat-x;
}

#percurso h2 {
    color: #FFA30B;
}

.accordion-header button {
    font-size: 18px !important;
}

.accordion-body,
.accordion-body h4,
.accordion-body ol li {
    font-size: 14px;
    font-style: normal;
    font-family: "Open Sans", sans-serif;
}

footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    background: #FFA30B;
    color: #233569 !important;
    padding: 16px 0 0 24px;
    font-size: 24px;

}

@media only screen and (max-width: 1366px) {

    .hero-banner {
        height: auto;
        padding-top: 120px;
    }

}

@media only screen and (max-width: 1024px) {

    .hero-banner {
        height: auto;
        padding-top: 120px;
    }

}

@media only screen and (max-width: 600px) {



    #kit div h2 {
        color: #05428F;
        position: relative;
    }

    .nav-item {
        width: 90%;
        margin: 1% 1%;
    }

    .btn-casa {
        position: fixed;
        top: unset;
        bottom: 0px;
        right: unset;
        left: 8px;
        z-index: 102;
    }

    .btn-casa img {
        max-width: 72px;
    }

    .btn-extend {
        width: 100% !important;
        max-width: 320px !important;
        text-align: center !important;
    }

    .texto-ajuda {
        display: block;
        background: #F4AB2F;
        color: #060C2E;
        border-radius: 8px;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 10px;
        padding: 0px 4px;
        opacity: .5;
    }

    .preco {
        color: #FFA30B;
        font-size: 3em;
        font-weight: bold;
        line-height: 1;
    }

    .hero-banner {
            background: none;
            background-image: url('img/fundo-pag-interna.jpg?d=01-10-2024') !important;
            background-size: cover;
            background-position: bottom center;
            background-repeat: no-repeat;
            height: auto;
            padding-top: 120px;
            background-position: bottom right;
        }
    }