/* ENVELOPE */


html {
    scroll-behavior: smooth;
}

.logotipo_cliente
{
    width: 200px;
}

.atendimento_footer .atendimento_header-whatsapp a:hover
{
    text-decoration: underline;
}

.atendimento_header .atendimento_header-whatsapp a
{
    top: auto;
}

@media (max-width: 992px)
{
    .atendimento_header .atendimento_header-whatsapp 
    {
        height: 220px;
    }

    #bg-whatsapp
    {
        height: 120px !important;
    }

    .atendimento_footer strong
    {
        font-size: 18px;
    }

    .atendimento_header-whatsapp img
    {
        width: 33px;
    }
}

@media (max-width: 575px)
{
    .et_pb_text_0 h1
    {
        font-size: 28px;
        display: block;
    }
}

.btn-cotacao
{
    border-radius: 5px;
    border: 1px solid;
    height: 40px;
    color: #FFF;
    font-size: 1.1rem;
}

.cot-inner p:first-child
{
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
}

.cot-inner p:last-child
{
    font-size: 0.8rem;
}

@media (min-width:992px) and (max-width: 1199px)
{
    .btn-cotacao
    {
        font-size: 0.9rem;
    }
}



/* TOM PRINCIPAL */

.box_preco,
button.btn.btn-pesquisar,
.btn-cotacao
{
    background-color: #ae0e0e;    
}

body,
button.btn.btn-pesquisar:hover,
.btn-cotacao
{
    border-color: #ae0e0e;
}

button.btn.btn-pesquisar:hover
{
    color: #ae0e0e;    
}



/* TOM AUX 1 */


input[type="submit"],
.box_preco:before,
.box_logos:before,
.btn-cotacao:hover
{
    background-color: #05059a;
}


body,
.btn-cotacao:hover
{
    border-color: #05059a;
}

.et_pb_text_2 h3,
.et_pb_text_4 h3,
button.btn.btn-default
{
    color: #05059a !important;
}

/* TONS ESPECIAIS */

input[type="submit"]
{
    color: #FFFFFF;
}

a,
.atendimento_header .atendimento_header-central_vendas,
.et_pb_text_11 h3
{
    color: #444444;    
}

.et_pb_divider_0:before 
{
    border-top-color: #ae0e0e;
}

.atendimento_header .atendimento_header-whatsapp a 
{
    background: #25D366;
}

.formulario_orcamento
{
    background-color: #05059a;
}

button.btn.btn-default:hover 
{
    background-color: #d8d8d8;
    border: 1px solid #d8d8d8;
}

@media (max-width: 767px) {
    .contato_10 {
        float: left !important;
        width: 22% !important;
    }

    .formulario_meligue form input[name=fone] {
        float: right !important;
        width: 76% !important;
    }
}