#top-img	{
	width: 100%;
	position: relative;
	margin-top: 100px;
}
#top-img>img	{
	width: 100%;
	object-fit: cover;
}
#top-img>div	{
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
  	-webkit-transform: translate(-50%,-50%);
  	transform: translate(-50%,-50%);
  	margin:0;
  	padding:30px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
}
.border_img	{
	margin-top: 15px;
}
iframe	{
	height: 100%;
}
.w-box	{
	margin-top: 30px ;
}
.w-box li	{
	list-style-type: disc;
    list-style-position: inside;
    margin-left: 10px;
}
#sec3 span	{
	margin-top: 20px;
}
#facebook iframe	{
	width: 100%;
	height: 300px;
	margin-top: 15px;
}

@media screen and (min-width:1101px) {
	#top-img>img	{
		height: 400px;
	}
	#top-img>div	{
		font-size: 1.5em;
	}
	#border1	{
		height: 180px;
		width: 100%;
		background-image: url(../img/borde_1.jpg);
		background-position: center;
		margin-top: 20px;
	}
	#border2	{
		height: 180px;
		width: 100%;
		background-image: url(../img/borde_2.jpg);
		background-position: center;
		margin-top: 20px;
	}
	.border_img	{
		display: none;
	}
	.w-box>div:first-child	{
		height: 400px;
	}
	#map>iframe	{
		width: 485px;
	}
	#facebook>div	{
		width: 500px;
		margin: 0 auto;
	}

	.w-box>div:last-child	{
		padding-left: 5px;
	}
	#sec3 .link_center	{
		width: 400px;
		height: 40px;
	}
	#sec3 .link_center>a	{
		padding-top: 7px;
	}
}

@media screen and (max-width:1100px) and (min-width:751px){
	#top-img>img	{
		height: 400px;
	}
	#top-img>div	{
		font-size: 1.3em;
		width: 60%;
	}
	#border1	{
		width: 100%;
	}
	.w-box>div:first-child	{
		height: 400px;
	}
	#map>iframe	{
		width: 95%;
	}
	#facebook>div	{
		width: 500px;
		margin: 0 auto;
	}
	.w-box>div:last-child	{
		padding-left: 5px;
	}
	#sec3 .link_center	{
		width: 400px;
		height: 40px;
	}
	#sec3 .link_center>a	{
		padding-top: 7px;
	}
}

@media screen and (max-width:750px) {
	#top-img>img	{
		height: 500px;
	}
	#top-img>div	{
		font-size: 1.3em;
		width: 80%;
	}
	#border1	{
		width: 100%;
	}
	#map>iframe	{
		width: 100%;
		height: 350px;
	}
	#facebook>div	{
		max-width: 500px;
		margin: 0 auto;
	}
	#sec3 .link_center	{
		width: 80%;
		height: 60px;
		line-height: 1.2;
	}
	#sec3 .link_center>a	{
		padding-top: 7px;
	}
}
