.galeria-modal {
  background: #fff;
  padding: 5em 0;
}
.caja-img-mini {
  position: relative;
  height: 24em;
  margin: 0.25em;
}
.caja-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  transition: all ease-in-out 0.3s;
  z-index: 1;
}
.caja-img img {
  width: 100%;
}
.caja-img-mini:hover .caja-img {
  top: -1em;
  bottom: -1em;
  left: -1em;
  right: -1em;
  z-index: 2;
}
.galeria-ficha {
  background: #fff;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.16);
  max-width: 1280px;
}
.galeria-modal-ficha {
  position: relative;
}
h2.modal-ficha-titulo {
  margin-top: 0;
}
h3.modal-ficha-autor {
  margin-bottom: 0;
}
.galeria-modal-ficha {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.95);
}
.galeria-modal-ficha iframe {
  height: 100vh;
  width: 100%;
}
.modal-ficha-texto i {
  position: relative;
}
.modal-ficha-texto i {
  position: absolute;
  font-size: 2em;
  top: 0.6em;
  right: 0.4em;
  cursor: pointer;
  transition: all ease 0.3s;
}
.modal-ficha-texto i:hover {
  opacity: 0.8;
  transform: scale(0.8);
}
.cerrar-modal-responsive {
  mix-blend-mode: difference;
  position: absolute;
  font-size: 2em;
  top: 0.6em;
  right: 0.4em;
  cursor: pointer;
  transition: all ease 0.3s;
  display: none;
  color: white;
  background: rgba(0, 0, 0, 1);
}
body.contenedor-detalle {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5% 0;
}
.banner__img img.lozad {
  max-height: 666px;
}
.cards__texto__interior p:nth-child(9) {
  overflow: auto;
}
.modal-ficha-texto.cards__texto__interior {
  max-height: 665px;
}
@media (max-width: 991px) {
  .galeria-modal-ficha iframe {
    height: 100%;
    width: 95%;
    margin: auto;
    display: block;
  }
  .modal-img-principal img {
    height: auto;
  }
  .galeria-ficha {
    margin-top: 0;
  }
  .cerrar-modal-responsive {
    display: block;
  }
  .modal-ficha-texto i {
    display: none;
  }
  h3.modal-ficha-autor {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .galeria-modal-ficha {
    top: 60px;
  }
  .table-responsive tbody tr {
	  display: flex;
	  flex-direction: column;
  }
  .table-responsive-inversa tbody tr {
	  display: flex;
	  flex-direction:column-reverse;
  }
  .table-responsive tbody tr td ,
  .table-responsive-inversa tbody tr td {
	  width: 100% !important;
  }
}
.grecaptcha-badge {
  z-index: 100;
}