.views-view-table > thead > tr > th {
 	  background-color: #757575 !important;
  }
.views-field-title{
    border-radius: 8px 0 0 0;
  }
.views-field-field-galeria {
 	  border-radius: 0 8px 0 0;
 }
.views-view-table {
	caption-side: top;
}

.table-responsive {
  overflow-x: visible;
  }
  
.views-view-table caption {
	font-size: 1.4em;
	color: #0071b3;
}