/*<css-9513>*/ .icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #2e7d32; /* verde */
    display: flex;
    align-items: center;
    justify-content: center;
    color: white; /* color del ícono */
    font-size: 22px;
  }/*</css-9513>*/