@import url("franklingothic_demi/stylesheet.css");


body {
	background-color: #000;
	color: #FFF;
	text-decoration: none;
	font-size: 20px;
	font-family: "franklingothic demi";
}
#logo_bronzone {
	width: 55px;
	clear: both;
	float: left;
}
#logo_bronzone:hover {
	border: #FFF;
}
h1 {
	color: #FFF;
	text-align: center;
	font-size: 34px;
	font-family: sans-serif;
}
h2{
	font-family: sans-serif;
	border-bottom: 1px solid #FFF;
}
nav {
    padding: 5px;
    margin: 0;
    display: flex;
    justify-content: flex-end; /* Alinea todo a la derecha */
    align-items: center; /* Centra verticalmente los elementos */
    color: #FFF;
    text-align: right;
	font-size: 14px;
}
nav a {
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	height: auto;
	margin: auto;
	padding: 10px;
	transition: all 1s;
}
nav a:hover {
	transform:scale(1.1);
	color: #808080;
}
.fa-facebook-f:hover {
	color:#0866ff;
}
.fa-instagram:hover {
	color:#E1306C;
}
#menu-button {
    display: none;
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none; /* Oculto inicialmente */
	backdrop-filter: blur(10px);
}
#overlay.active {
    display: block; /* Mostrar fondo cuando el menÃº estÃ© abierto */
}
#logo_centro {
    margin: auto;
    width: 32%;
    display: block;
}
#flo_de_costado {
	width: 25%;
	height: auto;
	display: block;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;	
}
.contenedor {
	display: flex;
	justify-content: center;
	align-items: center;
}
.asientos {
	width: 40%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
	align-items: center;
	justify-content: center;
	place-items: center;
	border-radius: 15px;
	padding: 5px;
	border: 1px solid #FFF;
}
.txt_productos {
	font-size: 18px;
	text-align: center;
}
div a{
	text-decoration: none;
	color: #FFF;
}
div img {
	display: block;
	margin: auto;
	width: 30%;
	transition: all 1s;
}
.productos_asientos:hover{
	transform:scale(1.2);
}
#construccion {
	font-size: 16px;
	text-align: center;
}
footer {
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;	
	text-align: center;
	text-decoration: none;
	padding: 5px;
	clear: both;
	font-size: 14px;
}
::-webkit-scrollbar {
	width: 10px;
}
::-webkit-scrollbar-thumb {
	background: #666;
	border-radius: 10px;
}
::-webkit-scrollbar-track {
	background-color: #1A1B1E;
}
.slider {
    position: relative;
    width: 50%;
    max-width: 600px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
	margin-left: 10%;
	margin-top: 75px;
}
.slides {
    display: flex;
    transition: transform 0.5s ease;
}
.slide {
    min-width: 100%;
}
.slide img {
    width: 50%;
    display: block;
    border-radius: 10px;
}
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 24px;
    border-radius: 10px;
}
.prev { 
	left: 10px; 
}
.next { 
	right: 10px; 
}
.thumbnails {
    display: flex;
    gap: 10px;
    justify-content: center;
    max-width: 600px;
	margin-left: 10%;
	margin-top: 75px;
}
.thumbnails img {
    width: 30px;
    height: auto;
    object-fit: cover;
    cursor: pointer;
    border-radius: 5px;
    transition: transform 0.2s, opacity 0.2s;
}
.thumbnails img:hover {
    transform: scale(1.1);
    opacity: 0.8;
}
.detalles_productos{
	float: right;
	font-size: 18px;
	text-align: justify;
	margin-top: -375px;
	margin-right: 12%;
	padding: 10px;
}
@media handheld, screen and (max-width:599px) and (min-width:300px) {
	#menu-button {
		background: none;
		border: none;
		cursor: pointer;
		position: absolute;
		top: 20px;
		right: 20px;
		z-index: 1000;
		display: flex;
		flex-direction: column;
		justify-content: space-between; /* Mantener separaciÃ³n entre las barras */
		height: 24px;
		width: 30px;
	}
	.bar {
		width: 30px;
		height: 4px;
		background-color: #FFF;
		border-radius: 5px;
		transition: transform 0.3s ease, opacity 0.3s ease;
	}
	/* Ajusta las transformaciones y opacidades */
	#menu-button.open .bar:nth-child(1) {
		transform: translateY(10px) rotate(45deg); /* Evitar que se mueva demasiado */
		transform-origin: center;
	}
	#menu-button.open .bar:nth-child(2) {
		opacity: 0;
	}
	#menu-button.open .bar:nth-child(3) {
		transform: translateY(-10px) rotate(-45deg); /* Evitar desplazamiento exagerado */
		transform-origin: center;
	}
    nav {
        display: none; /* Oculta el menÃº inicialmente */
        flex-direction: column;
		background-color: #1A1B1E;
		position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        z-index: 100;
    }
    nav.open {
        display: flex; /* Muestra el menÃº cuando se agrega la clase "open" */
    }
    nav a {
        padding: 15px;
        text-align: center;
		font-size: 20px;
		display: block;
		margin: auto;
		justify-items: center;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	hr {
        margin-top: 65px;  /* Ajusta el margen superior */
        margin-bottom: 10px;  /* Ajusta el margen inferior */
        border: 1px solid #FFF;  /* Si es necesario */
    }
	#logo_bronzone{
		margin-top: -55px; /* Ajusta el margen superior de la imagen */
	}
	#logo_centro {
		margin: auto;
		width: 80%;
		display: block;
	}
	#flo_de_costado {
		display: none;
	}
	.contenedor {
		display: block;
		justify-content: center;
		align-items: center;
	}
	.asientos {
		width: 70%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-top: 15px;
		margin-bottom: 15px;
		display: block;
		border-radius: 15px;
		padding: 5px;
		border: 1px solid #FFF;
	}
	.txt_productos {
		font-size: 14px;
	}
	div img {
		display: block;
		width: 100%;
		margin: auto;
		transition: all 1s;
	}
	div img:hover{
		transform:scale(1.1);
	}
	.slider {
		position: relative;
		width: 80%;
		overflow: hidden;
		border-radius: 10px;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
		margin-bottom: 20px;
		margin-top: 75px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.slides {
		display: flex;
		transition: transform 0.5s ease;
	}
	.slide {
		min-width: 100%;
	}
	.slide img {
		width: 100%;
		display: block;
		border-radius: 10px;
	}
	.prev, .next {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		background-color: transparent;
		color: white;
		border: none;
		padding: 10px;
		cursor: pointer;
		font-size: 24px;
		border-radius: 10px;
	}
	.prev { 
		left: -10px; 
	}
	.next {
		right: -10px; 
	}
	.thumbnails {
		display: flex;
		gap: 10px;
		justify-content: center;
		margin-top: 75px;
		margin-left: auto;
		margin-right: auto;
		width: 80%;
	}
	.thumbnails img {
		width: 30px;
		height: auto;
		object-fit: cover;
		cursor: pointer;
		border-radius: 5px;
		transition: transform 0.2s, opacity 0.2s;
	}
	.detalles_productos{
		font-size: 18px;
		text-align: left;
		padding: 10px;
		margin-top: 15%;
		float: none;
	}
  }
  @media handheld, screen and (max-width:1350px) and (min-width:600px) {
	.slider {
		position: relative;
		width: 65%;
		overflow: hidden;
		border-radius: 10px;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
		margin-bottom: 20px;
		margin-top: 75px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.slides {
		display: flex;
		transition: transform 0.5s ease;
	}
	.slide {
		min-width: 100%;
	}
	.slide img {
		width: 65%;
		display: block;
		border-radius: 10px;
	}
	.prev, .next {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		background-color: transparent;
		color: white;
		border: none;
		padding: 10px;
		cursor: pointer;
		font-size: 24px;
		border-radius: 10px;
	}
	.prev { 
		left: -10px; 
	}
	.next {
		right: -10px; 
	}
	.thumbnails {
		display: flex;
		gap: 10px;
		justify-content: center;
		margin-top: 75px;
		margin-left: auto;
		margin-right: auto;
		width: 65%;
	}
	.thumbnails img {
		width: 30px;
		height: auto;
		object-fit: cover;
		cursor: pointer;
		border-radius: 5px;
		transition: transform 0.2s, opacity 0.2s;
	}
	.detalles_productos{
		font-size: 18px;
		text-align: left;
		padding: 10px;
		margin-top: 8%;
		float: none;
	}
  }