#sitePopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
#sitePopup .modal-body {
  padding: 0;
  text-align: center;
}
#sitePopup .modal-body > img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: contain;
  padding: 30px;
  max-height: 200px;
}
#sitePopup .modal-body  p {
  margin-inline: 20px;
}
#sitePopup .modal-body h3 {
  margin-top: 20px;
}
#sitePopup .modal-body > a {
  margin-bottom: 20px;
}
#sitePopup .modal-body a img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#sitePopup button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
#sitePopup .close {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #152f40;
  text-shadow: 0 1px 0 #fff;
}
#sitePopup .modal-header {
  justify-content: end!important;
}

html.modal-open { overflow: hidden; }
html.modal-open body { overflow: hidden; }

/* CSS para Formato de Imagem */

#sitePopup .modal-content.modal-format_image .modal-header {
    border: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
}
#sitePopup .modal-content.modal-format_image .modal-header button {
    color: #fff;
    text-shadow: 0 1px 0 #000;
    display: block;
    line-height: 5px;
    padding: 15px 10px;
}
#sitePopup .modal-content.modal-format_image .modal-header button span {
    display: block;
    line-height: 5px;
}

/* CSS para Formato de Imagem + Link */

#sitePopup .modal-content.modal-format_image_link .modal-header {
    border: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
}
#sitePopup .modal-content.modal-format_image_link .modal-header button {
    color: #fff;
    text-shadow: 0 1px 0 #000;
    display: block;
    line-height: 5px;
    padding: 15px 10px;
}
#sitePopup .modal-content.modal-format_image_link .modal-header button span {
    display: block;
    line-height: 5px;
}