#donde{
	/*background: url(../img/home/bgHome.jpg) center center no-repeat;*/
	-webkit-background-size: cover;
	background-size: cover;

	padding-top: 0px;
	padding-bottom: 100px;
}

#donde h1{
	font-size: 33px;
	font-weight: 700;
	text-transform: uppercase;
	color:#a0b638;
	text-align: center;
}
#donde h1 span{
	color:#3b622a;
	font-weight: 700;
}

#donde label{
	font-size: 14px;
	font-weight: 700;
	color:#a0b638;
	text-transform: uppercase;
}
#donde select{
	background-color: #3b622a;
	height: 23px;
	font-size: 12px;
	font-weight: 400;
	color:#fff;
	padding: 0 5px;
	border:none;
	padding-right: 23px;
}
#donde svg{
	margin:0 auto;
	display: block;
}

#resultado{
	display: none;
	overflow: hidden;
	border-top:2px solid #b8c7b1;
	padding-top: 10px;
	margin-top:30px;
}
#direccion, #telefono, #fac, #cp{
	color:#24540e;
	font-size: 12px;
}
.tituloRes{
	margin-bottom:10px;
	margin-top:10px;
}

@media screen and (max-width: 1023px){
	#donde svg{
		display: none;
	}
}