
.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: auto;
}

.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;
}