/*ESTILOS DEL FORMULARIO*/
#contacto {
	max-width: 1500px;
	margin: auto;
	overflow: hidden;
  background: #fff;
	background-image: url(../img/SISGERS-BASE.png);
	background-position: center center;
	background-repeat: no-repeat;
}
form {
  width: 90%;
  margin: auto;
  padding: 10px;
}
form p {
	padding: 10px 0;
	color: #333;
}
input, textarea {
  font-family: sans-serif;
  font-size: 1em;
  width: 100%;
  padding: 10px;
	border: 3px solid #29813D;
	border-radius: 7px;
}
textarea {
  min-height: 100px;
  max-height: 200px;
  max-width: 100%;
}
#contacto-boton {
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
  width: 40%;
  margin: 15px auto;
  background: #29813D;
  font-weight: 300;
  color: #fff;
  padding: 10px;
  text-align: center;
	cursor: pointer;
}

.columna-indicativos span {
	font-size: 1.6em;
	margin-right: 10px;
	position: relative;
	top: 5px;
	color: #21D904;
}
.contacto-img {
	border-radius: 30px;
}
/*GOOGLE MAPS*/
#mapa {
  background: #FFBC00;
}
#mapa .presentacion-titulo {
	color: #fff;
}
#mapa .presentacion-subtitulo {
	color: #fff;
	text-align: center;
}
.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 WEB DESIGN-------------*/
@media (min-width: 768px) {
.grupo-contacto {
  max-width: 1100px;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.columna-contacto {
  width: 50%;
	padding: 20px;
}

}

@media (min-width: 1024px) {

}