@charset "utf-8";
/* CSS Document */

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  color: #5A5A5A;
  font: inherit;
  margin: 0;
}

input {
  line-height: normal;
}

textarea {
  overflow: auto;
}

form {
  padding: 0 20px;
  margin: 20px 0;
}

.forma-contacto {
	margin-top: 16%;
}

.gracias {
	text-align: center;
	border: 2px outset #8EAABF;
    border-radius: 10px;
    padding: 10px;
}    

.Mapa {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 90%;
  height: 80vh;	
}

.Mapa iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 12px;
    box-shadow: 4px 4px 14px #000;
}

hf {
  color: grey;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 3px;
  text-align: center;
}

ht {
	text-align: left;
	display:block;
	font-size: 20px;
}

#form_button{
padding: 10px 20px 11px !important;
font-size: 21px !important;
background-color: #767BB6;
font-weight: bold;
text-shadow: 1px 1px lightgrey;
color: #ffffff;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
border-radius: 100px;
border: 1px solid #A8B4C3;
cursor: pointer;
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

.underline {
  border-bottom: solid 2px grey;
  margin: 1em auto;
  width: 40%;
}

.icon_wrapper {
  margin: 50px auto 0;
  width: 100%;
}

.icon {
  display: block;
  fill: #0F1B9E ;
  height: 50px;
  margin: 0 auto;
  width: 50px;
}

.email {
	width: 100%;
}

input[type='text'], [type='email'], select {
	background: none;
  border: none;
	border-bottom: solid 2px #474544;
	color: #474544;
	font-size: 1.000em;
  font-weight: 400;
  letter-spacing: 1px;
	margin: 0em 0 1.875em 0;
	padding: 0 0 0.875em 0;
/*  text-transform: uppercase; */
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

input[type='text']:focus, [type='email']:focus, textarea:focus {
	outline: none;
	padding: 0 0 0.875em 0;
}

.message {
	float: none;
	border: solid 2px #474544;
	padding: 10px;
	box-sizing: border-box;
}

.name {
	float: left;
	width: 100%;
}

select {
  background: url('https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-arrow-down-32.png') no-repeat right;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

.subject {
  width: 100%;
}

.telephone {
  width: 100%;
}

textarea {
	line-height: 150%;
	height: 150px;
	resize: none;
  width: 100%;
}

::-webkit-input-placeholder {
	color: #474544;
}

:-moz-placeholder { 
	color: #474544;
	opacity: 1;
}

::-moz-placeholder {
	color: #474544;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #474544;
}

#form_button:hover {
  background: #0E2787;
}

@media screen and (max-width: 767px) {
  
  #form_button {
    padding: 15px 25px;
  }

ht {
font-size: 20px;
}
	
hf {
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 3px;
  text-align: center;
}
	
.forma-contacto {
		margin-top: 20%;
	}	
	
	
}

@media screen and (max-width: 420px) {
  
  input[type='text'], [type='email'], select, textarea {
    font-size: 0.875em;
  }
}



	