
/*EQUIPO*/
#equipo {
  max-width: 1500px;
  margin: auto;
  overflow: hidden;
  background: #fff;
}
.equipo-titulo {
font-family: 'Montserrat', sans-serif;
	font-size: 2em;
  font-weight: 700;
	text-align: left;
	letter-spacing: -1px;
	color: #333;
    border-left: 8px solid #15559C;
    display: inline-block;
    padding-left: 20px;
}
.equipo-txt {
  margin: auto;
  font-size: 1em;
  color: #333;
  text-align: left;
}
.grupo-equipo {
  max-width: 700px;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.columna-equipo {
/*	border: 1px dashed #999;*/
	width: 48%;
	padding: 20px 10px;
  margin: 1%;
  background: #eee;
/*le damos flex y flex-wrap*/
	display: flex;
	flex-wrap: wrap;
}
.subcolumna {
  width: 100%;
}
.equipo-img {
  width: 140px;
  margin: auto;
  height: 140px;
  object-fit: cover;
  border-radius: 50%;
	border: 2px solid #eee;
}
.nombre-titulo {
font-family: 'Montserrat', sans-serif;
	font-size: 0.9em;
	padding: 15px 0;
	text-align: center;
	color: #333;
}
.nombre-txt {
	display: none;
}
.vermas-equipo {
font-family: 'Montserrat', sans-serif;
	font-size: 0.9em;
  text-align: center;
  padding: 7px 0;
	border-radius: 5px;
  width: 50%;
	margin: auto;
  background: #15559C;
	color: #fff;
/*enviamos el boton al final de la columna*/
	align-self: flex-end;
}

/*SOCIOS*/
#sociosfundadores {
  max-width: 1500px;
  margin: auto;
  overflow: hidden;
  background: #fff;
}
.sociosfundadores-titulo {
font-family: 'Montserrat', sans-serif;
	font-size: 2em;
  font-weight: 300;
	text-align: left;
	letter-spacing: -1px;
	color: #333;
    border-left: 8px solid #15559C;
    display: inline-block;
    padding-left: 20px;
}
.sociosfundadores-img {
  width: 240px;
  height: 240px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: 20px;
	border: 2px solid #eee;
}
.sociosfundadores-txt {
  margin: auto;
  font-size: 1em;
  color: #333;
  text-align: justify;
  padding-left: 28px;;
}
.grupo-sociosfundadores {
  max-width: 900px;
  margin: auto;
}
.sociosfundadores-btn {
  padding: 10px;
  width: 240px;
  background: #15559C;
  color: #fff;
  text-align: center;
}


/*ESTILOS RESPONSIVE*/
@media (min-width: 450px) {

}

@media (min-width: 768px) {

.columna-equipo {
	width: 31%;
}

.grupo-sociosfundadores {
  display: flex;
  justify-content: center;
}
.sociosimg {
  padding: 0 35px;
  margin: 0 15px;
  width: 400px;
  border-right: 3px solid #eee;
}
.sociosfundadores-img {
  margin-left: 0px;
}
  .btn {
    justify-content: flex-end;
  }

}

@media (min-width: 1024px) {

}