#v-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .8);
  z-index: 9001;
  //opacity: 0;
  pointer-events: none;
}

#v-modal.open {
  opacity: 1;
  pointer-events: auto;
}

#v-modal img {
  height: 99vh;
  box-shadow: 3px 3px 15px 3px rgba(0, 0, 0, .5);
}

/*------------------------------->*/
.cerrar-modal {
  //position: fixed;
  top: 50px;
  left: 100%;
  margin-left: 15px;
  font-size: 2rem;
  z-index: 7002;
  cursor: pointer;
  opacity: 1;
  transition: all .3s ease;
  z-index: 9009;
}

.cerrar-modal:hover {
  opacity: .5;
}

.list-modal .margin-b {
  margin-bottom: 25px;
}

@media (max-width: 1500px) {
  .fond-section-d img {
    width: 270px;
  }

  .tabla-manigua .filter-img {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .fond-section-d img {
    width: 220px;
  }

  .tabla-manigua .filter-img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  iframe {
    display: none;
  }

  .cerrar-modal {
    position: absolute;
    top: 17px;
    left: 80%;
    font-size: 2rem;
    z-index: 7002;
    background-color: #000;
    padding: 8px 23px;
    border-radius: 5px 0 0 5px;
  }

  #v-modal img {
    margin-top: 40%;
    width: 100vw;
    height: 100%;
  }

  .flex-modal {
    display: flex;
    flex-direction: column;
  }

  .list-modal .margin-b {
    margin-bottom: 0;
  }

  .tabla-manigua .filter-img {
    width: 100%;
  }
}
