.bloqueProximosCursos .listaProximosCursos article .contador {
  position: relative;
  background: linear-gradient(0deg, #3a15fe, #6548fe);
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: visible;
}
.bloqueProximosCursos .listaProximosCursos article .contador > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
  font-size: 16px;
  margin: 0 5px;
  font-weight: bold;
  padding: 10px 0;
}
.bloqueProximosCursos .listaProximosCursos article .contador > div > span {
  font-size: 10px;
  text-transform: uppercase;
  display: block;
  padding: 2px 0;
  font-weight: 400;
  letter-spacing: 0;
}
.bloqueProximosCursos .listaProximosCursos article:hover img {
  transform: scale(1.1) rotate(3deg);
}
.bloqueProximosCursos .listaProximosCursos article a {
  text-decoration: none;
  /*   display: flex;
                flex-direction: column; */
  display: block;
  overflow: hidden;
  padding: 15px;
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 #c9c9c9;
  min-height: 100%;
  transition: all 0.3s ease;
  transform: translate(0, 0);
  position: relative;
  text-shadow: 1px 1px rgba(0, 0, 0, 0);
}
.bloqueProximosCursos .listaProximosCursos article a .imagenProximosCursos {
  max-width: 240px;
  float: left;
  margin-right: 12px;
  line-height: 0;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.bloqueProximosCursos .listaProximosCursos article a .imagenProximosCursos img {
  width: 100%;
  min-height: auto;
  object-fit: cover;
  transition: all 0.3s ease;
}
.bloqueProximosCursos .listaProximosCursos article a .texto-proximo-curso {
  align-self: flex-start;
  background: #0ecf9f;
  color: #ffffff;
  font-size: 10px;
  line-height: initial;
  letter-spacing: 2px;
  padding: 8px 10px;
  margin: 15px 0 10px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold;
  border-radius: 3px;
  transition: all 0.5s ease;
}
.bloqueProximosCursos .listaProximosCursos article a .detallesProximosCursos h3 {
  margin: 0;
  line-height: 1.3;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333333;
}
.bloqueProximosCursos .listaProximosCursos article a .detallesProximosCursos .fecha-proximo-curso {
  display: flex;
  font-size: 14px;
  color: #4a4a4a;
  font-weight: 400;
  margin-top: 8px;
}
.bloqueProximosCursos .listaProximosCursos article a .detallesProximosCursos .fecha-proximo-curso svg {
  width: 11px;
  height: auto;
  fill: #454545;
  margin-right: 0.5rem;
}
.bloqueProximosCursos .listaProximosCursos article a .detallesProximosCursos .fecha-proximo-curso .fLanzamiento {
  padding-right: 0.3rem;
}
.bloqueProximosCursos .loop-pagination li .page-numbers.next, .bloqueProximosCursos .loop-pagination li .page-numbers.prev, .bloqueProximosCursos .pagination li .page-numbers.next, .bloqueProximosCursos .pagination li .page-numbers.prev, .bloqueProximosCursos .learn-press-pagination li .page-numbers.next, .bloqueProximosCursos .learn-press-pagination li .page-numbers.prev {
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}
.bloqueProximosCursos .learn-press-pagination {
  margin-top: 2rem;
}
.bloqueProximosCursos .learn-press-pagination a {
  color: #333;
  font-size: 13px;
  font-weight: 700;
}
.bloqueProximosCursos .learn-press-pagination .page-numbers > li {
  padding: 0;
  margin-right: 6px;
}
.bloqueProximosCursos .learn-press-pagination li .page-numbers.current {
  background-color: #0ecf9f;
}
.bloqueProximosCursos .learn-press-pagination .page-numbers > li .page-numbers.current {
  color: white;
  border: 1px solid rgba(0, 0, 0, 0.34);
}
.bloqueProximosCursos .learn-press-pagination li .page-numbers:hover {
  background-color: #0ecf9f;
  color: white;
}
.elementor-editor-active .bloqueProximosCursos .listaProximosCursos article .contador {
  padding: 15px 0;
  text-align: center;
}
.elementor-editor-active .bloqueProximosCursos .listaProximosCursos article .contador::before {
  content: "Fecha lanzamiento";
}
@media (max-width: 991px) {
  .bloqueProximosCursos .listaProximosCursos article a .imagenProximosCursos {
    max-width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 450px) {
  .bloqueProximosCursos .listaProximosCursos article a .texto-proximo-curso {
    align-self: inherit;
    text-align: center;
  }
  .bloqueProximosCursos .listaProximosCursos article a .detallesProximosCursos h3 {
    text-align: center;
  }
  .bloqueProximosCursos .listaProximosCursos article .detallesProximosCursos .fecha-proximo-curso {
    justify-content: center;
    align-items: center;
  }
  .bloqueProximosCursos .listaProximosCursos article .contador .counter-group {
    display: flex;
    margin: 0 2rem;
  }
}
