/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0 0 0 / 90%) !important;/* Black w/ opacity */

}

/* Modal Content */
.modal-conteudo {
	width: 100%;
	margin: auto;
	padding: 20px;
	max-width: 750px;
	text-align: center;
	border: 1px solid #aaa;
	background-color: black;
}

body .modal-conteudo .img-modal {
	width: 750px;
	max-width: 100%;
	max-height: 100%;
}
/* The Close Button */
.close-modal {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close-modal:hover,
.close-modal:focus {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}