
/*MAPA*/
.map-container{
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
	border-style: solid;
	border-width: 1px;
	border-color: lightgrey;
}
.map-container iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}

/*CAMPOS FORMULARIO*/

.wrongField{
	color: red;
	font-weight: bold;
}

#envelop{
	background-image:   url("../img/envelope_background.jpg");
	/*background-image: linear-gradient(rgba(255,255,255,.8), rgba(255,255,255,.8)),  url("../img/envelope_background.png");
	background-image: url(https://www.polideportivodecabanillas.com/img/logo_md.png);*/
  background-repeat: no-repeat;
   background-position: center; /* Center the image */
       background-size: cover;
	      padding: 20px;
		  border-radius: 5px;
}

.envelope_field{
	margin: 5px;
}

/*Contacto*/

.contact-text{
	font-weight: bold;
	/*font-size: large;*/
}

