.cifras {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .cifras {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
.container-cifras {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #333f48;
  gap: 56px;
}
@media (min-width: 768px) {
  .container-cifras {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.container-cifras .tituloCifras {
  margin-bottom: 32px;
  width: 100%;
}
@media (min-width: 768px) {
  .container-cifras .tituloCifras {
    margin-bottom: 56px;
  }
}
.container-cifras .tituloCifras h2 {
  font-family: 'N27 Bold';
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .container-cifras .tituloCifras h2 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (min-width: 1600px) {
  .container-cifras .tituloCifras h2 {
    font-size: 64px;
    line-height: 72px;
  }
}
.container-cifras .tituloCifras p {
  font-size: 16px;
  line-height: 24px;
  /* 150% */
  font-family: 'N27 Regular';
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  margin-top: 16px;
}
.container-cifras .contentCifras {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  .container-cifras .contentCifras {
    gap: 88px;
  }
}
.container-cifras .contentCifras .rowCifras {
  width: 100%;
  display: grid;
  column-gap: 30px;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 32px;
}
@media (min-width: 768px) {
  .container-cifras .contentCifras .rowCifras {
    row-gap: 88px;
  }
  .container-cifras .contentCifras .rowCifras.grid1 {
    grid-template-columns: repeat(4, 1fr);
  }
  .container-cifras .contentCifras .rowCifras.grid2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .container-cifras .contentCifras .rowCifras.grid3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .container-cifras .contentCifras .rowCifras.fluid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    column-gap: 88px;
  }
  .container-cifras .contentCifras .rowCifras.fluid .datosCifras {
    width: unset;
    word-wrap: unset;
  }
}
.container-cifras .contentCifras .rowCifras .datosCifras {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  word-wrap: break-word;
  gap: 24px;
}
@media (min-width: 768px) {
  .container-cifras .contentCifras .rowCifras .datosCifras {
    word-wrap: unset;
  }
}
.container-cifras .contentCifras .rowCifras .datosCifras .cifra {
  font-size: 56px;
  font-family: 'N27 Bold';
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0em;
  text-align: left;
  color: #ffcd00;
  word-break: break-word;
}
@media (min-width: 375px) {
  .container-cifras .contentCifras .rowCifras .datosCifras .cifra {
    font-size: 64px;
  }
}
@media (min-width: 1024px) {
  .container-cifras .contentCifras .rowCifras .datosCifras .cifra {
    font-size: 72px;
  }
}
@media (min-width: 1600px) {
  .container-cifras .contentCifras .rowCifras .datosCifras .cifra.bigSize {
    font-size: 128px;
  }
}
@media (min-width: 1024px) {
  .container-cifras .contentCifras .rowCifras .datosCifras .cifra.bigSize {
    font-size: 96px;
  }
}
@media (min-width: 1600px) {
  .container-cifras .contentCifras .rowCifras .datosCifras .cifra.smallSize {
    font-size: 96px;
  }
}
.container-cifras .contentCifras .rowCifras .datosCifras .text-figure {
  font-family: 'N27 Bold';
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  /* 133.333% */
  text-transform: uppercase;
  color: #ffcd00;
  display: block;
}
@media (min-width: 1024px) {
  .container-cifras .contentCifras .rowCifras .datosCifras .text-figure {
    font-size: 28px;
    line-height: 36px;
    /* 125% */
  }
}
@media (min-width: 1600px) {
  .container-cifras .contentCifras .rowCifras .datosCifras .text-figure {
    font-size: 32px;
    line-height: 40px;
    /* 125% */
  }
}
.container-cifras .contentCifras .rowCifras .datosCifras .cifrasCampoTexto {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.container-cifras .contentCifras .rowCifras .datosCifras .cifrasCampoTexto h1 {
  font-family: 'N27 Bold';
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  line-height: 56px;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .container-cifras .contentCifras .rowCifras .datosCifras .cifrasCampoTexto h1 {
    font-size: 64px;
    line-height: 72px;
  }
}
@media (min-width: 1600px) {
  .container-cifras .contentCifras .rowCifras .datosCifras .cifrasCampoTexto h1 {
    font-size: 72px;
    line-height: 82px;
  }
}
.container-cifras .contentCifras .rowCifras .datosCifras .cifrasCampoTexto h2 {
  font-family: 'N27 Bold';
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 48px;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .container-cifras .contentCifras .rowCifras .datosCifras .cifrasCampoTexto h2 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (min-width: 1600px) {
  .container-cifras .contentCifras .rowCifras .datosCifras .cifrasCampoTexto h2 {
    font-size: 64px;
    line-height: 72px;
  }
}
.container-cifras .contentCifras .rowCifras .datosCifras .cifrasCampoTexto h3 {
  font-family: 'N27 Bold';
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 40px;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .container-cifras .contentCifras .rowCifras .datosCifras .cifrasCampoTexto h3 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 1600px) {
  .container-cifras .contentCifras .rowCifras .datosCifras .cifrasCampoTexto h3 {
    font-size: 48px;
    line-height: 56px;
  }
}
.container-cifras .contentCifras .rowCifras .datosCifras .cifrasCampoTexto h4 {
  font-family: 'N27 Bold';
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  line-height: 36px;
  /* 128.571% */
  color: #ffffff;
}
@media (min-width: 1024px) {
  .container-cifras .contentCifras .rowCifras .datosCifras .cifrasCampoTexto h4 {
    font-size: 32px;
    line-height: 40px;
    /* 120% */
  }
}
@media (min-width: 1600px) {
  .container-cifras .contentCifras .rowCifras .datosCifras .cifrasCampoTexto h4 {
    font-size: 40px;
    line-height: 48px;
    /* 120% */
  }
}
.container-cifras .contentCifras .rowCifras .datosCifras .cifrasCampoTexto h5 {
  font-family: 'N27 Bold';
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  /* 133.333% */
  color: #ffffff;
}
@media (min-width: 1024px) {
  .container-cifras .contentCifras .rowCifras .datosCifras .cifrasCampoTexto h5 {
    font-size: 28px;
    line-height: 36px;
    /* 125% */
  }
}
@media (min-width: 1600px) {
  .container-cifras .contentCifras .rowCifras .datosCifras .cifrasCampoTexto h5 {
    font-size: 32px;
    line-height: 40px;
    /* 125% */
  }
}
.container-cifras .contentCifras .rowCifras .datosCifras .cifrasCampoTexto h6 {
  font-family: 'N27 Bold';
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 30px;
  /* 133.333% */
  color: #ffffff;
}
@media (min-width: 1024px) {
  .container-cifras .contentCifras .rowCifras .datosCifras .cifrasCampoTexto h6 {
    font-size: 24px;
    line-height: 28px;
    /* 125% */
  }
}
@media (min-width: 1600px) {
  .container-cifras .contentCifras .rowCifras .datosCifras .cifrasCampoTexto h6 {
    font-size: 24px;
    line-height: 32px;
    /* 125% */
  }
}
.container-cifras .contentCifras .rowCifras .datosCifras .cifrasCampoTexto p {
  font-size: 22px;
  line-height: 30px;
  /* 133.333% */
  font-family: 'N27 Regular';
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
}
@media (min-width: 768px) {
  .container-cifras .contentCifras .rowCifras .datosCifras .cifrasCampoTexto p {
    font-size: 24px;
    line-height: 32px;
    /* 133.333% */
  }
}
