@charset "UTF-8";
/*
    Created on : Mar 25, 2025, 10:26:59 AM
    Author     : Vicente Martín <vicente@elgrupo.es>
*/
/*
    Created on : Feb 21, 2024, 12:13:59 PM
    Author     : Vicente Martín <vicente@elgrupo.es>
*/
.no-results {
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 1024px) {
  .no-results {
    gap: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .no-results {
    gap: 25px;
  }
}
@media only screen and (max-width: 769px) {
  .no-results {
    flex-direction: column-reverse;
    gap: 50px;
    padding-bottom: 20px;
  }
}
.no-results__content {
  flex: 0 0 400px;
}
@media only screen and (max-width: 769px) {
  .no-results__content {
    flex: 0 0 auto;
  }
}
.no-results__title {
  color: #3A3A3A;
  font-size: 30.309px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 28px;
}
.no-results__highlight {
  color: #00BB75;
}
.no-results__sub {
  color: #626262;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-wrap: balance;
  margin-bottom: 43px;
}
.no-results__button {
  max-width: 176px;
  margin: auto;
}

/*# sourceMappingURL=no-results.css.map */
