@charset "utf-8";
/* CSS Document */

body {

    font-family: 'Roboto', sans-serif;
    background-color:#f8f8f8;
  }

label{
    font-size: 14px;
    font-weight: bold;
    
    
}
small b{
    font-size: 10px;
    color: #000000;
}
.linha_baixo{
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 20px;

    
 
}
table
{
    font-size: 14px;
}
.espacamento_corpo{
    font-family: 'Roboto', sans-serif;
    padding-left: 20px;
    padding-right: 20px;
}
.bk_footer{
    background-color: black;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    padding: 20px;
    margin-top: 50px;
    text-align: center;
}
.area{
    background-color: black;
    font-size: 18px;
    color: #ffffff;
    border-radius: 0px;
    text-align: center;
}
.area b{
    color: darkgray;
    text-transform: uppercase;
    font-weight: bold;
}
.divs_casais{
    border-bottom: 1px solid #000000;
    font-size: 18px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
    
}