#bg1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../img/vamos3.jpg");
  background-size: cover;
  background-position: ;
  background-repeat: no-repeat;
  z-index: -1;
}
.info {
  background-color: rgba(0, 0, 0, 0.8);
}
.info-wrap {
  margin: 0 auto;
  padding: 80px 0 80px 0;
}
.info-wrap__title {
  width:100%;
  text-align: center;
  font-size: 32px;
  margin-bottom:40px;
}
.info-wrap__title h3 {
  width:20%;
  border-bottom: #fff solid 1px;
  margin: 0 auto;
}
.info-wrap__body__list__item {
  display: flex;
  padding: 25px 10px 25px 0;
  border-bottom: #fff solid 2px;
  
}
.info-wrap__body__list__item__date {
  width: 12%;
  margin-right: 30px;
  text-align: center;
}
.info-wrap__body__list__item__label {
  width: 15%;
  border: #fff solid 1px;
  color: #fff;
  margin-right: 30px ;
  text-align: center;
}
@media screen and (max-width: 1200px) {
.info-wrap__body__list__item__date {
  width: 20%;
  margin-right: 30px;
  text-align: center;
}
.info-wrap__body__list__item__label {
  width: 20%;
  border: #fff solid 1px;
  color: #fff;
  margin-right: 30px ;
  text-align: center;
}
.info-wrap__body__list {
  width:90%;
  margin: 0 auto;
}
}
@media screen and (max-width: 700px) {
.info-wrap {
  padding: 40px 0 40px 0;
}
  .info-wrap__title {
  width:100%;
  text-align: center;
  font-size:  clamp(1.5rem, 1.1667rem + 1.6667vw, 2rem);;
  margin-bottom:40px;
}
.info-wrap__title h3 {
  width: 40%;
  border-bottom: #fff solid 1px;
  margin: 0 auto;
}
.info-wrap__body__list__item {
  display:flex;
  flex-direction: column;
}
.info-wrap__body__list__item__date {
  width: 40%;
  margin-right:0;
  text-align: left;
  font-size:14px;
}

.info-wrap__body__list__item__label {
  display: none;
}
.info-wrap__body__list__item__txt a {
  font-size: 14px;
}
}