@import url(sobre.css);
@import url(footer.css);
#the-wrap {
  width: 100%;
  margin: auto;
}

.ball-wrapper {
  float: left;
  margin: 0px 40px;
}

.ring {
  height: 15px;
  width: 5px;
  background-color: #c03636;
  border: 2px solid #f99d24;
  border-radius: 45%;
  position: relative;
  left: 76.4px;
  top: 12px;
}

.string {
  width: 1.5px;
  position: relative;
  background-color: #f99d24;
  height: 200px;
  left: 78px;
  top: 12.4px;
  margin-top: -20px;
}

.red-ball {
  background-color: #6b2f36;
  border-radius: 50%;
  height: 150px;
  width: 150px;
  position: relative;
  left: 3px;
}

.yellow-ball {
  background-color: #cdc11d;
  border-radius: 50%;
  height: 150px;
  width: 150px;
  position: relative;
  left: 3px;
}

.green-ball {
  background-color: #9cd6ac;
  border-radius: 50%;
  height: 150px;
  width: 150px;
  position: relative;
  left: 3px;
}

.blue-ball {
  background-color: #475479;
  border-radius: 50%;
  height: 150px;
  width: 150px;
  position: relative;
  left: 3px;
}

.white-ball {
  background-color: #f9f9f9;
  border-radius: 50%;
  height: 150px;
  width: 150px;
  position: relative;
  left: 3px;
}

.imagenEquipo {
  position: relative;
  border-radius: 50%;
  width: 75%;
  left: 14%;
  top: 14%;
}

#about {
  display: grid;
}
#about .button2 {
  height: 22px;
  width: 30px;
  background-color: #f99d24;
  position: relative;
  left: 65px;
  top: 7px;
  border-radius: 4px;
}

#team {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 0px 0px;
}/*# sourceMappingURL=equipo.css.map */