* {}

.sabores2018 {
  position: relative;
  top: -30px;
  min-height: 1040px;
  font-family: 'BebasNeueRegular', sans-serif;
}

.line2018 {
  position: relative;
  margin: 40px auto;
  width: 85%;
  max-width: 1580px;
  margin-top: 4%;
}

.line2018 img {
  width: 100%;
}

.banner2018 {
  position: relative;
  z-index: 9999;
  cursor: pointer;
}

.innerline2018 {
  position: absolute;
  opacity: 0;
  top: 0px;
  z-index: 9998;
  width: 100%;
}

.innerthird2018 {
  position: relative;
  width: 32%;
  margin: 0% 0%;
  float: left;
  margin-top: 0px;
}

.innerthird2018.second {
  width: 32%;
  margin: 0% 2%;
  margin-top: 0px;
}

.innerthird2018 img {
  width: 100%;
}

.innerhalf2018.first {
  position: relative;
  width: 49%;
  margin: 0% 1% 0% 0%;
  float: left;
  margin-top: 0px;
}

.innerhalf2018.second {
  position: relative;
  width: 49%;
  margin: 0% 0% 0% 1%;
  float: left;
  margin-top: 0px;
}

.innerhalf2018 img {
  width: 100%;
}

.info2018 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.moreInfo {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.moreInfo img {
  width: 100%;
}

.textInfo {
  position: absolute;
  display: none;
  bottom: 0%;
  left: 0%;
  width: 100%;
  height: auto;
  padding: 5% 18%;
  cursor: pointer;
  background: rgba(14, 134, 49, 0.85);
  text-align: center;
  color: #fff;
  font-size: 2vw;
}

.allInfo {
  position: absolute;
  display: none;
  bottom: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  text-align: center;
  background: url(/wp-content/uploads/2020/05/emptybg.jpg) center center no-repeat transparent;
  background-size: cover;
}

.info2018 .title {
  color: #fff;
  background: rgba(0, 126, 50, 1);
  font-size: 1.3vw;
  width: 83%;
  margin: 17px 10px;
  padding: 0% 2%;
  text-transform: uppercase;
  text-align: left;
}

.info2018 .text {
  font-family: Asap, sans-serif;
  color: #fff;
  width: 90%;
  margin: 12% 5% 1% 5%;
  color: #fff;
  font-size: 1.2vw;
  text-align: center;
}

.info2018 .chart {
  position: absolute;
  bottom: 2%;
  width: 100%;
}

.info2018 .chart table {
  width: 96%;
  margin-left: 10px;
  color: #fff;
  font-size: 0.90vw;
}

.info2018 .chart table .head {
  font-size: 1.2vw;
}

tr {
  background: rgba(148, 196, 23, 0.85);
}

tr.head {
  background: rgba(14, 134, 49, 0.85);
}

tr.head td {
  font-family: 'BebasNeueRegular', sans-serif;
}

td {
  padding-top: 3px;
  font-family: Asap, sans-serif;
}

td.left {
  text-align: left;
  padding-left: 2%;
  text-transform: capitalize;
}

td.right {
  text-align: right;
  padding-right: 2%;
}

.otherFont {
  font-family: Arial;
  font-size: 0.8em;
  font-weight: 600;
}

@media (max-width: 768px) {
  .banner2018 {
    position: relative;
    display: none;
  }

  .innerline2018 {
    position: relative;
    opacity: 1;
    float: left;
    height: auto;
  }

  .innerthird2018, .innerthird2018.second, .innerhalf2018.first, .innerhalf2018.second {
    position: relative;
    width: 100%;
    margin: 0% 0%;
    float: left;
    margin-top: 10px;
  }

  .textInfo {
    display: none !important;
    font-size: 7vw;
  }

  .info2018 .title, .info2018 .text {
    font-size: 3.3vw;
  }

  .info2018 .chart table {
    font-size: 3.2vw;
  }

  .info2018 .text {
    text-align: center;
  }

  .info2018 .chart {
    width: 97%;
  }

  .moreInfo {
    width: 28px;
  }
}