:root {
    --topo-height: 88px;
}

@font-face {
    font-family: Tellural;
    font-style: normal;
    font-weight: 400;
    src: url(../../../templates/ja_purity/fonts/Tellural.woff) format("woff"), url(../../../templates/ja_purity/fonts/Tellural.ttf) format("truetype"), url(../../../templates/ja_purity/fonts/Tellural.svg#Tellural) format("svg"), url(../../../templates/ja_purity/fonts/Tellural.eot), url(../../../templates/ja_purity/fonts/Tellural.eot?#iefix) format("embedded-opentype")
}

@font-face {
    font-family: Tellural-Bold;
    font-style: normal;
    font-weight: 700;
    src: url(../../../templates/ja_purity/fonts/Tellural-Bold.woff) format("woff"), url(../../../templates/ja_purity/fonts/Tellural-Bold.ttf) format("truetype"), url(../../../templates/ja_purity/fonts/Tellural-Bold.svg#Tellural-Bold) format("svg"), url(../../../templates/ja_purity/fonts/Tellural-Bold.eot), url(../../../templates/ja_purity/fonts/Tellural-Bold.eot?#iefix) format("embedded-opentype")
}

@font-face {
    font-family: PequenaPro-Regular;
    font-style: normal;
    font-weight: 400;
    src: url(../../../templates/ja_purity/fonts/PequenaPro-Regular.eot);
    src: url(../../../templates/ja_purity/fonts/PequenaPro-Regular.woff2) format("woff2"), url(../../../templates/ja_purity/fonts/PequenaPro-Regular.woff) format("woff"), url(../../../templates/ja_purity/fonts/PequenaPro-Regular.ttf) format("truetype"), url(../../../templates/ja_purity/fonts/PequenaPro-Regular.svg#PequenaPro-Regular) format("svg"), url(../../../templates/ja_purity/fonts/PequenaPro-Regular.eot?#iefix) format("embedded-opentype")
}

@font-face {
    font-family: GothamRounded-Bold;
    font-style: normal;
    font-weight: 400;
    src: url(../../../templates/ja_purity/fonts/GothamRounded-Bold.eot);
    src: url(../../../templates/ja_purity/fonts/GothamRounded-Bold.woff2) format("woff2"), url(../../../templates/ja_purity/fonts/GothamRounded-Bold.woff) format("woff"), url(../../../templates/ja_purity/fonts/GothamRounded-Bold.ttf) format("truetype"), url(../../../templates/ja_purity/fonts/GothamRounded-Bold.svg#GothamRounded-Bold) format("svg"), url(../../../templates/ja_purity/fonts/GothamRounded-Bold.eot?#iefix) format("embedded-opentype")
}

body {
    font-family: Tellural, sans-serif;
    font-size: 16px;
}

.registrado {
    font-family: Arial, sans-serif;
    font-size: .65em;
    font-weight: bold;
    vertical-align: super
}

#header-home {
    background-color: #86311C;
    height: var(--topo-height);
    margin: 0 auto;
    position: relative;
}

.header-logo {
    left: 50%;
    position: absolute;
    top: 13px;
    transform: translateX(-50%);
    z-index: 2;
}

#main-home {
    background-image: url(../_img/ceu.webp), url(../_img/nuvens.webp), linear-gradient(180deg, #00A7E2 50%, #008AC5 70%, #004C87 100%);
    background-position: 42% calc(-140px - var(--topo-height)), bottom center, top center;
    background-repeat: no-repeat, repeat-x, repeat;
    min-height: calc(100svh - var(--topo-height));
}

#busca-home {
    color: #FFF;
    padding-top: 6rem;
}

.busca-home-header {
    margin-bottom: 3rem;
}

.busca-home-header-titulo {
    font-family: PequenaPro-Regular, sans-serif;
    font-size: 2.5rem;
    list-style: 100%;
    margin-bottom: 1rem;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}

.busca-home-header-subtitulo {
    font-size: 1.1rem;
    list-style: 120%;
    margin-bottom: 0;
}

.busca-home-form {
    display: grid;
    gap: 2rem;
}

.container-botao {
    justify-self: center;
    margin-top: 1rem;
}

.label-item,
.label-localizacao {
    font-family: Tellural-Bold, sans-serif;
    font-weight: 700;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}

.input-item:invalid {
    color: var(--bs-secondary-color);
}

.btn-td {
    font-size: 1.25rem;
    padding-inline: 4rem;
    --bs-btn-font-weight: 400;
}

.busca-home-levinho {
    margin-top: 6.375rem;
}

.busca-home-levinho-imagem {
    max-width: 100%;
}

@media (min-width: 375px) {
    #main-home {
        background-position: 38% calc(-140px - var(--topo-height)), bottom center, top center;
    }

    .busca-home-header-titulo {
        font-size: 3rem;
    }

    .busca-home-header-subtitulo {
        font-size: 1.25rem;
    }
}

@media (min-width: 425px) {
    #main-home {
        background-position: 42% calc(-140px - var(--topo-height)), bottom center, top center;
    }

    .busca-home-header-titulo {
        font-size: 3.25rem;
        text-shadow: none;
    }

    .busca-home-header-subtitulo {
        font-size: 1.5rem;
    }
}

@media (min-width: 576px) {

    #main-home {
        background-position: 30% calc(-140px - var(--topo-height)), bottom center, top center;
    }

    .busca-home-header-titulo {
        font-size: 4.25rem;
    }

    .busca-home-header-subtitulo {
        font-size: 1.8rem;
    }
}

@media (min-width: 768px) {

    .container-botao {
        margin-bottom: 6.375rem;
    }

    #main-home {
        background-position: center calc(-140px - var(--topo-height)), bottom center, top center;
    }

    .busca-home-header-titulo {
        font-size: 3rem;
    }

    .busca-home-header-subtitulo {
        font-size: 1.25rem;
    }
}

@media (min-width: 992px) {
    .busca-home-header-titulo {
        font-size: 3.25rem;
    }
}

@media (min-width: 1200px) {

    .busca-home-header-titulo {
        font-size: 3.75rem;
    }

    .busca-home-header-subtitulo {
        font-size: 1.5rem;
    }
}