.imagen-compilacion img {
  width: 100%;
}

.imagen-curva-inferior {
  margin-top: -9%;
}

.imagen-curva-inferior img {
  width: 100%;
}

.navegacion-modulos {
  margin: 50px 0 100px 0;
}

.grid-contenedor-navegacion-modulos {
  justify-content: space-evenly;
}

.modulo a {
  text-decoration: none;
}

.contenedor-modulo {
  width: 220px;
  height: 270px;
  background-color: var(--colorBackgroundModulo);
  justify-content: center;
  box-shadow: 0px 2px 20px 8px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.contenedor-modulo:hover {
  transition: 0.5s;
  -ms-transform: scale(1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1);
  /* Safari 3-8 */
  transform: scale(1.1);
}

.imagen-modulo {
  display: flex;
  width: 100%;
  height: 87.5px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.contenedor-modulo img {
  width: 80px;
}

.titulo-modulo {
  height: 103.75px;
  color: var(--colorTextoModulos);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.1rem;
  text-align: center;
  margin: 0 20px 0 20px;
}

.titulo-modulo span {
  font-weight: 700;
  line-height: 1.2rem;
}

.ver-mas-modulo {
  height: 48.75px;
}

.ver-mas-modulo {
  align-self: center;
  justify-self: center;
}

.contenedor-ver-mas-modulo {
  text-align: center;
}

.texto-ver-mas-modulo {
  text-decoration: none;
  display: inline-block;
  padding: 6px 50px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid var(--colorBordeBotonVerMas);
  border-radius: 20px;
}

.texto-ver-mas-modulo {
  padding: 6px 40px;
}

.texto-ver-mas-modulo {
  position: relative !important;
  line-height: 1.42;
  color: var(--colorTextoBotonVerMas);
  background-color: var(--colorBackgroundBotonVerMas);
}

.texto-ver-mas-modulo:hover {
  color: var(--colorTextoBotonVerMasHover);
  background-color: var(--colorBackgroundBotonVerMasHover);
  transition: 0.5s;
}
