#banner_principal {
    background: radial-gradient(#009CD6, #012D3F);
    height: auto;
    position: relative;
    padding: 10% 32px 1px;
}

.banner_container {
    display: flex;
    justify-content: center;
    column-gap: 84px;
}

#banner_principal.como_funciona_principal {
    padding: 3% 0;
    align-items: center;
}

#banner_principal .mask_color_banner{  
    width: 100%;
    height: 100%;  
    background: linear-gradient(154.07deg, #000000 29.96%, rgba(0, 0, 0, 0.13) 86.32%);
    mix-blend-mode: normal;
    opacity: 0.4;
    position: absolute;
    z-index: 1;
}

#banner_principal .mask_color_banner_dois{   
    width: 100%;
    height: 100%; 
    background: linear-gradient(152.58deg, #000000 49.89%, rgba(0, 0, 0, 0.4) 85.85%);
    mix-blend-mode: overlay;
    opacity: 0.65;
    position: absolute;
}

.banner_alert {
    display: flex;
    column-gap: 4px;
    color: #FFD540;
    font-size: 14px;
    font-family: 'SF Pro Display';
}

.moto_carro {
    max-width: 602px;
    width: 100%;
    object-fit: contain;
}

.banner_alert > p { 
    margin: 0;
}

#banner_principal moto_carro.como_funciona_{  
    bottom: 0;
}

#banner_principal .conteudo_banner{
    width: 659px;
    display: flex;
    row-gap: 16px;
    flex-direction: column;
    z-index: 2;
    position: relative;
}

#banner_principal .conteudo_banner > h1{
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 800;
    font-size: 56px;
    line-height: 58px;
    color: #FFFFFF;
    margin: 0;
}

#banner_principal .conteudo_banner > h1.h1_como_funciona{
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 200;
    font-size: 45px;
    line-height: 54px;
    text-align: center;

    color: #F6F6F6;
}

#banner_principal .conteudo_banner > h2{
    width: 600px;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 300;
    font-size: 26px;
    line-height: 31px;
    color: #FFFFFF;
    margin: 0;
}

#banner_principal .conteudo_banner > h2.h2_como_funciona{
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 54px;
    text-align: center;

    color: #F6F6F6;
    width: 100%;
}

#banner_principal .conteudo_banner .input_placa{
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
    box-shadow: 0px 4px 22px rgb(0 0 0 / 10%);
    border-radius: 50px;
    padding: 0 5px 0 30px;
    height: 75px;
}

#banner_principal .conteudo_banner .input_placa > p{
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;

    display: flex;
    align-items: center;

    color: #012D3F;
}

#banner_principal .conteudo_banner .input_placa > input{
    width: 220px;
    height: 60px;
    border: none;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    display: flex;
    align-items: center;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    
    color: #737373;
    text-align: center;
}

#banner_principal .conteudo_banner .input_placa > input:focus{
    outline: none;
}

#banner_principal .conteudo_banner .input_placa > button{
    background-color: #012D3F;
    border-radius: 34px;
    display: flex;
    height: 61px;
    width: fit-content;
    padding: 8px 24px;
    align-items: center;
    border: none;
    text-wrap: nowrap;
    font-size: 18px;

    color: #FFFFFF;
}

#banner_principal .conteudo_banner .input_placa > button:hover{
    background: #026d94;
}

#banner_principal .conteudo_banner .indices {
    display: flex;
    gap: 142px;
    margin-bottom: 20%;
}

#banner_principal .conteudo_banner .indices.ajuste_gap {
    gap: 64px;
    margin-bottom: 0;
}

#banner_principal .conteudo_banner .indices .consultas_realizadas{
    display: flex;
    align-items: center;
    gap: 10px;
}

#banner_principal .conteudo_banner .indices .consultas_realizadas .mais{
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 200;
    font-size: 15px;
    line-height: 15px;
    
    color: #FFFFFF;
    text-align: start;
    letter-spacing: 1px;
}

#banner_principal .conteudo_banner .indices .consultas_realizadas .mais.execep{
    white-space: nowrap;
}

#banner_principal .conteudo_banner .indices .consultas_realizadas .mais.width{
    width: 125px;
}

#banner_principal .conteudo_banner .indices .consultas_realizadas .valor{
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 22px;

    color: #FFD540;
}

.footer_banner{
    width: 100%;
    display: flex;
    flex-direction: column;
}

#banner_principal .footer_descricao{
    color: #FFFFFF;
    font-size: 10px;
    display: flex;
    flex-direction: row-reverse;
}

.container_moto_carro{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer_banner > img {
    margin: auto;
}

.footer_banner .faca_tudo{
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 200;
    font-size: 14px;
    line-height: 17px;

    text-align: right;

    color: #FFFFFF;
    margin: 0 0 32px;
    white-space: nowrap;
    letter-spacing: 1px;
}

.grecaptcha-badge{ 
    display: none !important;
}

.containerTimer {
    background-color: #009CD6;
    height: 60px;
    width: 280px;
    border-radius: 5px;
    transform: rotate(-3deg);
    margin-top: 260px;
    margin-left: 76px;
}

#parcelas {
    display: flex;
    color: #fbfbfb;
    justify-content: center;
    font-weight: bold;
    font-size: 28px;
    font-family: sans-serif;
    gap: 10px;
    align-items: center;
    height: 100%;
    background: linear-gradient(218deg, rgba(0,0,0,1) 0%, rgb(26 31 56) 50%, rgb(0 0 0) 100%);
}

.container__data {
    display: flex;
    gap: 3px;
}

.container__data > p {
    margin: 0;
}
