/*Titulo e borders dos portlets hidden*/
.portlet-title-text {
    display: none !important;
  } 
  
  .portlet-content {
    border-style: hidden !important;
    padding: 0 !important;
  }
  
  .portlet {
    margin-bottom: 0 !important;
  }