/*BANNER*/
.banner-contacto {
	overflow: hidden;
	max-width: 100%;
	position: relative;
	z-index: -1000;
  margin: auto;
	background-image: url(../img/banner-contacto.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	background-attachment: fixed;
  height: 400px;
}

/*ESTILOS DEL FORMULARIO*/
#contacto {
	max-width: 100%;
	margin: auto;
	overflow: hidden;
	background-image: url(../img/fondo.jpg);
  background-size: cover;
	background-position: center;
}
.contacto-titulo {
font-family: 'Raleway', sans-serif;
  font-size: 2em;
  text-align: center;
  color: #333;
}
.contacto-subtitulo {
font-family: 'Raleway', sans-serif;
  font-size: 1.2em;
  text-align: center;
  color: #333;
	margin-bottom: 20px;
}
.contacto-txt {
	max-width: 960px;
  margin: auto;
  font-size: 0.9em;
  color: #333;
  text-align: center;
}

form {
  width: 100%;
  margin: auto;
  padding: 10px;
}
form p {
	font-size: 0.9em;
	padding: 7px 0;
}
input, textarea {
  font-family: sans-serif;
  font-size: 0.9em;
  width: 100%;
  padding: 5px;
	border: none;
  border-bottom: 1px solid #999;
}
textarea {
  min-height: 100px;
  max-height: 200px;
  max-width: 100%;
}
#contacto-boton {
/*estilos del boton*/
  width: 200px;
  text-align: center;
	font-size: 1em;
	color: #eee;
  background: #F1A537;
  margin-top: 20px;
  cursor: pointer;
	padding: 10px;
}

/*GOOGLE MAPS*/
#mapa {
  background: #F1A537;
}
#mapa .presentacion-titulo {
	color: #fff;
	text-align: center;
}
#mapa .presentacion-subtitulo {
	color: #fff;
	text-align: center;
	letter-spacing: 0.05em;
}
.mapa-google {
    height: 0;
    padding-top: 25px;
    padding-bottom: 56.25%;
    position: relative;
    margin: 20px 0;
    box-shadow: 0 0 0 4px #fff,
                0 0 0 5px rgba(0,0,0,0.2);
}
.mapa-google iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.grupo-mapa {
  max-width: 1100px;
  margin: auto;
}
.columna-mapa {
  width: 90%;
  margin: auto;
}

/*ESTILOS RESPONSIVE*/
@media (min-width: 450px) {

}

@media (min-width: 768px) {
.contacto-titulo {
	font-size: 2.4em;
}
.contacto-subtitulo {

}
.grupo-contacto {
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
	align-items: center;
}
.columna-contacto {
  width: 50%;
	padding: 20px;
}

}

@media (min-width: 1024px) {

}