.cinza{
    background-color: #f0f0ec;
}
.titulo{
    margin-top: 50px;
}
.fone{
    margin-top: 30px;
}
.fone b{
    color: #a3a3a3;
    font-weight: 400;
    font-size: 18px;
    margin-left: 10px;
    margin-top: 3px;
}
.email{
    margin-top: 30px;
}
.email b{
    color: #a3a3a3;
    font-weight: 400;
    font-size: 18px;
    margin-left: 10px;
    margin-top: 3px;
}
input[type="submit"]{
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input[type="submit"]:hover{
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}
.endereco{
    margin-bottom: 50px;
    margin-top: 30px;
}
.formulario{
    margin-top: 30px;
}


/**************************** MEDIA *************************/

/*************************** TABLETS ************************/

@media all and (max-width:995px) and (min-width:767px){  
    
    .fone b{
        font-size: 13px;
    }
    .email b{
        font-size: 13px;
    }
    
}

/*************************** TABLETS ************************/

/************************** SMARTPHONES *********************/

@media all and (max-width:767px){ 

    .fone b{
        font-size: 11px;
    }
    .email b{
        font-size: 11px;
    }
    
    
}

/************************** SMARTPHONES *********************/

/**************************** MEDIA *************************/