section.modal-lipo {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  z-index: 999999999;
  display: none;
  opacity: 0;
  -webkit-transform: all 0.5s;
  -moz-transform: all 0.5s;
  -ms-transform: all 0.5s;
  -o-transform: all 0.5s;
  transform: all 0.5s; }
  section.modal-lipo.exibir {
    display: flex;
    opacity: 1; }
  section.modal-lipo .lente {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.7); }
  section.modal-lipo .modal-in {
    position: relative;
    z-index: 2;
    padding: 15px; }
    section.modal-lipo .modal-in img {
      max-width: 100%; }
    section.modal-lipo .modal-in .close-button-modal {
      text-align: right;
      margin-bottom: 10px; }
      section.modal-lipo .modal-in .close-button-modal i.fa.fa-window-close {
        cursor: pointer;
        font-size: 30px;
        color: white; }

/*# sourceMappingURL=modal-lipo.css.map */
