[data-atos6-igreja] {
  cursor: pointer;
}

body.atos6-widget {
  position: fixed;
  overflow: hidden;
  touch-action: none;
  pointer-events: none;
  -webkit-overflow-scrolling: none;
}

#atos6-widget {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  cursor: not-allowed;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(37, 37, 37, 0.7);
}

body.atos6-widget #atos6-widget {
  display: flex;
}

#atos6-widget #atos6-widget-modal #atos6-widget-close {
  top: 12px;
  right: 12px;
  font-size: 32px;
  cursor: pointer;
  color: #8c8c8c;
  line-height: 13px;
  position: absolute;
  font-family: monospace;
}

#atos6-widget #atos6-widget-modal #atos6-widget-iframe {
  border: none;
  width: 100%;
  height: 100%;
  display: block; /* fix scroll on height 100% */
}

#atos6-widget #atos6-widget-modal {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  cursor: default;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  touch-action: auto;
  pointer-events: all;
  background-color: #eee;
  -webkit-overflow-scrolling: touch;
}

@media (min-height: 600px) and (min-width: 480px) {
  body.atos6-widget {
    position: unset;
  }

  #atos6-widget {
    touch-action: auto;
    pointer-events: all;
  }

  #atos6-widget #atos6-widget-modal {
    height: 568px;
  }
}

@media (min-width: 480px) {
  #atos6-widget #atos6-widget-modal {
    width: 320px;
  }
}
