/*ASESORES*/
#asesores {
	overflow: hidden;
	max-width: 1500px;
	margin: auto;
  background: #fff;
}
.asesores-titulo {
  font-size: 2em;
  text-align: center;
  color: #115390;
}
.grupo-asesores {
	
}
.columna-asesores {
	background: linear-gradient(#EA7B62 30%, #fff 30%);
	border: 2px solid #dedede;
	text-align: center;
	padding: 30px 10px;
	margin-bottom: 30px;
}
.asesores-img {
	width: 200px;
	height: 200px;
	object-fit: cover;
	border-radius: 50%;
	margin: auto;
}
.asesores-txt {
	font-weight: 700;
	font-size: 1.6em;
  color: #666;
	margin: 0;
}
.asesores-cargo {
	font-size: 1.1em;
  color: #666;
	margin-bottom: 10px;
}
#asesores .icon-mail-1 {
	font-size: 1.6em;
	position: relative;
	top: 7px;
	margin-right: 5px;

}
.asesores-telefono {
	display: flex;
	justify-content: center;
	font-size: 1.2em;
	color: #666;
	padding: 7px;
}
.wa-icono {
	width: 25px;
	height: 25px;
	margin-right: 5px;
	position: relative;
	top: 5px;
}
.asesores-mail {
	border-top: 1px dashed #dedede;
	font-size: 1em;
	color: #666;
}

/*ESTILOS DEL FORMULARIO*/
#contacto {
	overflow: hidden;
	max-width: 1500px;
	margin: auto;
	overflow: hidden;
  background: #fff;
}
.contacto-titulo {
  font-size: 2em;
  text-align: center;
  color: #115390;
}
.contacto-subtitulo {
  font-size: 1.2em;
  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: 10px;
}
form p {
	padding: 7px 0;
}
input, textarea {
  font-family: sans-serif;
  font-size: 0.9em;
  width: 100%;
  padding: 5px;
	border: none;
  border-bottom: 1px solid #eee;
}
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: #42C0BD;
  margin-top: 20px;
  cursor: pointer;
	padding: 10px;
	border-radius: 5px;
}

/*GOOGLE MAPS*/
#mapa {
	overflow: hidden;
	max-width: 1500px;
	margin: auto;
  background: #42C0BD;
}
.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) {
.grupo-asesores {
	max-width: 1000px;
	margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.columna-asesores {
	margin: 1%;
	width: 31%;
}
.grupo-contacto {
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.columna-contacto {
  width: 50%;
	padding: 20px;
}

}

@media (min-width: 1024px) {

}