/* Variables */
/* Mixines */
/* Fin de los mixines */
#contenedorIntroduccion > .fusion-row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#contenedorIntroduccion > .fusion-row .colFlex:nth-child(1) {
  text-align: center;
  width: 100% !important;
}

#contenedorIntroduccion > .fusion-row .colFlex:nth-child(1) .tituloH2Apartado h2 {
  text-align: center;
}

#contenedorIntroduccion > .fusion-row .colFlex:nth-child(1) .textoEditor {
  margin: 12px 0 0 0;
  text-align: center !important;
}

#contenedorIntroduccion > .fusion-row .colFlex:nth-child(1) .textoEditor > p:nth-child(1) {
  font-size: 2rem !important;
  font-weight: 600 !important;
  line-height: 125% !important;
}

#contenedorIntroduccion > .fusion-row .colFlex:nth-child(3) {
  width: 100% !important;
}

#contenedorIntroduccion > .fusion-row .colFlex:nth-child(3) .fusion-column-wrapper span {
  display: block !important;
  text-align: center;
  width: 100% !important;
}

#contenedorProcesos > .fusion-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#contenedorProcesos > .fusion-row .colFlex {
  width: 100% !important;
}

#contenedorProcesos > .fusion-row .colFlex ~ .colFlex {
  margin-top: 24px !important;
}

#contenidoContadorCupones > div > .fusion-counters-box {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 60px;
}

#contenidoContadorCupones > div > .fusion-counters-box:nth-child(1) {
  background-image: url("/wp-content/uploads/2021/03/bonos-emitidos.png");
}

#contenidoContadorCupones > div > .fusion-counters-box:nth-child(2) {
  background-image: url("/wp-content/uploads/2021/03/bonos-disfrutados.png");
}

#contenidoContadorCupones > div > .fusion-counters-box:nth-child(3) {
  background-image: url("/wp-content/uploads/2021/03/ventas-generadas.png");
}

#contenedorCajas {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media only screen and (min-width: 640px) {
  #contenedorIntroduccion > .fusion-row .colFlex:nth-child(1) .textoEditor > p:nth-child(1) {
    font-size: 2.4rem !important;
    font-weight: 600 !important;
    line-height: 125% !important;
  }
  #contenedorProcesos > .fusion-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  #contenedorProcesos > .fusion-row .colFlex {
    width: 48% !important;
  }
  #contenedorProcesos > .fusion-row .colFlex ~ .colFlex {
    margin-top: 0 !important;
  }
  #contenedorProcesos > .fusion-row .colFlex:nth-child(5) {
    margin-top: 24px !important;
  }
}

@media only screen and (min-width: 800px) {
  #contenedorIntroduccion > .fusion-row .colFlex:nth-child(1) .textoEditor > p:nth-child(1) {
    font-size: 2.8rem !important;
    font-weight: 600 !important;
    line-height: 125% !important;
  }
}

@media only screen and (min-width: 1023px) {
  #contenedorProcesos .fusion-row {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  #contenedorProcesos .fusion-row .colFlex {
    width: 30% !important;
  }
  #contenedorProcesos .fusion-row .colFlex:nth-child(5) {
    margin-top: 0 !important;
  }
}

@media only screen and (min-width: 1024px) {
  #contenedorIntroduccion > .fusion-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #contenedorIntroduccion > .fusion-row .colFlex:nth-child(1) {
    text-align: left;
    width: 56% !important;
  }
  #contenedorIntroduccion > .fusion-row .colFlex:nth-child(1) .tituloH2Apartado h2 {
    text-align: left;
  }
  #contenedorIntroduccion > .fusion-row .colFlex:nth-child(1) .textoEditor {
    text-align: left !important;
  }
  #contenedorIntroduccion > .fusion-row .colFlex:nth-child(1) .textoEditor > p:nth-child(1) {
    font-size: 3.2rem !important;
    font-weight: 600 !important;
    line-height: 125% !important;
  }
  #contenedorIntroduccion > .fusion-row .colFlex:nth-child(3) {
    width: 38% !important;
  }
}
