@charset "utf-8";
/* CSS Document */
/*****
 * CSS Hugo Beghelli
 * Copyright 2025, (https://beghelli.com.ar)
 * Graphic Designer
 * June 2025 /
*****/
/*NUMISMATIC*/



.item1 {
  display: block;
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
  padding: 3vh;
  align-content: center;
}
.content {
  padding: 0;
}
.flex-item {
  display: block;
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
  padding: 3vh;
  align-content: center;
}
.uno{margin-top: 90px}

.flex-item a {
  text-decoration: none;
  color: #950000;
}
.flex-item a:hover {
  font-weight: 600;
  letter-spacing: -0.01em;
}
.gallery-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  align-content: center;
  gap: 5px;
  max-width: 55vw;
  min-height: inherit;
  margin: 0 auto;
  margin-bottom: 1vh;
}
.gallery-item {
  flex: 1 1 auto;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
}
.gallery-item:hover {
  transform: translateY(-5px);
}
.gallery-item img {
  width: 13vh;
  height: 16.34vh;
  object-fit: cover;
  flex-wrap: wrap;
}
.h img {
  width: 16.34vh;
  height: 13vh;
}
.cmyk{ display:block; margin:34px 0; }

/* ********* MODAL ********* */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
}
.modal.show {
  display: flex;
}
.modal-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal-image {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 5px;
}
.close-button {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
  z-index: 1001;
}
.close-button:hover, .close-button:focus {
  color: #bbb;
  text-decoration: none;
}
.caption {
  margin-top: 13px;
  color: #bbb;
  font-size: 11px;
  text-align: center;
  padding: 5px 15px;
  letter-spacing: 0.5em;
  font-weight: 300;
  text-transform: uppercase;
}
.prev-button, .next-button {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.next-button {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev-button {
  left: 0;
  border-radius: 0 3px 3px 0;
}
.prev-button:hover, .next-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 768px) {
	.gallery-container{min-width: 100%}
	.gallery-item img, .h img {
		max-width: 90%;
		height:auto;
	}
  .close-button {
    font-size: 30px;
  }
  .modal-image {
    max-height: 70vh;
  }
  .prev-button, .next-button {
    font-size: 16px;
    padding: 10px;
  }
  .item1 {
    max-width: 100%;
    margin-bottom: 30px;
    padding: 60px 20px 0 0  !important;
  }
  .flex-item {
    width: 100%;
    padding: 5px 20px;
  }
	.uno{margin-top:21px}
}