.unido-corner-top,
.unido-corner-bottom {
  position: absolute;
  z-index: 1;
  width: 72px;
  height: 72px;
  pointer-events: none;
  border: 6px solid #fd6925;
}
@media (min-width: 768px) {
  .unido-corner-top,
  .unido-corner-bottom {
    width: 116px;
    height: 95px;
    border-width: 6px;
  }
}
@media (min-width: 1200px) {
  .unido-corner-top,
  .unido-corner-bottom {
    width: 116px;
    height: 95px;
    border-width: 6px;
  }
}

.unido-corner-top {
  top: 0;
  left: 0;
  border-right: 0;
  border-bottom: 0;
}

.unido-corner-bottom {
  right: 0;
  bottom: 0;
  border-top: 0;
  border-left: 0;
}

.unido-custom-corner .unido-corner-top {
  top: -6px;
  left: 6px;
}
.unido-custom-corner .unido-corner-bottom {
  right: 6px;
  bottom: -6px;
}
