@charset "utf-8";
/* CSS Document */

*{
	padding: 0;
	margin: 0;
}

.galeria{
	width: 90%;
	margin: auto;
	list-style: none;
	padding: 30px;
	box-sizing:border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.galeria h1{

	font-size: 20px;
	text-align: center;
	align-items: center;

}

.Titulo h2{

	font-size: 20px;
	text-align: center;
	align-items: center;
	color: #fff;
	padding: 20px;
}

.galeria img{
	width: 350px;
	height: auto;
	border: solid;
	border-color: #292929;
	border-width: 1.5px;
}

.galeria li{
	margin: 10px;
}

.modal {
   display:none;
}

.modal:target{
	display: block;
	position: fixed;
	background: rgba(10,10,10,.7);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}

.imagem{
	width: 100%;
	height: 50%;
	display: flex;
	justify-content: center;
	align-items: center;

}

.imagem a{
	color: #fff;
	font-size: 40px;
	text-decoration: none;
	margin: 0 10px;

}

.imagem a:nth-child(2){
	margin: 0;
	height: 100%;
	flex-shrink: 2;

}

.imagem img{
	width: 700px;
	height: auto;
	max-width: 100%;
	border: 1px solid #fff;

}

.thiagoventurabr {
	font-size: 18px;
	text-align: center;

}

.fechar{
	display: block;
	background: #fff;
	width: 25px;
	height: 25px;
	opacity: 0.7;
	margin: 15px auto;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	color: #000000;

	border-radius: 50%;
	line-height: 25px;
}

.fechar:active{

}
