.boton-link {
  display: flex;       /* Pone imagen y texto en fila */
  align-items: center;        /* Centra verticalmente */
  gap: 8px;                   /* Espacio entre imagen y texto */
  text-decoration: none;
  max-width: 1118px;
  width: 1118px;
}

.boton-link img {
  width: 40px;                /* Ajusta tamaño del ícono */
  height: auto;
}

.boton-link span {
  font-size: 25px;
  font-weight: bold;
  color: #ff00aa;                /* Cambia el color según diseño */
}
