body{
    margin:0;
    background:#f5f7fa;
    font-family:Arial, Helvetica, sans-serif;
  }
  
  .sistema-container{
    width:100%;
    height:100vh;
  }
  
  .sistema-container iframe{
    width:100%;
    height:100%;
    border:none;
  }