.ImgExploradas-contenedor{position:relative;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;grid-gap:7px;gap:7px;width:100%;height:430px;box-sizing:border-box;border-radius:15px;overflow:hidden}.ImgExploradas-principal,.ImgExploradas-secundarias{min-width:0;min-height:0}.ImgExploradas-principal{grid-column:1/2;grid-row:1/3;overflow:hidden;cursor:pointer}.ImgExploradas-principal img{width:100%;height:100%;display:block;object-fit:cover;transition:filter .3s ease}.ImgExploradas-principal img:hover{filter:brightness(.8)}.ImgExploradas-secundarias{display:grid;grid-column:2/3;grid-row:1/3;grid-gap:7px;gap:7px;height:100%;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));overflow:hidden;cursor:pointer}.ImgExploradas-secundarias>*{min-width:0;min-height:0}.ImgExploradas-imagenSecundaria{display:block;width:100%;height:100%;object-fit:cover;transition:filter .3s ease}.ImgExploradas-imagenSecundaria:hover{filter:brightness(.8)}.ImgExploradas-botonMostrar{position:absolute;right:15px;bottom:15px;background:#fff;border:2px solid #000;border-radius:15px;padding:10px 15px;font-size:14px;display:flex;align-items:center;gap:8px;cursor:pointer;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .2s ease;z-index:5}.ImgExploradas-botonMostrar:hover{transform:scale(1.05)}.ImgExploradas-icono{font-size:18px}.ImgExploradas-iconoMascotas{position:absolute;left:14px;bottom:14px;color:#fff;font-size:35px;z-index:6;filter:drop-shadow(0 2px 4px rgba(0,0,0,.35))}.ImgExploradas-iconoVideo{position:absolute;right:15px;bottom:70px;background:#fff;border:2px solid #000;border-radius:15px;padding:10px 15px;font-size:14px;display:flex;align-items:center;gap:8px;cursor:pointer;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .2s ease;z-index:6}.ImgExploradas-iconoVideo:hover{transform:scale(1.05)}.VerVideo-overlay{position:fixed;inset:0;z-index:99999;background:rgba(0,0,0,.6);display:grid;place-items:center}.VerVideo-dialog{position:relative;width:min(900px,92vw);aspect-ratio:16/9;background:#000;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.4)}.VerVideo-close{position:absolute;top:6px;right:10px;width:36px;height:36px;border-radius:999px;border:0;background:rgba(0,0,0,.45);color:#fff;font-size:22px;cursor:pointer}.VerVideo-close:hover{background:rgba(0,0,0,.65)}@media (max-width:768px){.ImgExploradas-contenedor{height:auto;grid-template-columns:1fr;grid-template-rows:auto;border-radius:12px}.ImgExploradas-principal{grid-column:1/2;grid-row:1/2;height:56vw}.ImgExploradas-secundarias{grid-column:1/2;grid-row:2/3;height:56vw;border-radius:12px}.ImgExploradas-botonMostrar{right:10px;bottom:10px;padding:8px 12px;font-size:13px}.ImgExploradas-iconoVideo{right:10px;bottom:58px;padding:8px 12px;font-size:13px}.ImgExploradas-iconoMascotas{left:10px;bottom:10px;font-size:30px}.VerVideo-dialog{width:96vw;max-height:86vh;aspect-ratio:9/16}}