body{
			margin: 0px;
			padding: 0px;
      font-family: 'Open Sans', sans-serif;
		}
    .h1CONTACTO{
      padding-left: 25px;
      padding-right: 20px;
      margin-top: 100px;
      margin-bottom: -100px;
      margin-left: -15px;
    }
		.formularioContent{
      font-family: 'Open Sans', sans-serif;
      display: inline-block;
      width: 45%;
			justify-content: center;
			padding: 50px 0px;
      margin: 40px;
			}
      .informacion{
        display: inline-block;
        width: 45%;
        vertical-align: top;
        margin-top: 120px;
      }
		.Ftitulo{
			font-size: 1.5em;
			font-family: roboto;
			color: #fff;
		}
		input{
			width: 90%;
			max-width: 450px;
			height: 30px;
			font-family: roboto;
			font-size: 1em;
			padding-left: 5px;
		}
		textarea{
			width: 90%;
			max-width: 450px;
			height: 150px;
			font-family: roboto;
			font-size: 1em;
			padding-left: 5px;
		}

 .custom-btn {
  margin: 20px;
  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}
/* 14 */
.btn-14 {
  background:#386CB0;
  border: none;
  z-index: 1;
}
.btn-14:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
}
.btn-14:hover {
  color: #fff;
}
.btn-14:hover:after {
  top: auto;
  bottom: 0;
  height: 100%;
}
.btn-14:active {
  top: 2px;
}
.mapaF{
  width: 100%;
  max-width: 500px;
  height: 500px;
  border: 0;
  vertical-align: top;
}
.texF{
    font-size: 1.3em;
    color: #172E7B; 
    text-align: justify;
    padding:  0px 50px;
    vertical-align: top;
    margin-bottom: 100px;
}
@media screen and (max-width: 860px) {
  .formularioContent{
    width: 90%;
  }
  .informacion{
    width: 90%;
    margin-top: 0px;
    margin-bottom: 100px;
  }
}