/*whatsapp*/
#wadirecto-contacto {
	padding: 40px 0;
	max-width: 100%;
	margin: auto;
	overflow: hidden;
background: #33BEBF;
}
#wadirecto-contacto .wadirecto-titulo {
	font-size: 1.4em;
	color: #333;
	font-weight: 700;
}
#wadirecto-contacto a {
	color: #333;
	text-align: center;
	font-weight: 700;
}

#wadirecto-contacto .icon-whatsapp {
	font-size: 1.8em;
	position: relative;
	top: 10px;
}

/*ESTILOS DEL FORMULARIO*/
#contacto {
	overflow: hidden;
  background: #fff;
}
.contacto-titulo {
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #666;
}
.contacto-subtitulo {
  font-size: 1.4em;
  font-weight: 300;
  text-align: center;
  color: #666;
	margin-bottom: 40px;
}
.contacto-txt {
	max-width: 960px;
  margin: auto;
  font-size: 0.9em;
  color: #333;
  text-align: center;
}

form {
  width: 100%;
  margin: auto;
  padding: 20px;
	background: #eee;
}
form p {
	padding: 7px 0;
}
input, textarea {
  font-family: sans-serif;
  font-size: 0.9em;
  width: 100%;
  padding: 10px;
	border: none;
  border-bottom: 1px solid #999;
	background: #fff;
}
textarea {
  min-height: 100px;
  max-height: 200px;
  max-width: 100%;
}
#contacto-boton {
/*estilos del boton*/
  width: 200px;
  text-align: center;
	font-size: 1em;
	color: #fff;
  background: #33BEBF;
  margin-top: 20px;
  cursor: pointer;
	padding: 10px;
	border-radius: 5px;
}

/*GOOGLE MAPS*/
#mapa {
  max-width: 100%;
  margin: auto;
  background: #1D1D1F;
}
.grupo-mapa {
  max-width: 960px;
  margin: auto;
	padding: 10px;
}
.mapa-datos {
  color: #333;
}
.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%;
}

/*ESTILOS RESPONSIVE*/
@media (min-width: 450px) {

}

@media (min-width: 768px) {

.contacto-titulo {
	font-size: 3em;
}

.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) {

}