

.modal.fade .modal-dialog {
  transform: translateY(10vh);
}

.modal.show .modal-dialog {
  transform: translateY(0);
}

.my-button {
  padding: 15px 25px;
  background-color: #421717;
  font-size: 16px;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.my-button:hover {
  background-color: #FBB900;
}
.my-button:active {
  background-color: #421717;
}
.modal2 {
		width:1000px;
}


#gallery {
    max-width: 900px;
    margin: auto;
    overflow: hidden;
    position: absolute;
}

.gallery-container {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.gallery-item {
    min-width: 100%;
    box-sizing: border-box;
margin-bottom:0%;
}

.gallery-item img {
	width:80vw;
	max-height:100vh;
    display: block;
position: relative;
}

/* Navegación de la galería */
.gallery-navigation {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 40px);
    margin: 0 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.nav-button {
    background-color: rgba(0,0,0, .3);
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
}
.nav-button > span {
  font-size: 30px;
}
.nav-button:hover {
    background-color: #005f5f;
}

 

figcaption{
position: relative;
max-width: 100%;
font-family: 'Alternate Gothic No2 D';
background-color:#000;
color:#fff;
font-size:6.5vh;
margin-bottom:0%;
margin-top: -10%;
z-index:1;
opacity:0.7;
height:21vh;
}
figcaption > span {
color:#fff;
font-size:4vh;
margin-top: 0%;
margin-bottom:0%;
max-width: 140vh;
font-family: 'Alternate Gothic No2 D';
}
@media screen and (max-width: 480px) {
	figcaption {
		color:#fff;
		font-size:3.2vh;
		margin-top: -25%;
		margin-bottom:0%;
		max-width: 100%;
		font-family: 'Alternate Gothic No2 D';
		z-index:1;
		opacity:0.7;
		height:11.8vh;
	}
	

	
	
	figcaption > span {
	color:#fff;
	font-size:2.5vh;
	margin-top: 0%;
		margin-bottom:0%;
	max-width: 140vh;
	font-family: 'Alternate Gothic No2 D';
	}

	.gallery-item img {
		margin-top:30px;
		width:100%;
		display: block;
	}
}
.swal-wide{
	margin-top:150px;
	padding:0px;
	position: relative;
	z-index: 5000;
    width:450px !important;
}

/* Estilo básico para la galería */
figure {
  margin:0;
}
