ul.ine-reports {
  list-style: none;
  padding: 0;
}

a.ine-report {
  text-decoration: none;
  display: block;
  background-color: #fff;
  position: relative;
  text-align: left;
  color: #fff;
  overflow: hidden;
}

a.ine-report:hover {
  color: #fff;
}

a.ine-report h3 {
  font-family: "ine-Poppins-SemiBold";
  font-size: 28px;
  font-weight: 600;
  position: relative;
  padding-bottom: 5px;
}

a.ine-report.ine-report-ppal h3 {
  font-size: 56px;
}

a.ine-report h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid #fff;
  width: 160px;
  left: 0;
}

a.ine-report.ine-report-ppal h3::after {
  border-width: 2px;
  width: 230px;
}

a.ine-report p {
  font-family: "ine-Poppins-Regular";
  font-size: 14px;
  letter-spacing: 1.4px;
}

a.ine-report.ine-report-ppal p {
  font-size: 22px;
  letter-spacing: 2.2px;
}

a.ine-report span {
  font-family: "ine-Poppins-Regular";
  font-size: 16px;
  margin-bottom: 5px;
}

a.ine-report img {
  transition-duration: 0.5s;
  max-width: 100%;
  height: auto;
  width: 100%;
}

a.ine-report:hover img {
  transform: scale(1.1);
}

a.ine-report>div {
  position: relative;
}

a.ine-report>div:first-child {
  overflow: hidden;
  height: 268px;
}

a.ine-report.ine-report-ppal>div:first-child {
  height: 560px;
}

a.ine-report>div:last-child {
  background: transparent linear-gradient(180deg, #848795 0%, #000000 100%);
  opacity: 0.66;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

a.ine-report .ine-reportT {
  padding: 0 15px;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  left: 0;
  transition: all 0.5s;
}

a.ine-report.ine-report-ppal .ine-reportT {
  padding: 0 30px;
}

a.ine-report:hover .ine-reportT {
  bottom: 15px;
}

a.ine-report.ine-report-ppal:hover .ine-reportT {
  bottom: 30px;
}
