/* CSS Document */
#maparegiaoferreiros{
	width: 100%;
	height: 100%;
	margin-top: 50px;
}


.comercioferreiros{
	text-align: center;
	color:#F85106;
}







.galeriaferreiros{
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}

.galeriaferreiros img{
	opacity: .7;
	cursor: pointer;
	width: 130px;
	margin: 5px;
	margin-right: 0px;
	border: solid 4px #F86B0C;
}

.galeriaferreiros img:hover{
	opacity: 1;
}

.containerferreiros{
    position: fixed;
	display: none;
	width: 60%;
	height: auto;
	top: 20%;
	left: 20%;	
	padding: 1px;
	box-sizing: content-box;
	border: solid 3px #FCF6F6;
	box-shadow: 0 0 2px 2px #000;
	background: #D3F1B7;
	border-radius: 5px;
	background-size: cover;

	
	
	
}

.containerferreiros img{
	max-width: 100%;
	background-size: cover;
	
	
	
}

.btnFecharferreiros{
	position: absolute;
	top: 2px;
	right: 10px;
	color:#fff;
	font-size: 20px;
	cursor: pointer;
	
}








@media (min-width:1024px){

	.comercioferreiros h3{
		font-size: 25px;
	}
	
	
	.containerferreiros{
	position: fixed;
	display: none;
	width: 20%;
	height: auto;
	top: 20%;
	left: 30%;	
	padding: 1px;
	box-sizing: content-box;
	border: solid 3px #FCF6F6;
	box-shadow: 0 0 2px 2px #000;
	background: #D3F1B7;
	border-radius: 5px;
	background-size: cover;
}
}

