
.popup-wrapper{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,0.65);
  z-index: 98;
  display: none;
}

.popup{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  /*border: 1px solid #555;*/
  /*box-shadow: 0px 0px 200px #000;*/
  z-index: 99;
  background-color: transparent;
  overflow: none;
  max-width: 1000px;
}

.popup-header {
  height: 75px;
  background: #1562af;
  border-radius: 5px 5px 0px 0px;
  line-height: 75px;
  padding: 0px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-header h1 {
  flex: 1;
  margin: 0;
  font-size: 24px;
  color: #fff;
  font-weight: 300;
}

.popup-header i {
  color: #fff;
  cursor: pointer;
}


.popup-body h2 {
  font-size: 22px;
  color: #3e3e3e;
  font-weight: 500;
  border-bottom: 1px solid #717171;
  padding-bottom: 5px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.popup-body {
  padding: 15px 0px;
  border-radius: 0px 0px 5px 5px;
  overflow: auto;
  max-height: calc(100vh - 150px);
}

.popup-content {
  border-radius: 5px;
  overflow: none;
}

.popup-body .thumb {
  text-align: center;
}

.popup-body .content-description {
  text-align: justify;
}

.popup-body li {
  text-align: justify;
}

.popup-body img {
  max-width: 100%;
  max-height: 150px;
}

.popup-body ul.list-style-type-default {
  padding: 15px 0px;
}

.popup-body ul li {
  display: block;
  padding-top: 4px;
  padding-left: 5px;
}

.popup-body ul li::before {
  content: '● ';
  color: #bbbbbb;
}

.popup-veil{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 100;
  background-color: #000;
  opacity: 0.65;
}

.pop-adaptative {
  width: 50%!important;
}
