.horizontal-accordion {
  margin-top: 10px;
  color: black;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  transition: all 800ms ease-in-out 100ms;
  min-width: 400px;
}

.horizontal-accordion div {
  margin-left: 7px;
  margin-right: 7px;
  background: #F3F3F3;
  font-family: Helvetica, Arial, Sans-Serif;
  font-weight: 500;
  cursor: pointer;
  transition: all 800ms;
}

.horizontal-accordion .default {
  height: 200px;
  width: 63px;
  min-width: 50px;
  color: rgba(0, 0, 0, 0);
  font-size: 12pt;
  overflow: hidden;
}

.horizontal-accordion .expand {
  height: 200px;
  width: 481px;
  background: #F3F3F3;
  color: rgb(0, 0, 0);
}

.number-header {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0E2D1E;
  color: #F3F3F3;
  height: 50px;
  width: 50px;
  font-size: 35px;
}

.number-content {
  min-height: 162px;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-bottom: 55px;
  font-weight: bolder!important;
  font-size: 14px;
}

.hidden {
  display: none;
}

.link {
  text-decoration: none;
  color: #DFBF14;
  font-family: Conv_MuseoSans_500;
  font-size: 16px;
}

.link:visited {
  text-decoration: none;
  color: #DFBF14;
}

.link:hover {
  text-decoration: none;
  color: #DFBF14;
}

.link:active {
  text-decoration: none;
  color: #DFBF14;
}

.link {
  color: #DFBF14;
}

.title-2 {
  margin-top: 20px;
}

.background-1 {
  height: 520px;
  background-image: url("../../assets/img//gotero1.png");
  background-color: rgba(255, 255, 255, 0.685);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: -73px;
}

