/*!
 * Folha de estilo do site Kia Brisa
 * Copyright 2021-2025 Rede A Publicidade e Propaganda
 * Autor: Douglas Lisboa;
 * E-mail: lisboadouglas.rp@gmail.com;
 */
 @import url('https://fonts.googleapis.com/css2?family=Questrial&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,700&display=swap');
 body{
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    letter-spacing: normal;
    line-height: 1;
 }
 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, menu, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, menu, nav, output, ruby, section, summary, time, mark, audio, video{
     margin: 0;
     padding: 0;
     border: 0;
     font: inherit;
     vertical-align: baseline;
 }
.flex{
    display: flex;
}
.base{
    flex-direction: column;
    position: relative;
    padding-bottom: 0;
    min-height: 100vh;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}
.corpo{
    flex: 1 1 0%;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1rem .80rem;
    height: 100%;
    width: 100%;
}
.box {
    margin: 0 auto;
    height: 100%;
    width: 100%;
    max-width: 680px;
    padding-bottom: 5rem;
}
.box-cabecalho{
    margin-bottom: .80rem;
}
.cabecalho{
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    margin-top: .40rem;
    margin-bottom: .85rem;
    width: 100%;
    height: 100%;
}
.cabecalho-img{
    margin-bottom: .80rem;
}
.image{
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: initial;
    filter: none;
}
.cabecalho-title{
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    -webkit-box-align: center;
    align-items: center;
    margin: auto .75rem;
    max-width: 100%;
}
.title{
    grid-column-start: 2;
    margin: 0;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.5;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
}
.cabecalho-subtitle{
    padding: 0 4rem;
}
.subtitle{
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 1.5;
    font-size: 1.3rem;
    font-family: 'Roboto', sans-serif;
}
.box-botoes{
    position: relative;
}
.botoes{
    z-index: 0;
    overflow: hidden;
    margin-top: 1rem;
    transition: box-shadow 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, border-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, transform 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, background-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s;
    border: 2px solid #ffbf00;
    background-color: #ffbf00;
    color: #000;
    border-radius: 0;
    position: relative;
    height: auto;
}
.botao{
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    hyphens: auto;
    background: none;
    color: inherit;
    transition: box-shadow 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, border-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, transform 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, background-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s;
    margin: 0;
    border: none;
    font-family: "Roboto", sans-serif;
    font-weight: inherit;
    font-size: inherit;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: auto;
    position: relative;
    padding: 1rem 1.25rem;
    width: 100%;
    appearance: none;
    box-sizing: border-box;
    vertical-align: middle;
}
.botao:hover, .botoes:hover{
    background: none;
    color: #ffbf00;
    transition: box-shadow 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, border-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, transform 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s, background-color 0.25s cubic-bezier(0.08, 0.59, 0.29, 0.99) 0s;
}
.botao .fas, .botao .fab{
    padding-right: 10px;
}
.box-redes{
    padding: 1rem 0;
}
.redes{
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.rede{
    transition: ease .3s cubic-bezier(0.23, 1, 0.32, 1) .3s;
    z-index: 0;
    padding: 0 .50rem .875rem;
    color: inherit;
    text-decoration: underline;
    font-size: 1.5rem;
}
.rede:hover{
    transform: scale(1.075);
}
@media (max-width:679px) {
    .base{
        width: 97%;
    }
}