.popup_close {
  padding: 10px;
  font-size: 0px;
  top: 3rem !important;
  left: 21rem !important;
  background-image: url('/arquivos/closebutton-modal-icon.png');
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
}

@media (max-width: 1024px) {
  .popup_close {
    top: 34px !important;
    left: 11rem !important;
    height: 24px;
  }
}
