*{
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}

body{
	font-family: 'Cormorant Garamond', serif;
	font-size: 16px;
	background: url(../img/bazar/nose1.jpg);
	background-repeat: repeat;
	margin-top: 5px;
	width: 100%;
}

.boton {
	margin: 10px;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
}

.boton input{
	padding: 5px 15px;
	margin-bottom: 5px;
	background-color: #F5F961;
	font-weight: bold;
	border-radius: 5px;
}

.contenedor-flecha #flecha{
	display: ;
	bottom: 20px;
	right: 25px;
	cursor: pointer;
	background: #024959;
	position: fixed;
	color: #fff;
	z-index: 1000;
	border-radius: 20%;
}

.contenedor-flecha .fa{
	padding: 5px 15px;
}

.galeria{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(295px, 1fr));
	width: 95%;
	margin: auto;
	grid-gap: 10px;
	padding: 40px 0px;
	overflow: hidden;
}

.galeria > a{
	display: block;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 6px rgb(0, 0, 0, .5);
}

.galeria img{
	width: 100%;
	vertical-align: top;
	height: 300px;
	object-fit: contain;
	transition: transform 0.5s;
}

.galeria a:hover img{
	filter: blur(2px);
	transform: rotate(10deg) scale(1.3);
}

.light-box{
	position: fixed;
	top: 0;
	left: 0;
	background: rgb(0, 0, 0, .5);
	transition: transform .3s ease-in-out;
	width: 100%;
	height: 100vh;
	z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: scale(0);
}

.light-box .columna{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.light-box img{
	width: 30vw;
	max-height: 70vh;
}

.light-box .chico{
	width: 20vw;
	max-height: 50vh;
}

.light-box .chico2{
	width: 30vw;
	max-height: 55vh;
}

.light-box h3{
	font-size: 24px;
	color: white;
	font-family: monospace;
	text-decoration: underline;
}

.light-box p{
	font-size: 18px;
	color: white;
	font-family: monospace;
}

.light-box:target{
	transform: scale(1);
}

.close{
	display: block;
	position: absolute;
	top: 40px;
	right: 40px;
	background: #851919;
	color: #fff;
	text-decoration: none;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
}

.next{
	display: block;
	background: #851919;
	color: #fff;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
}

.what #boton{
	display: ;
	bottom: 80px;
	right: 20px;
	cursor: pointer;
	background: green;
	position: fixed;
	color: #fff;
	z-index: 1001;
	border-radius: 50%;
}

.what .fa{
	padding: 10px 15px;
}

.boton {
	margin: 10px;
	display: flex;
	flex-direction: column;
}

.boton input{
	padding: 5px 15px;
	margin-bottom: 5px;
}

.principal{
	align-self: flex-end;
}

header{
	width: 100%;
	background: url(../img/bazar/fondo2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	backgr
	opacity: ;
}

header .container{
	position: relative;
	height: 400px;
}

header .contenedor-titulo{
	width: 100%;
	color: yellow;
	text-align: center;
	margin-top: -52px;
	top: 50%;
	position: absolute;
	text-shadow: 2px 2px 2px black;
}

header p{
	font-size: 34px;
}

header h1{
	font-style: italic;
	text-decoration: underline;
	font-size: 50px;
	font-weight: 400;
}


.redes-sociales .contenedor{
	display: flex;
	justify-content: center;
	border-bottom: 2px solid grey;
}

.redes-sociales{
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
	background-color: #1e2b38;
	margin-top: 10px;
}

.redes-sociales a{
	color: #fff;
	text-align: center;
	width: 100px;
	display: block;
	padding: 15px 0;
	border-radius: 3px;
	font-size: 40px;
	margin: 0 20px;
}

.redes-sociales .facebook:hover{
	background: #3b5998;
	color: #fff;
}

.redes-sociales .instagram:hover{
	background: #3f729b;
	color: #fff;
}

footer{
	background: #1e2b38;
	margin-bottom: 10px;
}

footer .copyright{
	color: #fff;
	text-align: center;
	font-size: 28px;
	font-weight: 300;
	padding: 15px 0
}

@media screen and (max-width: 900px){
	header h1{
		font-size: 40px;
	}

	header p{
		font-size: 28px;
	}

	.light-box .chico{
		width: 26vw;
		max-height: 50vh;
	}

	.light-box .chico2{
		width: 35vw;
		max-height: 50vh;
	}

	.light-box h3{
		font-size: 22px;
	}

	.light-box p{
		font-size: 16px;
	}

	.redes-sociales{
		margin-top: 1600px;
	}

}

@media screen and (max-width: 768px){

	.light-box .chico{
		width: 35vw;
		max-height: 50vh;
	}

	.light-box .chico2{
		width: 50vw;
		max-height: 70vh;
	}

	.redes-sociales a{
		font-size: 35px;
	}

	footer .copyright{
		font-size: 22px;
	}

	.contenedor .boton input{
		padding: 5px 5px;
	}

	header h1{
		font-size: 36px;
	}

	header p{
		font-size: 24px;
	}

}

@media screen and (max-width: 575px){
	.light-box img{
		width: 55vw;
		max-height: 70vh;
	}

	.light-box .chico{
		width: 45vw;
		max-height: 50vh;
	}

	.light-box .chico2{
		width: 55vw;
		max-height: 75vh;
	}

	.galeria img{
		grid-template-columns: repeat(auto-fit, minmax(195px, 1fr));
	}

	.close{
		top: 20px;
		right: 20px;
	}
	
	.what #boton{
		display: ;
		bottom: 60px;
		right: 20px;
		cursor: pointer;
		background: green;
		position: fixed;
		color: #fff;
		z-index: 1001;
		border-radius: 50%;
	}

	.what .fa{
		padding: 6px 6px;
	}
}