@charset "UTF-8";
/*link vermás*/
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@300;400;500;600;700;800;900&display=swap");
.cifras {
  padding: 20px 0;
}
.cifras__content {
  width: calc(100% - 2.2rem);
  max-width: 1274px;
  margin: 0 auto;
}
.cifras__content--header {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .cifras__content--header {
    margin-bottom: 0px;
  }
}
.cifras__content--header h6 {
  margin: 0 0 1rem;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 900;
  font-size: 0.9rem;
  line-height: 1rem;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #E94E1C;
}
.cifras__content--header h3 {
  margin: 0 0 1rem;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 300;
  font-size: 2.3rem;
  line-height: 2.8rem;
  letter-spacing: -0.01em;
  color: #585657;
}
.cifras__content--header h3 strong {
  font-weight: 800;
}
@media (max-width: 992px) {
  .cifras__content--header h3 {
    font-size: 2rem;
    line-height: 2.3rem;
  }
}
.cifras__content--header h4 {
  margin: 0;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 32px;
  line-height: 50px;
  letter-spacing: -0.01em;
  vertical-align: middle;
  color: #585657;
}
.cifras__content--header h4 strong {
  font-weight: 800;
}
.cifras__content--header h5 {
  margin: 0;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  color: #585657;
}
.cifras__content--header p {
  color: #585657;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
}
.cifras__content--grid {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .cifras__content--grid {
    flex-direction: row;
  }
}
.cifras__content--stats {
  width: 100%;
}
.cifras__content--stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.cifras__content--stats-gridcant2 {
  grid-template-columns: repeat(2, 1fr);
}
.cifras__content--stats-gridcant3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 992px) {
  .cifras__content--stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cifras__content--stats-grid .stat-card {
  position: relative;
  min-width: 100px;
  background-color: #E4DED0;
  padding: 3.2rem 0.2rem 1.5rem;
  text-align: center;
  transition: background-color 0.3s ease;
}
.cifras__content--stats-grid .stat-card:hover {
  background-color: #F9F4E6;
}
.cifras__content--stats-grid .stat-card::after {
  content: "";
  position: absolute;
  top: 15%; /* Espacio del 15% arriba */
  bottom: 15%; /* Espacio del 15% abajo */
  right: 0;
  width: 1px; /* Grosor de la línea */
  background-color: #F9F4E6;
}
@media (max-width: 992px) {
  .cifras__content--stats-grid .stat-card:nth-child(2)::after, .cifras__content--stats-grid .stat-card:last-child::after {
    display: none;
  }
}
.cifras__content--stats-grid .stat-card:last-child::after {
  display: none;
}
.cifras__content--stats-grid .stat-card .cifras__number {
  color: #53474D;
  margin-bottom: 15px;
  display: block;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 900;
  font-weight: bold;
  font-size: 3rem; /* 64px / 16px = 4rem */
  line-height: 1; /* 100% */
  letter-spacing: 0; /* 0% */
  text-align: center;
}
@media (min-width: 992px) {
  .cifras__content--stats-grid .stat-card .cifras__number {
    font-size: 3.4rem;
  }
}
@media (min-width: 1200px) {
  .cifras__content--stats-grid .stat-card .cifras__number {
    font-size: 4rem;
  }
}
.cifras__content--stats-grid .stat-card .cifras__description {
  color: #585657;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.9rem;
  line-height: 1.3rem;
  letter-spacing: 0;
  text-align: center;
  padding: 0 10px;
}
@media (min-width: 992px) {
  .cifras__content--stats-grid .stat-card .cifras__description {
    font-size: 1.125rem; /* 18px / 16px = 1.125rem */
    line-height: 1.5rem; /* 24px / 16px = 1.5rem */
  }
}
.cifras__content .footer-bar {
  height: 27px;
  background-color: #827D80;
  margin-top: 0;
}/*# sourceMappingURL=cifras.css.map */