@media screen and (max-width:715px) {
  .contenedor_accesomodulos .card {
    position: relative;
    width: 80%;
    height: 250px;
    background: var(--bg-sol-ligth);
    box-sizing: border-box;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 9px 4px rgba(184, 184, 184, 0.5);
  }

  .contenedor_accesomodulos .contenedor_icono {
    height: 120px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

  }

  .contenedor_accesomodulos .contenedor_icono img {
    width: 80px;
  }

  .contenedor_accesomodulos .contenedor_detalle {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 120px;
    justify-content: space-around;
  } 

  .contenedor_detalle span {
    font-size: 26px;
    font-weight: bold;
    color: var(--bg-wave);
    padding: 4px;
    text-align: center;
  }

  .contenedor_detalle a {
    background: var(--bg-wave);
    color: var(--text-principal);
    padding: 6px 30px;
    border-radius: 20px;
    font-size: 12px;
    margin-top: 25px;
    text-decoration: none;
  }

}

@media only screen and (min-width:716px) and (max-width:5000px){

  .contenedor_accesomodulos .card {
    position: relative;
    width: 30%;
    height: 250px;
    background: var(--bg-sol-ligth);
    box-sizing: border-box;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 9px 4px rgba(184, 184, 184, 0.5);
  }

  .contenedor_accesomodulos .contenedor_icono {
    height: 120px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

  }

  .contenedor_accesomodulos .contenedor_icono img {
    width: 80px;
  }

  .contenedor_accesomodulos .contenedor_detalle {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 120px;
    justify-content: space-around;
  } 

  .contenedor_detalle span {
    font-size: 26px;
    font-weight: bold;
    color: var(--bg-wave);
    padding: 4px;
    text-align: center;
  }

  .contenedor_detalle a {
    background: var(--bg-wave);
    color: var(--text-principal);
    padding: 6px 30px;
    border-radius: 20px;
    font-size: 12px;
    margin-top: 25px;
    text-decoration: none;
  }
}