.section-descargas-listado__title--ppal {
  color: var(--theme-black);
  font-family: var(--theme-font);
  font-weight: 500;
  font-size: 62px;
  line-height: 100%;
  letter-spacing: 0px;
}
@media screen and (max-width: 991px) {
  .section-descargas-listado__title--ppal {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .section-descargas-listado__title--ppal {
    font-size: 32px;
  }
}
.section-descargas-listado__service-item.style-2 {
  border: 1px solid #B3B3B3;
  border-radius: 10px;
  padding: 68px 55px;
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  .section-descargas-listado__service-item.style-2 {
    padding: 30px;
  }
}
.section-descargas-listado__service-item.style-2:hover {
  background-color: var(--theme-white);
  border: none;
  transition: all 0.5s ease;
  border: 1px solid var(--theme-white);
}
.section-descargas-listado__title--item.title {
  color: var(--theme-black) !important;
  font-family: var(--theme-font);
  font-weight: 600;
  font-size: 42px;
  line-height: 100%;
  letter-spacing: 0px;
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .section-descargas-listado__title--item.title {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .section-descargas-listado__title--item.title {
    font-size: 24px;
  }
}
.section-descargas-listado__desc {
  margin-bottom: 38px !important;
}
.section-descargas-listado__desc p {
  font-family: var(--theme-font);
  font-weight: 400;
  font-size: 18px;
  line-height: 26.86px;
  letter-spacing: 0px;
  color: var(--theme-text);
  margin: 0;
}
.section-descargas-listado__desc.productos-list p {
  color: var(--theme-black);
}
.section-descargas-listado__list li {
  margin-bottom: 22px !important;
}
.section-descargas-listado__list.productos-list li {
  flex-direction: column;
  gap: 18px !important;
}
.section-descargas-listado__link {
  font-family: var(--theme-font);
  font-weight: 600;
  font-size: 18px;
  line-height: 26.86px;
  letter-spacing: 0px;
  text-align: center;
  color: var(--theme-text);
  gap: 15px;
}
.section-descargas-listado__link svg path {
  stroke: var(--theme-text);
  transition: all 0.5s ease;
}
.section-descargas-listado__link.productos-list {
  color: var(--theme-black);
}
.section-descargas-listado__link.productos-list svg path {
  stroke: var(--theme-primary);
  transition: all 0.5s ease;
}
.section-descargas-listado__link:hover {
  color: var(--theme-primary);
}
.section-descargas-listado__link:hover svg path {
  stroke: var(--theme-primary);
}
.section-descargas-listado__excerpt {
  padding-left: 20px !important;
}
.section-descargas-listado__excerpt p {
  color: #999999;
  font-family: var(--theme-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 26.86px;
  letter-spacing: 0px;
}
