/* Variables */
/* Mixines */
/* Fin de los mixines */
#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;
}

html #contenedorProcesos {
  padding: 5vh 30px !important;
}

html #contenedorProcesos > .fusion-row {
  display: block !important;
  margin: 0 auto !important;
  max-width: 1500px !important;
}

html #contenedorProcesos > .fusion-row > div {
  float: none !important;
  text-align: center;
  width: 100% !important;
}

html #contenedorProcesos > .fusion-row > div + div {
  margin: 24px 0 0 0 !important;
}

@media only screen and (min-width: 240px) and (max-width: 1024px) {
  #contenidoPromocion {
    padding: 5vh 30px !important;
  }
  #contenidoComercios > div .fusion-button {
    padding: 35px !important;
  }
  #contenidoSiguenos > div .fusion-button {
    padding: 35px !important;
  }
}

@media only screen and (min-width: 240px) and (max-width: 640px) {
  #contenidoComentarios .fusion-button {
    padding: 2.5vh 30px !important;
  }
  #contenidoPromocion .textoEditor h1 span {
    font-size: 3rem !important;
    font-weight: 600 !important;
    line-height: 125% !important;
  }
  #contenidoPromocion .textoEditor h1 + p strong {
    font-size: 2.4rem !important;
    font-weight: 600 !important;
    line-height: 125% !important;
  }
}

@media only screen and (min-width: 240px) and (max-width: 540px) {
  #contenidoSiguenos > div .fusion-button {
    padding: 35px !important;
  }
}

@media only screen and (min-width: 240px) and (max-width: 480px) {
  #contenidoPromocion .textoEditor h1 span {
    font-size: 2.1rem !important;
    font-weight: 600 !important;
    line-height: 125% !important;
  }
  #contenidoPromocion .textoEditor h1 + p strong {
    font-size: 2rem !important;
    font-weight: 600 !important;
    line-height: 125% !important;
  }
}

@media only screen and (min-width: 480px) {
  html #contenedorProcesos > .fusion-row {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-flow: row wrap !important;
    flex-flow: row wrap !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  html #contenedorProcesos > .fusion-row > div {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 1 48% !important;
    flex: 0 1 48% !important;
    width: auto !important;
  }
  html #contenedorProcesos > .fusion-row > div + div {
    margin: 0 !important;
  }
  html #contenedorProcesos > .fusion-row > div:nth-child(3) {
    margin: 0 0 0 4% !important;
  }
}

@media only screen and (min-width: 1000px) {
  html #contenedorProcesos > .fusion-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  html #contenedorProcesos > .fusion-row > div {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 1 30% !important;
    flex: 0 1 30% !important;
    width: auto !important;
  }
  html #contenedorProcesos > .fusion-row > div:nth-child(3) {
    margin: 0 !important;
  }
}
