.clivet-world-aggregator-web .form-inline input {
  height: 58px;
  border-radius: 40px !important;
  margin-right: 10px;
  border: 1px solid #E7E7E7 !important;
  padding: 7px 20px !important;
  min-width: 320px;
}
.clivet-world-aggregator-web .form-inline ::placeholder {
  text-align: center;
}
.clivet-world-aggregator-web .form-inline button {
  border-radius: 40px;
  background-color: #007CB1;
  color: #fff !important;
  padding: 4px 28px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  height: 58px;
}
.clivet-world-aggregator-web .clivet-documents-count {
  font-size: 16px;
  margin: 64px auto;
  text-align: center;
}
.clivet-world-aggregator-web .clivet-documents-title {
  font-size: 48px;
  font-weight: 300;
  line-height: 130%;
  text-align: center;
  margin-bottom: 48px;
  margin-top: 96px;
}
.clivet-world-aggregator-web ul.media-list {
  padding: 0px !important;
}
.clivet-world-aggregator-web .media-left {
  display: none;
}
.clivet-world-aggregator-web .media-body {
  padding: 32px;
  margin-bottom: 16px;
  border-radius: 8px;
  border: 1px solid #E7E7E7;
  height: calc(100% - 16px);
}
.clivet-world-aggregator-web .media-body .media-heading {
  padding: 0;
  max-width: 100%;
  text-align: start;
  color: #000 !important;
  font-size: 24px;
  font-weight: 400;
  line-height: 144%;
  padding-right: 20px;
  /*min-height: 70px;*/
}
.clivet-world-aggregator-web .media-body .media-heading-sub {
  padding: 0;
  max-width: 100%;
  text-align: start;
  color: #000 !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 144%;
  padding-right: 20px;
  /*min-height: 70px;*/
}
.clivet-world-aggregator-web .media-body .media-cod {
  /*color: #929391;*/
  text-transform: uppercase;
}
.clivet-world-aggregator-web .media-body .document-link {
  max-width: 50px;
  max-height: 50px;
  min-width: 50px;
  min-height: 50px;
  border-radius: 40px;
  background-color: #007CB1;
  background-image: url("/o/clivet-liferay-nuance-theme/images/icons/download.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  margin-left: 16px;
}
.clivet-world-aggregator-web .media-body .document-register {
  border-radius: 40px;
  border: 2px solid #007CB1;
  padding: 4px 24px;
  font-weight: 700;
  font-size: 16px;
  color: #000 !important;
}
@media only screen and (max-width: 1199.98px) {
  .clivet-world-aggregator-web .media-heading {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .clivet-world-aggregator-web .clivet-documents-title {
    margin-top: 64px;
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
  }
  .clivet-world-aggregator-web .media-body {
    padding: 24px;
  }
  .clivet-world-aggregator-web .media-body .media-heading {
    font-size: 18px;
    min-height: unset;
  }
  .clivet-world-aggregator-web .media-body .media-heading-sub {
    font-size: 14px;
  }
}