.form-cae {
  display: flex;
  flex-direction: column;
  padding-top: var(--size-space-24, 24px);
  padding-bottom: var(--size-space-24, 24px);
  gap: 24px;
}
.form-cae .contenedor-modulo-estas-a-un-paso {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
}
.form-cae .contenedor-modulo-estas-a-un-paso .imagen {
  background: url(/documents/20122/21286154/img-estas_a_un_paso-canjea_tu_ahorro-cae-abr-360px.jpg);
  background-repeat: no-repeat;
  width: 328px;
  min-height: 250px;
}

.form-cae .contenedor-modulo-estas-a-un-paso .titulo {
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.form-cae .contenedor-modulo-estas-a-un-paso .parrafo {
  width: 328px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  gap: 16px;
  padding-top: var(--size-space-16, 16px);
  padding-bottom: var(--size-space-16, 16px);
  background-color: var(--Color-Surface-General-3, #f9f9f9);
  border-radius: 16px;
  align-items: flex-start;
}
.form-cae .contenedor-modulo-estas-a-un-paso .parrafo .encabezado {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.form-cae .contenedor-modulo-estas-a-un-paso .parrafo .label-bonificacion {
  display: flex;
  height: 32px;
  min-width: 100px;
  max-width: 328px;
  padding: var(--size-space-0, 0px) var(--size-space-16, 16px);
  justify-content: center;
  align-items: center;
  gap: var(--size-space-8, 8px);
  border-radius: var(--border-radius-m, 8px);
  background: var(--Color-Category-General-2, #b3e4c7);
}

@media (min-width: 576px) {
  .form-cae .contenedor-modulo-estas-a-un-paso {
    padding-left: 0;
    padding-right: 0;
  }

  .form-cae .contenedor-modulo-estas-a-un-paso .imagen {
    background: url(/documents/20122/21286154/img-estas_a_un_paso-canjea_tu_ahorro-cae-abr-576px.jpg);
    background-repeat: no-repeat;
    border-radius: var(--border-radius-l, 16px);
    width: 100%;
    height: 250px;
  }

  .form-cae .contenedor-modulo-estas-a-un-paso .parrafo {
    width: 100%;
    padding: var(--size-space-16, 16px);
  }
}

@media (min-width: 768px) {
  .form-cae .contenedor-modulo-estas-a-un-paso {
    display: flex;
    justify-content: center;
  }
  .form-cae .contenedor-modulo-estas-a-un-paso .imagen {
    background: url(/documents/20122/21286154/img-estas_a_un_paso-canjea_tu_ahorro-cae-abr-768px.jpg);
    background-repeat: no-repeat;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .form-cae .contenedor-modulo-estas-a-un-paso {
    display: flex;
    flex-direction: row;
  }
  .form-cae .contenedor-modulo-estas-a-un-paso .titulo {
    font-family: var(--font-family-1-smbold);
    font-size: var(--size-font-200);
    line-height: var(--size-font-line-height-2xl);
    font-style: var(--font-style-normal);
    font-weight: inherit;
  }

  .form-cae .contenedor-modulo-estas-a-un-paso .imagen {
    margin-right: 0;
    height: 300px;
    background: url(/documents/20122/21286154/img-estas_a_un_paso-canjea_tu_ahorro-cae-abr-992px.jpg);
  }
  .form-cae .contenedor-modulo-estas-a-un-paso .parrafo {
    width: 100%;
    height: 300px;
    display: flex;
    padding: var(--size-space-24, 24px);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--size-space-16, 16px);
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 16px;
    background: var(--Color-Surface-General-3, #f9f9f9);
    text-align: left;
  }
  .form-cae .contenedor-modulo-estas-a-un-paso .parrafo .encabezado {
    font-family: var(--font-family-1-smbold);
    font-size: var(--size-font-175);
    line-height: var(--size-font-line-height-xl);
    font-style: var(--font-style-normal);
    font-weight: inherit;
  }
}

@media (min-width: 1200px) {
  .form-cae .contenedor-modulo-estas-a-un-paso-header .titulo {
    font-size: 32px;
    line-height: 40px;
  }

  .form-cae .contenedor-modulo-estas-a-un-paso .imagen {
    background: url(/documents/20122/21286154/img-estas_a_un_paso-canjea_tu_ahorro-cae-abr-1200px.jpg);
    min-width: 486px;
    margin-right: 0;
    width: 486px;
    background-repeat: no-repeat;
    height: 300px;
    background-size: cover;
  }
  .form-cae .contenedor-modulo-estas-a-un-paso .parrafo {
    justify-content: flex-start;
  }
}

@media (min-width: 1920px) {
  .contenedor-modulo-estas-a-un-paso {
    display: flex;
    flex-direction: row;
    margin: 0;
    gap: 32px;
  }
  .form-cae .contenedor-modulo-estas-a-un-paso .imagen {
    background: url(/documents/20122/21286154/img-estas_a_un_paso-canjea_tu_ahorro-cae-abr-1920px.jpg);
    max-width: 624px;
    width: 624px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .form-cae .contenedor-modulo-estas-a-un-paso .parrafo {
    display: flex;
    padding: var(--size-space-24, 24px);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--size-space-16, 16px);
    flex: 1 0 0;
    align-self: stretch;
  }
}
