  .pagetest {
    background: #fff !important;
    padding: 0px !important;
    margin: 0px !important;
    font-family: "Poppins",sans-serif !important;
    font-size:  1em !important;
    box-sizing: border-box !important;
  }
  
  #profile-description {
    max-width: 100%; 
    margin-top: 15px;
    margin-bottom: 30px;
    position:relative;
  }
  #profile-description .text {
    color: #1d2125;
    padding: 0 10px; 
    position:relative; 
    font-weight: 400;
    line-height: 1.3em;
    font-size:  0.9em;
    display: block;
  }
  #profile-description .show-more {
    color: #ff3800; 
    display: block;
    position:relative; 
    font-size: 0.8em; 
    font-style: italic;
    font-weight: 400;
    padding-top: 5px; 
    height: 25px; 
    text-align: left; 
    background: none; 
    cursor: pointer;
    border-bottom: 1.5px dotted #ccc;
  }
  #profile-description .show-more:hover { 
      color: #1779dd;
      background: #f2f2f2;
  }
  #profile-description .show-more-height { 
    height: 60px; 
    overflow:hidden; 
  }
  .bg02{
    background:#fff;
    padding: 2px;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    border: 1px solid #d7dfe3;
  }
  .bg01{
    background:#eef5f9;
    padding: 20px;
  }
  .resumo{
    font-size: 0.8em;
    margin: 0px;
    margin-top: 5px;
    margin-left: 10px;
    color: #aaa;
    font-weight: 400;
  }
  .titulo {
    padding: 8px;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 1.8em;
    border-left: 4px solid #0063a1;
    color: #0063a1;
    line-height: 1em;
  }
  .subt{
    font-size: 0.6em !important;
    line-height: 0px;
    color: #898989;
  }
  .prof{
    display:flex;
    font-size: 0.8em;
    display: block;
    text-align: center;
  }
  .imgprof{
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: inline-block;
  }
  .profimg{
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .column1 {
    float: left;
    width: 49%;
    padding: 10px;
  }
  .column2 {
    float: right;
    width: auto;
    padding-left: 5px;
    margin-top: 20px;
  }
  .rowb:after {
    content: "";
    display: table;
    clear: both;
  }
  .fa{
    color: #0063a1;
  }
  @media screen and (max-width: 600px) {
    .column1, .column2 {
      width: 100%;
    }
  }
  .data{
    font-size: 1.6em;
    font-weight: 700;
    color: #455a64;
    font-family: "Poppins",sans-serif !important;
    padding: 10px;
    margin-top: 30px !important;
  }