/* [++] css da pagina galeira de imagens */

/*_____ [+] Conteudo da galeria de fotos ______*/

.header-galeria{
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	padding: 25px 0;
	background: #B95B11;
}

.galeria{
	display: flex;
	justify-content: center;
	padding: 0 50px;
	background: #B95B11;
}

.galeria-space{
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 1200px;
	border-radius: 20px 20px 0 0;
	background: #fff;
}

.galeria-content{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 25px 0 50px 0;
}

.galeria-content h1{
	margin: 26px 0 0 0;
	font-size: 38px;
	text-shadow: none;
	color: #B95B11;
}

.galeria-subtitulo{
	font-size: 16px;
	font-weight: 300;
	color: #B95B11;
}

.galeria-fotos{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 34px 0;
}

.galeria-fotos>a{
	display: flex;
	width: 346px;
	height: 240px;
	margin: 10px;
	border-radius: 8px;
}

.galeria-fotos a>img{
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.galeria-fotos a>img:hover,
.galeria-fotos a>img:focus {
	filter: opacity(85%);
}

.galeria-voltar{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 140px;
	height: 40px;
	border-radius: 26px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: rgb(185, 91, 17);
}
.galeria-voltar:hover,
.galeria-voltar:focus{
	background: rgb(185, 91, 17,0.5);
	color:#000;
}

/*_____ [-] Conteudo da galeria de fotos ______*/

/*_____ [+] Conteudo dos modais da galeria ____*/

.galeria-modal{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);

	cursor: pointer;
}

.galeria-modal-space{
	display: flex;
	width: 80%;
	max-width: 860px;
	height: 580px;
	padding: 20px;
	border: 3px solid rgba(133, 66, 12, 1);	
	border-radius: 26px;
	background: #FFF3E3FF;
	cursor: auto;
}

.galeria-modal-content{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0 0 0 30px;
}

.galeria-modal-content h2{
	font-size: 18px;
	font-weight: 300;
	text-shadow: none;
	font-family: "lft-etica",sans-serif;
	margin-top: 10px 0;
}

.galeria-modal-slide{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.galeria-modal-slide img{
	width: 70%;
	height: auto;
	border-radius: 10px;
}

.modal-galeria-botao{
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: rgba(133, 66, 12, 1);
}
.modal-galeria-botao:hover,
.modal-galeria-botao:focus{
	color: rgba(133, 66, 12, 0.5);
}
.lockscroll{
	overflow: hidden;
}

/*_____ [-] Conteudo dos modais da galeria ____*/

@media screen and (max-width: 750px){
	.galeria-modal-space{
		height: auto;
	}
}

/* [--] css da pagina galeria de imagens */

/*Extra Codes*/
.modal-black-top-bar{
	display: flex;
	height: 26px;
	max-width: 340px;
	width: 100%;
	background: url('/assets/img/cards/assets-05.png') center;
}

.modal-black-bottom-bar{
	display: flex;
	height: 26px;
	max-width: 340px;
	width: 100%;
	background: url('/assets/img/cards/assets-06.png') center;
}