/* ENVELOPE */


.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: 110px !important;
    }

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

/* TOM PRINCIPAL */

.box_preco,
button.btn.btn-pesquisar
{
    background-color: #01639b;    
}

body,
button.btn.btn-pesquisar:hover
{
    border-color: #01639b;
}

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

/* TOM AUX 1 */

body
{
    border-color: #071a5c;
}

input[type="submit"],
.box_preco:before,
.box_logos:before
{
    background-color: #071a5c;
}

.et_pb_text_2 h3,
.et_pb_text_4 h3,
button.btn.btn-default
{
    color: #071a5c !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: #00a2ff;
}

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

.formulario_orcamento
{
    background-color: rgba(2, 92, 149, 0.8);
}

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


@media (max-width: 767px) {
    .formulario_meligue input[name="ddd"] {
        float: left;
        width: 20%; 
    }

    .formulario_meligue input[name="fone"] {
        float: right;
        width: 78%;
    }

    .et_pb_text_0 h1 {
        font-size: 25px;
    }
}

@media (min-width: 992px) {
    .atendimento_header .atendimento_header-whatsapp a {
        top: -9px;
        left: 32px;
    }
}