body {			
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    margin-bottom: 30px;
}	

div.conteudo{
    text-align: center;
    padding: 10px;
}

/* CPF TELEFONE LIGUE EM */
label.left {
    float: left;
}

p#erroCPF{
    color: #ff0000;
    font-size: 16px;
    text-align: center;
    margin: 0;
    display: none;
}

.dados, .btn_continuar {
    max-width: 470px;
    width: 100%;
    text-align: right;
    margin: auto;
    padding: 0 0 10px;
}

button#btn_prosseguir {
    background-color: #08304C;
    color: #FFF;
    height: 45px;
    width: 350px;
    cursor: pointer;
    border-radius: 7px;
    font-size: 20px;
    margin: 20px 0 0;
    border: none;
    outline:none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;    
}	

button#btn_prosseguir:hover {
    background-color: #0D578B;
}


div#camposDados, div.btn_continuar{
    line-height: 40px;
}

input#cpf, input#fone, select#ligar{
    font-size: 18px;
    border-radius: 7px;
    border: 1px solid;
    padding: 5px;
    width: 350px;
    text-align: center;
    height: 45px;
    text-align-last:center;
    cursor: pointer;
}

div.whatsapp{
    background-color: #33a457;
    color: #FFF;
    font-weight: bold;
    border-radius: 7px;
    padding: 10px 0px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;    
}

div.whatsapp a{
    text-decoration: none;
}

div.whatsapp a:visited{
    color: #fff;
}

div.whatsapp:hover{
    background-color: #008000
}

div.dados label{
    font-weight: bold;
    font-size: 20px;
}


div.mensagem p:first-child{
    font-size: 22px;
}

div.mensagem span{
    font-weight: bold;
}

div.whatsapp span{
    font-size: 25px;
}

i.fa.fa-whatsapp {
    font-size: 25px;
}

p#faleconosco {
    margin: 0px;
    font-size: 20px;
    line-height: 30px;
}

@media(max-width: 510px){ 
    input#cpf, input#fone, select#ligar, button#btn_prosseguir{
        width: 100%;
    }

    div.dados label {
        width: 100%;
        text-align: center;
    }
    p#faleconosco {
        font-size: 17px;
    }

    .dados, .btn_continuar{
        padding: 0;
    }
}

