/* Reemplazo del sello ilustrado por el logo oficial entregado. */
.sence-seal {
  width: min(100%, 330px);
  height: 270px;
  border: 0;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  background: #fff url('images/sermicap_sence.png') center / contain no-repeat;
}

.sence-seal > * { display: none; }

@media (max-width: 520px) {
  .sence-seal { width: min(100%, 260px); height: 210px; }
}
