
/*	EQUIPOS*/
#equipos {
  overflow: hidden;
  max-width: 100%;
  margin: auto;
  background: #fff;
	text-align: center;
}
.grupo-equipos {
	max-width: 1100px;
 	margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-bottom: 40px;
	border-bottom: 1px dashed #999;
}
.columna-equipos {
  border-radius: 20px;
	padding: 5px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.equipos-titulo {
  font-size: 1.2em;
  padding: 0 10px;
  text-align: center;
  color: #333;
}
.equipos-img {
	width: 100%;
	object-fit: cover;
	margin: auto;
}
.equipos-txt {
	max-width: 1100px;
 	margin: auto;
  font-size: 1em;
  padding: 0 10px;
  text-align: justify;
  color: #333;
}


/*-------------ESTILOS RESPONSIVE WEB DESIGN-------------*/
@media (min-width: 768px) {
/*EQUIPOS*/
.columna-equipos {
	width: 33%;
}

	
}

@media (min-width: 1024px) {

}