#BotaoBuscar {
    height: 60px;
    border-radius: 3px;
    margin: 0
}

@media screen and (max-width: 767px) {
    .select_customizado {
        font-size:15px
    }

    .div_botao_buscar {
        margin-bottom: 10px
    }

    #BotaoBuscar {
        height: 40px
    }
}

@media screen and (min-width: 768px) {
    #div_tipo_consulta,#estado {
        padding-right:0
    }

    .select_customizado {
        border-radius: 3px;
        height: 60px;
        font-size: 20px
    }

    .select_customizado.bairro,.select_customizado.estado {
        border-radius: 3px 0 0 3px
    }

    .select_customizado.cidade,.select_customizado.endereco {
        border-radius: 0 3px 3px 0
    }

    #cidade {
        padding: 0 15px 0 0
    }

    #bairro {
        padding: 0 0 0 15px
    }

    #endereco {
        padding-left: 0
    }

    .div_botao_buscar {
        margin-bottom: 10px
    }
}

@media screen and (min-width: 992px) {
    #estado {
        padding-right:0
    }

    #bairro,#cidade,#div_dados_consulta {
        padding: 0
    }

    #endereco {
        padding-left: 0
    }

    .div_botao_buscar {
        padding-left: 12px
    }

    .campo_busca_cep,.select_customizado.bairro,.select_customizado.cidade {
        border-radius: 0
    }

    .select_customizado.endereco {
        border-radius: 0 3px 3px 0
    }
}
